Last active
May 20, 2019 21:22
-
-
Save injune1123/92bdf372500e749ae0292ee34c7552f4 to your computer and use it in GitHub Desktop.
Rails Cheatsheet
This file contains 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
rvm use | |
bundle install | |
bundle exec rake db:migrate | |
bundle exec rake jobs:work | |
? after a funcion mean it returns a boolean |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment