Skip to content

Instantly share code, notes, and snippets.

@bigfleet
Created January 23, 2009 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bigfleet/51211 to your computer and use it in GitHub Desktop.
Save bigfleet/51211 to your computer and use it in GitHub Desktop.
bigfleet's Rails template
plugin 'rspec', :git => 'git://github.com/dchelimsky/rspec.git'
plugin 'rspec-rails', :git => 'git://github.com/dchelimsky/rspec-rails.git'
plugin 'restful-authentication', :git => 'git://github.com/technoweenie/restful-authentication.git'
plugin 'cucumber', :git => 'git://github.com/aslakhellesoy/cucumber.git'
plugin 'webrat', :git => 'git://github.com/brynary/webrat.git'
gem 'mislav-will_paginate', :lib => 'will_paginate', :source => 'http://gems.github.com'
rake("gems:install", :sudo => true)
generate("authenticated", "user session")
generate("rspec")
generate("cucumber")
run "rm public/index.html"
git :init
git :add => "."
git :commit => "-a -m 'Initial commit'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment