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
<dkubb>
fwiw, I use DM with Rails 4 and Ruby 2.0 with no implementation specific issues
<dkubb>
but I am using the edge release-1.2 gems, so maybe that makes a difference
<dkubb>
I need to release a new 1.2 series gem soon
<onewheelskyward>
I've been using DM 1.2 on ruby 2 since it was released.
<onewheelskyward>
All I had to do was the type-specific stuff.
<dkubb>
nice
<dkubb>
like special stuff in dm-types?
<onewheelskyward>
Not even. I just had to make sure if the DB field was an int, to do a to_i on my string. That's it.
<dkubb>
oh interesting
<dkubb>
funny I haven't hit that yet
<onewheelskyward>
I'm not 100% sure it was ruby 2 that did it but during that transition was when I discovered it.
<onewheelskyward>
Check your data. I was lucky enough to have not null fields. :)
mtrisoline has left #datamapper [#datamapper]
brianpWins has quit [Quit: brianpWins]
<luke__>
nope, still no luck
<luke__>
Definitely seems to be an issue with DataMapper, but no idea why it's only sending default values
v0n has joined #datamapper
_pol has quit [Remote host closed the connection]
postmodern has joined #datamapper
<luke__>
onewheelskyward: I had attr_accessor :email, and just didn't see it
luke__ has quit [Quit: Leaving]
<dkubb>
hmm. there's no attr_accessor in DM
<dkubb>
er whoops
<dkubb>
for some reason I read that and was thinking attr_accessible
<dkubb>
in DM models I would generally not use attr_accessor, attr_reader or attr_writer unless you had virtual properties that are not persisted
dward has quit [Ping timeout: 264 seconds]
xargoon has quit [Ping timeout: 264 seconds]
xargoon has joined #datamapper
_pol has joined #datamapper
_pol has quit [Remote host closed the connection]
knowtheory has quit [Ping timeout: 264 seconds]
knowtheory has joined #datamapper
bhaak has quit [Ping timeout: 264 seconds]
bhaak has joined #datamapper
dward has joined #datamapper
ckrailo has quit [Quit: Computer has gone to sleep.]
v0n has quit [Ping timeout: 264 seconds]
bobocopy has joined #datamapper
zombor has quit [Remote host closed the connection]
zombor has quit [Remote host closed the connection]
luke_ has joined #datamapper
<luke_>
Has anyone used roar with datamapper? It seems like they both define things in the same way, in the class using 'property', and it's causing some conflicts
v1n has joined #datamapper
ckrailo has quit [Quit: Computer has gone to sleep.]
mbj has quit [Ping timeout: 240 seconds]
<onewheelskyward>
What's roar?
adrian1 has quit [Read error: Operation timed out]