pirkka,

> > Have you seen this same problem with DM 0.9.8 and Extlib 0.9.9?
>
> I have yet to install these, so I cannot really say anything on them
> unfortunately.

FYI, this issue is one of the main reasons for the release of Extlib
0.9.9 aside from the JRuby fixes.  LazyArray was lazy-loading when
certain methods were executed, like <<, push, unshift, etc.  When you
call build or create it would use << to append to the collection/
association, thus causing it to be lazy loaded. Dirkjan found a way to
get << and other methods work with the head and tail of the LazyArray
without causing it to lazy load.

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