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 (
Home
This started out as a demo app, and I’m slowly extracting the interesting bits into a plugin named atomic_saves.
Basically, active record associations do a poor job of managing atomic saves outside of migrations. Atomic saves require you to keep track of the which objects are marked for deletion and marked for addition, and then add them and remove them all at the same time.
This plugin will help to take care of this on the model side, and provide documentation about how to create the forms that support this.







