On Wednesday, December 2, 2015 at 5:46:49 PM UTC, Jason Hsu, Ruby on High Speed Rails wrote: >
> > That said, I'd like to hear from those of you who are still part of the vast > majority who use Ruby on Rails directly on the host OS. How do you deal with > the issues that prompted me to use VirtualBox/Vagrant? (I think that gemsets > are a popular solution. Is this correct?) I don't use gemsets - when using a bundler enabled project it won't let you load a gem that's not in the Gemfile. If I did need to blow away my ruby install that's only one command with rbenv (and then run bundler to reinstall gems). "Works on my machine" problems are handled by a CI server (which is an automatically built image, built using the same process that builds our production images) There is some value in getting new developers setup (there are a few non ruby related dependencies in our app on top of rails) but I've never really had the problems you describe. Fred -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/690fa556-f0e3-4d7d-9bf3-34657269b5df%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

