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
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
*
Merge pull request #32313 from lulalala/model_error_as_object
Rafael França
2019-04-24
4
-118
/
+355
|
\
|
*
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
|
*
Fix equality comparison raising error bug
lulalala
2019-03-31
1
-1
/
+1
|
*
Fix spec
lulalala
2019-03-31
1
-1
/
+1
|
*
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
|
*
Nested attribute error's attribute name to use different key:
lulalala
2019-03-31
1
-1
/
+1
|
*
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
2
-1
/
+16
|
*
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
2
-109
/
+190
|
*
Add ActiveModel::Error and NestedError
lulalala
2019-03-31
3
-16
/
+93
*
|
Start Rails 6.1 development
Rafael Mendonça França
2019-04-24
1
-2
/
+2
*
|
Avoid redundant `attribute_alias?` before `attribute_alias`
Ryuta Kamizono
2019-04-24
1
-10
/
+5
*
|
Merge pull request #36061 from shioyama/update_comment
Rafael França
2019-04-23
1
-2
/
+3
|
\
\
|
*
|
Update comment in attribute_method_matchers_matching
Chris Salzberg
2019-04-23
1
-2
/
+3
*
|
|
Add attribute_names to ActiveModel::Attributes
Daniel Colson
2019-04-22
1
-0
/
+44
|
/
/
*
|
Improve wording of comments
Chris Salzberg
2019-04-13
2
-8
/
+8
*
|
Rename method_missing_target to target
Chris Salzberg
2019-04-13
1
-10
/
+10
*
|
Remove unused method_name from AttributeMethodMatch
Chris Salzberg
2019-04-12
1
-2
/
+2
*
|
Rename "method" to "matcher" in map block
Chris Salzberg
2019-04-12
1
-1
/
+1
*
|
PERF: 2x ~ 30x faster dirty tracking
Ryuta Kamizono
2019-04-11
2
-120
/
+116
*
|
Refactor `has_secure_password` to extract dedicated attribute module
Ryuta Kamizono
2019-04-05
1
-36
/
+38
*
|
Merge pull request #35700 from Futurelearn/seb-secure-password-fix
Ryuta Kamizono
2019-04-05
1
-26
/
+30
|
\
\
|
|
/
|
/
|
|
*
Reintroduce support for overriding `has_secure_password` attributes
Seb Jacobs
2019-03-22
1
-26
/
+30
*
|
Merge pull request #35794 from kamipo/type_cast_symbol_false
Ryuta Kamizono
2019-03-30
1
-1
/
+10
|
\
\
|
*
|
Type cast falsy boolean symbols on boolean attribute as false
Ryuta Kamizono
2019-03-30
1
-1
/
+10
|
|
/
*
/
Rename `i18n_full_message` config option to `i18n_customize_full_message`
Prathamesh Sonpatki
2019-03-29
2
-5
/
+5
|
/
*
Merge tag 'v6.0.0.beta3'
eileencodes
2019-03-13
1
-1
/
+1
|
\
|
*
Prep release
eileencodes
2019-03-11
1
-1
/
+1
*
|
Fall back to parent locale before it falls back to the :errors namespace
Hugo Vacher
2019-03-04
1
-9
/
+14
|
/
*
Preparing for 6.0.0.beta2 release
Rafael Mendonça França
2019-02-25
1
-1
/
+1
*
Merge pull request #35336 from kamipo/dont_allow_non_numeric_string_matches_t...
Ryuta Kamizono
2019-02-21
2
-8
/
+9
|
\
|
*
Don't allow `where` with non numeric string matches to 0 values
Ryuta Kamizono
2019-02-20
2
-8
/
+9
*
|
Revert "Speed up integer casting from DB"
Ryuta Kamizono
2019-02-21
1
-5
/
+0
|
/
*
Don't allow `where` with invalid value matches to nil values
Ryuta Kamizono
2019-02-18
1
-4
/
+0
*
Merge pull request #29651 from Sayanc93/return-correct-date
Ryuta Kamizono
2019-02-18
1
-1
/
+1
|
\
|
*
Return correct date in ActiveModel for time to date conversions
Sayan Chakraborty
2017-12-17
1
-1
/
+13
*
|
Extract duplicated `serialize` methods into helpers
Ryuta Kamizono
2019-02-18
8
-21
/
+14
*
|
Fix type cast with values hash for Date type
Ryuta Kamizono
2019-02-18
6
-12
/
+23
*
|
activemodel typo fixes.
alkesh26
2019-01-31
1
-1
/
+1
*
|
Add missing require for `Float#to_d`
yuuji.yaginuma
2019-01-26
1
-0
/
+2
*
|
Fix NumericalityValidator on object responding to `to_f`:
Edouard CHIN
2019-01-22
1
-8
/
+3
[next]