aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/caching
Commit message (Expand)AuthorAgeFilesLines
...
* Move uri parser to AS as URI.parser method to reuse it in AP and ARes.Emilio Tagua2010-09-282-10/+2
* Remove warning "URI.unescape is obsolete" from actionpack.Emilio Tagua2010-09-272-5/+4
* Remove warning "URI.unescape is obsolete" from actionpack.Emilio Tagua2010-09-272-2/+10
* Escape 'caching' when used in a sentence; remove unnessesary quotesJoost Baaij2010-08-262-10/+10
* cache_sweeper yields blank outputNeeraj Singh2010-06-081-0/+1
* Change event namespace ordering to most-significant first [#4504 state:resolved]Justin George2010-05-022-2/+2
* ActionCachingTestController rescues from all exceptions. Making sure that all...Neeraj Singh2010-04-291-1/+1
* Clean up the config object in ActionPack. Create config_accessor which just d...José Valim2010-04-221-4/+4
* Make perform_caching work again, with the tests passing and backward compatibleSantiago Pastorino and Carl Lerche2010-04-151-9/+9
* Make use of config.perform_cachingSantiago Pastorino2010-04-141-5/+5
* Replace 'RAILS_ROOT' to 'Rails.root' and 'RAILS_ENV' to 'Rails.env' in signif...Anil Wadghule2010-04-121-1/+1
* Fix a bug in ActionDispatch::Static where Rails cannot find assets if started...José Valim2010-04-081-2/+2
* response_body is an Array in 1.9, so an Array was being pushed onto the cachewycats2010-03-191-0/+2
* All tests pass without memoizing view_contextCarlhuda2010-03-181-19/+0
* 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
* Some more tweaks on <% %>.Carlhuda2010-03-161-2/+1
* RJS may cache an arrayJeremy Kemper2010-03-151-1/+1
* Add deprecation notices for <% %>.Carlhuda2010-03-151-5/+11
* to_str works hereJeremy Kemper2010-03-151-1/+1
* read_ and write_fragment cache preserve html safety yet cache strings onlyJeremy Kemper2010-03-141-6/+6
* Write strings to fragment cache, not outputbuffersJeremy Kemper2010-03-111-1/+3
* skip_relative_url_root url_for option is deadJoshua Peek2010-03-091-3/+3
* Use AS::Concern for caching modulesCarlhuda2010-03-042-24/+22
* Use safe_concat instead of trying to html_safe! what might be a frozen stringDavid Heinemeier Hansson2010-01-101-2/+2
* Fixed that fragment caching should return a cache hit as html_safe (or it wou...David Heinemeier Hansson2010-01-071-1/+1
* Use underscore in notification namespaces.José Valim2010-01-042-2/+2
* Use namespaces in notifications.José Valim2010-01-032-8/+14
* Remove ActionView inline logging to ActiveSupport::Notifications and create A...José Valim2009-12-261-1/+1
* Caching refactoringYehuda Katz2009-10-292-70/+67
* First pass at cleaning up action cachingYehuda Katz2009-10-281-92/+80
* Renamed Orchestra to Notifications once again [#3321 state:resolved]José Valim2009-10-152-6/+6
* Update Orchestra instrumentations and move part of logging to Orchestra.José Valim2009-10-152-27/+9
* Revert "Rename Orchestra to Notifications [#3321 state:resolved]"José Valim2009-10-152-6/+6
* Rename Orchestra to Notifications [#3321 state:resolved]Joshua Peek2009-10-142-6/+6
* Add Orchestra instrumentation to fragment and page caching.José Valim2009-09-202-18/+34
* Fixes "Cached fragment hit" written to log even if fragment is not cached (Er...Yehuda Katz2009-08-081-2/+2
* 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
* 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