| Commit message (Expand) | Author | Age | Files | Lines |
* | memoized protected methods should remain protected | Andrew Kaspick | 2010-09-24 | 1 | -0/+14 |
* | Removes unused vars | Santiago Pastorino | 2010-07-24 | 1 | -1/+0 |
* | Escaping symbol passed into Memoizable's flush_cache for query methods to all... | Jay Pignata | 2009-09-28 | 1 | -1/+10 |
* | Forget about old memoize immutable behavior | Joshua Peek | 2009-09-13 | 1 | -10/+0 |
* | Resurrecting 1.9 compatibility. | Carl Lerche & Yehuda Katz | 2009-04-13 | 1 | -1/+1 |
* | Bring abstract_controller up to date with rails/master | Carl Lerche & Yehuda Katz | 2009-04-13 | 1 | -3/+29 |
|\ |
|
| * | Ensure ActiveSupport::Memoizable respects private methods. [#2138 state:resol... | Niels Ganser | 2009-03-06 | 1 | -1/+22 |
|/ |
|
* | Add Memoizable#flush_cache to clear the cache of a specific method [#1505 sta... | Joshua Peek | 2008-12-03 | 1 | -0/+10 |
* | Require mocha >= 0.9.0 for AS tests | Jeremy Kemper | 2008-11-22 | 1 | -169/+167 |
* | Fix memoize_all for methods with punctuation [#1175 state:resolved] | Eugene Pimenov | 2008-10-05 | 1 | -0/+5 |
* | Ensure results returned by a memoized method are immutable | Joshua Peek | 2008-08-13 | 1 | -0/+5 |
* | memoize_ and unmemoize_all | Jeremy Kemper | 2008-08-13 | 1 | -0/+15 |
* | Fixed memoize with punctuation and freezing memoized methods with arguments | Jeremy Kemper | 2008-08-07 | 1 | -0/+15 |
* | Improved Memoizable test coverage and added support for multiple arguments | Joshua Peek | 2008-07-22 | 1 | -39/+127 |
* | Changed ActiveSupport::Memoizable API to extend since it mainly adds the memo... | Joshua Peek | 2008-07-18 | 1 | -7/+35 |
* | Allow memoized methods to be reloaded and allow multiple symbols | Joshua Peek | 2008-07-18 | 1 | -13/+26 |
* | Some performance tweaks to ActiveSupport::Memoizable | Tarmo Tänav | 2008-07-14 | 1 | -0/+4 |
* | memorize typo | Joshua Peek | 2008-07-14 | 1 | -2/+2 |
* | Added Memoizable mixin for caching simple lazy loaded attributes | Joshua Peek | 2008-07-14 | 1 | -0/+45 |