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:
parent
8eeec389c1
commit
e24bfbde1a
10 changed files with 36 additions and 13 deletions
5
db/migrate/20160325130944_add_admin_to_users.rb
Normal file
5
db/migrate/20160325130944_add_admin_to_users.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddAdminToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :admin, :boolean, default: false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue