Skip to content

Instantly share code, notes, and snippets.

@lifo
Created December 2, 2008 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save lifo/31208 to your computer and use it in GitHub Desktop.
Save lifo/31208 to your computer and use it in GitHub Desktop.
run "rm public/index.html"
generate(:scaffold, "item name:string")
route "map.root :controller => :items"
rake("db:migrate", "production")
gem 'ruby-openid'
gem 'will-paginate', :git => 'git://github.com/mislav/will_paginate.git'
gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment