aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/caching/sweeping.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove observers and sweepersRafael Mendonça França2012-11-281-116/+0
* update AC::Caching documentation [ci skip]Francesco Rodriguez2012-09-221-12/+15
* Doc: sweepers only work on Active Record Modelsschneems2012-09-051-1/+1
* Clean up Sweeper controller accessor when an Error is raisedBrian John2012-07-201-2/+7
* AS::Callbacks: deprecate monkey patch codeBogdan Gusiev2012-06-261-0/+6
* prevent the cache sweeper ignores NoMethodErrorayaya2012-03-291-1/+1
* fixed - warning: instance variable @controller not initializedSandeep2012-03-161-0/+5
* Don't ignore call to undefined method in SweeperLevente Bagi2012-03-061-1/+1
* if ... nil? is more expensive than unlessMilan Dobrota2011-09-041-1/+1
* Fixes an issue where cache sweepers with only after filters would have no con...Jeroen Jacobs2011-06-211-0/+1
* cache_sweeper yields blank outputNeeraj Singh2010-06-081-0/+1
* Use AS::Concern for caching modulesCarlhuda2010-03-041-3/+1
* Caching refactoringYehuda Katz2009-10-291-1/+1
* Fix for sweepers method_missing missing &block argument [#1581 status:committed]Tys von Gaza2009-01-271-2/+2
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-3/+3
* Prefer string core_ext inflector methods over directly accessing Inflector.Joshua Peek2008-05-141-3/+3
* 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
* Moved the caching stores from ActionController::Caching::Fragments::* to Acti...David Heinemeier Hansson2008-01-031-0/+90