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
myobie has quit [Quit: myobie]
myobie has joined #datamapper
myobie has quit [Client Quit]
Sylvain1 has quit [Ping timeout: 264 seconds]
v0n has joined #datamapper
campezzi has quit [Quit: campezzi]
zombor has joined #datamapper
Sylvain1 has joined #datamapper
Sylvain1 has quit [Client Quit]
mkf has quit [Ping timeout: 248 seconds]
mkf has joined #datamapper
kurko_ has quit [Quit: Computer has gone to sleep.]
kurko_ has joined #datamapper
kurko_ has quit [Client Quit]
zombor has quit [Read error: Connection reset by peer]
zombor_ has joined #datamapper
mralk3 has quit [Ping timeout: 240 seconds]
mralk3 has joined #datamapper
zombor_ has quit [Remote host closed the connection]
kurko_ has joined #datamapper
rsim has joined #datamapper
rsim has quit [Ping timeout: 240 seconds]
myobie has joined #datamapper
kurko_ has quit [Ping timeout: 268 seconds]
snusnu has quit [Quit: Leaving.]
lnormous has quit [Ping timeout: 245 seconds]
lnormous has joined #datamapper
markalanevans has quit [Quit: markalanevans]
markalanevans has joined #datamapper
markalanevans has quit [Client Quit]
Harvey_ has joined #datamapper
<Harvey_>
Has anyone used datamapper with rails4?
<dkubb>
I have. the key is to use the release-1.2 branches for everything
<Harvey_>
I'll try that. Do I need to list all those dm-* gems to install them with those versions?
<dkubb>
Harvey_: you don't *have* to specify the versions. I do because like for stuff to blow up when a version changes, so that I have to verify it still works. without it you can do a bundle update and get some invalid version of a gem that's just been released
<dkubb>
it's more of a defensive technique that allows me to do bundle update relatively safely
<dkubb>
I can still use bundle outdated to see what I need to upgrade manually
<Harvey_>
And what about other gems I think is required 'mysql2' and 'do_mysql'?
<dkubb>
DM doesn't use mysql2, you don't have to specify that unless you're also using AR in the same project
<dkubb>
you could change the dm-postgres-adapter to dm-mysql-adapter. generally it's not necessary to specify the do_* gem in the Gemfile, the correct one is brought in via the adapter dep