binarylogic/authlogic_example

Following the Tutorial was not going smoothly

Closed this issue · 0 comments

# config/environment.rb
config.gem "authlogic"

got this error:

undefined local variable or method "config" for main:Object

script/generate session user_session

Got this error:

Could not find generator 'session'. Maybe you meant 'assets' or 'helper' or 'task'

is there any special requirement for this Tutorial ?

And script/generate is not in my environment, I used rails g instead.
Is that correct?