-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project status #34
Comments
I have been playing around with it for a bit, and from what I can tell the main issue that could be a show stopper is the :dependent => :destroy doesn't seem to work on child models For instance as child citier model has_many :promotions, :dependent => :destroy Any promotions hanging off this child model will not be destroy when the parent is destroyed |
Thanks for the warning... any idea if a after_destroy filter could be used to destroy children "manually"? |
You could, but i this is indicative of a greater problem, that being calls are not passed down the inheritance chain. I would strongly suspect that automatic assignments for associations are not handled properly as well as other items. While this is a very cool and interesting project, it is not ready for prime time |
Hello,
First let me say that I think this Gem/plugin is amazing compared to the alternatives I've researched. I'm ready to adopt this as my main modeling foundation and am happy to debug and possibly contribute to the project. The web application I'm developing has a 3-4 month development window so this project should also mature it that time. I do have a couple quick questions:
Thanks in advance,
John
The text was updated successfully, but these errors were encountered: