You are here: Browse Railsplugins 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:
The after_commit callback is run for any object that has just been committed. You can obtain finer callback control by using the additional after_commit_on_* callbacks.
NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly