aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/memoizable_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecate memoizable.José Valim2011-06-151-6/+18
* Failing test to show problem when last argument of a memoized method is trueBrian Underwood2011-06-151-0/+14
* memoized protected methods should remain protectedAndrew Kaspick2010-09-241-0/+14
* Removes unused varsSantiago Pastorino2010-07-241-1/+0
* Escaping symbol passed into Memoizable's flush_cache for query methods to all...Jay Pignata2009-09-281-1/+10
* Forget about old memoize immutable behaviorJoshua Peek2009-09-131-10/+0
* Resurrecting 1.9 compatibility.Carl Lerche & Yehuda Katz2009-04-131-1/+1
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-3/+29
|\
| * Ensure ActiveSupport::Memoizable respects private methods. [#2138 state:resol...Niels Ganser2009-03-061-1/+22
|/
* Add Memoizable#flush_cache to clear the cache of a specific method [#1505 sta...Joshua Peek2008-12-031-0/+10
* Require mocha >= 0.9.0 for AS testsJeremy Kemper2008-11-221-169/+167
* Fix memoize_all for methods with punctuation [#1175 state:resolved]Eugene Pimenov2008-10-051-0/+5
* Ensure results returned by a memoized method are immutableJoshua Peek2008-08-131-0/+5
* memoize_ and unmemoize_allJeremy Kemper2008-08-131-0/+15
* Fixed memoize with punctuation and freezing memoized methods with argumentsJeremy Kemper2008-08-071-0/+15
* Improved Memoizable test coverage and added support for multiple argumentsJoshua Peek2008-07-221-39/+127
* Changed ActiveSupport::Memoizable API to extend since it mainly adds the memo...Joshua Peek2008-07-181-7/+35
* Allow memoized methods to be reloaded and allow multiple symbolsJoshua Peek2008-07-181-13/+26
* Some performance tweaks to ActiveSupport::MemoizableTarmo Tänav2008-07-141-0/+4
* memorize typoJoshua Peek2008-07-141-2/+2
* Added Memoizable mixin for caching simple lazy loaded attributesJoshua Peek2008-07-141-0/+45