aeolusproject / conductor

Aeolus Conductor
http://www.aeolusproject.org/
Apache License 2.0
32 stars 27 forks source link

act_as_paranoid integrity breakage for deployment #387

Open martinpovolny opened 11 years ago

martinpovolny commented 11 years ago

due to the use of acts_as_paranoid in Deployments the the FK constraints cannot not be there (the referenced entities do not use acts_as_paranoid)

example problem: (soft) deleting a deployment and then deleting a pool could lead to a link to an non-existent pool from a deployment etc.

funny point is no test fails :-(

martinpovolny commented 11 years ago

the solution will be along the idea of