We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Fork of harrisj/activerecord-dbslayer-adapter
Description: An ActiveRecord to the DBSlayer lightweight proxy/pooling layer (http://code.nytimes.com/projects/dbslayer)
Clone URL: git://github.com/3stlabs/activerecord-dbslayer-adapter.git
100644 24 lines (16 sloc) 0.43 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
== 0.3.0 2008-06-05
 
* 2 major enhancements
  * insert now supports the DBSlayer's INSERT_ID
  * update now correctly uses the DBSlayer's AFFECTED_ROWS
 
== 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