1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activemodel/test
Marcelo Lauxen d1df4c100f
Fix dirty check for Float::NaN and BigDecimal::NaN
Float::NaN and BigDecimal::NaN in Ruby are [special values](https://bugs.ruby-lang.org/issues/1720) and can't be compared with `==`.
2021-07-22 09:49:16 -03:00
..
cases Fix dirty check for Float::NaN and BigDecimal::NaN 2021-07-22 09:49:16 -03:00
models Allow to pass the method signature when defining attribute methods 2021-04-11 17:03:25 +02:00
validators