couchrest_model/lib/couchrest/validation/validators
2009-07-08 09:17:07 -07:00
..
formats Started added a validation mixin 2009-02-02 19:21:32 -08:00
absent_field_validator.rb got rid of extlib hooking system in favor of the new Rails3 callback system. As well as fixed timestamps! in ExtendedDoc 2009-02-03 17:33:31 -08:00
confirmation_validator.rb fixed a bug with validation 2009-02-20 18:32:01 -08:00
format_validator.rb Extract humanize method from Extlib::Inflection to CouchRest.humanize, so that Extlib::Inflection dependency can be removed 2009-03-19 16:37:45 -07:00
generic_validator.rb Started added a validation mixin 2009-02-02 19:21:32 -08:00
length_validator.rb Extract humanize method from Extlib::Inflection to CouchRest.humanize, so that Extlib::Inflection dependency can be removed 2009-03-19 16:37:45 -07:00
method_validator.rb got rid of extlib hooking system in favor of the new Rails3 callback system. As well as fixed timestamps! in ExtendedDoc 2009-02-03 17:33:31 -08:00
numeric_validator.rb Fixed validates_is_numeric when dealing with an actual float 2009-07-08 09:17:07 -07:00
required_field_validator.rb added autovalidation (auto_validate! in your ExtendedDocument) and extracted some extlib stuff so we will soon be able to remove the dependency. 2009-02-05 17:06:12 -08:00