Yes, crazy is the word... Anyway, after some digging, my understanding is that application code in e. g. rake expects a directory layout as created by bundle install. In this case, that is bundle install --deployment.
I have been able to resolve my issues my using the vendor/bundle dirs created by bundle install --deployment and use them as the shared gems. In this, there is special arrangements for git gems. I guess it should be possible to generate the same structure manually, but since it's not documented I guess it's likely to change. After all, this is ruby ;) -- 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.

