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)
Wed May 07 17:28:50 -0700 2008
commit  32dee4429954af9cbb5a6e92a68bd04a5035499b
tree    d9bffc96ceb1f9985615c38f98b67fd7b77235db
parent  0ad288887d167265431c0cbbdce8257bd403af88
100644 4 lines (3 sloc) 0.139 kb
1
2
3
4
require 'config/requirements'
require 'config/hoe' # setup Hoe + all gem configuration
 
Dir['tasks/**/*.rake'].each { |rake| load rake }