public
Rubygem
Description: Rails Plugin - memoize and store to the db a record attribute generated by any expression or SQL query.
Homepage: http://6brand.com
Clone URL: git://github.com/JackDanger/cached_values.git
Search Repo:
version bump to 1.0.1
Jack Danger Canty (author)
Wed Mar 12 11:45:48 -0700 2008
commit  9983606dee88432361c44b5cfea73ecaf6a62255
tree    1d6b063c4c78bbbcf37e8e43e1d0c9614ce42ed4
parent  2765c4a97b4866be824f0afd0741139270774858
...
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
0
@@ -1,3 +1,7 @@
0
+=== 1.0.1 / 2008-03-12
0
+
0
+* The find_target method is now public
0
+
0
 === 1.0.0 / 2008-03-06
0
 
0
 * Converted from a Rails plugin
...
3
4
5
6
 
7
8
9
...
3
4
5
 
6
7
8
9
0
@@ -3,7 +3,7 @@
0
 require File.expand_path(File.dirname(__FILE__) + "/cached_values/caches_value")
0
 
0
 module CachedValues # :nodoc:
0
- VERSION = '1.0.0'
0
+ VERSION = '1.0.1'
0
 end
0
 
0
 ActiveRecord::Base.send :include, CachesValues

Comments

    No one has commented yet.