RubyGems Navigation menu

nostalgia 0.0.1

Often I want to evaluate what changed on an object after it has saved and has been transactionally committed. One use case is enqueuenig a background job when a specific attribute changed. Typically you should wait until after_commit to enqueue the job. This ensures that your workers will have access to the updates that were being made inside the transaction. This is a problem because ActiveRecord forgets the changes after_save. This gem keeps those changes around for later inspection and evaluation.

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

インストール:
=

バージョン履歴:

  1. 0.0.1 - April 28, 2013 (5.5KB)

Development依存関係 (2):

bundler ~> 1.3
rake >= 0

所有者:

作者:

  • Aaron Scruggs

SHA 256チェックサム:

c19dbf5733208cdb15aa3a89d0c4cae173a60af10c9400617ec44056f470eb2f

累計ダウンロード数 3,705

このバージョンのみ 3,705

ライセンス:

MIT

必要なRubyのバージョン: なし

リンク: