public
Rubygem
Description: An ActiveRecord to the DBSlayer lightweight proxy/pooling layer (http://code.nytimes.com/projects/dbslayer)
Clone URL: git://github.com/harrisj/activerecord-dbslayer-adapter.git
harrisj (author)
Thu May 08 11:16:28 -0700 2008
commit  68359331bee492f794ab52fa80b7d1a005013d3b
tree    505752e4d0e8821fb68416baae703d316156e485
parent  102cec42ea8bbe59742e0525f67b3ee1489c4bbf
100644 18 lines (12 sloc) 0.277 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
== 0.2.5 2008-05-06
 
* 3 minor enhancements:
  * passes test for multiple results
  * passes test for null results
  * rcov rake task
 
== 0.2.0 2008-05-01
 
* 2 major enhancments:
  * tests
  * it actually works!
 
== 0.1.0 2008-04-15
 
* 1 major enhancement:
  * Initial release