Skip to content

History / Monitoring

Revisions

  • Updated Monitoring (markdown)

    @mperham mperham committed Feb 3, 2020
  • Fix typo in AdminConstraint example

    @thec0keman thec0keman committed Feb 1, 2020
  • Updated Monitoring (markdown)

    @tmaier tmaier committed Jan 5, 2020
  • 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.

    @wekb wekb committed Nov 9, 2019
  • 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

    @RKushnir RKushnir committed Oct 30, 2019
  • Update note on using Rack::Auth::Basic with Warden

    Zino committed Oct 2, 2019
  • Updated Monitoring (markdown)

    @mperham mperham committed Sep 2, 2019
  • Updated Monitoring (markdown)

    @tmaier tmaier committed Feb 10, 2019
  • Updated Monitoring (markdown)

    @ibrahima ibrahima committed Feb 8, 2019
  • Updated Monitoring (markdown)

    @mperham mperham committed Dec 31, 2018
  • Fix #user being called an a User object in Authlogic 4+ section

    @p-becker p-becker committed Nov 27, 2018
  • Added AdminConstraint for Authlogic 4+

    @ilvez ilvez committed Oct 2, 2018
  • Updated Monitoring (markdown)

    @AkaZecik AkaZecik committed Sep 6, 2018
  • New tip to debug Rack::Protection::AuthenticityToken error: clearing the session

    @cveneziani cveneziani committed Mar 23, 2018
  • Add debug on how to disable Sidekiq's sessions

    @soundasleep soundasleep committed Aug 20, 2017
  • Revert 7149d3850e69fdc0a7071961722068da4cdab58d...cf0083014a339684db8f149b2aed60f85f2a2376 on Monitoring

    @ryansch ryansch committed Jul 10, 2017
  • Created Monitoring (markdown)

    @ryansch ryansch committed Jul 10, 2017
  • Revert b06de00fd34fc94d4f6a082adebdf2e1875aa5ec...985490e0ee1ee804d933c7d92bca1aee707fd322 on Monitoring

    @ryansch ryansch committed Jul 10, 2017
  • Created Monitoring (markdown)

    @Zhomart Zhomart committed Jul 10, 2017
  • Destroyed Monitoring (markdown)

    @aunicr aunicr committed Jul 10, 2017
  • Minor formatting

    @pnomolos pnomolos committed May 3, 2017
  • More notes about debugging rack-protection issues.

    @pnomolos pnomolos committed May 3, 2017
  • Added information to add in debugging rack-protection issues if you have your session properly set up and it's still not working.

    @pnomolos pnomolos committed May 3, 2017
  • Add information about ActiveSupport::SecurityUtils.variable_size_secure_compare to Basic Auth section

    @ivanovaleksey ivanovaleksey committed Mar 16, 2017
  • Updated Monitoring (markdown)

    @mperham mperham committed Mar 1, 2017
  • Adds link to a one click standalone app creation on heroku

    @duksis duksis committed Jan 27, 2017
  • Fix length information leak

    @eliotsykes eliotsykes committed Jan 4, 2017
  • Updated Monitoring (markdown)

    @mperham mperham committed Nov 19, 2016
  • Fixed typo from previous edit

    Nick Holden committed Nov 1, 2016
  • 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

    Nick Holden committed Nov 1, 2016