aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/caching
Commit message (Expand)AuthorAgeFilesLines
* Fix for sweepers method_missing missing &block argument [#1581 status:committed]Tys von Gaza2009-01-271-2/+2
* ActiveRecord::QueryCache middlewareJoshua Peek2008-12-221-18/+0
* Use status response accessor instead of the 'Status' headerJoshua Peek2008-12-192-2/+2
* Merge with docrailsPratik Naik2008-12-072-23/+29
* write_fragment returns content if caching is disabled [#846 state:resolved]Joshua Peek2008-11-221-11/+11
* Remove stuff that was deprecated in 2-1-stablePratik Naik2008-10-211-26/+0
* 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-312-4/+4
* Move layout rendering logic to ActionView::BasePratik Naik2008-08-311-1/+1
* Merge with docrails.Pratik Naik2008-07-161-1/+1
* Get buffer for fragment cache from template's @output_bufferJoshua Peek2008-07-151-3/+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 readabilityJeremy Kemper2008-06-241-8/+10
* 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
* Add fragment_exist? and exist? methods to cache stores. [#203 state:resolved]José Valim2008-05-191-1/+12
* Prefer string core_ext inflector methods over directly accessing Inflector.Joshua Peek2008-05-141-3/+3
* Added conditional support to caches_action [José Valim] [#166 state:resolved]Joshua Peek2008-05-141-18/+19
* Merge docrails:Pratik Naik2008-05-091-13/+18
* Remove ActionController::Base#view_controller_internalsPratik Naik2008-04-211-5/+0
* Add conditional options to caches_page method [#25 state:resolved]Paul Horsfall2008-04-191-2/+10
* Added Rails.public_path to control where HTML and assets are expected to be l...David Heinemeier Hansson2008-04-131-2/+2
* Fixed that sweepers defined by cache_sweeper will be added regardless of the ...David Heinemeier Hansson2008-03-081-3/+2
* Added support for naming concrete classes in sweeper declarations [DHH]David Heinemeier Hansson2008-02-071-1/+9
* Move fragment caching from special helper methods to TemplateHandler. Closes ...Jeremy Kemper2008-01-101-26/+0
* Moved the caching stores from ActionController::Caching::Fragments::* to Acti...David Heinemeier Hansson2008-01-035-0/+550