it worked for me. just follow the guide (http://github.com/binarylogic/authlogic_example) but in your Gemfile use:
gem 'authlogic', :git => 'git://github.com/odorcicd/authlogic.git', :branch => 'rails3' and to generate a session: rails g authlogic:session user_session these should work great -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

