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
Carlos Antonio da Silva fef781cac4 Use default + merge! instead of reverse_merge
Since we're not directly requiring the reverse_merge extension, we can
avoid another hash creation by using default_hash.merge! instead.
2012-06-26 22:21:18 -03:00
..
acceptance.rb Use default + merge! instead of reverse_merge 2012-06-26 22:21:18 -03:00
callbacks.rb fix ActiveModel::Validations::Callbacks doc 2012-04-15 20:42:58 +08:00
clusivity.rb Remove code duplication in InclusionValidator and ExclusionValidator. 2012-03-28 18:57:56 -03:00
confirmation.rb add :nodoc: to internal implementations [ci skip] 2012-06-25 12:14:50 -05:00
exclusion.rb add :nodoc: to internal implementations [ci skip] 2012-06-25 12:14:50 -05:00
format.rb add :nodoc: to internal implementations [ci skip] 2012-06-25 12:14:50 -05:00
inclusion.rb add :nodoc: to internal implementations [ci skip] 2012-06-25 12:14:50 -05:00
length.rb add :nodoc: to internal implementations [ci skip] 2012-06-25 12:14:50 -05:00
numericality.rb add :nodoc: to internal implementations [ci skip] 2012-06-25 12:14:50 -05:00
presence.rb add :nodoc: to internal implementations [ci skip] 2012-06-25 12:14:50 -05:00
validates.rb Don't enable validations when passing false hash values to ActiveModel.validates 2012-05-28 15:02:02 +01:00
with.rb Set hash value instead of merge a single key, and use flatten! if possible 2012-06-26 22:21:18 -03:00