master
An example rails app using the Authlogic authentication library — Read more
Error received:
NoMethodError in User sessionsController#create undefined method `config' for UserSession:Class
Make a fresh clone of this app, add a database.yml, run migrations, run the tests...oh, they expect email to be defined.
It's a poor example if it doesn't work, Ben. ;-)
Any idea on having https://rpxnow.com/ exaple branch ?
Thanks in advance luca
I followed this example exactly and keep getting template error undefined method for login, username etc. someone else had this problem on another site and added login_field :login to the user_session.rb yet in your example you dont have to do this.
Hi,I followed your tutorial to setup Authlogic. I am getting this error when i try to create a new user. Full trace
http://pastie.org/614421
seems these controllers are missing in the app from your turorial