Created
August 15, 2020 18:04
-
-
Save inem/da8a0d1db9a9079168616389175025c1 to your computer and use it in GitHub Desktop.
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
setup: | |
rails db:create | |
rails db:migrate | |
rails db:seed | |
rails db:fixtures:load | |
db: | |
rails db:migrate | |
fix: | |
rails db:fixtures:load | |
fixtures: | |
rails db:fixtures:load | |
c: | |
rails c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment