search for: my_restful_controller

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

2008 Sep 16
0
POST parameters incorrectly appended to REQUEST_URI
My rspec controller tests are appending POST params to the request_uri as though they are GET variables. So this line: post :create, :foo => ''bar'' Generates a request_uri that looks like this: my_restful_controller?foo=bar However when performing the same action from the actual application, the params are not appended to the request_uri (as expected). Looks like this issue has been raised elsewhere, and by the sounds of it, this is an issue with rails functional tests. http://rubyforge.org/tracker/?func=de...