aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Update versions (otherwise you install a gem from source as beta3 but interna...José Valim2010-04-101-0/+6
* Dial back from 'namespace :controller => ...' to 'scope :module => ...'Jeremy Kemper2010-04-091-14/+4
* Routes can be selectively namespaced by path or controller moduleJeremy Kemper2010-04-091-1/+18
* adds an entry for #favicon_link_tag in AP's CHANGELOGXavier Noria2010-04-091-0/+2
* Fixed that default locale templates should be used if the current locale temp...Carl Lerche2010-04-081-0/+2
* Revert "adds #favicon_link_tag and #apple_touch_icon_link_tag" -- these tags ...David Heinemeier Hansson2010-04-081-2/+0
* adds #favicon_link_tag and #apple_touch_icon_link_tag to AP's CHANGELOGXavier Noria2010-04-071-0/+2
* Merge branch 'master' of github.com:rails/railsDavid Heinemeier Hansson2010-04-051-3/+3
|\
| * Include author in changelogwycats2010-04-051-3/+3
* | Added all the new HTML5 form types as individual form tag methods (search, ur...David Heinemeier Hansson2010-04-051-0/+3
|/
* * Change the object used in routing constraints to be an instance ofwycats2010-04-031-0/+15
* Release is today, yoDavid Heinemeier Hansson2010-04-011-1/+2
* Updated changelogs to differentiate beta1 and beta2wycats2010-04-011-1/+3
* Updated changelogswycats2010-04-011-259/+287
* 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