Skip test and development gem environments on Heroku
I had been doing some somewhat convoluted stuff to avoid install development and test gems on Heroku. Turns out there is a much easier way:
1 2 3 |
heroku config:add BUNDLE_WITHOUT="development test" |
November 05, 2010
