Upgrading from Rails 5.0.0.1 to 5.0.1 increases import from local CSV from 3 to 94 minutes · Issue #27434 · rails/rails
I have a rake task which imports 38242 rows from a local CSV file. Even though it might not be the most efficient way, for each row create! is executed to create a new record. Just by updating Rail...