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:
Revert "Revert "updating Manifest""

This reverts commit cc6c8586b1be9721a8df0e20666f351600c5e05c.
JackDanger (author)
Thu Mar 06 12:25:38 -0800 2008
commit  454b40da5f99b9806ea1499a141be9704b22d0fb
tree    ffd41d04cc47c54e858c92fa3d7db23c1311247e
parent  cc6c8586b1be9721a8df0e20666f351600c5e05c
...
1
 
2
3
4
5
 
 
6
7
8
 
 
 
 
 
 
 
 
 
...
1
2
3
4
5
 
6
7
8
 
9
10
11
12
13
14
15
16
17
18
0
@@ -1,7 +1,17 @@
0
 History.txt
0
+MIT-LICENSE
0
 Manifest.txt
0
 README.txt
0
 Rakefile
0
-bin/cached_values
0
+init.rb
0
+install.rb
0
 lib/cached_values.rb
0
-test/test_cached_values.rb
0
\ No newline at end of file
0
+lib/cached_values/cached_value.rb
0
+lib/cached_values/caches_value.rb
0
+tasks/cached_values_tasks.rake
0
+test/database.yml
0
+test/leprechaun.rb
0
+test/schema.rb
0
+test/test_cached_values.rb
0
+test/test_helper.rb
0
+uninstall.rb

Comments

    No one has commented yet.