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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
PERF: Recover marshaling dump/load performance (#31827)
Ryuta Kamizono
2018-02-02
1
-0
/
+16
*
Don't expose `attributes_with_uninitialized_key` utility method
Ryuta Kamizono
2018-01-30
1
-5
/
+6
*
Use assert_empty and assert_not_empty
Daniel Colson
2018-01-25
4
-14
/
+14
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
19
-361
/
+361
*
Change refute to assert_not
Daniel Colson
2018-01-25
1
-3
/
+3
*
Use respond_to test helpers
Daniel Colson
2018-01-25
3
-9
/
+9
*
Allow attributes with a proc default to be marshalled
Sean Griffin
2018-01-23
1
-0
/
+9
*
More exercise `ActiveModel::Dirty` tests
Ryuta Kamizono
2018-01-20
1
-3
/
+24
*
Change test case name to FormatValidationTest
Patrik Bóna
2018-01-14
1
-1
/
+1
*
Fix validation callbacks on multiple context
Yoshiyuki Hirano
2017-12-20
1
-0
/
+43
*
Suppress `warning: BigDecimal.new is deprecated` in Active Model
Yasuo Honda
2017-12-14
3
-23
/
+23
*
Change how `AttributeSet::Builder` receives its defaults
Sean Griffin
2017-11-27
1
-1
/
+2
*
Merge pull request #31117 from renuo/fix_errors_added
Rafael França
2017-11-13
1
-0
/
+7
|
\
|
*
fix bug on added? method
Alessandro Rodi
2017-11-13
1
-0
/
+7
*
|
Add missing autoload `Type` (#31123)
Ryuta Kamizono
2017-11-11
14
-14
/
+0
*
|
Add missing requires
yuuji.yaginuma
2017-11-10
1
-0
/
+2
|
/
*
Move Attribute and AttributeSet to ActiveModel
Lisa Ugray
2017-11-09
5
-32
/
+532
*
Merge pull request #31061 from bogdanvlviv/test-if-unless-options-for-validat...
Rafael França
2017-11-06
5
-7
/
+62
|
\
|
*
Add cases to test combining validation conditions
bogdanvlviv
2017-11-06
5
-7
/
+62
*
|
Execute `ConfirmationValidator` validation when `_confirmation`'s value is `f...
bogdanvlviv
2017-11-05
1
-0
/
+13
|
/
*
Allow passing a Proc or Symbol as an argument to length validator values
Matt Rohrer
2017-10-26
1
-0
/
+31
*
Merge pull request #30920 from lugray/attributes_to_am
Sean Griffin
2017-10-23
2
-0
/
+287
|
\
|
*
Start bringing attributes API to AM
Lisa Ugray
2017-10-18
2
-0
/
+287
*
|
Remove deprecated `:if` and `:unless` string filter for callbacks
Rafael Mendonça França
2017-10-23
2
-104
/
+2
|
/
*
Merge pull request #29788 from kamipo/remove_unused_mutex_m
Rafael França
2017-07-17
1
-1
/
+1
|
\
|
*
Make `generated_attribute_methods` to private
Ryuta Kamizono
2017-07-14
1
-1
/
+1
*
|
Use frozen string literal in activemodel/
Kir Shatrov
2017-07-16
61
-0
/
+122
|
/
*
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
61
-61
/
+0
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
61
-0
/
+61
|
\
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
61
-0
/
+61
*
|
Make ActiveModel frozen string literal friendly.
Pat Allan
2017-06-20
2
-2
/
+2
|
/
*
Replace \Z to \z
Ryuta Kamizono
2017-04-24
1
-3
/
+3
*
:scissors:
Ryuta Kamizono
2017-04-13
1
-1
/
+0
*
Don't freeze input strings
Matthew Draper
2017-04-12
1
-2
/
+11
*
Fix ActiveModel::Errors #keys, #values
bogdanvlviv
2017-03-28
1
-0
/
+16
*
Merge pull request #28050 from namusyaka/avoid-converting-int-into-float
Rafael Mendonça França
2017-03-27
1
-0
/
+9
|
\
|
*
Avoid converting integer as a string into float
namusyaka
2017-02-18
1
-0
/
+9
*
|
Fix invalid string Decimal casting under ruby 2.4
John Hawthorn
2017-02-24
3
-0
/
+17
|
/
*
Remove deprecated behavior that halts callbacks when the return is false
Rafael Mendonça França
2017-02-07
2
-13
/
+10
*
Merge pull request #27608 from kamipo/remove_deprecated_passing_string_to_def...
Rafael França
2017-02-07
3
-11
/
+31
|
\
|
*
Deprecate passing string to `:if` and `:unless` conditional options on `set_c...
Ryuta Kamizono
2017-02-04
2
-10
/
+30
|
*
Remove deprecated passing string to define callback
Ryuta Kamizono
2017-02-04
1
-1
/
+1
*
|
Remove `ActiveModel::TestCase` from lib
yuuji.yaginuma
2017-02-07
1
-1
/
+1
|
/
*
Don't pollute Object with rubinius_skip and jruby_skip
Akira Matsuda
2017-01-17
1
-9
/
+9
*
Missing require for strip_heredoc
Akira Matsuda
2017-01-17
1
-0
/
+1
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
5
-13
/
+13
*
Describe what we are protecting
Akira Matsuda
2016-12-23
1
-0
/
+2
*
Missing require "yaml"
Akira Matsuda
2016-12-12
1
-0
/
+1
*
Make ActiveModel::Errors backward compatible with 4.2
Rafael Mendonça França
2016-12-08
1
-0
/
+20
[next]