index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
cgi_ext
/
cgi_methods.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
GET parameter keys can be escaped too [DHH]
David Heinemeier Hansson
2006-10-17
1
-1
/
+1
*
Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist unti...
David Heinemeier Hansson
2006-09-20
1
-1
/
+1
*
Skip params with empty names, such as the &=Save query string from <input typ...
Jeremy Kemper
2006-09-12
1
-1
/
+2
*
Update descriptive messages for exceptions thrown by cgi_methods. Closes #6103.
Jeremy Kemper
2006-09-08
1
-3
/
+5
*
Add descriptive messages to the exceptions thrown by cgi_methods. Closes #6091.
Nicholas Seckar
2006-09-07
1
-2
/
+8
*
Tighten rescue clauses. Closes #5985.
Jeremy Kemper
2006-08-31
1
-1
/
+1
*
Switch to using FormEncodedPairParser for parsing request parameters.
Nicholas Seckar
2006-08-30
1
-111
/
+56
*
FormEncodedStringParser needs a tad more work before it can handle POST data ...
David Heinemeier Hansson
2006-08-28
1
-70
/
+91
*
Actually, indifferent access mattered in the bowels (hashes hidden in arrays)
David Heinemeier Hansson
2006-08-26
1
-1
/
+1
*
Result is made indifferent on the way out
David Heinemeier Hansson
2006-08-26
1
-1
/
+1
*
Changed the POST parameter processing to use the new QueryStringParser and ma...
David Heinemeier Hansson
2006-08-26
1
-1
/
+1
*
The white space inquisition is coming for you!
David Heinemeier Hansson
2006-08-04
1
-3
/
+1
*
Fix broken query parameter tests
Nicholas Seckar
2006-08-04
1
-43
/
+113
*
Added Hash.create_from_xml(string) which will create a hash from a XML string...
David Heinemeier Hansson
2006-06-16
1
-134
/
+74
*
Rewind readable CGI params so others may reread them (such as CGI::Session wh...
Jeremy Kemper
2006-06-02
1
-1
/
+3
*
performance enhancement for previous patch [skaes]
Michael Koziarski
2006-05-16
1
-1
/
+1
*
Fix NoMethodError when parsing params like &&. [Adam Greenfield]. Closes #4955
Michael Koziarski
2006-05-16
1
-0
/
+1
*
Make sure xml_simple requests don't blow up if an empty request body is recieved
Jamis Buck
2006-03-18
1
-5
/
+6
*
XML-formatted requests are typecast according to "type" attributes for :xml_s...
Jamis Buck
2006-03-18
1
-1
/
+43
*
Be sure to look at array elements when dasherizing keys of a formatted request
Jamis Buck
2006-03-17
1
-9
/
+11
*
Underscore dasherized keys in formatted requests
Jamis Buck
2006-03-15
1
-1
/
+13
*
use "mime_type" instead of "format"
Jamis Buck
2006-03-15
1
-1
/
+1
*
Mime types are separated by a comma, not semicolon, in the Accept header. Als...
David Heinemeier Hansson
2006-03-12
1
-2
/
+2
*
Proper options for XmlSimple
David Heinemeier Hansson
2006-03-07
1
-1
/
+1
*
XmlSimple _should_ be the default since XmlNode is not compatible with regula...
David Heinemeier Hansson
2006-03-07
1
-9
/
+9
*
ActionController::Base.param_parsers now accept symbols. currently supported ...
Tobias Lütke
2006-03-05
1
-1
/
+13
*
Added new infrastructure support for REST webservices.
Tobias Lütke
2006-03-05
1
-6
/
+2
*
Undo condition change made in [2345] to prevent normal parameters arriving as...
Nicholas Seckar
2005-09-27
1
-1
/
+1
*
Ticket #2295 - Tolerate consecutive delimiters in query parameters
Jeremy Kemper
2005-09-27
1
-0
/
+3
*
r3573@asus: jeremy | 2005-09-26 11:38:44 -0700
Jeremy Kemper
2005-09-26
1
-1
/
+22
*
Performance improvements to CGI methods. Closes #1980
Nicholas Seckar
2005-09-08
1
-7
/
+11
*
Improved performance with 5-30% through a series of Action Pack optimizations...
David Heinemeier Hansson
2005-07-23
1
-14
/
+19
*
Fixed that hashes was not working properly when passed by GET to lighttpd #84...
David Heinemeier Hansson
2005-07-04
1
-9
/
+25
*
Hashes sent via multipart post should be converted to strings #1032 [me@julik...
Jamis Buck
2005-07-04
1
-1
/
+1
*
Fixed query parser to deal gracefully with equal signs inside keys and values...
David Heinemeier Hansson
2005-06-16
1
-1
/
+2
*
Arrays sent via multipart posts are converted to strings #1032 [dj@omelia.org]
Jamis Buck
2005-06-10
1
-1
/
+1
*
Added support for POST data in form of YAML or XML, which is controller throu...
David Heinemeier Hansson
2005-05-14
1
-6
/
+19
*
Added graceful handling of non-alphanumeric names and misplaced brackets in i...
David Heinemeier Hansson
2004-12-01
1
-16
/
+14
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+91