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