Skip to content

Instantly share code, notes, and snippets.

@refriedchicken
Created July 17, 2010 06:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save refriedchicken/479293 to your computer and use it in GitHub Desktop.
Save refriedchicken/479293 to your computer and use it in GitHub Desktop.
1. add this to your gem file
gem 'authlogic', :git => 'git://github.com/odorcicd/authlogic.git', :branch => 'rails3'
2. then run bundle install at the command line
3. finally you can run this install of script/generate session user_session
rails g authlogic:session user_session
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment