Fixing FanOutOnWriteService, fixing Sidekiq not having enough DB connections

in the pool, adding a throttle of 60rpm per IP, adding mini profiler, adding
admin status to users
This commit is contained in:
Eugen Rochko
2016-03-25 14:12:24 +01:00
parent 8eeec389c1
commit e24bfbde1a
10 changed files with 36 additions and 13 deletions

View File

@ -58,10 +58,13 @@ group :development do
gem 'rubocop', require: false
gem 'better_errors'
gem 'binding_of_caller'
gem 'rack-mini-profiler'
gem 'letter_opener'
end
group :production do
gem 'rails_12factor'
end
group :development, :production do
gem 'rack-mini-profiler'
end