aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/memoizable_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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