On 24 Sep 2008, at 17:40, Daniel DeLorme wrote:
> 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. Well, there is a major issue with 1.9 compatibility and that is that rspec doesn't work on it yet. Until then it's probably undoable to fix it all properly (it doesn't work with nested describe blocks). If rspec runs on 1.9, the process would be something like the following: - Clone the extlib repo - Get extlib running and make sure it passes all specs - Install the working extlib and clone the DO repository. - Get all parts of DO running (data_objects, do_sqlite3, do_mysql, do_postgres, etc...) - Install DO and clone the dm-core repository - Get all the specs to pass... - Etc. with dm-more This would at least be how I'd do it. Each of the parts in these deps is only dependent on the previous step, so DO doesn't require dm-core. -- Regards, Dirkjan Bussink --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
