authlogic
Rails 3 Routes Issue
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[详细]
2023-04-13 02:32 分类:问答why am I getting a NameError for authlogic method after upgrade to Rails 3
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\'[详细]
2023-04-08 15:36 分类:问答Rails3 RegexpError (regular expression too big: /password|password_confirmation)
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:[详细]
2023-04-05 15:02 分类:问答Getting error of undefined method 'valid_password?' with Authlogic
I get suddenly the below error on my server with Authlogic NoMethodError (undefined method `valid_password?\' for #<ProductionHouse:0xb53859cc>):[详细]
2023-04-04 13:24 分类:问答How to custom edit_user_path with nice URL
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.[详细]
2023-04-04 01:45 分类:问答RSpec: undefined local variable or method `activate_authlogic'
My _spec file includes the code below, but my test fails with: NameError in \'MembershipsController should allow you to save updates to the notes\'[详细]
2023-04-03 04:34 分类:问答declarative_authorization Authorization.current_user error
I have authlogic set up and want to use declarative_authorization. In Ryan Bates\'s railcast #188 he uses[详细]
2023-04-02 01:29 分类:问答what is the omniauth & email-password registration best practice?
What is the best practice for combining Facebook login (let\'s say I\'ll use Omniauth gem) and email+password login?[详细]
2023-04-01 00:41 分类:问答Compatibility of Authlogic with http_basic_authenticate_with
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:[详细]
2023-03-31 20:30 分类:问答How can I add a custom column in 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[详细]
2023-03-31 01:24 分类:问答