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
brianpWins has quit [Quit: brianpWins]
lightcap has joined #datamapper
zombor has quit [Read error: Connection reset by peer]
zombor has joined #datamapper
mbj has quit [Quit: leaving]
lightcap has quit [Quit: Computer has gone to sleep.]
zombor has quit [Remote host closed the connection]
postmodern has quit [Quit: Leaving]
<snusnu>
!memo mbj: decided to get rid of instances and renamed api methods: http://pastie.org/8302005
<Cinchy>
snusnu: Memo recorded for mbj:.
<Cinchy>
[pastie] #8302005 - Pastie (at pastie.org, on 2013-09-06 05:48)
Sylvain1 has joined #datamapper
zombor has joined #datamapper
Sylvain1 has quit [Quit: Leaving.]
zombor has quit [Remote host closed the connection]
zombor has joined #datamapper
zombor has quit [Remote host closed the connection]
northrup has joined #datamapper
knowtheory has joined #datamapper
snusnu has quit [Quit: Leaving.]
northrup has quit [Ping timeout: 256 seconds]
northrup has joined #datamapper
knowtheory has quit [Ping timeout: 245 seconds]
knowtheory has joined #datamapper
lightcap has joined #datamapper
northrup has quit [Quit: northrup]
knowtheory has quit [Quit: Computer has gone to sleep]
knowtheory has joined #datamapper
knowtheory has quit [Ping timeout: 245 seconds]
postmodern has joined #datamapper
brianpWins has joined #datamapper
<namelessjon>
!memo snusnu No, stop that. Blake2 is NOT a password hash. In fact, it's faster than SHA512.
<Cinchy>
namelessjon: Memo recorded for snusnu.
V8Energy has quit [Ping timeout: 264 seconds]
lightcap has quit [Quit: Computer has gone to sleep.]
<Aristata>
I am having some issues with a resque process connected to a heroku database. The error is : could not receive data from client: Connection reset by peer, unexpected EOF on client connection. After searching around I found some things that say I need to before_fork, terminate the database connection, and after fork establish the database connection. I know how to do this with active record, but am not sure how to do those things with datamapper. Can a