Sha256: 17d4f950be5ede4b99288cf66585d75457bdef9002c4659ec3d3cac8da14e5a3

Contents?: true

Size: 646 Bytes

Versions: 83

Compression:

Stored size: 646 Bytes

Contents

after_commit
===========

A Ruby on Rails plugin to add after_commit callbacks. The callbacks that are provided can be used
to trigger events that run only after the entire transaction is complete. This is beneficial
in situations where you are doing asynchronous processing and need committed objects.

The following callbacks are provided:
  
   * (1) after_commit
   * (2) after_commit_on_create
   * (3) after_commit_on_update
   * (4) after_commit_on_destroy
   
The after_commit callback is run for any object that has just been committed. You can obtain finer
callback control by using the additional <tt>after_commit_on_*</tt> callbacks.

Version data entries

83 entries across 83 versions & 17 rubygems

Version Path
freelancing-god-thinking-sphinx-1.2.0 vendor/after_commit/README
freelancing-god-thinking-sphinx-1.2.1 vendor/after_commit/README
freelancing-god-thinking-sphinx-1.2.10 vendor/after_commit/README
freelancing-god-thinking-sphinx-1.2.11 vendor/after_commit/README
freelancing-god-thinking-sphinx-1.2.2 vendor/after_commit/README
freelancing-god-thinking-sphinx-1.2.3 vendor/after_commit/README
freelancing-god-thinking-sphinx-1.2.4 vendor/after_commit/README
freelancing-god-thinking-sphinx-1.2.5 vendor/after_commit/README
freelancing-god-thinking-sphinx-1.2.6 vendor/after_commit/README
freelancing-god-thinking-sphinx-1.2.7 vendor/after_commit/README
freelancing-god-thinking-sphinx-1.2.8 vendor/after_commit/README
freelancing-god-thinking-sphinx-1.2.9 vendor/after_commit/README
hariton-thinking-sphinx-1.2.11.2 vendor/after_commit/README
hariton-thinking-sphinx-1.2.11 vendor/after_commit/README
hariton-thinking-sphinx-1.2.7.0 vendor/after_commit/README
hariton-thinking-sphinx-1.2.7.1 vendor/after_commit/README
initforthe-thinking-sphinx-1.1.21 vendor/after_commit/README
lostboy-thinking-sphinx-1.1.5.1 vendor/after_commit/README
lostboy-thinking-sphinx-1.1.5.2 vendor/after_commit/README
lostboy-thinking-sphinx-1.1.5.3 vendor/after_commit/README