aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/cgi_ext/cgi_methods.rb
Commit message (Expand)AuthorAgeFilesLines
* Mime types are separated by a comma, not semicolon, in the Accept header. Als...David Heinemeier Hansson2006-03-121-2/+2
* Proper options for XmlSimpleDavid Heinemeier Hansson2006-03-071-1/+1
* XmlSimple _should_ be the default since XmlNode is not compatible with regula...David Heinemeier Hansson2006-03-071-9/+9
* ActionController::Base.param_parsers now accept symbols. currently supported ...Tobias Lütke2006-03-051-1/+13
* Added new infrastructure support for REST webservices.Tobias Lütke2006-03-051-6/+2
* Undo condition change made in [2345] to prevent normal parameters arriving as...Nicholas Seckar2005-09-271-1/+1
* Ticket #2295 - Tolerate consecutive delimiters in query parametersJeremy Kemper2005-09-271-0/+3
* r3573@asus: jeremy | 2005-09-26 11:38:44 -0700Jeremy Kemper2005-09-261-1/+22
* Performance improvements to CGI methods. Closes #1980Nicholas Seckar2005-09-081-7/+11
* Improved performance with 5-30% through a series of Action Pack optimizations...David Heinemeier Hansson2005-07-231-14/+19
* Fixed that hashes was not working properly when passed by GET to lighttpd #84...David Heinemeier Hansson2005-07-041-9/+25
* Hashes sent via multipart post should be converted to strings #1032 [me@julik...Jamis Buck2005-07-041-1/+1
* Fixed query parser to deal gracefully with equal signs inside keys and values...David Heinemeier Hansson2005-06-161-1/+2
* Arrays sent via multipart posts are converted to strings #1032 [dj@omelia.org]Jamis Buck2005-06-101-1/+1
* Added support for POST data in form of YAML or XML, which is controller throu...David Heinemeier Hansson2005-05-141-6/+19
* Added graceful handling of non-alphanumeric names and misplaced brackets in i...David Heinemeier Hansson2004-12-011-16/+14
* InitialDavid Heinemeier Hansson2004-11-241-0/+91