index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
fixtures
/
citations.yml
blob: 396099621cc000710a4f42d2962019972271f16b (
plain
) (
blame
)
1
2
3
4
5
<% 65536.times do |i| %>
fixture_no_<%= i %>
:
id
:
<%= i %>
book2_id
:
<%= i*i %>
<% end %>