aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added second boolean parameter to Base.redirect_to_url and Response#redirect ...David Heinemeier Hansson2004-12-311-0/+2
* Auto-requiring of helpers should stay silent when it isn't found for whatever...David Heinemeier Hansson2004-12-311-0/+2
* Added :host and :protocol options to url_for and friends to redirect to anoth...David Heinemeier Hansson2004-12-231-0/+5
* Releasing Rails 0.9.2David Heinemeier Hansson2004-12-221-9/+9
* Fixed UrlHelper#link_to_unless so it doesn't care if the id is a string or fi...David Heinemeier Hansson2004-12-221-0/+2
* Added search through session to clear out association caches at the end of ea...David Heinemeier Hansson2004-12-221-0/+3
* Added more informative exception when using helper :some_helper and the helpe...David Heinemeier Hansson2004-12-221-0/+3
* Fixed regression with Base#reset_session that wouldn't use the the DEFAULT_SE...David Heinemeier Hansson2004-12-211-0/+2
* Fixed error rendering of rxml documents to not just swallow the exception and...David Heinemeier Hansson2004-12-211-0/+2
* Fixed that textilize and markdown would instantiate their engines even on emp...David Heinemeier Hansson2004-12-191-0/+2
* Added respondence to *_before_type_cast for all attributes to return their st...David Heinemeier Hansson2004-12-191-0/+3
* Added Request#port_string to get something like ":8080" back on 8080 and "" o...David Heinemeier Hansson2004-12-181-0/+2
* Added Request#domain (returns string) and Request#subdomains (returns array).David Heinemeier Hansson2004-12-181-0/+2
* Added POST support for the breakpoint retries, so form processing that raises...David Heinemeier Hansson2004-12-181-0/+5
* Fixed a bug that would cause an ApplicationController to require itself three...David Heinemeier Hansson2004-12-171-0/+5
* Rails 0.9 is a realityDavid Heinemeier Hansson2004-12-161-1/+1
* Added that controllers will now attempt to require a model dependency with th...David Heinemeier Hansson2004-12-161-0/+4
* Fixed DateHelper#date_select so that you can pass include_blank as an option ...David Heinemeier Hansson2004-12-151-0/+2
* Updated examples to use ApplicationController instead of AbstractApplicationC...David Heinemeier Hansson2004-12-151-7/+10
* Added FormHelper#radio_button to work with radio buttons like its already pos...David Heinemeier Hansson2004-12-141-0/+2
* Added TemplateError#backtrace that makes it much easier to debug template err...David Heinemeier Hansson2004-12-131-0/+2
* Moved require_association to associations.rb and added methods for resetting ...David Heinemeier Hansson2004-12-121-0/+2
* Added option to ERB templates to swallow newlines by using <% if something -%...David Heinemeier Hansson2004-12-121-0/+32
* Fixed CgiRequest so that it'll now accept session options with Symbols as key...David Heinemeier Hansson2004-12-121-0/+8
* Fixed CgiRequest#out to fall back to #write if doesn't have #syswrite [bitsw...David Heinemeier Hansson2004-12-121-0/+2