Skip to content

Instantly share code, notes, and snippets.

@rsutphin
Created July 18, 2012 20:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rsutphin/3138789 to your computer and use it in GitHub Desktop.
Save rsutphin/3138789 to your computer and use it in GitHub Desktop.
Attempt to reproduce surveyor #346
rm -rf threefoursix
rails --version
rails new threefoursix --skip-bundle
cd threefoursix
echo "gem 'surveyor'" >> Gemfile
bundle install
script/rails g surveyor:install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment