railsmachine / moonshine

Simple Rails deployment and configuration management. 15 minute deploys of Rails 2, 3, or 4 apps.
http://railsmachine.github.com/moonshine/
GNU Lesser General Public License v3.0
665 stars 70 forks source link

Added :install_as_deployment and :install_to_path to bundler options #253

Open mhaylock opened 9 years ago

mhaylock commented 9 years ago

We found we needed additional control over the options passed to bundler, this PR adds :install_as_deployment and :install_to_path in addition to the pre-existing :install_without_groups and :disable_binstubs.