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 ef361eacb4 Deprecate map! and collect! on ActiveRecord::Result
These actually does not inplace mutate result. Use true `map` instead.
2020-06-10 16:51:09 +09:00
..
active_record/connection_adapters Deduplicate various Active Record schema cache structures 2019-06-03 13:31:42 +02:00
assets
cases Deprecate map! and collect! on ActiveRecord::Result 2020-06-10 16:51:09 +09:00
fixtures Fix through association with source/through scope which has joins 2020-05-22 04:05:27 +09:00
migrations Fix occurrences Fixnum|Bignum 2018-03-04 20:44:30 +02:00
models has_attribute? should be aware of attribute aliases 2020-06-03 00:59:35 +09:00
schema Fix issue with expression index in insert_all 2020-06-03 10:10:01 -04: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