rails--rails/activemodel/lib/active_model/validations
Pratik Naik dba196cb7f Merge docrails 2010-01-17 03:26:20 +05:30
..
acceptance.rb Add validates method as shortcut to setup validators for a given set of attributes: 2010-01-07 19:23:59 +01:00
confirmation.rb Add validates method as shortcut to setup validators for a given set of attributes: 2010-01-07 19:23:59 +01:00
exclusion.rb Compile length validator options still at the class level, so whenever the validator is called, it just needs to check for :maximum, :minimum and :is values. 2010-01-08 21:36:04 +01:00
format.rb Add validates method as shortcut to setup validators for a given set of attributes: 2010-01-07 19:23:59 +01:00
inclusion.rb Compile length validator options still at the class level, so whenever the validator is called, it just needs to check for :maximum, :minimum and :is values. 2010-01-08 21:36:04 +01:00
length.rb Merge docrails 2010-01-17 03:26:20 +05:30
numericality.rb Fix typos and add tests to ensure they will be caught the next time. 2010-01-11 23:38:35 +01:00
presence.rb Add validates method as shortcut to setup validators for a given set of attributes: 2010-01-07 19:23:59 +01:00
validates.rb Fix typos and add tests to ensure they will be caught the next time. 2010-01-11 23:38:35 +01:00
with.rb Add validates method as shortcut to setup validators for a given set of attributes: 2010-01-07 19:23:59 +01:00