public
Description: Allows the caching of lookup data in your Rails models
Homepage:
Clone URL: git://github.com/vigetlabs/constant_cache.git
constant_cache / HISTORY
100644 10 lines (7 sloc) 0.184 kb
1
2
3
4
5
6
7
8
9
10
== 0.0.2 2008-04-15
 
* Enhancements
  * Better documentation
  * Modify String class directly instead of using a mix-in
 
== 0.0.1 2008-04-08
 
* 1 major enhancement:
  * Initial release