Skip to content

Instantly share code, notes, and snippets.

@karmi
Forked from lifo/gist:31208
Created January 24, 2009 14:38
Show Gist options
  • Save karmi/51455 to your computer and use it in GitHub Desktop.
Save karmi/51455 to your computer and use it in GitHub Desktop.
inside('vendor') do
run "ln -s ~/Playground/Rails/rails rails"
end
run "rm public/index.html"
generate(:scaffold, "item name:string")
route "map.root :controller => 'items'"
rake("db:migrate", "development")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment