1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib
kamille-321 81bc621ed0 Fix query attribute method on user-defined attribute to be aware of typecasted value
change the line to check an attribute has user-defined type

ref: https://github.com/rails/rails/pull/35320#discussion_r257924552

check query attribute method is working when given value does not respond to to_i method
2019-03-11 00:51:33 +09:00
..
active_record Fix query attribute method on user-defined attribute to be aware of typecasted value 2019-03-11 00:51:33 +09:00
arel Make And and Case into expression nodes 2019-01-24 14:35:52 -05:00
rails/generators
active_record.rb Adds basic automatic database switching to Rails 2019-01-30 13:37:25 -05:00
arel.rb Fix eager loading polymorphic association with mixed table conditions 2019-02-18 00:41:43 +09:00