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 joined #datamapper
_whitelogger has joined #datamapper
_whitelogger has joined #datamapper
zombor has joined #datamapper
kurko_ has quit [Quit: Computer has gone to sleep.]
zombor has quit [Remote host closed the connection]
postmodern has quit [Quit: Leaving]
postmodern has joined #datamapper
postmodern has quit [Remote host closed the connection]
tchebb has quit [Quit: ZNC - http://znc.in]
tchebb has joined #datamapper
postmodern has joined #datamapper
jhn has joined #datamapper
jhn has quit [Ping timeout: 276 seconds]
v0n has quit [Ping timeout: 256 seconds]
facerip has quit [Ping timeout: 240 seconds]
facerip has joined #datamapper
knowtheory has quit [Ping timeout: 264 seconds]
knowtheory has joined #datamapper
knowtheory has quit [Ping timeout: 260 seconds]
mikecmpbll has joined #datamapper
Guest53203 has quit [*.net *.split]
irclogger_com has quit [*.net *.split]
Guest53203 has joined #datamapper
irclogger_com has joined #datamapper
mkf has quit [Ping timeout: 246 seconds]
mkf has joined #datamapper
dawkirst has quit [Remote host closed the connection]
mikecmpbll has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
mikecmpbll has joined #datamapper
knowtheory has joined #datamapper
zombor has joined #datamapper
zombor has joined #datamapper
knowtheory has quit [Quit: Get MacIrssi - http://www.sysctl.co.uk/projects/macirssi/]
rolfb has joined #datamapper
knowtheory has joined #datamapper
Guest53204 has joined #datamapper
Guest53203 has quit [Ping timeout: 264 seconds]
postmodern has quit [Quit: Leaving]
zombor has quit [Remote host closed the connection]
mikecmpbll has quit [Ping timeout: 264 seconds]
mikecmpbll has joined #datamapper
knowtheo1y has joined #datamapper
knowtheory has quit [Ping timeout: 252 seconds]
mikecmpbll has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
knowtheory has joined #datamapper
zombor has joined #datamapper
knowtheo1y has quit [Ping timeout: 264 seconds]
v0n has joined #datamapper
v0n has quit [Ping timeout: 248 seconds]
mbj has joined #datamapper
<mbj> .
kurko_ has joined #datamapper
v0n has joined #datamapper
knowtheory has quit [Quit: Computer has gone to sleep]
rolfb has quit [Quit: Linkinus - http://linkinus.com]
mikecmpbll has joined #datamapper
knowtheory has joined #datamapper
danimoth2 has joined #datamapper
<danimoth2> hello everyone. newbie here. is there a way for datamapper to find out all the tables in a database
danimoth2 has quit [Quit: Page closed]
knowtheory has quit [Ping timeout: 246 seconds]
knowtheory has joined #datamapper
knowtheory has quit [Ping timeout: 264 seconds]
knowtheory has joined #datamapper
knowtheory has quit [Quit: Computer has gone to sleep]
knowtheory has joined #datamapper
mbj has quit [Ping timeout: 248 seconds]
mikecmpbll has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
mbj has joined #datamapper
mouse-_ has quit [Ping timeout: 248 seconds]
mouse-_ has joined #datamapper
<onewheelskyward> You can run ad hoc queries, so yes.
<onewheelskyward> e.g. repository(:default).adapter.select("show tables")
<onewheelskyward> I've never tried it, but in theory it could work.
mbj has quit [Read error: Connection reset by peer]
mbj has joined #datamapper
mbj has quit [Read error: Connection reset by peer]
mbj has joined #datamapper
postmodern has joined #datamapper
kurko_ has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
brianpWins has joined #datamapper
brianpWins has quit [Quit: brianpWins]
C0deMaver1ck is now known as ace
brianpWins has joined #datamapper
ace is now known as C0deMaver1ck
knowtheo1y has joined #datamapper
knowtheo2y has joined #datamapper
knowtheo1y has quit [Read error: Connection reset by peer]
knowtheory has quit [Ping timeout: 248 seconds]
knowtheory has joined #datamapper
<Eiam> I have some code that calls first_or_create and somehow I end up with two copies
knowtheo2y has quit [Ping timeout: 245 seconds]
<Eiam> only a single line of code calls first_or_create, and its based off the ID
<Eiam> I'm staring at my DB right now and I see two entries with the same id
<Eiam> myItem = Module::ModelInstance.attribute.first_or_create(:attr => 1235)
<Eiam> then, Module::Model.all(:attr=>1235).count == 2!
zombor has quit [Remote host closed the connection]
mbj has quit [Ping timeout: 256 seconds]
v0n has quit [Ping timeout: 248 seconds]
mbj has joined #datamapper
knowtheory has quit [Read error: Connection reset by peer]
knowtheo1y has joined #datamapper
mbj has quit [Read error: Connection reset by peer]
zombor has joined #datamapper
knowtheo1y has quit [Quit: Computer has gone to sleep]
<rtyler> with DM1 is it possible to turn off raising exceptions if the table for a relationship doesn't yet exist