authlogic
Rails 3.1 Authlogic NameError
I\'m currently trying to get authlogic working with my Rails 3.1 installation.In my Gemfile I have: gem \'authlogic\'[详细]
2023-03-30 06:37 分类:问答Login/Register with the same submit button in Rails3
I\'ve tried searching everywhere but cannot seem to find an answer. I am using Authlogic for authentication in my Rails app. I would like to allow users to login or register using the same form, and[详细]
2023-03-29 10:06 分类:问答authlogic and posts for current_user
I am using authlogic for users to login and once they do so, I would like them to be able to add posts. For some reason I keep getting \"Couldn\'t find User without an ID\". Below is my code:[详细]
2023-03-29 06:42 分类:问答using ASIHTTPRequest on iPhone to login to webservice written in Ruby on Rails and uses AuthLogic
I have a website written in Ruby on Rails. Users can register & sign up on the website. I u开发者_Python百科se AuthLogic for that I want to be able to do that using my iPhone app. It looks like AS[详细]
2023-03-27 21:35 分类:问答Template Missing Error Appears When Updating a User and not Providing a Password - Authlogic
I\'m using Authlogic for my authentication system in a Rails 2.3.8 application for a client of mine. I have a model, CommunityEventUser, that needs to be updated with new attributes. The controller co[详细]
2023-03-26 09:39 分类:问答authlogic not working with capybara when using the selenium driver
I have all my capybara tests working with my authlogic members area using the default driver, but when i change one test to use selenium driver as it has ajax in it, it gives my theis error :[详细]
2023-03-26 01:32 分类:问答How can I pull the User.role_id through a UserSession Model
I have authlogic running just fine in my app, but I am rolling my own roles (i am newer to rails and wanted to learn...)[详细]
2023-03-25 10:46 分类:问答Implement Google Analytics funnel for sign up with authlogic
I have a rails appli开发者_运维技巧cation for which uses authlogic for sign up. I am trying to implement a google analytics funnel to find out how many people signed up. The way authlogic works is, wh[详细]
2023-03-24 03:24 分类:问答Authlogic Create new session without password
I\'m trying to build Facebook OAuth into my existing Authlogic login system. I have the OAuth part complete, and stored the facebook access_token. The problem I\'m facing is to actually log the user i[详细]
2023-03-21 13:12 分类:问答Rails 3 Authlogic problem with single access token and logout on timeout
I\'m having a problem using an authlogic single access token to access a page when logout on timeout is set to true and a timeout is set.[详细]
2023-03-20 17:13 分类:问答