anywho
July 8, 2010, 6:22pm
#1
hi, I’ve got an api which is using
authenticate_or_request_with_http_basic
What are you guys using to test this? I’m using rspec, and before I
was using rspec-rails, I was using authorize from Rack::Test to do the
authentication. However, authorize clearly doesn’t work when using
rspec-rails, so I’m wondering what everyone else is doing?
anywho
July 9, 2010, 9:24am
#2
Download the Rails source code from Github and look at
the http_basic_authentication_test.rb to see how to test http basic
authentication.
In general read the source code of popular plugins, you will learn how
they
solve common problems.
Cheers,
Bala
RoR Developer Now Available for Hire
On Thu, Jul 8, 2010 at 9:21 AM, anywho [email protected] wrote:
“Ruby on Rails: Talk” group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] [email protected]
.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en .
–
http://www.rubyplus.org/
Free Ruby and Rails Screencasts
anywho
July 30, 2010, 5:28am
#3
Thanks but that didn’t help. I’ve followed the documentation here:
http://api.rails.info/classes/ActionController/HttpAuthentication/Basic.html#M000214
I don’t understand why authorize broke, but nothing else I try seems
to work either. Help is appriciated.
anywho
July 30, 2010, 7:04am
#4
anywho
July 30, 2010, 5:32am
#5
I should probably mention that this is with rails3 and the file you
refer to doesn’t exist in rails3