Re: [Rails-core] rake test_mysql on trunk gives 6 failures and 1 error

2005-12-14 Thread Ben Anderson
well, I found my problem - sounds like its different from what you're explaining though David. My problem was this... I added a test and decided to piggyback off an existing fixture. I also changed my rake script momentarily to only test my new test when I ran "rake test_mysql". I found I had to

Re: [Rails-core] rake test_mysql on trunk gives 6 failures and 1 error

2005-12-13 Thread David Heinemeier Hansson
> Thanks for the sanity check, Jeremy - I'll have to investigate further. I've seen the problem too. Then I ran aaa_create_tables.rb by hand, then it all passed. Please do investigate and see if you can make it work the first time without this manual step. Thanks! -- David Heinemeier Hansson http:

Re: [Rails-core] rake test_mysql on trunk gives 6 failures and 1 error

2005-12-13 Thread Ben Anderson
Thanks for the sanity check, Jeremy - I'll have to investigate further. On 12/13/05, Jeremy Hopple <[EMAIL PROTECTED]> wrote: > I have 0 failures and 0 errors with MySQL on trunk. > > On 12/13/05, Ben Anderson <[EMAIL PROTECTED]> wrote: > > hi, > > Spent a few minutes on the irc... lots of discuss

Re: [Rails-core] rake test_mysql on trunk gives 6 failures and 1 error

2005-12-13 Thread Jeremy Hopple
I have 0 failures and 0 errors with MySQL on trunk. On 12/13/05, Ben Anderson <[EMAIL PROTECTED]> wrote: > hi, > Spent a few minutes on the irc... lots of discussion there - is there > a dev irc? Anyways, here's what I was asking: > > Is anyone else having the problems I put in the subject. I'm

[Rails-core] rake test_mysql on trunk gives 6 failures and 1 error

2005-12-13 Thread Ben Anderson
hi, Spent a few minutes on the irc... lots of discussion there - is there a dev irc? Anyways, here's what I was asking: Is anyone else having the problems I put in the subject. I'm thinking about switching to a more stable version of rails (assuming I don't have something screwed up). Would thi