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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
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
2
-0
/
+134
[prev]