capistrano-plugins / capistrano-unicorn-nginx

Capistrano tasks for automatic and sensible unicorn + nginx configuration
MIT License
175 stars 81 forks source link

Application env honors `rails_env` #22

Closed bruno- closed 10 years ago

bruno- commented 10 years ago

If capistrano-rails gem is used, we honor the rails_env option required by that plugin.

Fallback to stage option. This solution is backwards compatible.

This pull request is equivalent to this PR for capistrano-postgres.