Search code examples
ruby-on-railsrubyruby-on-rails-3authlogic

Rails 3 Authlogic Tutorial


What are some good rails 3 tutorials for implementing Authlogic? The example listed on github is quite outdated and while the Railscast example does a great job of explaining everything it is beginning to show its age.


Solution

  • I've heard mixed reviews about devise but after installing it, watching several railscasts on its capabilities, and going through the tutorials I've decided to stick with it.