
In rails-2.3 parse_query_parameters is in RequestParser
Reported by Marcello Nuccio | December 31st, 2008 @ 08:59 AM | in 0.4
As of rails-2.3
ActionController::AbstractRequest.parse_query_parameters
is
ActionController::RequestParser.parse_query_parameters
The attached patch fixes it.
Comments and changes to this ticket
-
Marcello Nuccio December 31st, 2008 @ 09:18 AM
- no changes were found...
-
gaffo January 6th, 2009 @ 02:48 AM
- Tag changed from bug, patch, rails to bug, patch, rails, rails2.3
Marcello, is this change going to break webrat with 2.2? It sounds like it is. Please let us know.
-
gaffo January 6th, 2009 @ 08:05 PM
Marcello: Okay, cool. Putting it on a fork of webrat/master in a branch called lh_107_request_parser_2_3_fix and sending a pull request will make it get in faster.
-
Bryan Helmkamp January 17th, 2009 @ 10:59 AM
- Milestone set to 0.4
-
Bryan Helmkamp January 17th, 2009 @ 01:35 PM
- State changed from new to resolved
Thanks for the patch. Merged this in.
-
Josh Knowles February 16th, 2009 @ 10:00 AM
- State changed from resolved to open
I think they must have changed something in Edge rails as I created a new project over the weekend and ran into this problem.
I hacked it to get it working, but we should look into this in more details:
-
Bryan Helmkamp June 14th, 2009 @ 10:34 PM
- State changed from open to resolved
I believe this is all set in master now. Our app runs Webrat against the latest in the 2.3 line without issue. We don't currently support Edge Rails (aka Rails 3.0) but will before it's released.
If there are any further issues, please re-open this.
Cheers,
-Bryan
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Ruby Acceptance Testing for Web applications.