Merge pull request #144 from nono/patch-1

Don't install development and test gems in production
This commit is contained in:
Dmitriy Zaporozhets 2011-11-24 09:35:32 -08:00
commit 3e33671586

View file

@ -36,7 +36,7 @@ echo "USERNAME ALL = (git) NOPASSWD: /bin/rm" | sudo tee -a /etc/sudoers
sudo gem install bundler sudo gem install bundler
bundle bundle install --without development test
bundle exec rake db:setup RAILS_ENV=production bundle exec rake db:setup RAILS_ENV=production