Commit Graph

8 Commits

Author SHA1 Message Date
David Heinemeier Hansson 4c8af9bf51 Update changelogs for release 2010-04-13 12:14:54 -07:00
David Heinemeier Hansson f0364d87f0 Release is today, yo 2010-04-01 14:20:03 -07:00
wycats c1883e75b3 Updated changelogs to differentiate beta1 and beta2 2010-04-01 14:04:55 -07:00
wycats d2a48852a1 Updated changelogs 2010-04-01 13:55:06 -07:00
Xavier Noria 9fd9e5d4f7 fixes doc generation
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-02-10 14:37:56 -08:00
David Heinemeier Hansson 532b11690f Change the ActiveModel::Base.include_root_in_json default to true for Rails 3 [DHH] 2010-01-03 22:02:10 -05:00
Elliot Winkler cccb0e6b93 Add validates_format_of :without => /regexp/ option [Elliot Winkler, Peer Allan]
[#430 state:resolved]

  Example :

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

Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2009-08-10 15:22:31 +01:00
Jeff Dean 22f3398253 Introduce validates_with to encapsulate attribute validations in a class.
[#2630 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2009-08-09 22:47:56 -07:00