Hi guys, I've got more info on ticket 3606 (http://dev.rubyonrails.org/ticket/3606) which refactors connections to ActiveRecord from ActionPack. One of the obvious issues is that because ActionPack is requiring fixtures from AR, when changes are made in AR then tests may break in ActionPack. I'd like to make the dependence on AR as minimal as possible.
Would loading needed AR fixtures (and schema) from the ActionPack fixtures directory be a problem for anyone? That way, we still get AR functionality where it is required but things don't break when AR tests change. Kev _______________________________________________ Rails-core mailing list Rails-core@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-core