
Lazy contexts have gone away
Reported by Jonathan Stott (namelessjon) | July 8th, 2009 @ 05:35 PM | in 0.10.0
With dm-core 0.9.11 it was possible to specify a lazy loading context for a group of properties (e.g. :lazy => [:display]). This had the effect of triggering a fetch of all the properties in the context whenever one was accessed, as opposed to fetching them piecemeal as would happen with lazy => 'true'. Currently, attempting to specify a lazy loading context results in an argument error, however.
Comments and changes to this ticket
-
Jonathan Stott (namelessjon) July 8th, 2009 @ 05:35 PM
- State changed from unconfirmed to confirmed
-
Dan Kubb (dkubb) July 22nd, 2009 @ 03:59 PM
- Assigned user set to Dan Kubb (dkubb)
- State changed from confirmed to accepted
-
Dan Kubb (dkubb) August 15th, 2009 @ 12:07 PM
- Tag set to regression
-
Dan Kubb (dkubb) August 18th, 2009 @ 02:41 AM
- State changed from accepted to resolved
(from [1b8c662ca5816acf9b89d85225369f7e93d214ba]) Allow Property lazy context to be a Symbol or Array of Symbols
[#962 state:resolved] http://github.com/datamapper/dm-core/commit/1b8c662ca5816acf9b89d85...
-
Kabari February 12th, 2010 @ 08:18 PM
- no changes were found...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
People watching this ticket
Tags
Referenced by
-
962 Lazy contexts have gone away [#962 state:resolved] http://github.com/datamapper/dm-co...
-
1197 Lazy Contexts gone again per http://groups.google.com/group/datamapper/browse_thr...
-
1341 lazy loading groups broken I found a duplicated version here #1197 and maybe here #962