Skip to content

Instantly share code, notes, and snippets.

@Heath101
Created March 23, 2014 12:35
Show Gist options
  • Save Heath101/9722521 to your computer and use it in GitHub Desktop.
Save Heath101/9722521 to your computer and use it in GitHub Desktop.
rails template temp
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