search for: name_of_object

Displaying 1 result from an estimated 1 matches for "name_of_object".

2007 Dec 23
0
basic authentication
When I try to get a page via post_via_redirect on a project that uses the new rails 2 http authentication, for example: post_via_redirect path, {:name_of_object => { :att => "test" }}, :authorization => authorize then the post works, but then I''m being redirected to the show action where I''m unauthorized again. A browser doesn''t suffer from this but all the tests are. After searching for a long time I jus...