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_with_invalid_key.yml Throw friendly error message when fixture is not a hash 2016-12-15 17:07:58 -05:00
courses.yml
parrots.yml Use bulk INSERT to insert fixtures 2017-06-20 13:18:53 -04:00
trees.yml fix regression when loading fixture files with symbol keys. 2016-01-13 10:11:54 +01:00