Ruby on Rails Friday, May 2, 2014

Hi,

Thanks for your work on that; right now, I have implemented some DIY setters and getters that fake the required functionality as far as I need it, and even does things like condensing a mass-assignment into a single INSERT…SELECT statement (using a lot of conjecture about the interaction between AR and Arel and definitely violating the law of Demeter something fierce), but of course that doesn't provide the whole battery of automagic.

Since the report mechanism will be mostly about shoveling a lot of IDs into and out of the join table, I feel that having more efficiency there is worth losing a bit of comfort in other places.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/683bb418-101f-41f9-920d-06fb27808621%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment