Sha256: ec872ba9ece36ae302647f3c7abcc19be6f9f7d0b0b655910aadcc1dc7ab2678
Contents?: true
Size: 417 Bytes
Versions: 1
Compression:
Stored size: 417 Bytes
Contents
# Rails3 PG deferred constraints This is a Rails 3 engine which provides a hack to avoid [RI\_ConstraintTrigger Error bug](http://kopongo.com/2008/7/25/postgres-ri_constrainttrigger-error). It tested with PosgreSQL 9.0.4 and Rails 3.1.0 # Usage I would recommend to use it only for tests and __NEVER USE IN PRODUCTION__ Add to your Gemfile: group :test do gem 'rails3_pg_deferred_constraints' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails3_pg_deferred_constraints-0.0.1 | README.md |