sequenced
sequenced copied to clipboard
Generate scoped sequential IDs for ActiveRecord models
Results
13
sequenced issues
Sort by
recently updated
recently updated
newest added
As noted in #58, full table locks are dangerous and can be avoided by acquiring locking only records associated to the parent. This patch uses the `build_scope` interface to do...