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
/
validator.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove `#among?` from Active Support
Prem Sichanugrist
2011-04-13
1
-1
/
+1
*
Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...
David Heinemeier Hansson
2011-04-12
1
-1
/
+1
*
Using Object#in? and Object#either? in various places
Prem Sichanugrist
2011-04-11
1
-1
/
+2
*
Add additional text to NotImplementedErrors [#6328 state:resolved]
Mike Gehard
2011-03-12
1
-2
/
+2
*
formatting changes
Vijay Dev
2011-03-07
1
-12
/
+11
*
Remove Example headers. Code just flows with the text. 6ce844a3
Paco Guzman
2011-03-06
1
-3
/
+1
*
Tiny fixes to rdoc
Alexey Mahotkin
2010-09-16
1
-2
/
+2
*
Revert "Setup explicit requires for files with exceptions. Removed them from ...
José Valim
2010-09-02
1
-1
/
+0
*
Setup explicit requires for files with exceptions. Removed them from autoload...
Łukasz Strzałkowski
2010-09-02
1
-0
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-11
/
+11
*
Freeze options so we raise an error when people modify it in place.
José Valim
2010-08-03
1
-1
/
+1
*
edit pass to apply API guideline wrt the use of "# =>" in example code
Xavier Noria
2010-07-30
1
-2
/
+2
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-15
1
-2
/
+2
|
\
|
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
1
-2
/
+2
*
|
edit pass: the names of Rails components have a space, ie, "Active Record", n...
Xavier Noria
2010-06-14
1
-1
/
+1
*
|
Revised the rest of the files from ActiveModel.
Rizwan Reza
2010-06-14
1
-0
/
+3
|
/
*
minor changes to instance level validations implementation based on feedback ...
Josh Kalderimis
2010-05-13
1
-0
/
+3
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
1
-0
/
+1
*
Use Array.wrap uniformly
Jeremy Kemper
2010-03-27
1
-1
/
+2
*
Add validators reflection so you can do 'Person.validators' and 'Person.valid...
Prem Sichanugrist
2010-02-21
1
-0
/
+18
*
Full update on ActiveModel documentation
Mikel Lindsaar
2010-02-01
1
-2
/
+3
*
Add validates method as shortcut to setup validators for a given set of attri...
jamie
2010-01-07
1
-9
/
+58
*
Add missing tests to Validators.
José Valim
2010-01-03
1
-1
/
+2
*
validates_each uses a BlockValidator.
José Valim
2009-12-23
1
-2
/
+20
*
Added check_validity! to EachValidator and refactor existing ones.
José Valim
2009-12-23
1
-0
/
+4
*
Move validations in ActiveModel to validators, however all validatity checks ...
José Valim
2009-12-23
1
-2
/
+22
*
Validator is simply sent to validate method. However, the API needs to change...
José Valim
2009-12-22
1
-4
/
+3
*
Move validator, human_name and human_attribute_name to ActiveModel, remove de...
José Valim
2009-10-20
1
-0
/
+68