-
- Downloads
There was an error fetching the commit references. Please try again later.
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.
parent
4cfc3df5
No related branches found
No related tags found
Pipeline #
Showing
Loading
| Loading
| @@ -108,6 +108,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.3.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