-
- Downloads
Add experimental support for Puma
This allows us (and others) to test drive Puma without it affecting all users. Puma can be enabled by setting the environment variable "USE_PUMA" to a non empty value.
Loading
| Loading
| @@ -127,6 +127,11 @@ group :unicorn do |
gem 'unicorn-worker-killer', '~> 0.4.2' | ||
end | ||
group :puma do | ||
gem 'puma', '~> 2.15', require: false | ||
gem 'puma_worker_killer', require: false | ||
end | ||
# State machine | ||
gem "state_machines-activerecord", '~> 0.4.0' | ||
# Run events after state machine commits | ||
Loading
| Loading
|
config/initializers/puma.rb
0 → 100644
config/puma.rb.example
0 → 100644
Please register or sign in to comment