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
*
Change the deprecation for Enumerating ActiveModel::Errors to Rails 6.1 inste...
Abhay Nikam
2019-04-25
1
-5
/
+5
*
Set default array to details
lulalala
2019-03-31
1
-1
/
+9
*
Fix messages[]= does not override value
lulalala
2019-03-31
1
-0
/
+1
*
Freeze DeprecationHandling array and hash
lulalala
2019-03-31
1
-13
/
+20
*
Split messages and to_hash
lulalala
2019-03-31
1
-18
/
+21
*
Raise deprecation for calling `[:f] = 'b'` or `[:f] << 'b'`
lulalala
2019-03-31
1
-4
/
+46
*
Add deprecation to slice!
lulalala
2019-03-31
1
-0
/
+2
*
String override options in #import to convert to symbol
lulalala
2019-03-31
1
-0
/
+5
*
Allow errors to remove duplicates, and ensure cyclic associations w/ autosave...
lulalala
2019-03-31
1
-1
/
+1
*
Add messages_for
lulalala
2019-03-31
1
-1
/
+7
*
Add a transitional method `objects`, for accessing the array directly.
lulalala
2019-03-31
1
-0
/
+1
*
Backward compatibility for errors.collect/select etc.
lulalala
2019-03-31
1
-2
/
+2
*
Add convenience method group_by_attribute
lulalala
2019-03-31
1
-20
/
+9
*
Change errors
lulalala
2019-03-31
1
-108
/
+183
*
Add ActiveModel::Error and NestedError
lulalala
2019-03-31
1
-16
/
+0
*
Rename `i18n_full_message` config option to `i18n_customize_full_message`
Prathamesh Sonpatki
2019-03-29
1
-3
/
+3
*
Fall back to parent locale before it falls back to the :errors namespace
Hugo Vacher
2019-03-04
1
-9
/
+14
*
Add `ActiveModel::Errors#of_kind?`
bogdanvlviv
2019-01-04
1
-9
/
+30
*
Add slice! method to ActiveModel::Errors
Daniel Lopez Prat
2018-11-21
1
-0
/
+11
*
Fix ignored options in the `#added?` method
Ronan Limon Duparcmeur
2018-11-13
1
-3
/
+3
*
Call human_attribute_name with a string instead of a symbole
Martin Larochelle
2018-08-16
1
-1
/
+1
*
`ActiveModel.full_message` interaction with `index_errors`
Martin Larochelle
2018-08-14
1
-3
/
+6
*
Ensure attribute is a symbol in the added? method
Jeremy Baker
2018-07-14
1
-1
/
+1
*
Fix active_model/errors docs [ci skip]
bogdanvlviv
2018-06-12
1
-1
/
+1
*
Add global config for config.active_model.i18n_full_message
Martin Larochelle
2018-06-05
1
-1
/
+6
*
Allow to override the full_message error format
Martin Larochelle
2018-05-22
1
-2
/
+41
*
fix bug on added? method
Alessandro Rodi
2017-11-13
1
-3
/
+7
*
Simplify ActiveModel::Errors#generate_message
Viktar Basharymau
2017-08-18
1
-7
/
+5
*
Use frozen string literal in activemodel/
Kir Shatrov
2017-07-16
1
-0
/
+2
*
Add ActiveModel::Errors#merge!
Jahfer Husain
2017-07-07
1
-0
/
+12
*
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
*
Fix `warning: extra states are no longer copied`
Ryuta Kamizono
2017-04-01
1
-4
/
+4
*
Fix ActiveModel::Errors #keys, #values
bogdanvlviv
2017-03-28
1
-11
/
+6
*
Make ActiveModel::Errors backward compatible with 4.2
Rafael Mendonça França
2016-12-08
1
-2
/
+9
*
Allow indifferent access in ActiveModel::Errors
Kenichi Kamiya
2016-11-22
1
-2
/
+5
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-2
/
+2
*
Removed deprecated methods in ActiveModel::Errors
Rafael Mendonça França
2016-10-10
1
-87
/
+0
*
Do not leak the Errors default proc when calling to_hash or as_json
Jean Boussier
2016-09-27
1
-1
/
+1
*
Fix typo in deprecation message
Georg Ledermann
2016-08-27
1
-1
/
+1
*
Fix broken alignments caused by auto-correct commit 411ccbd
Ryuta Kamizono
2016-08-10
1
-1
/
+2
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-2
/
+2
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-4
/
+2
*
applies new string literal convention in activemodel/lib
Xavier Noria
2016-08-06
1
-5
/
+5
*
Tiny documentation fixes [ci skip]
Robin Dupret
2016-06-25
1
-7
/
+7
*
[ci skip] Add additional documentation to ActiveModel::Errors
Alex Kitchens
2016-06-22
1
-1
/
+12
*
Ensure that instances of `ActiveModel::Errors` can be marshalled
Sean Griffin
2016-05-30
1
-2
/
+23
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2016-05-14
1
-2
/
+11
|
\
|
*
Add example for UnknownAttributeError
Vipul A M
2016-05-02
1
-0
/
+9
|
*
Active Model: Messages for strict validation always convert attributes to hum...
Prathamesh Sonpatki
2016-05-01
1
-2
/
+2
[next]