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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update docs on dirty.rb
John Gesimondo
2019-07-05
1
-1
/
+1
*
Avoid redundant `time.getutc` call if it is already utc time object
Ryuta Kamizono
2019-06-18
2
-5
/
+5
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
32
-35
/
+0
*
Don't round off subseconds unless necessary
Ryuta Kamizono
2019-05-28
1
-3
/
+10
*
Merge pull request #36092 from imechemi/update-doc
Gannon McGibbon
2019-05-13
1
-0
/
+7
|
\
|
*
Improve doc for :root option in as_json() [ci skip]
Tenzin Chemi
2019-05-13
1
-0
/
+7
*
|
Fix test case name to fit file name
yuuji.yaginuma
2019-05-04
1
-1
/
+1
*
|
Recover perf for `pluck` by reverting 9c9c950d02af83742a5f76302d0faa99508f242c.
Guo Xiang Tan
2019-05-03
1
-0
/
+5
*
|
any? should be delegated to the errors list
Aaron Patterson
2019-04-30
2
-1
/
+12
|
/
*
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
14
-182
/
+899
|
\
|
*
Spec for display original raw type in details
lulalala
2019-03-31
1
-0
/
+18
|
*
Set default array to details
lulalala
2019-03-31
2
-1
/
+15
|
*
Fix messages[]= does not override value
lulalala
2019-03-31
2
-0
/
+9
|
*
Freeze DeprecationHandling array and hash
lulalala
2019-03-31
1
-13
/
+20
|
*
Fix equality comparison raising error bug
lulalala
2019-03-31
2
-1
/
+8
|
*
Fix spec
lulalala
2019-03-31
1
-1
/
+1
|
*
Assert deprecation
lulalala
2019-03-31
1
-6
/
+6
|
*
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
8
-25
/
+116
|
*
Add deprecation to slice!
lulalala
2019-03-31
2
-5
/
+5
|
*
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
3
-1
/
+36
|
*
Add messages_for
lulalala
2019-03-31
1
-1
/
+7
|
*
Add a transitional method `objects`, for accessing the array directly.
lulalala
2019-03-31
2
-6
/
+7
|
*
Backward compatibility for errors.collect/select etc.
lulalala
2019-03-31
1
-2
/
+2
|
*
Fix spec as generate_message is no longer called during validation
lulalala
2019-03-31
1
-0
/
+15
|
*
Add convenience method group_by_attribute
lulalala
2019-03-31
2
-20
/
+17
|
*
Change errors
lulalala
2019-03-31
4
-159
/
+363
|
*
Add ActiveModel::Error and NestedError
lulalala
2019-03-31
5
-16
/
+321
|
*
Fix misalignment caused by SHA eebb9ddf9ba559a510975c486fe59a4edc9da97d
lulalala
2019-03-31
1
-2
/
+2
*
|
Start Rails 6.1 development
Rafael Mendonça França
2019-04-24
2
-150
/
+3
*
|
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
2
-0
/
+58
|
/
/
*
|
Ensure acceptance validator is not applied more than once to Person
Chris Salzberg
2019-04-14
1
-46
/
+52
*
|
Ensure multiple anonymous modules are not included into Topic in tests
Chris Salzberg
2019-04-14
1
-18
/
+32
*
|
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
2
-3
/
+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
3
-36
/
+59
*
|
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
*
|
|
Output junit format test report
Fumiaki MATSUSHIMA
2019-04-04
1
-0
/
+2
|
|
/
|
/
|
*
|
Tweaks CHANGELOGs and docs [ci skip]
Ryuta Kamizono
2019-03-31
1
-2
/
+2
*
|
Merge pull request #35794 from kamipo/type_cast_symbol_false
Ryuta Kamizono
2019-03-30
3
-1
/
+30
|
\
\
[next]