| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix CGI extensions when they expect string but get nil in Windows. Closes #52... | Marcel Molina | 2006-06-28 | 1 | -1/+1 |
* | 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 |
* | Cope with missing content type and length headers. Parse parameters from mult... | Jeremy Kemper | 2006-06-01 | 1 | -21/+42 |
* | 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 |
* | Remove Upload Progress. Closes #2871. | Marcel Molina | 2006-01-13 | 1 | -169/+0 |
* | Strip out trailing &_= for raw post bodies #2868 | Sam Stephenson | 2005-11-21 | 1 | -0/+1 |
* | Handle cookie parsing irregularity for certain Nokia phones. Closes #2530. | Jeremy Kemper | 2005-11-15 | 1 | -1/+1 |
* | 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 |
* | Speed up cookie use by decreasing string copying #2194 [skae] | David Heinemeier Hansson | 2005-09-15 | 1 | -7/+7 |
* | Performance improvements to CGI methods. Closes #1980 | Nicholas Seckar | 2005-09-08 | 1 | -7/+11 |
* | Use chop! instead of chop! for efficiency | Jamis Buck | 2005-09-02 | 1 | -1/+1 |
* | Drop trailing \000 if present on RAW_POST_DATA (works around bug in Safari Aj... | Jamis Buck | 2005-09-02 | 1 | -1/+3 |
* | Fix that env_qs might be nil | David Heinemeier Hansson | 2005-07-23 | 1 | -1/+1 |
* | Fix that env_qs might be nil | David Heinemeier Hansson | 2005-07-23 | 1 | -2/+2 |
* | Improved performance with 5-30% through a series of Action Pack optimizations... | David Heinemeier Hansson | 2005-07-23 | 3 | -62/+82 |
* | 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 |
* | Load models and frequency typo on upoad progress #1555 [Sean Treadway] | David Heinemeier Hansson | 2005-07-01 | 1 | -1/+3 |
* | Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo... | David Heinemeier Hansson | 2005-06-28 | 1 | -0/+167 |
* | Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo... | David Heinemeier Hansson | 2005-06-28 | 1 | -6/+22 |
* | 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 |
* | Make sure the benchmarking render method always returns the result of the ren... | Jamis Buck | 2005-05-30 | 1 | -1/+3 |
* | Added support for POST data in form of YAML or XML, which is controller throu... | David Heinemeier Hansson | 2005-05-14 | 2 | -7/+20 |
* | Treat all request types as upper-case so the switch will work | David Heinemeier Hansson | 2005-05-04 | 1 | -2/+2 |
* | Made it default to assuming a GET request and reading from command-line only ... | David Heinemeier Hansson | 2005-05-04 | 1 | -4/+4 |
* | Added graceful handling of PUT, DELETE, and OPTIONS requests for a complete c... | David Heinemeier Hansson | 2005-04-18 | 1 | -7/+3 |
* | Fixed that an exception would be thrown when an empty form was submitted #109... | David Heinemeier Hansson | 2005-04-13 | 1 | -1/+1 |
* | Fixed that on very rare occasions, webrick would raise a NoMethodError: priva... | David Heinemeier Hansson | 2005-03-31 | 1 | -1/+1 |
* | Fixed "bad environment variable value" exception caused by Safari, Apache, an... | David Heinemeier Hansson | 2005-03-27 | 1 | -1/+1 |
* | Fixed that query params could be forced to nil on a POST due to the raw post ... | David Heinemeier Hansson | 2005-02-07 | 1 | -4/+4 |
* | Fixed documentation snafus #575, #576, #577, #585 | David Heinemeier Hansson | 2005-02-07 | 1 | -2/+2 |
* | Added @request.raw_post as a convenience access to @request.env['RAW_POST_DAT... | David Heinemeier Hansson | 2005-01-25 | 1 | -3/+5 |
* | Fixed no-binding fragment caching | David Heinemeier Hansson | 2005-01-20 | 1 | -4/+4 |
* | A few missing files | David Heinemeier Hansson | 2005-01-20 | 1 | -0/+44 |
* | Moved the cookies fix to cgi_ext | David Heinemeier Hansson | 2004-12-29 | 1 | -0/+121 |