dkubb changed the topic of #datamapper to: Datamapper v1.2.0 | Mailing List: http://is.gd/aa9D | Logs: http://is.gd/qWAL7V | DataMapper 2 Renamed to ROM, see #rom-rb for development
v0n has quit [Ping timeout: 256 seconds]
v0n has joined #datamapper
mikecmpbll has quit [Quit: i've nodded off.]
rsim has joined #datamapper
tillsc has joined #datamapper
abuiles has quit [K-Lined]
kapowaz has quit [K-Lined]
skade has joined #datamapper
skade has quit [Client Quit]
tillsc has quit [Quit: Leaving.]
tillsc has joined #datamapper
solnic has joined #datamapper
mikecmpbll has joined #datamapper
tillsc has quit [Quit: Leaving.]
tillsc has joined #datamapper
postmodern has quit [Quit: Leaving]
abuiles has joined #datamapper
kapowaz has joined #datamapper
mikecmpbll has quit [Read error: Connection reset by peer]
<seanhagen>
is there a single method ( or a small set of methods ) that get called to send a query to the database in DataMapper?
<seanhagen>
i'm trying to set up some statsd stuff to time all database calls, it'd be nice to be able to do that by wrapping up the calls so that other developers don't forget to call some specific method before and after doing a database call
<seanhagen>
or is there a single class that all database communication goes through that i can monkey-patch?