Hi to all,
i have installed authlogic as shown in this tutorial 
http://www.dixis.com/?p=352.
The fields i have used are t_login, t_password, t_name,
t_password_salt, t_persistence_token.

When i go to home#index, i get this error:

NameError in HomeController#index

uninitialized constant Authlogic
...
Application Trace | Framework Trace | Full Trace
app/models/user_session.rb:1
app/controllers/application_controller.rb:10:in `current_user_session'
app/controllers/application_controller.rb:16:in `current_user'
app/controllers/application_controller.rb:21:in `require_user'
....

Do you know what this comes from???

Thank you in advance
Kostas L.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to