Ruby on Rails Thursday, November 28, 2013

Hey,

Switched to using VirtualBox VMs using Vagrant for my Rails dev work and I'm wondering what others may be doing re workflow between VMs and their local dev environment.

Right now, I

+ ssh into the VM with a bunch of terminal tabs to get different processes going on my Rails project, e.g., 'rails s' and 'spork'
+ I keep my editing on the local side

But it seems like I'll be sacrificing some ease with this approach, viz., tasks like rspec will need to be executed from within the VM, so I lose the integration of stuff with my editing!

The apparent compromise above makes me wonder what any others may be doing about VM-local Rails dev workflows. Any help appreciated.

G

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/5c88f817-6b20-4010-8c69-a464e6b0e2b3%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment