We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Monitoring (markdown)
Fix typo in AdminConstraint example
Add a snippet for those less-Ruby-experienced on how to configure/control rack-protection from within Sidekiq. Rack-protection is "silently" included and configured by sidekiq, so it's difficult for newcomers to understand where rack-protection is coming from and how to control it, IMHO.
Logging is enabled by default anyway, but the logger is set to stderr, so you may not see the messages when running in production, depending on your setup
Update note on using Rack::Auth::Basic with Warden
Fix #user being called an a User object in Authlogic 4+ section
Added AdminConstraint for Authlogic 4+
New tip to debug Rack::Protection::AuthenticityToken error: clearing the session
Add debug on how to disable Sidekiq's sessions
Revert 7149d3850e69fdc0a7071961722068da4cdab58d...cf0083014a339684db8f149b2aed60f85f2a2376 on Monitoring
Created Monitoring (markdown)
Revert b06de00fd34fc94d4f6a082adebdf2e1875aa5ec...985490e0ee1ee804d933c7d92bca1aee707fd322 on Monitoring
Destroyed Monitoring (markdown)
Minor formatting
More notes about debugging rack-protection issues.
Added information to add in debugging rack-protection issues if you have your session properly set up and it's still not working.
Add information about ActiveSupport::SecurityUtils.variable_size_secure_compare to Basic Auth section
Adds link to a one click standalone app creation on heroku
Fix length information leak
Fixed typo from previous edit
Beginning in Rails 4, using "match" in the router without specifying an HTTP method raises an error, so I added one to the suggested custom monitoring end-points