Re: [Rails] authlogic problem

2011-02-22 Thread Frederick Cheung
On 21 Feb 2011, at 16:00, Kelly Pfaff wrote: > I can't get authlogic to work. > (https://github.com/binarylogic/authlogic) > > i've installed it, > i've put the following in environment.rb: > config.gem "authlogic" > If my memory is correct, rails 2.0.2 predates the existence of config.gem

[Rails] authlogic problem

2011-02-21 Thread Kelly Pfaff
I can't get authlogic to work. (https://github.com/binarylogic/authlogic) i've installed it, i've put the following in environment.rb: config.gem "authlogic" 'gem list' gives: *** LOCAL GEMS *** abstract (1.0.0) actionmailer (3.0.3, 2.0.2) actionpack (3.0.3, 2.0.2) activemodel (3.0.3) activereco