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
/
with.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use frozen string literal in activemodel/
Kir Shatrov
2017-07-16
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
change ActiveModel::Validation to ActiveModel::Validations in comments
Sen Zhang
2017-02-15
1
-1
/
+1
*
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
1
-1
/
+1
*
Missing require extract_options
Akira Matsuda
2016-10-25
1
-0
/
+2
*
Move the validations HelperMethods to its own file
Roque Pinel
2015-06-21
1
-10
/
+0
*
Add a note on custom validation contexts.
Justin Weiss
2014-08-05
1
-2
/
+5
*
add missing parentheses to validates_with documentation [skip ci]
Steve Agalloco
2014-04-04
1
-1
/
+1
*
Fix some validators when used on model instance
Eric Hutzelman
2014-02-26
1
-0
/
+2
*
deprecate Validator#setup (to get rid of a respond_to call). validators do th...
Nick Sutterer
2013-05-23
1
-1
/
+2
*
minor edits and remove mixed titles in AM::Validations docs [ci skip]
Francesco Rodriguez
2012-10-25
1
-1
/
+1
*
update ActiveModel::Valdations#validates_with docs [ci skip]
Francesco Rodriguez
2012-07-29
1
-16
/
+18
*
Set hash value instead of merge a single key, and use flatten! if possible
Carlos Antonio da Silva
2012-06-26
1
-2
/
+4
*
add :nodoc: to internal implementations [ci skip]
Francesco Rodriguez
2012-06-25
1
-2
/
+2
*
fixing validates_with docs
Francesco Rodriguez
2012-05-16
1
-6
/
+4
*
minor docs improvements
Oscar Del Ben
2012-04-26
1
-3
/
+3
*
Cosmetic fixes in AM validatations docs
Alexey Vakhov
2011-11-27
1
-1
/
+1
*
Use .add instead of << to add errors
Evgeniy Dolzhenko
2011-10-11
1
-1
/
+1
*
Implemented strict validation concept
Bogdan Gusiev
2011-08-17
1
-2
/
+4
*
Fix example code for #validates_with instance method
Ben Marini
2011-07-24
1
-2
/
+2
*
Configuration options are symbols
Paco Guzman
2011-03-06
1
-2
/
+2
*
Optionally pass in the attribute being validated to an instance method validator
Carl Lerche
2011-02-05
1
-1
/
+7
*
Be able to pass a validator method to #validates
Carl Lerche
2011-02-05
1
-0
/
+6
*
Refactor previous commit a bit [#4057 state:resolved]
José Valim
2010-06-21
1
-3
/
+0
*
Add titles to the rest of the files in active_model/validations/*
Rizwan Reza
2010-06-15
1
-0
/
+2
*
minor changes to instance level validations implementation based on feedback ...
Josh Kalderimis
2010-05-13
1
-25
/
+12
*
validation macros can now be used within an instance
Josh Kalderimis
2010-05-13
1
-0
/
+66
*
Add validators reflection so you can do 'Person.validators' and 'Person.valid...
Prem Sichanugrist
2010-02-21
1
-0
/
+9
*
Add validates method as shortcut to setup validators for a given set of attri...
jamie
2010-01-07
1
-18
/
+29
*
validates_each uses a BlockValidator.
José Valim
2009-12-23
1
-2
/
+2
*
Move validations in ActiveModel to validators, however all validatity checks ...
José Valim
2009-12-23
1
-4
/
+1
*
Validator is simply sent to validate method. However, the API needs to change...
José Valim
2009-12-22
1
-5
/
+3
*
Changed ActiveRecord to use new callbacks and speed up observers by only noti...
José Valim
2009-09-08
1
-1
/
+1
*
Introduce validates_with to encapsulate attribute validations in a class.
Jeff Dean
2009-08-09
1
-0
/
+64