aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Fixed that PrototypeHelper#update_page should return html_safe [DHH]David Heinemeier Hansson2010-01-081-0/+2
* Fixed that much of DateHelper wouldn't return html_safe? strings [DHH]David Heinemeier Hansson2010-01-081-0/+2
* Fixed that fragment caching should return a cache hit as html_safe (or it wou...David Heinemeier Hansson2010-01-071-0/+2
* Added that ActionController::Base now does helper :all instead of relying on ...David Heinemeier Hansson2010-01-031-0/+2
* Added ActionDispatch::Request#authorization to access the http authentication...David Heinemeier Hansson2009-12-201-0/+2
* Added alert/notice from 2-3-stable and refactored redirect_to into just livin...David Heinemeier Hansson2009-12-171-0/+12
* Introduce grouped_collection_select helper.codeape2009-08-091-0/+2
* Make sure javascript_include_tag/stylesheet_link_tag does not append ".js" or...Matthew Rudy Jacobs2009-08-051-0/+2
* Ruby 1.9: fix Content-Length for multibyte send_data streamingSava Chankov2009-08-011-0/+2
* Ruby 1.9: ERB template encoding using a magic comment at the top of the fileJeremy Kemper2009-05-281-0/+3
* Missing CHANGELOG entry for 4a6f4b92ad2fPratik Naik2009-05-191-0/+5
* ChangelogBryan Helmkamp2009-05-161-0/+2
* Don't check authenticity tokens for any AJAX requestsRoss Kaffenburger and Bryan Helmkamp2009-04-151-0/+2
* Fix for TestResponse.cookies returning cookies unescaped [#1867 state:resolved]Doug McInnes2009-04-071-0/+5
* Prepare for final 2.3 releaseDavid Heinemeier Hansson2009-03-151-4/+1
* Add a missing CHANGELOG entryPratik Naik2009-03-101-0/+2
* Fixed that redirection would just log the options, not the final url (which l...David Heinemeier Hansson2009-03-051-0/+2
* Release RC2 todayDavid Heinemeier Hansson2009-03-051-1/+1
* Added ability to pass in :public => true to fresh_when, stale?, and expires_i...Gregg Pollack2009-02-281-0/+2
* So it didnt happen yesterday, but very soon! Just need the final details iron...David Heinemeier Hansson2009-02-281-1/+1
* Prep for RC2 later todayDavid Heinemeier Hansson2009-02-271-1/+1
* Pass a custom form builder on to nested fields_for calls. [#2023 status:commi...Eloy Duran2009-02-271-0/+2
* Added partial scoping to TranslationHelper#translate, so if you call translat...David Heinemeier Hansson2009-02-101-0/+2
* Added tests from Andrew Whites fix [#1385 state:committed]David Heinemeier Hansson2009-02-051-0/+2
* Added localized rescue (404.da.html) [#1835 state:committed]José Valim2009-02-021-0/+5
* Mark CHANGELOGs for releaseDavid Heinemeier Hansson2009-02-011-1/+1
* Add support for nested object forms to ActiveRecord and the helpers in Action...Eloy Duran2009-02-011-0/+12
* Added grouped_options_for_select helper method for wrapping option tags in op...Jon Crawford2009-01-291-0/+2
* Implement HTTP Digest authentication. [#1230 state:resolved] [Gregg Kellogg, ...Gregg Kellogg2009-01-291-0/+21
* Improve i18n support for number_to_human_size helper:Yaroslav Markin2009-01-271-0/+13
* Added :silence option to BenchmarkHelper#benchmark and turned log_level into ...David Heinemeier Hansson2009-01-011-0/+2
* Fixed the AssetTagHelper cache to use the computed asset host as part of the ...David Heinemeier Hansson2009-01-011-0/+2
* Make ActionController#render(symbol) behave same as ActionController#render(s...Pratik Naik2008-12-261-0/+1
* Make ActionController#render(string) work as a shortcut for render :action =>...Pratik Naik2008-12-251-3/+6
* Make ActionController#render(string) work as a shortcut for render :template ...Pratik Naik2008-12-251-3/+4
* Make ActionController#render(string) work as a shortcut for render :file => s...Pratik Naik2008-12-251-0/+7
* Added prompt options to date helpers [#561 state:resolved]Sam Oliver2008-12-211-0/+2
* normalize author names in changelogs [#1495 state:committed]Xavier Noria2008-12-161-374/+374
* Do not output an ETag header if response body is blank or when sending files ...Hongli Lai (Phusion2008-12-161-0/+2
* Making the IP Spoofing check in AbstractRequest#remote_ip configurable.Darren Boyd2008-12-011-0/+2
* Deprecated formatted_polymorphic_urlJeremy Kemper2008-11-301-0/+2
* Added the option to declare an asset_host as an object that responds to call ...David Heinemeier Hansson2008-11-271-0/+2
* Fix routing test and add changelog note about draw no longer clearing the rou...David Heinemeier Hansson2008-11-261-0/+2
* Added optimal formatted routes to rails, deprecating the formatted_* methods,...Aaron Batalion2008-11-261-0/+2
* Changelog for #1448. Mention updating old translations with storage_units key.Jeremy Kemper2008-11-231-1/+3
* Move the cookie store to use the MessageVerifier class.Michael Koziarski2008-11-231-0/+2
* Allow helpers directory to be overridden via ActionController::Base.helpers_d...Sam Pohlenz2008-11-231-0/+2
* Remove deprecated ActionController::Base#assign_default_content_type_and_charsetPratik Naik2008-11-191-0/+2
* Assume that the next version is going to be 2.3 for nowDavid Heinemeier Hansson2008-11-191-1/+1
* Changed the default of ActionView#render to assume partials instead of files ...David Heinemeier Hansson2008-11-191-0/+2
|\