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