aboutsummaryrefslogblamecommitdiffstats
path: root/activemodel/CHANGELOG
blob: 26500568eec79f420bf3c1a207992bea4171a389 (plain) (tree)
1
2
3
4
5
6
7
8

      





                                                                                        


                                                                                              
*Edge*

* Add validates_format_of :without => /regexp/ option. #430 [Elliot Winkler, Peer Allan]

  Example :

      validates_format_of :subdomain, :without => /www|admin|mail/

* Introduce validates_with to encapsulate attribute validations in a class.  #2630 [Jeff Dean]

* Extracted from Active Record and Active Resource.