Displaying 2 results from an estimated 2 matches for "allow_user_to_pass".
2007 Apr 06
3
Mocking Authentication
Is anyone using Restful Authentication? If so, how are you mocking
the login for your controllers? I''m having trouble with it and would
love an example of someone''s login. I''m sure I''m missing something
simple.
Michael
railsconsulting.com
2008 Mar 05
14
[Stories] Login and subdomain
I''ve just begin using rspec stories, and i m encountering some
problems. In my application i have different subdomains in which
specific users can log in, for example an admin will go to
admin.myapp.com/authenticate/login, and an user belonging to a
specific company will log in company.myapp.com/authenticate/login, and
of course both have a different login process.
To perform some