Last active
June 14, 2018 00:56
-
-
Save joeswann/8e395dec0fb9df92d3aa to your computer and use it in GitHub Desktop.
[rails_reset.sh] Reset tables, precompile assets, etc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rake db:drop;rake db:create; rake db:migrate; rake db:seed; | |
bundle exec rake assets:precompile RAILS_ENV=production |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment