Skip to content

Instantly share code, notes, and snippets.

@jm
Created May 10, 2009 04:49
Show Gist options
  • Save jm/109504 to your computer and use it in GitHub Desktop.
Save jm/109504 to your computer and use it in GitHub Desktop.
plugin 'restful-authentication', :git => 'git://github.com/technoweenie/restful-authentication.git'
plugin 'open_id_authentication', :git => 'git://github.com/rails/open_id_authentication.git'
plugin 'exception_notifier', :git => 'git://github.com/rails/exception_notification.git'
gem 'mislav-will-paginate'
gem 'ruby-openid'
gem 'rubyist-aasm'
rakefile "bootstrap.rake", <<CODE
namespace :app do
task :bootstrap do
end
task :seed do
end
end
CODE
generate("authenticated", "user session")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment