Skip to content

Instantly share code, notes, and snippets.

@knownasilya
Created June 1, 2013 01:36
Show Gist options
  • Save knownasilya/5688971 to your computer and use it in GitHub Desktop.
Save knownasilya/5688971 to your computer and use it in GitHub Desktop.
Rails Production update
git pull origin master
# merge or what not here..
bundle
bundle exec rake db:migrate
bundle exec rake assets:precompile
touch tmp/restart.txt
# Debugging
http://guides.rubyonrails.org/debugging_rails_applications.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment