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
slainer68 has quit [Remote host closed the connection]
slainer68 has joined #datamapper
slainer68 has quit [Ping timeout: 264 seconds]
zombor has quit [Remote host closed the connection]
Ortuna has quit [Quit: Computer has gone to sleep.]
Ortuna has joined #datamapper
v0n has joined #datamapper
v0n has quit [Ping timeout: 248 seconds]
mbj has joined #datamapper
<mbj> dkubb: hola
slainer68 has joined #datamapper
slainer68 has quit [Ping timeout: 240 seconds]
mbj has quit [Read error: Connection reset by peer]
slainer68 has joined #datamapper
slainer68 has quit [Ping timeout: 255 seconds]
rsim has joined #datamapper
brianpWins has joined #datamapper
rsim has quit [Ping timeout: 240 seconds]
rsim has joined #datamapper
hryk has joined #datamapper
hryk has quit [Client Quit]
hryk has joined #datamapper
xiesx has joined #datamapper
xiesx has quit [Client Quit]
hryk has quit [Ping timeout: 276 seconds]
mbj has joined #datamapper
solnic has joined #datamapper
postmodern has joined #datamapper
rsim has quit [Quit: Leaving.]
mikecmpbll has joined #datamapper
rsim has joined #datamapper
slainer68 has joined #datamapper
rsim has quit [Ping timeout: 240 seconds]
slainer6_ has joined #datamapper
slainer68 has quit [Ping timeout: 246 seconds]
mbj has quit [Ping timeout: 276 seconds]
travis-ci has joined #datamapper
<travis-ci> [travis-ci] Build details : http://travis-ci.org/datamapper/dm-core/builds/7941887
travis-ci has left #datamapper [#datamapper]
<travis-ci> [travis-ci] datamapper/dm-core#22 (release-1.2 - 6343344 : Piotr Solnica): The build has errored.
hryk has joined #datamapper
zekefast has quit [Quit: Leaving.]
solnic has quit [Quit: Linkinus - http://linkinus.com]
rsim has joined #datamapper
solnic has joined #datamapper
ckrailo has quit [Quit: Computer has gone to sleep.]
travis-ci has joined #datamapper
<travis-ci> [travis-ci] datamapper/dm-core#23 (release-1.2 - 9843502 : Piotr Solnica): The build has errored.
<travis-ci> [travis-ci] Build details : http://travis-ci.org/datamapper/dm-core/builds/7941992
travis-ci has left #datamapper [#datamapper]
slainer68 has joined #datamapper
slainer6_ has quit [Ping timeout: 276 seconds]
snusnu has joined #datamapper
postmodern has quit [Quit: Leaving]
mikecmpbll has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
brainopia has joined #datamapper
slainer6_ has joined #datamapper
slainer68 has quit [Ping timeout: 264 seconds]
mikecmpbll has joined #datamapper
brainopia has quit [Quit: brainopia]
snusnu has quit [Quit: Leaving.]
mbj has joined #datamapper
snusnu has joined #datamapper
mbj has quit [Read error: Connection reset by peer]
slainer6_ has quit [Ping timeout: 240 seconds]
cored has joined #datamapper
cored has joined #datamapper
mikecmpbll has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
mikecmpbll has joined #datamapper
cored has quit [Ping timeout: 246 seconds]
cored has joined #datamapper
cored has joined #datamapper
cored has quit [Changing host]
mbj has joined #datamapper
cored_ has joined #datamapper
cored_ has quit [Remote host closed the connection]
cored_ has joined #datamapper
cored has quit [Ping timeout: 252 seconds]
cored_ has quit [Ping timeout: 248 seconds]
cored has joined #datamapper
cored has joined #datamapper
cored_ has joined #datamapper
knowtheo1y has quit [Quit: Computer has gone to sleep]
knowtheory has joined #datamapper
zombor_ has joined #datamapper
zombor_ has joined #datamapper
zombor_ is now known as zombor
knowtheory has quit [Ping timeout: 248 seconds]
slainer68 has joined #datamapper
splattael has joined #datamapper
mbj has quit [Ping timeout: 248 seconds]
v0n has joined #datamapper
<kapowaz> is there any mechanism for creating an ‘abstract’ DM resource class?
<kapowaz> so that I can share various properties/methods across multiple models without duplication?
<solnic> kapowaz: just create a module with included hook and do your stuff there
<kapowaz> solnic: yeah, I tried doing that and was getting some odd error (which appears to be originating with the AWS S3 gem, strangely enough)
<kapowaz> Users/bdarlow/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/aws-s3-0.6.3/lib/aws/s3/extensions.rb:212:in `const_missing_from_s3_library': uninitialized constant Destination::Armour::Enum (NameError)
mbj has joined #datamapper
<kapowaz> I get the feeling the AWS S3 gem is doing some monkeypatching
knowtheory has joined #datamapper
bobocopy has joined #datamapper
mbj has quit [Quit: Lost terminal]
<kapowaz> I have a simple test case to demo what I'm trying, but alas gist.github.com is broken :|
<solnic> kapowaz: yes it does some crap-hackery with const_missing afair
<kapowaz> ah now it's working.
<Cinchy> [gist] apple.rb (at gist.github.com, kapowaz on 2013-06-10 14:43)
<kapowaz> ^ gives me: apple.rb:5:in `<class:Apple>': uninitialized constant Apple::Enum (NameError)
<kapowaz> I'm assuming I'm using the included hook correctly there? I don't use it often, I must admit.
<solnic> kapowaz: not really :) wrap what's inside this hook with base.class_eval do .. end
<kapowaz> curses…
<kapowaz> cheers, I'll give that a go
mikecmpbll has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
<kapowaz> still inside of the self.included method?
<solnic> kapowaz: yes
<kapowaz> all of it?
<kapowaz> I get this error instead now:
<kapowaz> fruit.rb:7:in `block in included': uninitialized constant Fruit::Serial (NameError)
hryk has quit [Quit: hryk]
<solnic> kapowaz: yeah you need to use full const names there. DataMapper::Property::Serial
<kpwz> bleh, ok.
hryk has joined #datamapper
<kapowaz> solnic: great, that's working now — much appreciated :)
hryk has quit [Quit: hryk]
slainer68 is now known as NicolasLeTrolleu
shingara is now known as pasContent
NicolasLeTrolleu is now known as slainer68
pasContent is now known as hate_rails_2_3
splattael has quit [Quit: Leaving.]
hate_rails_2_3 is now known as stop_rails_2_3
pdswan has quit [Quit: pdswan]
bobmcw has joined #datamapper
bobmcw has joined #datamapper
bobmcw has quit [Changing host]
<slainer68> stop_rails_2_3: :p
ckrailo has joined #datamapper
<stop_rails_2_3> slainer68: I start hate it, rails 3 is really better
dkubb has quit [Quit: Linkinus - http://linkinus.com]
mikecmpbll has joined #datamapper
stop_rails_2_3 is now known as shingara
slainer68 has quit [Remote host closed the connection]
slainer68 has joined #datamapper
mikecmpbll has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
slainer68 has quit [Remote host closed the connection]
cored_ has quit [Ping timeout: 248 seconds]
cored has quit [Ping timeout: 240 seconds]
cored has joined #datamapper
cored has joined #datamapper
cored_ has joined #datamapper
hryk has joined #datamapper
g0bl1n has joined #datamapper
g0bl1n has quit [Changing host]
g0bl1n has joined #datamapper
stormwin1 has joined #datamapper
knowtheo1y has joined #datamapper
brianpWins has quit [Quit: brianpWins]
onewheelskyward_ has joined #datamapper
gix- has joined #datamapper
gix has quit [Disconnected by services]
g0bl1n has quit [*.net *.split]
knowtheory has quit [*.net *.split]
gadgetoid has quit [*.net *.split]
onewheelskyward has quit [*.net *.split]
stormwind has quit [*.net *.split]
onewheelskyward_ is now known as onewheelskyward
snusnu has quit [Quit: Leaving.]
snusnu has joined #datamapper
avdi has joined #datamapper
brianpWins has joined #datamapper
avdi has quit [Client Quit]
<dbussink> solnic: was wondering, https://travis-ci.org/datamapper/dm-core shows rbx 1.9 to fail, any idea why that is?
cored has quit [Ping timeout: 248 seconds]
cored_ has quit [Ping timeout: 264 seconds]
bobmcw__ has joined #datamapper
bobmcw has quit [Ping timeout: 248 seconds]
gix- has quit [Ping timeout: 246 seconds]
gix has joined #datamapper
bobmcw__ has quit [Ping timeout: 255 seconds]
bobmcw has joined #datamapper
bobmcw has quit [Changing host]
bobmcw has joined #datamapper
postmodern has joined #datamapper
gadgetoid has joined #datamapper
bobmcw has quit [Remote host closed the connection]
bobmcw has joined #datamapper
bobmcw has joined #datamapper
bobmcw has quit [Changing host]
<solnic> dbussink: no idea
<dbussink> solnic: ah ok, guess i should perhaps take a look to see if it's a bug in rbx
slainer68 has joined #datamapper
bobmcw has quit [Remote host closed the connection]
batasrki has joined #datamapper
rolfb has joined #datamapper
batasrki has left #datamapper [#datamapper]
careo has joined #datamapper
zombor has quit [Remote host closed the connection]
cored has joined #datamapper
cored_ has joined #datamapper
namelessjon has quit [*.net *.split]
namelessjon has joined #datamapper
v0n has quit [Ping timeout: 248 seconds]
talntid has joined #datamapper
talntid2 has quit [Ping timeout: 255 seconds]
ckrailo has quit [Ping timeout: 255 seconds]
ckrailo has joined #datamapper
bobocopy has quit [Quit: Leaving.]
knowtheory has joined #datamapper
knowtheo1y has quit [Ping timeout: 248 seconds]
mbj has joined #datamapper
Ortuna has joined #datamapper
knowtheory has quit [Quit: Computer has gone to sleep]
zombor has joined #datamapper
zombor has joined #datamapper
rolfb has quit [Quit: Linkinus - http://linkinus.com]
mbj_ has joined #datamapper
mbj_ has quit [Client Quit]
mbj has quit [Quit: leaving]
knowtheory has joined #datamapper
snusnu has quit [Quit: Leaving.]
slainer68 has quit [Remote host closed the connection]
solnic has quit [Quit: Leaving...]
slainer68 has joined #datamapper