Categories: None [Edit]

draft_punk

https://rubygems.org/gems/draft_punk
https://github.com/stevehodges/draftpunk
DraftPunk allows editing of a draft version of an ActiveRecord model and its associations. When it's time to edit, a draft version is created in the same table as the object. You can specify which associations should also be edited and stored with that draft version. All associations are stored in their native table. When it's time to publish, any attributes changed on your draft object persist to the original object. All associated objects behave the same way. Any associated have_many objects which are deleted on the draft are deleted on the original object. This gem doesn't rely on a versioning gem and doesn't store incremental diffs of the model. It simply works with your existing database (plus one new column on your original object).

Total

Ranking: 40,746 of 196,619
Downloads: 31,906

Daily

Ranking: 21,632 of 196,594
Downloads: 24

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,749,482,850bundler
81,416,207,584rake
291,020,353,632rspec
45789,715,220rails
201272,662,641timecop
232235,465,023yard
286195,435,976sqlite3
1,98615,739,338appraisal
2,31910,255,810amoeba
3,8653,174,468differ

Owners

#GravatarHandle
1iconstevehodges