That gist file that I linked is updated for Bundler 0.9.5 + Rails 2.3.5, and it's the setup that I'm using successfully for that stack. http://gist.github.com/302406
You'll notice that the boot.rb snippet has the updated Bundler.require call (no longer Bundler.require_env), and preinitiailizer.rb now preferentially loads gems through the gem lock file (.bundle/ environment.rb), then falling back on your Gemfile. 'bundle_path' no longer works because there is no more bundle path. You no longer vendor anything but the .gem files in vendor/cache (and that's only if you create a self-contained app by running 'bundle pack'). How does that sound, does it line up with other people's experience? -- You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en.
