Skip to content

Instantly share code, notes, and snippets.

@hardbap
Forked from lifo/gist:31208
Created February 9, 2009 20:54
Show Gist options
  • Save hardbap/60984 to your computer and use it in GitHub Desktop.
Save hardbap/60984 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"
gist '60999', '.gitignore'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment