Skip to content

Instantly share code, notes, and snippets.

@jcunanan05
Created August 5, 2019 01:50
Show Gist options
  • Save jcunanan05/81f387b5cdc466c18de0c9d20452f8b1 to your computer and use it in GitHub Desktop.
Save jcunanan05/81f387b5cdc466c18de0c9d20452f8b1 to your computer and use it in GitHub Desktop.
Rails commands that i forget / commonly use
# 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