index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
memoizable.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure ActiveSupport::Memoizable respects private methods. [#2138 state:resol...
Niels Ganser
2009-03-06
1
-0
/
+4
*
Inline code comments for class_eval/module_eval [#1657 state:resolved]
Xavier Noria
2008-12-28
1
-28
/
+30
*
Add Memoizable#flush_cache to clear the cache of a specific method [#1505 sta...
Joshua Peek
2008-12-03
1
-16
/
+28
*
Fix memoize_all for methods with punctuation [#1175 state:resolved]
Eugene Pimenov
2008-10-05
1
-3
/
+7
*
Check whether memoized ivar is initialized
Jeremy Kemper
2008-09-08
1
-1
/
+1
*
Ensure results returned by a memoized method are immutable
Joshua Peek
2008-08-13
1
-2
/
+2
*
memoize_ and unmemoize_all
Jeremy Kemper
2008-08-13
1
-18
/
+33
*
Freeze memoized results when instance is frozen instead of immediately so you...
Jeremy Kemper
2008-08-07
1
-3
/
+3
*
Fixed memoize with punctuation and freezing memoized methods with arguments
Jeremy Kemper
2008-08-07
1
-4
/
+11
*
Optimize memoized method if there are no arguments
Joshua Peek
2008-08-06
1
-7
/
+17
*
Don't rememoize if already frozen
Jeremy Kemper
2008-07-28
1
-4
/
+3
*
Improved Memoizable test coverage and added support for multiple arguments
Joshua Peek
2008-07-22
1
-22
/
+33
*
Ruby 1.9: Ensure Memoizable#freeze is only overriden once to avoid an endless...
Joshua Peek
2008-07-18
1
-14
/
+12
*
Changed ActiveSupport::Memoizable API to extend since it mainly adds the memo...
Joshua Peek
2008-07-18
1
-27
/
+28
*
Allow memoized methods to be reloaded and allow multiple symbols
Joshua Peek
2008-07-18
1
-15
/
+17
*
Append a "_" to memoized instance variables
Joshua Peek
2008-07-14
1
-3
/
+4
*
Some performance tweaks to ActiveSupport::Memoizable
Tarmo Tänav
2008-07-14
1
-2
/
+4
*
memorize typo
Joshua Peek
2008-07-14
1
-3
/
+3
*
Added Memoizable mixin for caching simple lazy loaded attributes
Joshua Peek
2008-07-14
1
-0
/
+32