[Rails-core] Re: Funny behavior with Fixtures... on Ubuntu..

2008-02-13 Thread Sonny Chee
Rick Denatale wrote: > One thought is to check that you are using a mysql table type which > supports transactions. Innodb does, myisam (which is or used to be > the default for mysql) does not. > Awesome, that did the trick. It appears the Debian/Ubuntu release for mySQL 5 has the table type

[Rails-core] Re: Funny behavior with Fixtures... on Ubuntu..

2008-02-13 Thread Rick DeNatale
On 2/13/08, Rick DeNatale <[EMAIL PROTECTED]> wrote: > Try setting use_transactional_fixtures to fall and see if it makes a > difference. s/fall/false/ -- Rick DeNatale My blog on Ruby http://talklikeaduck.denhaven2.com/ --~--~-~--~~~---~--~~ You received thi

[Rails-core] Re: Funny behavior with Fixtures... on Ubuntu..

2008-02-13 Thread Rick DeNatale
On 2/12/08, Sonny Chee <[EMAIL PROTECTED]> wrote: > > Hey Guys, > > I've got a test class that loads a bunch of fixtures. My understanding > is that fixtures are reloaded between each test... and I even have the > following two method calls at the top of my test class to make doubly > sure... > >

[Rails-core] Re: Funny behavior with Fixtures... on Ubuntu..

2008-02-12 Thread Matthew Palmer
On Tue, Feb 12, 2008 at 11:38:04PM +0100, Sonny Chee wrote: > I've got a test class that loads a bunch of fixtures. My understanding > is that fixtures are reloaded between each test... and I even have the > following two method calls at the top of my test class to make doubly > sure... > > clas