aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed that on validation errors, scaffold couldn't find template #654 [mindel]David Heinemeier Hansson2005-02-171-0/+2
* Fixed that a bunch of methods from ActionController::Base was accessible as a...David Heinemeier Hansson2005-02-171-0/+6
* Enable diagnostics screen againDavid Heinemeier Hansson2005-02-161-0/+2
* Added follow_redirect method for functional tests that'll get-request the red...David Heinemeier Hansson2005-02-121-0/+12
* Added IndifferentAccess as a way to wrap a hash by a symbol-based store that ...David Heinemeier Hansson2005-02-111-0/+2
* Fixed that query params could be forced to nil on a POST due to the raw post ...David Heinemeier Hansson2005-02-071-0/+2
* Fixed that cookies shouldn't be frozen in TestRequest #571 [Eric Hodel]David Heinemeier Hansson2005-02-071-0/+5
* Prepared for 0.9.5 releaseDavid Heinemeier Hansson2005-01-251-1/+3
* Fixed the ordering of attributes in the xml-decleration of Builder #540 [woeye]David Heinemeier Hansson2005-01-251-0/+2
* Added @request.raw_post as a convenience access to @request.env['RAW_POST_DAT...David Heinemeier Hansson2005-01-251-0/+2
* Added support for automatic id-based indexing for lists of items #532 [dblack]David Heinemeier Hansson2005-01-241-0/+14
* Added :application_prefix to url_for and friends that makes it easier to setu...David Heinemeier Hansson2005-01-241-0/+2
* Added :encode option to mail_to that'll allow you to masquarede the email add...David Heinemeier Hansson2005-01-241-0/+2
* Fixed that the content-header was being set to application/octet_stream inste...David Heinemeier Hansson2005-01-221-0/+2
* Removed the need for passing the binding when using CacheHelper#cacheDavid Heinemeier Hansson2005-01-201-0/+2
* Added TestResponse#binary_content that'll return as a string the data sent th...David Heinemeier Hansson2005-01-201-0/+2
* Added @request.env['RAW_POST_DATA'] for people who need access to the data be...David Heinemeier Hansson2005-01-201-0/+2
* Fixed that all redirect and render calls now return true, so you can use the ...David Heinemeier Hansson2005-01-201-0/+32
* Made ready for release of 0.9.4.1David Heinemeier Hansson2005-01-181-1/+1
* Fixed a bug where cookies wouldn't be set if a symbol was used instead of a s...David Heinemeier Hansson2005-01-171-0/+2
* Added assert_cookie_equal to assert the contents of a named cookieDavid Heinemeier Hansson2005-01-171-0/+2
* CHANGELOGs..David Heinemeier Hansson2005-01-171-0/+5
* Made ready for release of 0.9.4David Heinemeier Hansson2005-01-171-1/+1
* Finished documentation for cachingDavid Heinemeier Hansson2005-01-151-0/+3
* Added the option of passing a block to ActiveRecordHelper#form in order to ad...David Heinemeier Hansson2005-01-151-0/+7
* Added arrays as a value option for params in url_for and friends #467 [Eric A...David Heinemeier Hansson2005-01-131-0/+5
* Fixed that controller tests can now assert on the use of cookies #466 [Alexey]David Heinemeier Hansson2005-01-131-0/+2
* Fixed that send_file would "remember" all the files sent by adding to the hea...David Heinemeier Hansson2005-01-131-0/+2
* Fixed url rewriter confusion when the controller or action name was a substri...David Heinemeier Hansson2005-01-121-1/+1
* Fixed url rewriter confusion when the controller name was a substring of the ...David Heinemeier Hansson2005-01-121-0/+2
* Added conditional layouts like <tt>layout "weblog_standard", :except => :rss<...David Heinemeier Hansson2005-01-111-0/+2
* Fixed that MemCacheStore wasn't included by default and added default MemCach...David Heinemeier Hansson2005-01-111-0/+2
* Added fourth argument to render_collection_of_partials that allows you to spe...David Heinemeier Hansson2005-01-111-0/+2
* Fixed that host would choke when cgi.host returned nil #432 [Tobias Luetke]David Heinemeier Hansson2005-01-111-0/+2
* Added that form helpers now take an index option #448 [Tim Bates]David Heinemeier Hansson2005-01-101-0/+8
* Fixed three issues with retrying breakpoints #417 [Florian Gross]David Heinemeier Hansson2005-01-101-0/+7
* Added that all renders and redirects now return false, so they can be used as...David Heinemeier Hansson2005-01-101-0/+15
* Removed authentication framework as xal made me realize that with noradios co...David Heinemeier Hansson2005-01-091-2/+0
* Added conditional filters #431 [Marcel]David Heinemeier Hansson2005-01-091-0/+12
* Added :before option to authenticationDavid Heinemeier Hansson2005-01-091-0/+2
* Added authentication framework to protect actions behind a condition and redi...David Heinemeier Hansson2005-01-091-0/+2
* Added the possibility of passing nil to UrlHelper#link_to to use the link its...David Heinemeier Hansson2005-01-051-0/+5
* Prepared for release of 0.9.3David Heinemeier Hansson2005-01-041-7/+7
* Added MemCacheStore for storing session data in Danga's MemCache system [Bob ...David Heinemeier Hansson2005-01-041-0/+3
* Fixed redirects when the controller and action is named the same. Still haven...David Heinemeier Hansson2005-01-021-0/+2
* Fixed problems with running multiple functional tests in Rails under 1.8.2 by...David Heinemeier Hansson2005-01-021-0/+2
* Added thread-safety to the DRbStore #66, #389 [Ben Stiglitz]David Heinemeier Hansson2005-01-021-0/+2
* Added DateHelper#select_time and DateHelper#select_second #373 [Scott Baron]David Heinemeier Hansson2005-01-021-0/+2
* Added class declaration for the MissingFile exception #388 [Kent Sibilev]David Heinemeier Hansson2005-01-011-0/+2
* Added "short hypertext note with a hyperlink to the new URI(s)" to redirects ...David Heinemeier Hansson2004-12-311-0/+2