Skip to content

Instantly share code, notes, and snippets.

@sharnik
Created March 7, 2011 10:31
Show Gist options
  • Save sharnik/858353 to your computer and use it in GitHub Desktop.
Save sharnik/858353 to your computer and use it in GitHub Desktop.
config.middleware.use Rack::Bug,
:secret_key => "moje_tajne_haslo",
:panel_classes => [
Rack::Bug::TimerPanel,
Rack::Bug::ActiveRecordPanel,
Rack::Bug::CachePanel,
Rack::Bug::SQLPanel,
Rack::Bug::TemplatesPanel,
Rack::Bug::LogPanel,
Rack::Bug::MemoryPanel
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment