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]
zombor has joined #datamapper
zombor has joined #datamapper
rsim has joined #datamapper
cored has quit [Ping timeout: 248 seconds]
rsim has quit [Ping timeout: 240 seconds]
zombor has quit [Read error: Connection reset by peer]
zombor has joined #datamapper
zombor has quit [Changing host]
zombor has joined #datamapper
ckrailo has quit [Quit: Computer has gone to sleep.]
knowtheory has joined #datamapper
xargoon_ has joined #datamapper
swarmhost has quit [Read error: Connection reset by peer]
xargoon has quit [Ping timeout: 246 seconds]
xargoon_ is now known as xargoon
swarmhost has joined #datamapper
jeremyevans has quit [Quit: leaving]
rsim has joined #datamapper
rsim has quit [Ping timeout: 240 seconds]
jeremyevans has joined #datamapper
zombor has quit [Remote host closed the connection]
zombor has joined #datamapper
zombor has joined #datamapper
skylar_ has joined #datamapper
skylar_ has quit [Client Quit]
zombor has quit [Ping timeout: 268 seconds]
snusnu has quit [Quit: Leaving.]
rsim has joined #datamapper
Ortuna has quit [Quit: Computer has gone to sleep.]
rsim has quit [Ping timeout: 240 seconds]
knowtheory has quit [Ping timeout: 252 seconds]
skylar_ has joined #datamapper
skylar_ is now known as skylkar
skylkar is now known as skylar
knowtheory has joined #datamapper
<postmodern>
ok this is odd, im using dm-accepts_nested_attributes in a padrino app
<postmodern>
works perfectly when saving the resource
<postmodern>
but when i update the resource within a resque worker, it fails
<postmodern>
well it fails after successfully saving the resource
<postmodern>
undefined method `collection_for' for #<DataMapper::Associations::ManyToOne::Relationship:0x00000002f6d860>
mbj has quit [Read error: Connection reset by peer]
rsim has quit [Ping timeout: 240 seconds]
<dkubb>
!memo mbj is there some way we'll be able to pass in a list of constants to mutate? I would like to use mutant with a rails app, and I would like to use ActiveSupport::Dependencies.autoloaded_constants to get the list of constants rails loaded and have mutant run the specs for all of those
<Cinchy>
dkubb: Memo recorded for mbj.
postmodern has joined #datamapper
knowtheory has joined #datamapper
knowtheo1y has quit [Ping timeout: 264 seconds]
rsim has joined #datamapper
zombor has quit [Remote host closed the connection]
snusnu1 has joined #datamapper
rsim has quit [Ping timeout: 240 seconds]
snusnu1 has quit [Read error: Connection reset by peer]
snusnu1 has joined #datamapper
snusnu1 has quit [Client Quit]
snusnu has joined #datamapper
knowtheo1y has joined #datamapper
knowtheory has quit [Ping timeout: 260 seconds]
mbj has joined #datamapper
<mbj>
.
<Cinchy>
mbj: [34m 22s ago] <dkubb> is there some way we'll be able to pass in a list of constants to mutate? I would like to use mutant with a rails app, and I would like to use ActiveSupport::Dependencies.autoloaded_constants to get the list of constants rails loaded and have mutant run the specs for all of those
solnic has quit [Read error: Connection reset by peer]
v0n has quit [Ping timeout: 256 seconds]
solnic has joined #datamapper
kapowaz has quit [Ping timeout: 260 seconds]
mbj has quit [Ping timeout: 264 seconds]
mbj has joined #datamapper
rsim has joined #datamapper
mbj has quit [Quit: leaving]
rafaelfranca has quit [Remote host closed the connection]
<dkubb>
!memo mbj I would love an --rspec-class strategy. it'd work really well with the rails app I'm using. --rspec-unit works alright for now but only because the project is new. it won't scale anywhere near as well