1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activemodel/lib/active_model/validations
2013-12-27 13:58:31 +05:30
..
absence.rb Use :present as key for the absence validatior message 2012-12-21 17:10:16 -03:00
acceptance.rb deprecate Validator#setup (to get rid of a respond_to call). validators do their setup in their constructor now. 2013-05-23 10:00:44 -03:00
callbacks.rb Adding missing backslashes in active_model files so as to avoid unwanted links in rdoc [ci skip] 2013-12-27 13:58:31 +05:30
clusivity.rb Remove short circuit return in favor of simple conditional 2013-11-15 01:11:57 -02:00
confirmation.rb deprecate Validator#setup (to get rid of a respond_to call). validators do their setup in their constructor now. 2013-05-23 10:00:44 -03:00
exclusion.rb Convert ActiveModel to 1.9 hash syntax. 2013-05-01 18:01:46 -07:00
format.rb Invert conditional to avoid double checking for Regexp 2013-11-15 01:04:57 -02:00
inclusion.rb Use Range#cover? for Numeric ranges (tests via endpoints) and use Range#include? for non-numeric ranges 2013-05-27 23:54:25 -07:00
length.rb Adding missing backslashes in active_model files so as to avoid unwanted links in rdoc [ci skip] 2013-12-27 13:58:31 +05:30
numericality.rb Make code simpler to read by using a case statement 2013-11-15 00:24:54 -02:00
presence.rb Revert the change at ActiveModel::Errors#add_on_blank and fix in the 2012-12-26 18:55:47 -03:00
validates.rb fix email regex example code [ci skip] 2013-12-03 16:44:39 +01:00
with.rb deprecate Validator#setup (to get rid of a respond_to call). validators do their setup in their constructor now. 2013-05-23 10:00:44 -03:00