Just a sample rails3 application that uses the authlogic library (github.com/binarylogic/authlogic). This was created using the instructions found at github.com/binarylogic/authlogic_example, but tweaked for rails3.
-
‘bundle install’ to get the authlogic gem
-
‘rake db:migrate’
-
‘rails server’
-
visit localhost:3000