Michael Hasenstein wrote: > No, that wasn't the solution. Simply by ensuring passenger_ruby is > correct (exists, is correct, is used by passenger) did not solve this > problem for me - at least not on my laptop dev. system. The same setup > works on my desktop dev. machine. Same passenger, same rvm, same app, > same ruby - one works, the other one doesn't. > > > > Michael Hasenstein wrote: >> Michael Hasenstein wrote: >>> ME TOO! >> >> >> SOLVED.
This was not the issue for me either. When using bundle install --deployment, everything works just fine, but this is a development server and I do not want gems installed to vendor/bundle. The problem is still with a gem specifying a git repo and a :ref (does not have a gemspec). -- Posted via http://www.ruby-forum.com/. -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

