Created
March 23, 2014 12:35
-
-
Save Heath101/9722521 to your computer and use it in GitHub Desktop.
rails template temp
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
Rails new | |
cd | |
git init | |
git commit -a -m "Initial Commit" | |
git co -b setup | |
-look at .gitignore | |
-change secret_token.rb | |
Gemfile | |
bundle install --without production | |
rails g rspec:install | |
guard init rspec | |
spork --bootstrap | |
-update spec_helper | |
add --drb to .rspec | |
guard init spork |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment