aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/cgi_ext/raw_post_data_fix.rb
Commit message (Expand)AuthorAgeFilesLines
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-0/+3
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-1/+1
* r4748@asus: jeremy | 2006-06-29 22:40:35 -0700Jeremy Kemper2006-06-301-1/+1
* Fixed proper form-encoded parameter parsing for requests with "Content-Type: ...David Heinemeier Hansson2006-06-301-1/+1
* Fix CGI extensions when they expect string but get nil in Windows. Closes #52...Marcel Molina2006-06-281-1/+1
* Cope with missing content type and length headers. Parse parameters from mult...Jeremy Kemper2006-06-011-21/+42
* Strip out trailing &_= for raw post bodies #2868Sam Stephenson2005-11-211-0/+1
* Use chop! instead of chop! for efficiencyJamis Buck2005-09-021-1/+1
* Drop trailing \000 if present on RAW_POST_DATA (works around bug in Safari Aj...Jamis Buck2005-09-021-1/+3
* Fix that env_qs might be nilDavid Heinemeier Hansson2005-07-231-1/+1
* Fix that env_qs might be nilDavid Heinemeier Hansson2005-07-231-2/+2
* Improved performance with 5-30% through a series of Action Pack optimizations...David Heinemeier Hansson2005-07-231-20/+31
* Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo...David Heinemeier Hansson2005-06-281-6/+22
* Make sure the benchmarking render method always returns the result of the ren...Jamis Buck2005-05-301-1/+3
* Treat all request types as upper-case so the switch will workDavid Heinemeier Hansson2005-05-041-2/+2
* Made it default to assuming a GET request and reading from command-line only ...David Heinemeier Hansson2005-05-041-4/+4
* Added graceful handling of PUT, DELETE, and OPTIONS requests for a complete c...David Heinemeier Hansson2005-04-181-7/+3
* Fixed that an exception would be thrown when an empty form was submitted #109...David Heinemeier Hansson2005-04-131-1/+1
* Fixed that on very rare occasions, webrick would raise a NoMethodError: priva...David Heinemeier Hansson2005-03-311-1/+1
* Fixed "bad environment variable value" exception caused by Safari, Apache, an...David Heinemeier Hansson2005-03-271-1/+1
* Fixed that query params could be forced to nil on a POST due to the raw post ...David Heinemeier Hansson2005-02-071-4/+4
* Added @request.raw_post as a convenience access to @request.env['RAW_POST_DAT...David Heinemeier Hansson2005-01-251-3/+5
* Fixed no-binding fragment cachingDavid Heinemeier Hansson2005-01-201-4/+4
* A few missing filesDavid Heinemeier Hansson2005-01-201-0/+44