aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/naked
Commit message (Collapse)AuthorAgeFilesLines
* Use bulk INSERT to insert fixturesKir Shatrov2017-06-201-0/+1
| | | | | | | | 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.
* Throw friendly error message when fixture is not a hashKir Shatrov2016-12-151-0/+3
| | | | | | Right now, when fixture is not a Hash we throw an error message saying "fixture is not a hash". This is not very user friendly because it's not saying which fixture is invalid.
* fix regression when loading fixture files with symbol keys.Yves Senn2016-01-131-0/+3
| | | | Closes #22584.
* descriptive error message when fixtures contian a missing column.Yves Senn2015-08-131-0/+2
| | | | Closes #21201.
* Unused csv fixture fileAkira Matsuda2014-12-091-1/+0
|
* Added tree mixin and unit tests for all the mixinsDavid Heinemeier Hansson2004-12-154-0/+4
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@156 5ecf4fe2-1ee6-0310-87b1-e25e094e27de