On Wed, 11 Feb 2009 12:05:39 -0800 (PST)
"Dan Kubb (dkubb)" <dan.k...@gmail.com> wrote:

> *snip
> 
> Can anyone provide some specific examples where this has been a
> problem for you?  Any other feedback or ideas?
> 
> --
> 
> Thanks,
> 
> Dan
> (dkubb)

Hi Dan

One of the easiest examples comes about with data_objects.  It's (almost) 
impossible not to use the highest version of data_objects installed on the 
system.

For code that shows this, see http://gist.github.com/62240

If you have any of the other 'core' adapters installed (postgres or mysql), 
they get required with no version cap, and thus can't activate the version of 
data_objects they want (the highest on the system).  So you actually have to 
have installed, and add gem calls for, each one of do_mysql, do_postgres and 
do_sqlite3.

Regards,
Jon
(namelessjon)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DataMapper" group.
To post to this group, send email to datamapper@googlegroups.com
To unsubscribe from this group, send email to 
datamapper+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/datamapper?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to