Use Active Record 3 (3.0.0 beta 3) without Rails and custom Logger
Just in case you try to use Active Record 3 without Rails but you want the same fancy logging. You have to require not only active_record, but also active_record/railtie. Took me a while to find this out. [gist id="450149"] Maybe this saves you some time and hassle... ;)









