RubyGems Navigation menu

draft_punk 0.3.1

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).

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.3.1 - December 04, 2018 (123KB)
  2. 0.3.0 - September 28, 2018 (123KB)
  3. 0.2.8 - August 28, 2018 (121KB)
  4. 0.2.7 - March 31, 2017 (121KB)
  5. 0.2.6 - December 09, 2016 (121KB)
全てのバージョンを表示(全12件)

Runtime依存関係 (3):

amoeba ~> 3.1
differ < 0.2
rails < 5.3, >= 5.0

Development依存関係 (7):

appraisal ~> 2.2
bundler ~> 1.9
rake ~> 10.0
rspec ~> 2.0
sqlite3 ~> 1.0
timecop ~> 0.1
yard < 1.0

所有者:

作者:

  • Steve Hodges

SHA 256チェックサム:

5bccce4257d279ffba3c8c974e298cfd542a47d49a84ab181edc39bc44bde621

累計ダウンロード数 27,062

このバージョンのみ 2,526

ライセンス:

MIT

必要なRubyのバージョン: >= 2.0.0

リンク: