Re: heroku config:add BUNDLE_WITHOUT=development:test

2010-12-03 Thread Neil Middleton
A lot of my apps aren't production apps so I'm fairly glad this isn't the default behaviour Neil On 3 Dec 2010 00:41, Todd profes...@gmail.com wrote: I've been curious why heroku deploys my development and test gems onto my production machine. In the latest newsletter they mention adding

Re: github help

2010-12-03 Thread Graeme Simpson
I've added a new remote origin, but what do I change the remote name to (does it matter) and the fetch line in my .git/config file? [remote heroku-staging] url = g...@heroku.com:myapp-staging.git fetch = +refs/heads/*:refs/remotes/heroku-staging/* [remote heroku-prod] url =

Re: github help

2010-12-03 Thread Keenan Brock
You may want to double check the ref on prod. I see the app name is myapp but the ref is myapp-prod. (may be correct or a translation layer) Also, you may want to create a local branch for production. Up to you. Have that branch tied to production. But that is up to you / your workflow. Last: