Skip to content

Instantly share code, notes, and snippets.

@cmilfont
Created December 2, 2009 18:10
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 cmilfont/247403 to your computer and use it in GitHub Desktop.
Save cmilfont/247403 to your computer and use it in GitHub Desktop.
rails nomedoprojeto -d mysql
cd nomedoprojeto
rake db:create:all
script/generate scaffold pessoa nome:string idade:float nascimento:date
rake db:migrate
script/generate rspec
script/generate rspec_scaffold pessoa nome:string idade:float nascimento:date
rake spec
script/generate cucumber
script/generate feature pessoa nome:string idade:float nascimento:date
rake features
script/server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment