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
/
CHANGELOG
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed CgiRequest so that it'll now accept session options with Symbols as key...
David Heinemeier Hansson
2004-12-12
1
-0
/
+8
*
Fixed CgiRequest#out to fall back to #write if doesn't have #syswrite [bitsw...
David Heinemeier Hansson
2004-12-12
1
-0
/
+2
*
Fixed all helpers so that they use XHTML compliant double quotes for values i...
David Heinemeier Hansson
2004-12-12
1
-0
/
+2
*
Added link_to_image(src, options = {}, html_options = {}, *parameters_for_met...
David Heinemeier Hansson
2004-12-09
1
-0
/
+16
*
Added CookieJar#delete and fixed CookieJar[] to just call first, so you get a...
David Heinemeier Hansson
2004-12-09
1
-0
/
+2
*
Added the possibility of having validate be protected for assert_(in)valid_co...
David Heinemeier Hansson
2004-12-07
1
-0
/
+2
*
Added that ActiveRecordHelper#form now calls url_for on the :action option.
David Heinemeier Hansson
2004-12-07
1
-0
/
+2
*
Added all the HTTP methods as alternatives to the generic "process" for funct...
David Heinemeier Hansson
2004-12-07
1
-0
/
+13
*
Added indifference to whether @headers["Content-Type"], @headers["Content-typ...
David Heinemeier Hansson
2004-12-07
1
-1
/
+5
*
Added TestSession#session_id that returns an empty string to make it easier t...
David Heinemeier Hansson
2004-12-06
1
-0
/
+3
*
Fixed that cached template loading would still check the file system to see i...
David Heinemeier Hansson
2004-12-01
1
-0
/
+2
*
Added options to tailor header tag, div id, and div class on ActiveRecordHelp...
David Heinemeier Hansson
2004-12-01
1
-0
/
+2
*
Added graceful handling of non-alphanumeric names and misplaced brackets in i...
David Heinemeier Hansson
2004-12-01
1
-0
/
+2
*
Added a new container for cookies that makes them more intuative to use. The ...
David Heinemeier Hansson
2004-11-26
1
-3
/
+14
*
Added ActionController#cookies[]= as an alias for cookie "name", "value" -- y...
David Heinemeier Hansson
2004-11-26
1
-0
/
+2
*
Added ActionController#cookies[] as a reader for @cookies that'll return the ...
David Heinemeier Hansson
2004-11-26
1
-0
/
+3
*
Added the opportunity to defined method_missing on a controller which will ha...
David Heinemeier Hansson
2004-11-25
1
-1
/
+3
*
Fixed AbstractRequest#remote_ip for users going through proxies - Patch #228 ...
David Heinemeier Hansson
2004-11-25
1
-0
/
+2
*
Added Request#ssl? which is shorthand for @request.protocol == "https://"
David Heinemeier Hansson
2004-11-24
1
-0
/
+2
*
Allow form_tag with no arguments (resulting in a form posting to current acti...
David Heinemeier Hansson
2004-11-24
1
-0
/
+2
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+738
[prev]