Skip to content

Instantly share code, notes, and snippets.

@dwaynemac
Created February 15, 2011 21:33
Show Gist options
  • Save dwaynemac/828304 to your computer and use it in GitHub Desktop.
Save dwaynemac/828304 to your computer and use it in GitHub Desktop.
generate application (NEEDS UPDATE)
git :init
git :add => "."
git :commit => "-a -m 'fresh rails app'"
# Authentication
gem 'devise', '1.1.5'
gem 'devise_cas_authenticable', '1.0.0.alpha4'
gem 'cancan'
gem 'will_paginate'
gem 'formtastic', '1.2.3'
generate :formtastic
generate 'devise:install'
generate 'devise user'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment