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

On Mon, Jan 17, 2011 at 11:00 AM, loganathan sellappa <loganathan.ms@
gmail.com> wrote:

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:

On Mon, Jan 17, 2011 at 6:43 PM, David K.
[email protected]wrote:

Doesn’t get easier than this:
#160 Authlogic - RailsCasts

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 B. Railscast should get
you
up and running in less than an hour.

Thank you ,it goin well

complete example here:

Best Regards,
Luciano S.
http://www.lucianosousa.net http://rubyonrio.org
*Ruby on Rails Developer
*Contact: +55 21 8418-5945

2011/1/17 David K. [email protected]