Go to file
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
actionmailer Get rid of parenthesize argument warnings 2009-08-09 16:00:53 +01:00
actionpack Introduce grouped_collection_select helper. 2009-08-09 23:58:43 -07:00
activemodel Add validates_format_of :without => /regexp/ option [Elliot Winkler, Peer Allan] 2009-08-10 15:22:31 +01:00
activerecord Add tests for scoping schema_migrations index by global table prefix and suffix 2009-08-09 22:59:04 -07:00
activeresource Add support for errors in JSON format. 2009-08-09 22:40:20 -07:00
activesupport Correctly handle offsets in Multibyte::Chars#index and #rindex. 2009-08-09 23:30:41 -07:00
ci Updates CI to use latest mocha 2009-07-01 13:50:05 -07:00
doc/template Horo rdoc template 2008-06-22 10:38:25 -07:00
railties find_cmd should return the full path of the db command 2009-08-10 00:04:37 -07:00
tools Rename tools/profile_requires -> tools/profile since we do both require and ruby-prof profiling. 2009-05-27 01:11:33 -05:00
.gitignore .gitignore activesupport/test/fixtures/isolation_test 2009-08-09 18:18:47 +01:00
pushgems.rb No more svn version numbers to rely on, use timestamps instead 2008-05-11 18:21:47 -05:00
Rakefile Vendorized Thor. 2009-07-13 23:13:48 +02:00
release.rb Use copy instead of export for release 2008-09-05 14:22:56 +02:00