We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21170f9 commit ebf48cdCopy full SHA for ebf48cd
Gemfile
@@ -142,3 +142,5 @@ gem 'curb'
142
#gem 'aws-s3'
143
144
gem 'activemerchant'
145
+
146
+gem 'rack-attack'
Gemfile.lock
@@ -183,6 +183,8 @@ GEM
183
paperclip (>= 2.5.0)
184
polyglot (0.3.5)
185
rack (1.4.5)
186
+ rack-attack (4.2.0)
187
+ rack
188
rack-cache (1.2)
189
rack (>= 0.4)
190
rack-protection (1.5.1)
@@ -311,6 +313,7 @@ DEPENDENCIES
311
313
newrelic_rpm
312
314
paperclip
315
paperclip-aws
316
+ rack-attack
317
rails (= 3.2.21)
318
rails-dev-boost!
319
resque
config.ru
@@ -2,3 +2,5 @@
2
3
require ::File.expand_path('../config/environment', __FILE__)
4
run Ggtracker::Application
5
6
+use Rack::Attack
0 commit comments