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
/
cases
/
type
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f"
Rafael Mendonça França
2019-08-02
13
-13
/
+13
*
No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f
Akira Matsuda
2019-08-02
13
-13
/
+13
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-1
/
+0
*
Type cast falsy boolean symbols on boolean attribute as false
Ryuta Kamizono
2019-03-30
1
-0
/
+14
*
Merge pull request #35336 from kamipo/dont_allow_non_numeric_string_matches_t...
Ryuta Kamizono
2019-02-21
1
-0
/
+8
|
\
|
*
Don't allow `where` with non numeric string matches to 0 values
Ryuta Kamizono
2019-02-20
1
-0
/
+8
*
|
Revert "Speed up integer casting from DB"
Ryuta Kamizono
2019-02-21
1
-1
/
+1
|
/
*
Merge pull request #29651 from Sayanc93/return-correct-date
Ryuta Kamizono
2019-02-18
1
-0
/
+11
|
\
|
*
Return correct date in ActiveModel for time to date conversions
Sayan Chakraborty
2017-12-17
1
-0
/
+11
*
|
Fix type cast with values hash for Date type
Ryuta Kamizono
2019-02-18
1
-1
/
+4
*
|
Add edge test cases for integer and string types
Ryuta Kamizono
2019-02-17
2
-0
/
+15
*
|
Fix year value when casting a multiparameter time hash
Andrew White
2019-01-21
1
-0
/
+1
*
|
Add new exception message to datetime from hash cast
wilddima
2018-10-21
1
-0
/
+11
*
|
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
1
-1
/
+1
*
|
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
1
-1
/
+1
*
|
Fix non_numeric_string?
Yoshiyuki Kinjo
2018-09-07
3
-3
/
+13
*
|
Fix user_input_in_time_zone to coerce non valid string into nil
Annie-Claude Côté
2018-05-16
1
-0
/
+15
*
|
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-2
/
+2
|
/
*
Suppress `warning: BigDecimal.new is deprecated` in Active Model
Yasuo Honda
2017-12-14
1
-8
/
+8
*
Add missing autoload `Type` (#31123)
Ryuta Kamizono
2017-11-11
13
-13
/
+0
*
Use frozen string literal in activemodel/
Kir Shatrov
2017-07-16
13
-0
/
+26
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
13
-13
/
+0
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
13
-0
/
+13
|
\
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
13
-0
/
+13
*
|
Make ActiveModel frozen string literal friendly.
Pat Allan
2017-06-20
1
-1
/
+1
|
/
*
Don't freeze input strings
Matthew Draper
2017-04-12
1
-2
/
+11
*
Fix invalid string Decimal casting under ruby 2.4
John Hawthorn
2017-02-24
3
-0
/
+17
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
4
-12
/
+12
*
Merge pull request #26696 from iainbeeston/only-ruby-types-in-activemodel
Sean Griffin
2016-12-08
1
-18
/
+0
|
\
|
*
Moved database-specific ActiveModel types into ActiveRecord
Iain Beeston
2016-10-14
1
-18
/
+0
*
|
Merge pull request #26935 from y-yagi/fix_ruby_warning
Andrew White
2016-10-31
1
-1
/
+1
|
\
\
|
*
|
remove warning from big integer test
yuuji.yaginuma
2016-10-31
1
-1
/
+1
*
|
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-2
/
+2
|
/
/
*
/
Refactored ActiveModel::Type tests into their own files
Iain Beeston
2016-10-15
12
-43
/
+266
|
/
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in activemodel/test
Xavier Noria
2016-08-06
2
-12
/
+12
*
Check for the right exception
Rafael Mendonça França
2016-05-03
1
-1
/
+1
*
Change RangeError to a more specific ActiveModel::RangeError
Christian Blais
2016-05-03
1
-6
/
+6
*
Apply scale before precision when coercing floats to decimal
Sean Griffin
2016-03-24
1
-0
/
+7
*
Add an immutable string type to opt out of string duping
Sean Griffin
2015-10-15
1
-0
/
+7
*
Move the appropriate type tests to the Active Model suite
Sean Griffin
2015-09-21
4
-0
/
+203
*
Simplify the implementation of Active Model's type registry
Sean Griffin
2015-09-21
1
-0
/
+39