Re: [Rails-core] Fixed destroy_all regression

2010-07-08 Thread Jeremy Kemper
On Thu, Jul 8, 2010 at 5:23 AM, Mislav Marohnić wrote: > Hello, I've submitted a patch that tests and fixes destroy_all behavior. > The regression is that, in Rails 3, `destroy_all` always returned an empty > array instead of the destroyed records. It slipped through because this > behavior was ne

[Rails-core] Fixed destroy_all regression

2010-07-08 Thread Mislav Marohnić
Hello, I've submitted a patch that tests and fixes destroy_all behavior . The regression is that, in Rails 3, `destroy_all` always returned an empty a