Created
August 5, 2019 01:50
-
-
Save jcunanan05/81f387b5cdc466c18de0c9d20452f8b1 to your computer and use it in GitHub Desktop.
Rails commands that i forget / commonly use
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
# run rails on a docker container / virtual container | |
rails server -p $PORT -b 0.0.0.0 | |
# bundle | |
bundle update | |
bundle install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment