rails--rails/activemodel/test
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
..
cases Add validates_format_of :without => /regexp/ option [Elliot Winkler, Peer Allan] 2009-08-10 15:22:31 +01:00
fixtures Add test sqlite3 db to .gitignore 2009-03-20 11:22:27 +00:00
models Allow validations to use values from custom readers [#2936 state:resolved] 2009-08-05 11:45:01 -05:00
config.rb Make Active Model test suite similar to Active Record 2009-03-20 10:32:24 +00:00
schema.rb Add ActiveModel::Validations tests for regular ruby classes 2009-03-20 22:21:27 +00:00