I'm getting problem with that. When rails create sequences in test database, it defines the start value with big numbers. I do know why rails does that.
Bill Davenport wrote:
I'm getting problem with that. When rails create sequences in test database, it defines the start value with big numbers. I do know why rails does that.
Bill Davenport wrote:
That's the way foxy fixtures works, it uses a hash computed from the record name for the id. That's how it can generate inter-table references.