aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/caching/actions.rb
Commit message (Expand)AuthorAgeFilesLines
* Proc objects for cache_path for caches_action no longer need controller objec...Ryan Bigg2011-03-261-7/+6
* Action Pack typos.R.T. Lechow2011-03-051-1/+1
* Fix Action caching bug where an action that has a non-cacheable response alwa...Cheah Chu Yeow2011-03-021-3/+5
* makes a pass to the action caching rdocXavier Noria2010-12-081-32/+41
* Add to documentation that action caching doesNeeraj Singh2010-12-061-0/+5
* Move uri parser to AS as URI.parser method to reuse it in AP and ARes.Emilio Tagua2010-09-281-3/+1
* Remove warning "URI.unescape is obsolete" from actionpack.Emilio Tagua2010-09-271-4/+2
* Remove warning "URI.unescape is obsolete" from actionpack.Emilio Tagua2010-09-271-1/+5
* Escape 'caching' when used in a sentence; remove unnessesary quotesJoost Baaij2010-08-261-7/+7
* ActionCachingTestController rescues from all exceptions. Making sure that all...Neeraj Singh2010-04-291-1/+1
* response_body is an Array in 1.9, so an Array was being pushed onto the cachewycats2010-03-191-0/+2
* Remove caching's dependency on view_context. Also, make it so that the layout...Carlhuda2010-03-181-10/+14
* @layout is a confusing name... use @cache_layoutCarlhuda2010-03-181-3/+3
* Caching refactoringYehuda Katz2009-10-291-69/+66
* First pass at cleaning up action cachingYehuda Katz2009-10-281-92/+80
* Replace _action_view with view_context to reflect that it is public and that ...Yehuda Katz2009-08-061-2/+1
* Cleaning up if defined?(ActionController::Http) blocks from the pre new base ...Yehuda Katz + Carl Lerche2009-06-171-13/+4
* Remove some defined?(Http) checksYehuda Katz + Carl Lerche2009-06-171-8/+1
* Fix failing ActionCacheFilter tests due to around filter changes.Yehuda Katz + Carl Lerche2009-05-271-1/+1
* Make Filter#filter work with around filtersPratik Naik2009-05-251-11/+13
* Modified caching implementation to work with NewBaseYehuda Katz + Carl Lerche2009-05-191-3/+19
* Fix action-cached exception responses.John F. Douthat2009-04-301-1/+9
* Deprecate template, session, assigns, and layout accessors on response object...Joshua Peek2009-04-281-1/+1
* Merge docrailslifo2009-04-171-1/+1
* Ensure correct content type is declared after cache hits on actions with stri...Mislav Marohnić2009-03-101-17/+10
* Use status response accessor instead of the 'Status' headerJoshua Peek2008-12-191-1/+1
* 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