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
*
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