Skip to content

Instantly share code, notes, and snippets.

@tsmsogn
Last active December 14, 2015 23:48
Show Gist options
  • Select an option

  • Save tsmsogn/5167806 to your computer and use it in GitHub Desktop.

Select an option

Save tsmsogn/5167806 to your computer and use it in GitHub Desktop.
[rails]Command snippets
rails new app --skip-test-unit
cd app
bundle update
bundle install --without production
rails generate rspec:install
rails generate model User name:string
rails generate controller Users new --no-test-framework
rails generate integration_test user_pages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment