Thanks snusnu, using those master branches now. A few points in case anyone else is making the move:
1. There's a small problem with port numbers on master (for me anyway,) you can see my attempt at it here: http://github.com/ylg/dm-core/compare/port_num_fix -- but I haven't had a chance figure out why the specs aren't running for me at all, so no proper tests (I suspect changing the spec that uses the integer port 1234 to use "1234" _may_ trigger the problem for a test, but that's a WAG.) 2. I'm seeing rake db:migrate and a running app loading different environment names (and so db config's) though the code seems to clearly use Rails.env; still trying to figure this one out. 3. I had to use Moran's rake task modification from #1214 on the branch, that's not necessary on the master it seems. Yuri If I can nail #2, I'll try to get to a spec or two for #1 tomorrow. On Apr 1, 10:31 am, Martin Gamsjaeger <[email protected]> wrote: > Yuri, > > AS support has been merged into the dm-core and dm-more master > branches. The Gemfile generated when creating a new rails3 app has > been updated to reflect these changes. Have a look > athttp://github.com/snusnu/rails-templates/blob/master/rails_master_gem... > for an idea of what a current working Gemfile has to look like. Also > note, that transactions support has been extracted from dm-core into a > separate gem called dm-transactions. The generated Gemfile for a > rails3 app will correctly add this new gem as a dependency > > cheers > snusnu > > On Apr 1, 9:17 am, Yuri <[email protected]> wrote: > > > > > What's the recommended repo/branch to follow when using with Rails 3/ > > DM now? > > Thanks much, Yuri. -- You received this message because you are subscribed to the Google Groups "DataMapper" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/datamapper?hl=en.
