Hi all,

by default, bundler puts gems in ~/.bundle. While this is fine on a
developers workstation, I don't think it's the right place to keep them on a
production box. The deploy user may not be the same user the app runs as and
the location is just a bit weird.

I think keeping the gem's cached in vendor/gems with the app is acceptable
as it means you can deploy without access to the gem repositories. I'd
prefer gems to be installed in either the system gem area or at least
somewhere under shared_path.

Has anyone worked out a nice alternative to having their gems in ~/.bundle ?

- Mike

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
or Rails Oceania" group.
To post to this group, send email to rails-ocea...@googlegroups.com.
To unsubscribe from this group, send email to 
rails-oceania+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rails-oceania?hl=en.

Reply via email to