> > Florian maintains that the validation functionality should be separate > > from sequel_model in order to keep sequel_model small and nimble. But > > anyway, sequel_model uses validation functionality provided by the > > assistance gem. I moved the validations code out of sequel_model and > > into assistance with the intention that it would be useful to share > > this kind of functionality with other libraries, such as DataMapper > > (Sam Smoot is indeed interested!)
My two cents are to keep validations bundled with sequel in a way where you get this functionality through installing the gem. This could be through a dependent gem like assistance or bundled in sequel_model. It would be very cool to extract this functionality to assistance so datamapper and others could use it too - why keep reinventing the wheel... Zack --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
