B
B
bismoney2015-10-28 18:48:49
Ruby on Rails
bismoney, 2015-10-28 18:48:49

Cannot render console from?

Hi friends.
I can't understand, everything worked fine.
But due to turbolinks there were problems with CKeditor and other things.
Decided to turn it off.
Now, when loading a post addition, the CKeditor form is not loaded.
I looked at the console
assets/ckeditor/config.js?t=F969 status pending
And in the logs
Started GET "/assets/ckeditor/config.js?t=F969" for MY_IP at 2015-10-29 01:43:58 +1000
Cannot render console from MY_IP! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
And many other js like
/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js
?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Demidenko, 2015-10-28
@bismoney

#config/environments/development.rb
class Application < Rails::Application
  config.web_console.whitelisted_ips = MY_IP
end

More at the source

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question