Categories: None [Edit]

nostalgia

https://rubygems.org/gems/nostalgia
https://github.com/AcademicWorks/nostalgia
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.

Total

Ranking: 143,712 of 190,091
Downloads: 4,115

Daily

Ranking: 97,077 of 189,967
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,226,262,255bundler
81,250,151,706rake

Owners

#GravatarHandle
1iconacademicworks