Revisions

gist: 109504 Download_button fork
public
Public Clone URL: git://gist.github.com/109504.git
Text only
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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")