Skip to content

Instantly share code, notes, and snippets.

@koduki
Created October 31, 2010 03:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koduki/656093 to your computer and use it in GitHub Desktop.
Save koduki/656093 to your computer and use it in GitHub Desktop.
rails generate scaffold article title:string body:text
rails generate cucumber:feature article title:string body:text
rake db:setup RAILS_ENV=test
rake features
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment