I am a beginning developer, and I was able to successfully use this tutorial (I\'m in Rails 3): http://www.binarylogic.com/2008/11/16/tutorial-reset-passwords-with-authlogic/ to allow for users to res
I am doing an upgrade to Rails 3 and had originally been using authlogic. I now get a NameError: NameError (undefined local variable or method `require_no_user\'
I\'m using Rails 3.0.0 with Authlogic 2.1.6 and from time to time I\'m getting this error message: RegexpError (regular expression too big:
I get suddenly the below error on my server with Authlogic NoMethodError (undefined method `valid_password?\' for #<ProductionHouse:0xb53859cc>):
I\'m adding a nav menu in application.html.erb which navigate users in authlogic. All routers like: :logout, :register and :login seems working with custom paths.
My _spec file includes the code below, but my test fails with: NameError in \'MembershipsController should allow you to save updates to the notes\'
I have authlogic set up and want to use declarative_authorization. In Ryan Bates\'s railcast #188 he uses
What is the best practice for combining Facebook login (let\'s say I\'ll use Omniauth gem) and email+password login?
my Rails 3.1 application uses authlogic. I just added http_basic_authenticate_with so I can restrict access to the entire site for running a private beta, and it seems to have broken authlogic:
I\'ve created a simple user system with authlogic using Rails 3. I want to add an \"account_type\" column to the database. How can I populate this column in the database when the user signs up? I have