1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
eileencodes c34d147767
Add regression test for enum getter/setter behavior
Testing that when you set a symbol for an enum type, you get a string
back and that when you set a string you also get a string back.
2020-04-07 12:47:45 -04:00
..
active_record/connection_adapters Deduplicate various Active Record schema cache structures 2019-06-03 13:31:42 +02:00
assets
cases Add regression test for enum getter/setter behavior 2020-04-07 12:47:45 -04:00
fixtures Allow AR::Enum definitions with boolean values 2019-12-24 07:05:42 -10:00
migrations
models Support strict_loading on association declarations 2020-02-21 13:11:24 -05:00
schema Merge pull request #37627 2020-02-10 01:00:30 +01:00
support Merge pull request #38401 from vinistock/stop_stringifying_during_attribute_assignment 2020-02-13 16:54:35 -05:00
config.example.yml Respect ENV variables when finding DBs etc for the test suite 2019-02-06 01:20:06 +10:30
config.rb