aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/memoizable_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Ensure ActiveSupport::Memoizable respects private methods. [#2138 ↵Niels Ganser2009-03-061-1/+22
| | | | | | state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Add Memoizable#flush_cache to clear the cache of a specific method [#1505 ↵Joshua Peek2008-12-031-0/+10
| | | | state:resolved]
* 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
| | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
* 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
| | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
* 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 ↵Joshua Peek2008-07-181-7/+35
| | | | memoize class method
* 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
| | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
* memorize typoJoshua Peek2008-07-141-2/+2
|
* Added Memoizable mixin for caching simple lazy loaded attributesJoshua Peek2008-07-141-0/+45