Google groups has had a cookie bug for the last few days, so please delete this if you got it already.
1) I figured .first would return an element, not an array. I'm irritated always having to call .first (ironic name) on it to get the element out. Any tips on how to hack this in? 2) Is there an equivalent to ActiveRecord::Base.colorize_logging = false? 3) If I setup a secondary connection, will it be used right away? I want to have a connection to my backup server for a few random admin pages, but don't want that server to have the connections for each rails process. Any suggestion? d=DataMapper.setup(:external, 'mysql://someother_host/dm_core_test'); d.disconnect? Or should I put the setup code in my rarely-used controller action? 4) I'd like all my lazy values to be loaded at once by default, without having to specify :lazy => [:mylazy] for each text field. Any tips where to hack in a default, or if this is easily possible? Thanks for a great product! :) -Kevin -- 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.
