index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activemodel
/
lib
/
active_model
/
validations
/
exclusion.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve Validation Helpers' documentation comments and tests
Radan Skoric
2015-06-27
1
-1
/
+3
*
revises references to :allow_(nil|blank) in some docs [ci skip] [Steven Yang ...
Xavier Noria
2014-01-26
1
-5
/
+1
*
Convert ActiveModel to 1.9 hash syntax.
Patrick Robertson
2013-05-01
1
-1
/
+1
*
minor edits and remove mixed titles in AM::Validations docs [ci skip]
Francesco Rodriguez
2012-10-25
1
-2
/
+1
*
minor edits in AM documentation [ci skip]
Francesco Rodriguez
2012-10-21
1
-1
/
+1
*
Accept a symbol for `:in` option on inclusion and exclusion validators
Gabriel Sobrinho
2012-08-24
1
-1
/
+2
*
Update documentation and change the range method name to delimiter.
Rafael Mendonça França
2012-07-20
1
-0
/
+1
*
Don't pass `:within` option to the i18n
Rafael Mendonça França
2012-07-20
1
-1
/
+1
*
AM::Validations: remove documentation duplicates
Bogdan Gusiev
2012-07-10
1
-14
/
+4
*
fix syntax of AM::Validations::HelperMethods examples [ci skip]
Francesco Rodriguez
2012-07-05
1
-1
/
+1
*
update ActiveModel::Validations::HelperMethods documentation [ci skip]
Francesco Rodriguez
2012-07-05
1
-15
/
+16
*
add :nodoc: to internal implementations [ci skip]
Francesco Rodriguez
2012-06-25
1
-1
/
+1
*
Range#cover? is not implemented in AS now
Akira Matsuda
2012-06-12
1
-2
/
+1
*
fixing removed empty lines and examples
Francesco Rodriguez
2012-05-16
1
-6
/
+4
*
better format and fixes to validators docs
Francesco Rodriguez
2012-05-16
1
-17
/
+27
*
better example format in validates_exclusion_of docs
Francesco Rodriguez
2012-05-16
1
-2
/
+2
*
Remove code duplication in InclusionValidator and ExclusionValidator.
Rafael Mendonça França
2012-03-28
1
-22
/
+4
*
Implemented strict validation concept
Bogdan Gusiev
2011-08-17
1
-0
/
+2
*
Don't add .rb in requires
Guillermo Iguaran
2011-05-31
1
-1
/
+1
*
Remove extra white spaces on ActiveModel docs.
Sebastian Martinez
2011-05-23
1
-2
/
+2
*
Remove code duplication.
José Valim
2011-04-11
1
-2
/
+3
*
No need to rescue here. Invoking the wrong method in an object can happen any...
José Valim
2011-04-11
1
-2
/
+0
*
Revert "Add :use_include option to allow user to explicitly use `Range#includ...
José Valim
2011-04-11
1
-9
/
+7
*
Add :use_include option to allow user to explicitly use `Range#include?` meth...
Prem Sichanugrist
2011-04-10
1
-7
/
+9
*
Add support for proc or lambda as an option for InclusionValidator, Exclusion...
Prem Sichanugrist
2011-04-10
1
-3
/
+25
*
copy-edits 8d96b89
Xavier Noria
2011-02-21
1
-0
/
+3
*
Refactor previous commit a bit [#4057 state:resolved]
José Valim
2010-06-21
1
-1
/
+1
*
Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...
Jeroen van Dijk
2010-06-21
1
-2
/
+3
*
Add titles to the rest of the files in active_model/validations/*
Rizwan Reza
2010-06-15
1
-0
/
+2
*
Revert "Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an opt...
José Valim
2010-05-15
1
-1
/
+1
*
Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...
Jeroen van Dijk
2010-05-15
1
-1
/
+1
*
validation macros can now be used within an instance
Josh Kalderimis
2010-05-13
1
-1
/
+1
*
Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax fo...
Lawrence Pit
2010-05-03
1
-1
/
+1
*
Compile length validator options still at the class level, so whenever the va...
José Valim
2010-01-08
1
-1
/
+0
*
Add validates method as shortcut to setup validators for a given set of attri...
jamie
2010-01-07
1
-3
/
+2
*
Added check_validity! to EachValidator and refactor existing ones.
José Valim
2009-12-23
1
-4
/
+5
*
Move validations in ActiveModel to validators, however all validatity checks ...
José Valim
2009-12-23
1
-9
/
+12
*
Properly require ActiveModel validation dependencies
Joshua Peek
2009-06-08
1
-2
/
+2
*
Move validate_on_create and validate_on_update from ActiveModel to ActiveRecord
Pratik Naik
2009-03-21
1
-2
/
+1
*
Move all the Active Record validations to Active Model
Pratik Naik
2009-03-19
1
-7
/
+9
*
More symbols for send and respond_to?.
Clemens Kofler
2008-09-03
1
-1
/
+1
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-8
/
+8
*
Fix more typos and changelog
Pratik Naik
2008-04-05
1
-1
/
+1
*
Splitting them up first
David Heinemeier Hansson
2008-04-01
1
-0
/
+37