You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rack-bug plugin works well in my local system (development environment), but when I installed the same in our server ( staging environment), the following is displayed without problems:
Toggle Rack::Bug
is displayed, and when I click it, it asks for the password, but after that nothing happens... it remains the same....
Hi ... I still have this error and struggling with this. Kindly let me know if this issue has anything to do with passenger... because in our server we use passenger module to integrate the RailsApp with Apache
I'm having the exact same issue. I'm using Passenger, and when I go to the bookmarklet in production, toggling it doesn't actually make the panels appear anywhere. An answer on how to fix this would be great.
Hi ,
My issue is as follows:
The rack-bug plugin works well in my local system (development environment), but when I installed the same in our server ( staging environment), the following is displayed without problems:
Toggle Rack::Bug
is displayed, and when I click it, it asks for the password, but after that nothing happens... it remains the same....
following are the steps I have done:
ActionController::Dispatcher.middleware.use "Rack::Bug",
:ip_masks => [IPAddr.new("127.0.0.1"), IPAddr.new("mynetwork'sPublicAddressAsSeenByTheServer"),
,
:secret_key => "RgXEMzQVJkZ5YKL8YKhO5EXR3EkrXtoJyUekAVB4ceAbccRGEO+uCLN0G88gB/e",
:password => "123"
now, the issue arises as mentioned in the beginning.
Seeking your assistance regarding this.
Thanks
The text was updated successfully, but these errors were encountered: