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
Ryuta Kamizono 2c1b012ad7 Refactor index creation to use index definition visitor
Current SQL generation code is hard to maintenance, I've found a bug
that create index comment in bulk change table when I'm refactoring
that.
2020-05-10 02:01:15 +09:00
..
active_record/connection_adapters Deduplicate various Active Record schema cache structures 2019-06-03 13:31:42 +02:00
assets
cases Refactor index creation to use index definition visitor 2020-05-10 02:01:15 +09:00
fixtures Fix rewhere to truly overwrite collided where clause by new where clause 2020-05-05 11:45:29 +09:00
migrations
models Support kwargs for named scopes 2020-05-09 06:25:43 +09:00
schema Use supports_datetime_with_precision? rather than subsecond_precision_supported? 2020-04-25 02:56:53 +09:00
support Merge pull request #38401 from vinistock/stop_stringifying_during_attribute_assignment 2020-02-13 16:54:35 -05:00
config.example.yml Remove more code for unsupported frontbase and ibm_db adapters 2020-04-12 11:45:28 +09:00
config.rb