This is possibly OT but I'm confident Rails folks would know the answer.

I have a Rails 3.1 site deployed to Apache+Passenger which uses RVM+Bundler.

Bundler+RVM seems to work great except with gems that I pull from git via the 
:git => syntax in Gemfile. Logging into the production server and typing 
"bundle install" does not fix the error, but "bundle install specific-gem.git" 
does fix the issue.

Additionally, bundle pack doesn't place these from-git gems in vendor/cache.

Anybody have any idea what's going on here?

- Christopher Thielen

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

Reply via email to