- Revert
:unicorn_config_path
falling back toconfig/unicorn/unicorn.rb
due to flawed implementation
unicorn:restart
no longer sends QUIT to oldbin since most people use a callback inunicorn.rb
unicorn:legacy_restart
preserves the QUIT to oldbin:unicorn_config_path
addsconfig/unicorn/unicorn.rb
as a default path- added example unicorn.rb
- removed
:unicorn_bundle_gemfile
, this should have been in a before_exec in the unicorn configuration
Thanks to @spectator, @lxxdn, @ahorner, and @soulcutter
- Removed default value for
:unicorn_bundle_gemfile
of:bundle_gemfile
so that current_path is the default
- Changed default location of
:unicorn_pid
- Depend on capistrano => 3.1.0
- Added
:unicorn_bundle_gemfile
to override:bundle_gemfile
- Bugfix; use current_path vs release_path
Thanks to @eLod, @mbrictson, and @complistic-gaff
- Buxfix; unicorn -E should be passed a RACK_ENV (not a RAILS_ENV). More here
- Added
:unicorn_options
- Added
:unicorn_roles