top | item 7379127 Getting Friendly with Rails Fixtures 9 points| genericsteele | 12 years ago |whatdoitest.com 2 comments order hn newest bleonard|12 years ago We've found this to be the great spot in between. https://github.com/rdy/fixture_builderYou 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... genericsteele|12 years ago That's the best of both worlds. I'm going to give this a try.
bleonard|12 years ago We've found this to be the great spot in between. https://github.com/rdy/fixture_builderYou 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... genericsteele|12 years ago That's the best of both worlds. I'm going to give this a try.
bleonard|12 years ago
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...
genericsteele|12 years ago