Skip to content

Commit

Permalink
Noting that Rails 3 has these callbacks natively.
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed May 20, 2010
1 parent 3f683bf commit 3a3416f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ h1. after_commit

An ActiveRecord/Rails library to add @before_commit@, @after_commit@, @before_rollback@ and @after_rollback@ callbacks. These callbacks are focused on the transactions, instead of specific model actions. This is beneficial in situations where you are doing asynchronous processing and need committed objects.

*Please note*: Rails 3 (and thus, ActiveRecord 3) "provides commit callbacks natively":http://github.com/rails/rails/commit/da840d13da865331297d5287391231b1ed39721b, so this library will remain just for versions 1.2.x to 2.x of ActiveRecord.

h2. Installation

<pre><code>gem install after_commit</code></pre>
Expand Down

0 comments on commit 3a3416f

Please sign in to comment.