Source: ruby-after-commit-queue Section: ruby Maintainer: Debian Ruby Team Uploaders: Pirate Praveen Build-Depends: debhelper-compat (= 14), gem2deb, ruby-activerecord (>= 3.0), ruby-sqlite3 Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-after-commit-queue.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-after-commit-queue Homepage: https://github.com/shellycloud/after_commit_queue Testsuite: autopkgtest-pkg-ruby Package: ruby-after-commit-queue Architecture: all Description: run callbacks after database transaction Plugin for running methods on ActiveRecord models after record is committed . When using 'state_machine' it's hard to run a callback on event after the transaction is committed. after_commit_queue plugin addresses this problem.