I'd like to see this become a bit more efficient too. Instead of a fixed list of serializable attrs, I feel the solution should be based on the isDirty function somehow, so all (and only) modified data (either in the main model or associations) gets updated. This is akin to how e.g. Rails' ActiveRecord does it.
↧