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
2009-12-22 23:12:21 +01:00
..
acceptance.rb Properly require ActiveModel validation dependencies 2009-06-08 20:32:08 -05:00
confirmation.rb Properly require ActiveModel validation dependencies 2009-06-08 20:32:08 -05:00
exclusion.rb Properly require ActiveModel validation dependencies 2009-06-08 20:32:08 -05:00
format.rb Move :with/:without check outside the method generated by validates_format_of 2009-08-10 15:24:48 +01:00
inclusion.rb Properly require ActiveModel validation dependencies 2009-06-08 20:32:08 -05:00
length.rb Fix exclusive range patch to use begin/end instead of min/max. [#2981 status:resolved] 2009-08-08 23:42:18 +01:00
numericality.rb added proc and symbol support to validates_numericality_of [#3049 state:resolved] 2009-08-31 13:35:14 -05:00
presence.rb Changed ActiveRecord to use new callbacks and speed up observers by only notifying events that are actually being consumed. 2009-09-08 10:26:39 -05:00
with.rb Validator is simply sent to validate method. However, the API needs to change, so validate accepts a record. 2009-12-22 23:12:21 +01:00