Don't install development and test gems in production

3-1-stable
Bruno Michel 2011-11-24 12:51:32 +01:00
parent b4c40c212c
commit 310f0131b2
1 changed files with 1 additions and 1 deletions

View File

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