Live data from Hacker News

Getting Friendly with Rails Fixtures

whatdoitest.com

1–3 of 3 posts

Re: Getting Friendly with Rails Fixtures

#3
post #2

We've found this to be the great spot in between. https://github.com/rdy/fixture_builder You use factories to build your fixtures and it regenerates if needed. I used it in a sample app recently here: https://github.com/taskrabbit/rails_engines_example/blob/mas...

That's the best of both worlds. I'm going to give this a try.