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
zombor has quit [Remote host closed the connection]
rsim has joined #datamapper
rsim has quit [Ping timeout: 240 seconds]
zombor has joined #datamapper
zombor has quit [Changing host]
zombor has joined #datamapper
zombor has quit [Read error: Connection reset by peer]
zombor has joined #datamapper
rsim has joined #datamapper
rsim has quit [Ping timeout: 240 seconds]
brianpWins has quit [Quit: brianpWins]
snusnu has quit [Quit: Leaving.]
rsim has joined #datamapper
zombor has quit [Remote host closed the connection]
rsim has quit [Ping timeout: 240 seconds]
v0n has joined #datamapper
postmodern has quit [Quit: Leaving]
postmodern has joined #datamapper
ElderFain has joined #datamapper
<ElderFain> I tried to monkeypatch DataMapper::Adapters::DataObjectsAdapter.read
<ElderFain> and I see NoMethodError - undefined method `dump_class' for #<DataMapper::Property::Serial:0x00000005c8cee0>:
<ElderFain> oh nice
rsim has joined #datamapper
rsim has quit [Client Quit]
<onewheelskyward> double ouch
<onewheelskyward> you're really hitting the limits there.
zombor has joined #datamapper
<ElderFain> okay well regarldess of the monkey patch
<ElderFain> thats the exact same code in the real read method
<ElderFain> [#<DataMapper::Property::Serial @model=App::MyModel @name=:id>,
<ElderFain> thats the line thats dying. I see the exact same thing being passed into dm-adapters without the patch
<ElderFain> I don't understand what issue 58 is
<ElderFain> I just saw it pop up in the logs
<ElderFain> its unrelated to the monkey patch
<ElderFain> any idea whats up the with dump class failure?
zombor has quit [Ping timeout: 252 seconds]
<ElderFain> onewheelskyward: dump_class is defined in DataMapper::Property
<ElderFain> which this is clearly an instance of
<Cinchy> [URL] Class: DataMapper::Property — Documentation for datamapper/dm-core (master)
skade has joined #datamapper
skade has quit [Quit: Computer has gone to sleep.]
ElderFain has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
zombor has joined #datamapper
zombor has quit [Ping timeout: 248 seconds]
skade has joined #datamapper
rsim has joined #datamapper
rsim has quit [Quit: Leaving.]
mikecmpbll has joined #datamapper
postmodern has quit [Quit: Leaving]
rsim has joined #datamapper
mikecmpbll has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
rsim has quit [Quit: Leaving.]
snusnu has joined #datamapper
v0n has quit [Ping timeout: 248 seconds]
kpwz has quit [Quit: leaving]
g0bl1n has joined #datamapper
snusnu has quit [Quit: Leaving.]
mikecmpbll has joined #datamapper
zombor has joined #datamapper
snusnu has joined #datamapper
rsim has joined #datamapper
rsim has quit [Client Quit]
v0n has joined #datamapper
rsim has joined #datamapper
rsim has quit [Client Quit]
v0n has quit [Ping timeout: 240 seconds]
knowtheory has quit [Quit: Computer has gone to sleep]
knowtheory has joined #datamapper
knowtheory has quit [Ping timeout: 252 seconds]
v0n has joined #datamapper
akasper has joined #datamapper
knowtheory has joined #datamapper
v0n has quit [Read error: Connection reset by peer]
v0n has joined #datamapper
mikecmpbll has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
mikecmpbll has joined #datamapper
mbj has joined #datamapper
v0n has quit [Quit: WeeChat 0.4.3-dev]
v0n has joined #datamapper
v0n has quit [Client Quit]
v0n has joined #datamapper
v0n has quit [Client Quit]
v0n has joined #datamapper
v0n has quit [Ping timeout: 264 seconds]
skade has quit [Quit: Computer has gone to sleep.]
abuiles has quit [Ping timeout: 246 seconds]
v0n has joined #datamapper
snusnu has quit [Quit: Leaving.]
v0n has quit [Ping timeout: 248 seconds]
skade has joined #datamapper
skade has quit [Client Quit]
skade has joined #datamapper
skade has quit [Quit: Computer has gone to sleep.]
mikecmpbll has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
v0n has joined #datamapper
snusnu has joined #datamapper
abuiles has joined #datamapper
zombor has quit [Read error: Connection reset by peer]
zombor has joined #datamapper
zombor has joined #datamapper
zombor has quit [Changing host]
<Eiam> onewheelskyward: any theories? or namelessjon ?
<Eiam> about that issue above where dump_class is not defined
<namelessjon> Eiam: Honestly, no idea. I've never had a problem with this, so I've never had to dig into the gory details
<Eiam> here is the patch, http://pastebin.com/aaZU17YK
<Eiam> you are monkey patched appears
<Eiam> then line 10 fails
<Eiam> grrrr
<namelessjon> Eiam: Hmmm. The equiv line in my dm-do-adapter calls property.primitive ...
<Eiam> hmm thats not what I see on 1.2.0
<Eiam> but yes, .primitive works
<Eiam> (as in it returns a value)
<namelessjon> Huh. I apparently have 1.2.0 installed
<Eiam> my gem file says i have 1.2.0
<Eiam> so i went to github and found 1.2.0 and snagged the code from it
<Eiam> wrapped it up and dropped it in
<Eiam> (you can see the line there)
<Eiam> I just swapped it for .primitive and the code works now
<Eiam> (it runs)
<Eiam> (monkey patched)
<Eiam> I don't know if It'll solve the actual problem of connection errors or not,but its a start
<Eiam> namelessjon: can you confirm if any other code differences are there?
<Eiam> kind of confused about how my method could be different since I puled it from github
<namelessjon> Rest looks the same
<Eiam> okay thanks
<Eiam> I enabled email on error last night
<Eiam> since our log stash instance isn't up yet
<Eiam> and now people are flipping out about how many connection errors we have
<Eiam> of course this is my new nightmare
<Eiam> ArgumentError - Field-count mismatch. Expected 2 fields, but the query yielded 11:
<namelessjon> Apparently it was changed ~2yrs ago, in this commit: https://github.com/datamapper/dm-do-adapter/commit/c6ec52c98a3a00757af3011a8695bc52fdfb1fcf
<Eiam> why the shit is github wrong?
<Eiam> its master!
lgierth has joined #datamapper
<namelessjon> Nothing requires that the gem was cut from the 1.2.0 tag ;)
<namelessjon> (Aside from common sense, I mean)
lgierth has quit [Ping timeout: 248 seconds]
mbj has quit [Quit: leaving]
rsim has joined #datamapper
knowtheo1y has joined #datamapper
brianpWins has joined #datamapper
knowtheory has quit [Ping timeout: 264 seconds]
postmodern has joined #datamapper
rsim has quit [Quit: Leaving.]
lgierth has joined #datamapper
knowtheo1y has quit [Quit: Computer has gone to sleep]
knowtheory has joined #datamapper
snusnu has quit [Ping timeout: 248 seconds]
snusnu has joined #datamapper
knowtheory has quit [Ping timeout: 265 seconds]
<Eiam> =p
knowtheory has joined #datamapper
akasper has quit [Quit: Leaving.]
knowtheory has quit [Quit: Computer has gone to sleep]
knowtheory has joined #datamapper
knowtheory has quit [Ping timeout: 248 seconds]
skade has joined #datamapper
v0n has quit [Ping timeout: 264 seconds]
knowtheory has joined #datamapper
skade has quit [Quit: Computer has gone to sleep.]
v0n has joined #datamapper
zombor has quit [Remote host closed the connection]
g0bl1n has quit [Quit: g0bl1n]
knowtheory has quit [Quit: Get MacIrssi - http://www.sysctl.co.uk/projects/macirssi/]
rsim has joined #datamapper
rsim has quit [Ping timeout: 240 seconds]
zombor has joined #datamapper
skade has joined #datamapper
skade has quit [Client Quit]