Barry, You have a space in your config var. You need to use a : $ heroku config:add BUNDLE_WITHOUT=development:test
Oren On Mon, Nov 22, 2010 at 3:23 PM, Barry Hoggard <[email protected]> wrote: > I'm not sure what you're asking? I have this all working fine on a > 3.0 Rails app, but for this 2.3.4 one, it's trying to load my dev gems > when the app starts up on Heroku even thought the Rails environment is > production. I would prefer not to go back to the manifest approach if > I can help it. > > On Nov 22, 5:37 pm, Steve Smith <[email protected]> wrote: >> Hey Barry does bundle without "development:test" work for you? I had a >> similar issue and the heroku guys showed me this fix. This is the new >> bundler syntax anyway I just hadn't gotten around to changing it. > > -- > 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. > > -- 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.
