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/fixtures/naked/yml
Kir Shatrov 4ee42379cc Use bulk INSERT to insert fixtures
Improves the performance from O(n) to O(1).
Previously it would require 50 queries to
insert 50 fixtures. Now it takes only one query.

Disabled on sqlite which doesn't support multiple inserts.
2017-06-20 13:18:53 -04:00
..
accounts.yml
companies.yml
courses.yml
courses_with_invalid_key.yml Throw friendly error message when fixture is not a hash 2016-12-15 17:07:58 -05:00
parrots.yml Use bulk INSERT to insert fixtures 2017-06-20 13:18:53 -04:00
trees.yml