Re: [Rails-core] Rename transactional fixtures to something clearer and more descriptive

2015-03-10 Thread Brandon Weiss
Awesome! I made a pull request https://github.com/rails/rails/pull/19282 :) On Tuesday, March 10, 2015 at 11:57:49 AM UTC-7, Rafael Mendonça França wrote: Seems good to me. On Fri, Mar 6, 2015 at 4:04 AM Brandon Weiss bra...@anti-pattern.com javascript: wrote: I think the name

Re: [Rails-core] How does ActiveRecord::TestFixtures::ClassMethods#run_in_transaction? work?

2015-03-10 Thread Brandon Weiss
Aha! I hadn't thought to look on `TestCase`. Thanks! On Sunday, March 8, 2015 at 4:37:15 PM UTC-7, Matt jones wrote: On Mar 6, 2015, at 12:59 AM, Brandon Weiss bra...@anti-pattern.com javascript: wrote: Here's the method: def run_in_transaction? use_transactional_fixtures

Re: [Rails-core] Rename transactional fixtures to something clearer and more descriptive

2015-03-10 Thread Rafael Mendonça França
Seems good to me. On Fri, Mar 6, 2015 at 4:04 AM Brandon Weiss bran...@anti-pattern.com wrote: I think the name transactional fixtures is a little misleading and confusing, because (as far as I can tell) it doesn't really have anything to do with fixtures. This is pretty embarrassing, but