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
/
errors.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass over all Rails 5 warnings, to make sure:
Vipul A M
2016-04-12
1
-2
/
+2
*
Allow passing record being validated to error message generator
Prathamesh Sonpatki
2016-04-05
1
-1
/
+2
*
Do not create a hash key when calling ActiveModel::Errors#include?
Esteban Pastorino
2016-03-24
1
-1
/
+1
*
Remove unused parameter from method
Jon Moss
2016-02-17
1
-2
/
+2
*
Add documentation about method to describe how it works [ci skip]
Mehmet Emin İNAÇ
2016-02-04
1
-0
/
+9
*
`ActiveRecord::Base#becomes` should copy the errors
Vokhmin Alexey V
2015-12-14
1
-0
/
+12
*
File encoding is defaulted to utf-8 in Ruby >= 2.1
Akira Matsuda
2015-09-18
1
-2
/
+0
*
formatting changes
unknown
2015-05-29
1
-3
/
+3
*
Adds/Corrects use case for adding an error message
Zamith
2015-05-04
1
-1
/
+1
*
Merge pull request #19021 from morgoth/activemodel-errors-refactoring
Rafael Mendonça França
2015-03-30
1
-24
/
+4
|
\
|
*
Simplify and alias ActiveModel::Errors methods where possible
Wojciech Wnętrzak
2015-02-20
1
-24
/
+4
*
|
Fix ActiveModel::Errors#delete return value to stay backward compatible
Radan Skoric
2015-03-22
1
-7
/
+7
*
|
Fix ActiveModel::Errors deprecation messages failing when used on its own
Radan Skoric
2015-03-21
1
-0
/
+1
*
|
Merge pull request #19077 from robin850/unknown-attribute-error
Sean Griffin
2015-03-02
1
-0
/
+11
|
\
\
|
*
|
Follow-up to #10776
Robin Dupret
2015-02-26
1
-0
/
+11
*
|
|
Removed non-standard and unused require 'active_support/deprecation' from par...
Vipul A M
2015-02-27
1
-1
/
+0
|
/
/
*
/
Change the deprecation messages to show the preferred way to work with
Rafael Mendonça França
2015-02-20
1
-6
/
+6
|
/
*
Merge pull request #18996 from morgoth/deprecate-more-errors-methods
Yves Senn
2015-02-19
1
-0
/
+16
|
\
|
*
Deprecate `ActiveModel::Errors` `add_on_empty` and `add_on_blank` methods
Wojciech Wnętrzak
2015-02-19
1
-0
/
+14
|
/
*
Deprecate `ActiveModel::Errors` `get`, `set` and `[]=` methods.
Wojciech Wnętrzak
2015-02-01
1
-9
/
+28
*
Fixed duplicating ActiveModel::Errors#details
Wojciech Wnętrzak
2015-01-24
1
-1
/
+2
*
Add ActiveModel::Errors#details
Wojciech Wnętrzak
2015-01-20
1
-20
/
+37
*
Fix error messages scope [skip ci]
Anton Davydov
2015-01-12
1
-2
/
+2
*
Fix inaccurate docs in active_model errors [ci skip]
Robson Marques
2014-12-22
1
-2
/
+2
*
Add #key? to ActiveModel::Errors
Garry Shutler
2014-10-14
1
-0
/
+2
*
Using `each_with_object` instead of `reduce`
Attila Domokos
2014-08-22
1
-2
/
+2
*
Replacing an each with reduce
Attila Domokos
2014-08-21
1
-4
/
+2
*
Merge pull request #15889 from carnesmedia/model-name
Rafael Mendonça França
2014-08-17
1
-1
/
+1
|
\
|
*
Use #model_name on instances instead of classes
Amiel Martin
2014-06-24
1
-1
/
+1
*
|
[ci skip] Little bit doc code improvement.
Santosh Wadghule
2014-07-14
1
-1
/
+1
|
/
*
Adds explanation of :base attribute to errors.add
David Underwood
2014-03-27
1
-0
/
+7
*
Fix ActiveModel::Errors#has_key? return value
Adrien Coquio
2014-01-22
1
-1
/
+1
*
Change all "can not"s to the correct "cannot".
T.J. Schuck
2014-01-03
1
-20
/
+20
*
Fix few typos and improve markup at some levels
Robin Dupret
2013-12-24
1
-2
/
+2
*
Fix: documentation for ActiveModel::Errors
Ryoji Yoshioka
2013-08-05
1
-4
/
+4
*
fix typo in ActiveModel::Error docs [ci skip]
Steven Yang
2013-06-30
1
-1
/
+1
*
make default value for `:message` on `AM::Errors` explicit.
Yves Senn
2013-06-22
1
-4
/
+2
*
Convert ActiveModel to 1.9 hash syntax.
Patrick Robertson
2013-05-01
1
-9
/
+9
*
Improve changelog entry for ActiveModel::Errors#full_messages_for [ci skip]
Carlos Antonio da Silva
2013-03-30
1
-2
/
+0
*
Add a method full_messages_for to the Errors class
shock_one
2013-03-24
1
-0
/
+14
*
Revert the change at ActiveModel::Errors#add_on_blank and fix in the
Rafael Mendonça França
2012-12-26
1
-7
/
+1
*
Tests and fix for validates_presence of :allow_nil, :allow_blank
Colin Kelley
2012-12-26
1
-1
/
+7
*
Remove ActiveModel::Errors#add_on_present method.
Rafael Mendonça França
2012-12-21
1
-13
/
+0
*
Add `ActiveModel::Validations::AbsenceValidator`, a validator to check the a...
Roberto Vasquez Angel
2012-12-15
1
-0
/
+13
*
Replace comments' non-breaking spaces with spaces
claudiob
2012-12-04
1
-3
/
+3
*
use Array() instead flatten
Vasiliy Ermolovich
2012-11-05
1
-2
/
+2
*
fix output messages - docs [ci skip]
Francesco Rodriguez
2012-10-22
1
-16
/
+16
*
convert comments to 1.9 hash syntax
AvnerCohen
2012-10-22
1
-11
/
+11
*
minor edits in AM documentation [ci skip]
Francesco Rodriguez
2012-10-21
1
-1
/
+1
*
AM::Validation#validates: ability to pass custom exception to `:strict` option
Bogdan Gusiev
2012-08-06
1
-2
/
+6
[next]