Hi Daniel,

> I'm new to DataMapper and trying to get it to work on ruby1.9 (1.9
> compatibility patches are welcome right?)

Right now one of the biggest contributions that could be made to
getting DataMapper to work with Ruby 1.9 is for RSpec to be fixed so
that nested describe blocks can be used, eg:

describe DataMapper::Model do
  describe '#get' do
    # ...
  end
end

As it is right now the inner describe block will cause RSpec to blow
up when using 1.9.  Most of our specs use nested describe blocks like
this, and I'm not interested in "flattening" them to get them to pass
-- I'd rather RSpec were fixed.  Here's the Lighthouse ticket with
more information:

  http://is.gd/368U

If someone wants to tackle this specific problem I will commit to
updating DataMapper (and all existing specs) to work with Ruby 1.9.

Dan
(dkubb)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to