This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (






Comments
Hey Jordan, saw your presentation on SD.rb podcast and am curious about shadow….looking at the code (not running it yet), it seems that you could be using dirty objects to determine what has changed, instead of doing a separate find and compare as you’re doing now in the determine_updated_attributes method.
http://ryandaigle.com/articles/2008/3/31/what-s-new-in-edge-rails-dirty-objects
I’d be curious to try this out…what’s especially interesting is that you can do some_object.changes and get not only which attributes changed, but the before and after versions of them, which could effectively eliminate any ties you have with acts as versioned, and all this data could theoretically be stored in the tables you generate. Just an idea, but kind of interesting.
(First github comment here, hope it finds it way to you)
Cameron