aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG
Commit message (Collapse)AuthorAgeFilesLines
* Release is today, yoDavid Heinemeier Hansson2010-04-011-1/+2
|
* Updated changelogs to differentiate beta1 and beta2wycats2010-04-011-1/+3
|
* Updated changelogswycats2010-04-011-0/+12
|
* fixes doc generationXavier Noria2010-02-101-0/+11
| | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Change the ActiveModel::Base.include_root_in_json default to true for Rails ↵David Heinemeier Hansson2010-01-031-0/+2
| | | | 3 [DHH]
* Add validates_format_of :without => /regexp/ option [Elliot Winkler, Peer Allan]Elliot Winkler2009-08-101-0/+6
| | | | | | | | | | [#430 state:resolved] Example : validates_format_of :subdomain, :without => /www|admin|mail/ Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Introduce validates_with to encapsulate attribute validations in a class.Jeff Dean2009-08-091-0/+5
[#2630 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>