Hi, I'm new to DataMapper and trying to get it to work on ruby1.9 (1.9 compatibility patches are welcome right?), but I'm utterly failling to set up a git-backed development environment. The instructions at http://datamapper.org/using-git.html are out of date; it seems they were made before the split into several mini-gems.
I tried: git clone git clone git://github.com/sam/dm-core.git git clone git clone git://github.com/sam/do.git and then: require "do/data_objects/lib/data_objects" require "dm-core/lib/dm-core" but this fails with: Could not find RubyGem data_objects (>= 0.9.5) (Gem::LoadError) How can I develop using git? Do I need to "compile" from git repo to gem and install every time I make the tiniest change? That can't be right. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
