This project is archived and is in readonly mode.
Switch to Rack::Utils::Multipart
Reported by josh | December 28th, 2008 @ 09:50 PM
We should depend on Rack::Utils::Multipart.parse_multipart instead of maintaining our own internally.
If somethign needs to be configurable to support our nested hash parsing shit, or we need some more features upstream, let me know and I'll make it happen.
Thanks for volunteering ;)
Comments and changes to this ticket
-
DHH January 8th, 2009 @ 09:26 PM
- Assigned user changed from Pratik to josh
-
josh January 16th, 2009 @ 03:22 AM
- State changed from new to open
-
Repository January 18th, 2009 @ 02:59 AM
- State changed from open to resolved
(from [ff0a2678c4bce9da348e1263915558795e3a3640]) Build query string and POST params parser on top of Rack::Request. Also switch our multipart parser to use Racks. Moved XML, JSON, and YAML parsers into ActionController::ParamsParser middleware [#1661 state:resolved] http://github.com/rails/rails/co...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
Referenced by
- 1661 Switch to Rack::Utils::Multipart (from [ff0a2678c4bce9da348e1263915558795e3a3640]) Build q...