Skip to content

Instantly share code, notes, and snippets.

@johnantoni
Created April 28, 2009 19:30
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 johnantoni/103332 to your computer and use it in GitHub Desktop.
Save johnantoni/103332 to your computer and use it in GitHub Desktop.
rails myplaces
cd myplaces
script/plugin install git://github.com/technoweenie/restful-authentication.git
script/generate authenticated user sessions
script/generate scaffold Rental name:string body:text price:integer
make sure you name it right, if you type Rentals instead of Rental you'll be greeted by a fabulous nameerror that'll just want to suck up all your time and reduce your laptop to a smouldering wreck outside the window somewhere.
;-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment