Skip to content

Rack-Bug Panels are not showing up #45

@rajeshrsmail

Description

@rajeshrsmail

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:

  1. script/plugin install git://github.com/brynary/rack-bug.git
  2. 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"
  3. touch tmp/restart.txt
  4. From local browser: http://SERVERNAME/**rack_bug**/bookmarklet.html

now, the issue arises as mentioned in the beginning.

Seeking your assistance regarding this.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions