On Feb 16, 10:37 pm, Oren Teich <[email protected]> wrote: > Interesting - you're saying that using those instructions meant you didn't > need to do any of the annoying config.gem stuff in your environment file?
Yes. If you follow the last few commits in my github project, you can see everything I needed to do. It's a little confusing, but in the end, I was able to use bundler as expected, while removing all the config.gem calls (including the one for the rails engine 'devise' that I thought I'd definitely need to keep around). You can see this github issue about devise as well: http://github.com/plataformatec/devise/issues#issue/77 ...basically, it looks like you need to do the hackery that's in that gist, but then your rails 2.3.5 app will work with bundler 0.9x without any problems. I'm not sure if Yehuda & Company will want to come up with another solution...? But anyway - it seems to have been necessary for me to get everything working as expected for now. - Trevor -- 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.
