authlogic
Is there a particularly good fork of authlogic I should use, with Rails 3 compatibility?
Authlogic hasn\'t been updated in a few months and, while it seems to work in Rails 3, still has a ton of deprecation warnings.[详细]
2023-02-03 07:09 分类:问答How to check if helper method/variable exists in rspec?
Im still trying to figure out rspec and right now I am using authlogic to handle my users and sessions. I did the usual authlogic stuff like adding the def current_user method to applciation controlle[详细]
2023-02-02 12:54 分类:问答How do I set a message in the flash when authlogic times out a user?
I have a rails app which uses authlogic for authentication. I have a 60 minute timeout set. When a session times out the user is taken back to a basic login screen but there is no explanation given f[详细]
2023-02-01 19:21 分类:问答How can I make sure Users belong to a particular model using Authlogic?
I\'m using Authlogic to perform authentication for my Rails app. My users log in to a subdomain which is stored as part of a Client model. Users belong_to clients and Clients authenticate_many UserSes[详细]
2023-02-01 17:59 分类:问答How can I a make model acts_as_authentic that doesn't have the persistence_token field or related functionality?
I would like to use only the perishable_token feature from authlogic on this开发者_如何转开发 model and nothing else. Here\'s what I\'ve tried so far that\'s failed:[详细]
2023-02-01 08:42 分类:问答Saving a record in Authlogic table
I am using authlogic to do my authentication. The current model that serves as the authentication model is the user model. I want to add a \"belongs to\" relationship to user which means that I need a[详细]
2023-02-01 02:25 分类:问答Rails, Passenger and Authlogic
Has anyone figured out how to use authlogic with passenger? On the Github Binary Logic page there is a note that says it does not work, the problem is that when you log out, it does not really log you[详细]
2023-01-31 18:04 分类:问答Ruby on Rails: Authlogic Facebook integration: Link accounts with user input instead of automatically using email address
I\'m developing a web app in Ruby on Rails. I\'m using authlogic to do authentication. My site has its own logins, but I\'m hoping to also use Facebook. I tried out authlogic_facebook_connect (using F[详细]
2023-01-31 16:19 分类:问答Override authlogic's email validation
I am开发者_如何学Python making a login using AuthLogic, but I would like \'email\' to be optional. It seems however that authlogic out of the box makes this validated for. Anyone know a workaround?fro[详细]
2023-01-30 16:34 分类:问答After create, set role
I\'m trying to use an after_create to set the default user role to subscriber. But it doesn\'t appear to make any changes. The roles of the new user is always [\" \" ].[详细]
2023-01-30 07:13 分类:问答