RailsApps / rails_apps_composer

A gem with recipes to create Rails application templates for Rails starter apps.
http://railsapps.github.io/rails_apps_composer/
1.42k stars 306 forks source link

[Feature Request] Add recipe for vagrant support #298

Open wireframe opened 10 years ago

wireframe commented 10 years ago

We have home-rolled our own Rails template for internal applications, and the rails_apps_composer is much more robust, with the exception of not having support for vagrant out of the box. https://github.com/thegarage/thegarage-template

Vagrant support can be as bare bones as auto-generating the Vagrantfile or as full featured as our template (includes Berksfile, bin/restart and bin/vm_rails_setup scripts) https://github.com/thegarage/thegarage-template/blob/master/template.rb#L194-L206

NOTE: I'll take a look at hacking together a vagrant recipe if this seems appropriate.

DanielKehoe commented 10 years ago

Hi Ryan, it'd be great to collaborate. I'm slowly moving to clean up rails_apps_composer by moving some functionality to gems that provide generators, rather than trying to stuff all the functionality in rails_apps_composer. For examples, see:

I don't use Vagrant, so tell me how you use it. It gives you a sandboxed development environment? Is that the use case?