rack-attack/lib/rack/attack
Will Kimeria 87f628d0c1 If redis client throws exception, don't raise it
For throttling, when the redis client throws an exception, the request
ends up getting rate limited. Modify this to be similar to how
ActiveSupport.MemCacheStore functions (the read, write and increment
methods do not raise exceptions)
2014-03-14 11:50:59 -07:00
..
allow2ban.rb fix edge case, if maxretry is 1, let them get 1 request in 2013-09-27 17:35:01 -07:00
blacklist.rb Use autoload instead of require 2013-01-10 18:36:31 -05:00
cache.rb Cleanup whitespace 2013-06-20 10:19:56 -04:00
check.rb Change instrumentation API for simpler notifications 2012-07-30 15:44:22 -04:00
fail2ban.rb Allow2Ban 2013-09-27 17:18:52 -07:00
store_proxy.rb If redis client throws exception, don't raise it 2014-03-14 11:50:59 -07:00
throttle.rb Allow limit option to be a proc. 2013-08-19 19:47:48 -03:00
track.rb Add Rack::Attack.track. 2013-01-10 19:02:49 -05:00
version.rb version 2.3.0, update changelog, copy tweaks 2013-08-20 11:39:44 -04:00
whitelist.rb Use autoload instead of require 2013-01-10 18:36:31 -05:00