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
*
Turn on performance based cops
Dillon Welch
2018-07-23
1
-15
/
+1
*
Ensure attribute is a symbol in the added? method
Jeremy Baker
2018-07-14
1
-0
/
+6
*
has_secure_password: use `recovery_password` instead of `activation_token`
bogdanvlviv
2018-07-08
2
-5
/
+5
*
Improve `SecurePasswordTest#test_authenticate`
bogdanvlviv
2018-07-06
1
-4
/
+7
*
Fix Ruby warnings tickled by the test suite
utilum
2018-06-30
1
-1
/
+2
*
Merge pull request #26764 from choncou/improve_has_secure_password
Rafael Mendonça França
2018-06-28
2
-1
/
+6
|
\
|
*
Remove method for regenerating a token, and update `#authenticate`.
Unathi Chonco
2016-10-12
1
-11
/
+2
|
*
This addition will now allow configuring an attribute name for the
Unathi Chonco
2016-10-12
2
-1
/
+15
*
|
Merge pull request #32956 from Shopify/i18n_activemodel_errors_full_message
Rafael França
2018-06-11
2
-0
/
+79
|
\
\
|
*
|
Add global config for config.active_model.i18n_full_message
Martin Larochelle
2018-06-05
2
-0
/
+43
|
*
|
Allow to override the full_message error format
Martin Larochelle
2018-05-22
1
-0
/
+36
*
|
|
Fix user_input_in_time_zone to coerce non valid string into nil
Annie-Claude Côté
2018-05-16
1
-0
/
+15
*
|
|
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
3
-13
/
+13
*
|
|
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
4
-7
/
+7
|
/
/
*
|
Alias `assign_attributes` to `attributes=` for `AttributeAssignment`
Ryuta Kamizono
2018-02-28
1
-0
/
+8
*
|
Merge pull request #31926 from composerinteralia/am-attributes
Rafael França
2018-02-28
1
-0
/
+20
|
\
\
|
*
|
Add ActiveModel::Attributes#attributes
Daniel Colson
2018-02-07
1
-0
/
+20
*
|
|
Merge pull request #28270 from mmangino/dont_ignore_seralization_options
Ryuta Kamizono
2018-02-27
1
-0
/
+7
|
\
\
\
|
*
|
|
Fix style
Mike Mangino
2017-03-03
1
-1
/
+1
|
*
|
|
Don't accidentally lose includes in serialization
Mike Mangino
2017-03-03
1
-3
/
+9
*
|
|
|
Rails 6 requires Ruby 2.3+
Jeremy Daer
2018-02-17
1
-4
/
+1
*
|
|
|
Remove usage of strip_heredoc in the framework in favor of <<~
Rafael Mendonça França
2018-02-16
1
-2
/
+1
|
|
/
/
|
/
|
|
*
|
|
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
[next]