redinger / validation_reflection

This plugin adds reflective access to validations
http://rubygems.org/gems/validation_reflection
MIT License
298 stars 18 forks source link

Doesn't work with schema_validations plugin #4

Open ghost opened 14 years ago

ghost commented 14 years ago

I'm not sure it's a validation_reflection bug, but it seems to reflect only on validations, specified in source code, and not to reflect on validations, dynamically loaded from database schema constraints with schema_validations plugin (http://github.com/veridit/schema_validations)/ Changing plugins loading order doesn't help.

Is it possible (and difficult) to make these two plugins work well together?

redinger commented 14 years ago

I have never used schema_validations. Patches welcome. :) Although with Rails 3, this should be easier.