aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Marked for releaseDavid Heinemeier Hansson2005-02-241-1/+1
* Noted things that wasnt mentionedDavid Heinemeier Hansson2005-02-241-0/+4
* Fixed that proxy IPs do not follow all RFC1918 nets #251 [caleb@aei-tech.com]David Heinemeier Hansson2005-02-241-0/+2
* Moved TimeZone to Active SupportDavid Heinemeier Hansson2005-02-231-1/+1
* Added Base#render_to_string to parse a template and get the result back as a ...David Heinemeier Hansson2005-02-231-0/+2
* Fixed that send_file/data can work even if render* has been called before in ...David Heinemeier Hansson2005-02-231-0/+2
* Added FormOptionsHelper#time_zone_select and FormOptionsHelper#time_zone_opti...David Heinemeier Hansson2005-02-231-1/+3
* Added FormHelper#file_field and FormTagHelper#file_field_tag for creating fil...David Heinemeier Hansson2005-02-231-0/+2
* Added Afghanistan (no more conspiracy!) to FormOptions#country_select and For...David Heinemeier Hansson2005-02-191-1/+1
* Added :order option for date_select that allows control over the order in whi...David Heinemeier Hansson2005-02-191-0/+5
* Added ActionView::Base.register_template_handler for easy integration of an a...David Heinemeier Hansson2005-02-191-0/+2
* Added AssetTagHelper that provides methods for linking a HTML page together w...David Heinemeier Hansson2005-02-191-0/+2
* Added FormTagHelper that provides a number of methods for creating form tags ...David Heinemeier Hansson2005-02-191-0/+2
* Updated tests for TextHelper#auto_linkDavid Heinemeier Hansson2005-02-191-1/+5
* Renamed action_service to action_web_serviceDavid Heinemeier Hansson2005-02-191-0/+2
* Fixed that assert_template_xpath_matches did not indicate when a path was not...David Heinemeier Hansson2005-02-181-0/+2
* Added TextHelper#auto_link, TextHelper#auto_link_urls, and TextHelper#auto_li...David Heinemeier Hansson2005-02-181-0/+2
* 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