Created
August 2, 2016 19:51
-
-
Save ugened47/4ce9c13a82380b0a1616cccf5e4cf1de to your computer and use it in GitHub Desktop.
Rails commands
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
# Creating app | |
rails new name | |
# Start server | |
rails server (s) [ -b $IP [-p $PORT] ] | |
# Scaffold (add model) | |
rails generate scaffold name attribute:type |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment