Rails disabled Active Record query cache in the console by default (enable with --query-cache flag). The update includes fixes for inflections handling overlapping acronyms like USD/USDC, and optimizes insert_all! by skipping unnecessary unique index lookups when using on_duplicate: :raise. The changes affect console behavior and database insertion performance.
Sort: