On Mon, Feb 1, 2010 at 10:50 AM, IttayD <[email protected]> wrote:
> I see a lot of ActionView::TemplateError in the log. Seems like > there's no referential integrity in the database, so some foreign keys > remained "dangling". > Ittay, The referencial integrity in Gitorious should be handled by Rails, not on the database level. This is done by eg. "dependent => :destroy" statements in the database classes, which fires callbacks that delete referenced objects. It would be useful with some more details on what the error messages are... Cheers, - Marius -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
