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
/
format.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #17144 from skojin/patch-doc-validation-format-z-regexp
Rafael Mendonça França
2015-02-20
1
-1
/
+1
|
\
|
*
fix mistype in doc about \z regexp
Sergey Kojin
2014-10-02
1
-1
/
+1
*
|
add missing space.[ci skip]
Kuldeep Aggarwal
2014-11-01
1
-1
/
+1
|
/
*
revises references to :allow_(nil|blank) in some docs [ci skip] [Steven Yang ...
Xavier Noria
2014-01-26
1
-5
/
+1
*
Invert conditional to avoid double checking for Regexp
Carlos Antonio da Silva
2013-11-15
1
-11
/
+12
*
Only check that the option exists once instead of doing on each conditional
Carlos Antonio da Silva
2013-11-15
1
-8
/
+9
*
Remove argument that is accessible as attribute
Carlos Antonio da Silva
2013-11-15
1
-3
/
+3
*
Cache regexp source on format validation to avoid allocating new objects
Carlos Antonio da Silva
2013-11-15
1
-2
/
+2
*
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
*
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
-18
/
+21
*
add :nodoc: to internal implementations [ci skip]
Francesco Rodriguez
2012-06-25
1
-4
/
+4
*
prevent users from unknowingly using bad regexps that can compromise security...
MrBrdo
2012-06-14
1
-3
/
+20
*
fixing removed empty lines and examples
Francesco Rodriguez
2012-05-16
1
-0
/
+1
*
better format and fixes to validators docs
Francesco Rodriguez
2012-05-16
1
-21
/
+32
*
Implemented strict validation concept
Bogdan Gusiev
2011-08-17
1
-0
/
+2
*
Remove extra white spaces on ActiveModel docs.
Sebastian Martinez
2011-05-23
1
-2
/
+2
*
Remove code duplication.
José Valim
2011-04-11
1
-17
/
+22
*
No need to rescue here. Invoking the wrong method in an object can happen any...
José Valim
2011-04-11
1
-2
/
+0
*
Add support for proc or lambda as an option for InclusionValidator, Exclusion...
Prem Sichanugrist
2011-04-10
1
-10
/
+31
*
copy-edits 8d96b89
Xavier Noria
2011-02-21
1
-1
/
+3
*
Clarification of ActiveRecord ActiveModel validation documentation
Peer Allan
2011-02-18
1
-1
/
+1
*
Refactor previous commit a bit [#4057 state:resolved]
José Valim
2010-06-21
1
-2
/
+2
*
Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...
Jeroen van Dijk
2010-06-21
1
-3
/
+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
-2
/
+2
*
Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...
Jeroen van Dijk
2010-05-15
1
-2
/
+2
*
validation macros can now be used within an instance
Josh Kalderimis
2010-05-13
1
-1
/
+1
*
Add validates method as shortcut to setup validators for a given set of attri...
jamie
2010-01-07
1
-15
/
+15
*
Move validations in ActiveModel to validators, however all validatity checks ...
José Valim
2009-12-23
1
-13
/
+15
*
Move :with/:without check outside the method generated by validates_format_of
Pratik Naik
2009-08-10
1
-6
/
+6
*
Add validates_format_of :without => /regexp/ option [Elliot Winkler, Peer Allan]
Elliot Winkler
2009-08-10
1
-8
/
+29
*
Properly require ActiveModel validation dependencies
Joshua Peek
2009-06-08
1
-2
/
+2
*
Validation options dont need explicit :on => :save
Pratik Naik
2009-03-21
1
-1
/
+1
*
Move all the Active Record validations to Active Model
Pratik Naik
2009-03-19
1
-7
/
+9
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-10
/
+10
*
Splitting them up first
David Heinemeier Hansson
2008-04-01
1
-0
/
+39