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:
- script/plugin install git://github.com/brynary/rack-bug.git
- require 'ipaddr'
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"
- touch tmp/restart.txt
- From local browser: http://SERVERNAME/**rack_bug**/bookmarklet.html
now, the issue arises as mentioned in the beginning.
Seeking your assistance regarding this.
Thanks
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