- Revert
:unicorn_config_pathfalling back toconfig/unicorn/unicorn.rbdue to flawed implementation
unicorn:restartno longer sends QUIT to oldbin since most people use a callback inunicorn.rbunicorn:legacy_restartpreserves the QUIT to oldbin:unicorn_config_pathaddsconfig/unicorn/unicorn.rbas 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_gemfileof:bundle_gemfileso that current_path is the default
- Changed default location of
:unicorn_pid - Depend on capistrano => 3.1.0
- Added
:unicorn_bundle_gemfileto 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