Skip to content

Instantly share code, notes, and snippets.

@vijaydev
Forked from lifo/gist:31208
Created December 26, 2010 16:18
Show Gist options
  • Save vijaydev/755496 to your computer and use it in GitHub Desktop.
Save vijaydev/755496 to your computer and use it in GitHub Desktop.
An Example Rails 3 Application Template
run "rm public/index.html"
generate(:scaffold, "item name:string")
route "root :to => 'items#index'"
rake("db:migrate", "production")
gem 'ruby-openid'
gem 'will-paginate', :git => 'git://github.com/mislav/will_paginate.git'
add_source "http://code.whytheluckystiff.net"
gem "hpricot", :version => '0.6'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment