
Stack level too deep when used with validation_reflection plugin
Reported by Matthew Bass | May 15th, 2008 @ 08:15 AM
I have the validation_reflection plugin installed, which causes a "stack level too deep" exception when I run db:seed. What's happening is that validation_reflection expects the validations it reflects on to be defined before the plugin itself is loaded. seed-fu waits until db:seed is called to load the fixtures, though, which in turn load any associated model files, triggering the infinite loop.
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
An attempt to simplify the usage of seed data in Rails applications through a dead simple API.