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