after_commit_everywhere 1.2.1
Install from the command line:
Learn more about RubyGems packages
$ gem install after_commit_everywhere --version "1.2.1"
Install via Gemfile:
source "https://rubygems.pkg.github.com/envek" do
gem "after_commit_everywhere", "1.2.1"
end
About this version
Brings before_commit, after_commit, and after_rollback transactional callbacks outside of your ActiveRecord models.