aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/caching/actions.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge docrailsPratik Naik2008-09-031-2/+2
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-1/+1
* Move layout rendering logic to ActionView::BasePratik Naik2008-08-311-1/+1
* Disable the Accept header by defaultMichael Koziarski2008-07-071-4/+1
* Allow caches_action to accept cache store options. [#416 state:resolved]josevalim2008-07-041-7/+11
* Improve ActionCaching's format-handlingJonathan del Strother2008-06-111-12/+29
* Allow caches_action to accept a layout option [#198 state:resolved]josevalim2008-06-031-3/+17
* Added conditional support to caches_action [José Valim] [#166 state:resolved]Joshua Peek2008-05-141-18/+19
* Remove ActionController::Base#view_controller_internalsPratik Naik2008-04-211-5/+0
* Moved the caching stores from ActionController::Caching::Fragments::* to Acti...David Heinemeier Hansson2008-01-031-0/+148