aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed all helpers so that they use XHTML compliant double quotes for values i...David Heinemeier Hansson2004-12-121-0/+2
* Added link_to_image(src, options = {}, html_options = {}, *parameters_for_met...David Heinemeier Hansson2004-12-091-0/+16
* Added CookieJar#delete and fixed CookieJar[] to just call first, so you get a...David Heinemeier Hansson2004-12-091-0/+2
* Added the possibility of having validate be protected for assert_(in)valid_co...David Heinemeier Hansson2004-12-071-0/+2
* Added that ActiveRecordHelper#form now calls url_for on the :action option.David Heinemeier Hansson2004-12-071-0/+2
* Added all the HTTP methods as alternatives to the generic "process" for funct...David Heinemeier Hansson2004-12-071-0/+13
* Added indifference to whether @headers["Content-Type"], @headers["Content-typ...David Heinemeier Hansson2004-12-071-1/+5
* Added TestSession#session_id that returns an empty string to make it easier t...David Heinemeier Hansson2004-12-061-0/+3
* Fixed that cached template loading would still check the file system to see i...David Heinemeier Hansson2004-12-011-0/+2
* Added options to tailor header tag, div id, and div class on ActiveRecordHelp...David Heinemeier Hansson2004-12-011-0/+2
* Added graceful handling of non-alphanumeric names and misplaced brackets in i...David Heinemeier Hansson2004-12-011-0/+2
* Added a new container for cookies that makes them more intuative to use. The ...David Heinemeier Hansson2004-11-261-3/+14
* Added ActionController#cookies[]= as an alias for cookie "name", "value" -- y...David Heinemeier Hansson2004-11-261-0/+2
* Added ActionController#cookies[] as a reader for @cookies that'll return the ...David Heinemeier Hansson2004-11-261-0/+3
* Added the opportunity to defined method_missing on a controller which will ha...David Heinemeier Hansson2004-11-251-1/+3
* Fixed AbstractRequest#remote_ip for users going through proxies - Patch #228 ...David Heinemeier Hansson2004-11-251-0/+2
* Added Request#ssl? which is shorthand for @request.protocol == "https://"David Heinemeier Hansson2004-11-241-0/+2
* Allow form_tag with no arguments (resulting in a form posting to current acti...David Heinemeier Hansson2004-11-241-0/+2
* InitialDavid Heinemeier Hansson2004-11-241-0/+738