authlogic
How to test user features using Authlogic_RPX and Steak?
I\'m trying to test features of my Rails 3 app for which a user should be signed in. I use authlogic_rpx for authenticating users through Facebook and Twitter, but I don\'t want to test that process.[详细]
2023-02-21 20:56 分类:问答Unable to Seed Data for Authlogic
When I run rake db:seed in my Rails 3 application I get the error: rake aborted! undefined method \'find_or_create_by_first_name_and_last_name_and_role_and_email_and_password_and_password_confirmatio[详细]
2023-02-21 05:32 分类:问答Authlogic and iPhone app login
This has been a head-banger for me. I have looked at all of the similar questions on SO and none have proved satisfactory. Here\'s my go at it.[详细]
2023-02-21 05:21 分类:问答error in installing authlogic in rails 3.1
hello i want to use authlogic with rails 3.1 i have pasted following code in the gem file \"gem \'authlogic\', :git => \'git://github.com/odorcicd/authlogic.git\', :branch => \'rails3\'#http://techoc[详细]
2023-02-20 01:52 分类:问答Which should I use Devise or AuthLogic in Rails 3 for authenticating and creating users via OAuth
I am creating an application where the only way users can create an account and then subsequently login is through OAuth.[详细]
2023-02-19 02:37 分类:问答How do I write an rspec test in Rails 3 to test if a user is signed with authlogic after being created?
I\'m porting my app from a custom authentication mechanism to authlogic and I\'m having trouble figuring out how to test that a new user is logged in after it is created. My old test was the following[详细]
2023-02-17 15:02 分类:问答authlogic_oid redirecting to /user_sessions#index instead of /user_session#create
I\'m writing a rails3 app using authlogic and authlogic-oid to allow the user to login and register using their LinkedIn account. I\'m able to call out to LinkedIn to authenticate but the issue I\'m h[详细]
2023-02-17 14:58 分类:问答Current_user nil after creating a session in ROR with AuthLogic
I\'m having a bit of problems with AuthLogic and current_user. I have a Flex4 application using the Cairngorm framework as the front-end, and Ruby On Rails as the back-end.[详细]
2023-02-16 23:57 分类:问答How to secure private admin forms in Heroku
H开发者_开发问答ow would i go about securing private use Admin forms in Heroku? These are forms to administer the site - edit master (or static) data, settings etc. Normally I would never expose these[详细]
2023-02-16 23:20 分类:问答Simple security question - how to pass a params-like security code in everyday actions?
I have some situations where I want to be sure that one controller action (or route) can o开发者_开发问答nly be accessed by another controller action and not by being typed in. For example, I have a c[详细]
2023-02-16 14:00 分类:问答