HOW TO USE AUTHLOGIC

hi,

i’m new to rails i duno how to use authlogic plugin in rails 3,can anybody help me with sample app

hi, i’m new to rails i duno how to use authlogic plugin in rails 3,can anybody help me with sample app

Doesn’t get easier than this: http://railscasts.com/episodes/160-authlogic

PS, when you get to it in your gemfile I think you will need to use this:

gem ‘authlogic’, :git => ‘git://github.com/odorcicd/authlogic.git’, :branch => ‘rails3’

Rather than “gem ‘authlogic’”. Otherwise Ryan Bates Railscast should get you up and running in less than an hour.

complete example here: https://github.com/binarylogic/authlogic_example

Best Regards, Luciano Sousa http://www.lucianosousa.net

*Ruby on Rails Developer *Contact: +55 21 8418-5945

Thank you ,it goin well