1 bug fix
Generate the command to start Unicorn correctly.
3 minor enhancements
Pass an environment to Unicorn, default to rails_env (if present) or ‘production’. (Mathieu Lemoine) (BC)
Create shared/log and shared/pids directories on vlad:setup_app, even for non-Rails apps.
Add an option to trivially enable using `bundle exec`.
2 bug fixes
Fix broken shell-quoting of sudo commands
Quote config file path when passing it to unicorn
1 bug fix
Quote commands better when using sudo
1 minor enhancement
Add a new task, vlad:reload_app, to send SIGUSR2 to Unicorn (Mathieu Lemoine). vlad:start_app still uses SIGHUP.
1 bug fix
Allow complex commands in unicorn_command (Matthew Smith)
1 minor enhancement
Now uses SIGHUP to restart
Added documentation on use with Rails 2.3 apps with Bundler
1 major enhancement
Birthday!