No commit activity in last 3 years
No release in over 3 years
Rails 3 engine which provides a hack to avoid RI_ConstraintTrigger Error bug
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

~> 3.2.0
 Project Readme

Rails3 PG deferred constraints

Copyright: 2011 TMX Credit

Author: Potapov Sergey (aka Blake)

Intro

This is a Rails 3 engine which provides a hack to avoid RI_ConstraintTrigger Error bug.

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

Testing

  • cd test/dummy && bundle install
  • Open ./test/dummy/config/database.yml and modified db connections
  • Run rake test from the root directory of gem(not dummy application)