This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
1c4c5736d9
rails--rails
/
activerecord
/
test
/
fixtures
/
naked
/
yml
/
parrots.yml
4 lines
50 B
YAML
Raw
Normal View
History
Unescape
Escape
descriptive error message when fixtures contian a missing column. Closes #21201.
2015-08-13 10:35:09 -04:00
george
:
arrr
:
"Curious George"
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-18 11:14:52 -04:00
foobar
:
Foobar
Copy permalink