Adding letter opener for development and Rack::Attack for future rate limiting implementations
This commit is contained in:
parent
5d72b92271
commit
e2b846f630
5 changed files with 17 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -35,6 +35,7 @@ gem 'htmlentities'
|
|||
gem 'onebox'
|
||||
gem 'simple_form'
|
||||
gem 'will_paginate', '~> 3.0.6'
|
||||
gem 'rack-attack'
|
||||
|
||||
group :development, :test do
|
||||
gem 'rspec-rails'
|
||||
|
@ -55,6 +56,7 @@ group :development do
|
|||
gem 'better_errors'
|
||||
gem 'binding_of_caller'
|
||||
gem 'rack-mini-profiler'
|
||||
gem 'letter_opener'
|
||||
end
|
||||
|
||||
group :production do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue