Skip to content

Instantly share code, notes, and snippets.

@ukstudio
Created April 14, 2009 03:23
Show Gist options
  • Select an option

  • Save ukstudio/94931 to your computer and use it in GitHub Desktop.

Select an option

Save ukstudio/94931 to your computer and use it in GitHub Desktop.
rails my_app
cd my_app
ruby script/generate model user name:string email:string
ruby script/generate model entry title:string body:text user_id:integer
rake db:migrate
ruby script/generate i18n ja
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment