On Fri, Jul 6, 2012 at 2:30 PM, Gabriel Sobrinho <[email protected] > wrote:
My vote is to extract to a external gem. > > It's fine if you like fixtures, but it's fine if you like factories too. > Absolutely. Rails provides a curated stack. The stack reflects the preferences of the core team, we make some choices that we believe are the best defaults. For instance, when we compare Test::Unit and RSpec code side by side we prefer Test::Unit, and that's what you get in the stack. Same for fixtures. In addition to that, the framework also makes the design/development effort to let users be able to plug in alternatives, and Rails 3 made this less hackish than it was before. So it is totally fine that you prefer factories, and we'll make sure you can use them. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
