Vipul A M
9c0cbad1e7
bump debugger version for 2.0 support
2013-05-03 12:33:38 +05:30
Aaron Suggs
7002a2a5cd
Merge pull request #7 from vipulnsward/fix_typo
...
Fix typos
2013-05-02 12:28:21 -07:00
Vipul A M
d3a9667474
Fix typos
2013-05-03 00:55:23 +05:30
Aaron Suggs
4df55677d0
README: add link to blog post
2013-05-02 13:57:28 -04:00
Aaron Suggs
51a25c3995
Update README
2013-03-06 16:41:43 -05:00
Aaron Suggs
733a506ced
README: add performance section
2013-03-06 16:39:02 -05:00
Aaron Suggs
ecec8576ae
Show some minitest pride
2013-03-04 21:06:53 -05:00
Aaron Suggs
1cbd402431
Add redis to README
2013-03-04 21:06:53 -05:00
Aaron Suggs
917d47758e
Add newlines to default responses
2013-03-04 21:06:15 -05:00
Aaron Suggs
f03275efe0
secure rubygems
2013-03-04 21:06:15 -05:00
Aaron Suggs
6added3c1f
Merge pull request #6 from kickstarter/redis
...
Support Redis
2013-03-04 17:44:41 -08:00
Aaron Suggs
1c01e6097c
bump to version 2.1.0
2013-02-25 22:39:11 -05:00
Aaron Suggs
cf508e1d18
Support RedisStore as cache store
...
Add tests for different cache stores
2013-02-25 12:09:59 -05:00
Aaron Suggs
234a2cff6c
Merge pull request #5 from barelyknown/master
...
Fixed syntax error in response example
2013-02-23 16:26:37 -08:00
barelyknown
c99a965fdb
Fixed syntax error in response example
2013-02-23 19:17:25 -05:00
Aaron Suggs
f094c2af37
README.md: show CodeClimate grade
2013-02-18 17:34:45 -05:00
Aaron Suggs
27a13f6971
Clarify algorithm
2013-01-17 12:06:16 -05:00
Aaron Suggs
0ca7b8cfac
whitespace
2013-01-17 12:06:16 -05:00
Aaron Suggs
b556909eab
README.md: fix travis CI link
2013-01-11 21:44:31 -05:00
Aaron Suggs
3bcb453464
Version 2.0.0
2013-01-11 14:41:27 -05:00
Aaron Suggs
452b46af3e
Merge pull request #4 from kickstarter/track
...
Add Rack::Attack.track.
2013-01-11 11:38:31 -08:00
Aaron Suggs
23839cb9d6
README clarification
2013-01-11 14:37:27 -05:00
Aaron Suggs
b577dae1c0
use each_value instead of each
2013-01-11 14:32:20 -05:00
Aaron Suggs
10e87336bd
README.md: add track info
2013-01-11 14:30:50 -05:00
Aaron Suggs
80367e1e4a
Add Rack::Attack.track.
...
track will fire notifications, but not alter request processing
2013-01-10 19:02:49 -05:00
Aaron Suggs
eeb238b78d
Use autoload instead of require
2013-01-10 18:36:31 -05:00
Aaron Suggs
a1c1452741
Add Code Climate badge
2012-08-16 14:52:56 -03:00
Aaron Suggs
a2d0f55a81
Fix examples
2012-08-16 11:48:36 -04:00
Aaron Suggs
8ed2d7aa14
Update README.md
2012-08-16 10:46:57 -03:00
Aaron Suggs
5b864ca3d1
version bump 1.3.2
2012-08-15 18:16:12 -04:00
Aaron Suggs
f7a1eac521
Cache key time must be a fixnum
2012-08-15 18:16:12 -04:00
Aaron Suggs
ab3a540834
Merge pull request #1 from tiegz/patch-1
...
Minor typos fix
2012-08-15 13:56:58 -07:00
Tieg Zaharia
d21b973d9e
Minor typos fix
2012-08-15 16:45:37 -03:00
Aaron Suggs
8e46fad3f3
Update README
2012-08-15 09:45:32 -04:00
Aaron Suggs
853c9ceef3
Set :expires_in on throttle cache counters
...
Should reduce memcached evictions
2012-08-09 11:05:30 -04:00
Aaron Suggs
0656975d98
Clarify readme
2012-08-08 15:25:13 -04:00
Aaron Suggs
5a9f991b6e
Update README
2012-08-08 15:09:41 -04:00
Aaron Suggs
e7aa5f4abe
Use rotating cache keys for throttle (instead of expiring)
...
Throttles use a cache key with a timestamp (Time.now.to_i/period), so a
new cache key is used for each period.
No longer set an explicit expiry on each cache key (though it may
inherit a default expiry from the cache store).
Also, set env['rack.attack.throttle_data'] with info about incremented
(but not necessarily exceeded) throttles.
2012-08-08 14:59:42 -04:00
Aaron Suggs
bbd078ee81
Better README
2012-08-06 14:17:11 -04:00
Aaron Suggs
6784f21612
Better cache interface
2012-08-06 14:16:08 -04:00
Aaron Suggs
e135f17386
proper emphasis
2012-08-06 12:17:54 -04:00
Aaron Suggs
9c4dccac48
Make cache & notifier attr_accessors
...
Easier config for non-rails apps
2012-08-06 12:17:31 -04:00
Aaron Suggs
d50e779cdc
version 1.0.0
2012-08-02 12:15:40 -04:00
Aaron Suggs
8e59e84e00
Response header values must be strings
2012-08-02 12:15:16 -04:00
Aaron Suggs
4a3faa4b1b
README typo
2012-07-30 15:49:31 -04:00
Aaron Suggs
f82750c1c2
Move license to readme
...
…so it doesn't mess with autocomplete.
2012-07-30 15:46:47 -04:00
Aaron Suggs
ccdc1f993a
Change instrumentation API for simpler notifications
2012-07-30 15:44:22 -04:00
Aaron Suggs
9552d56c24
Fix instrumentation example
2012-07-30 13:55:01 -04:00
Aaron Suggs
2092515c13
Add example instrumentation
2012-07-30 12:45:16 -04:00
Aaron Suggs
61a046a203
Cleanup instrumentation interface
2012-07-30 09:34:30 -04:00