We're inches away from pulling the trigger on RC2, which is the fast
track (a few days, tops) to the final release. Please examine the
latest from the branch and check if any of your pet blockers are still
there. If so, shoot us a link to a ticket.
The bug was already fixed a while ago but I guess sneaked back in during some later commit. The bug is easy to spot and fix, but unfortunately there aren't really tests for integration tests, so it needs a little manual testing.
We're inches away from pulling the trigger on RC2, which is the fast
track (a few days, tops) to the final release. Please examine the
latest from the branch and check if any of your pet blockers are still
there. If so, shoot us a link to a ticket.
This ticket concerns the testing of partials returned by respond_to... format.js. I believe respond_to sets content type to js, and assert_select seems not to be able to deal with this (assuming anything returned with this content type must be RJS).
So the only way to test this case (which is pretty common, I think) is to use assert_tag, which is not nice ... and deprecated.
I've tried repeatedly to modify my code to *not* raise the error, but
have been unsuccessful so far. I included a new patch as well which
modified AR rather than AS. If it can be applied I'd be thrilled.
I would like to see fixed. Its
really annoying but maybe a bit hard to fix…
I tried to call association.increment and association.decrement (after
fetching it with reflection.name) inside the counter_cache after_create
and before_destroy handlers but somehow they both don’t get called…
Nate Perry-Thistle wrote:
We're inches away from pulling the trigger on RC2, which is the fast
track (a few days, tops) to the final release. Please examine the
latest from the branch and check if any of your pet blockers are still
there. If so, shoot us a link to a ticket.
The change in revision 5622 (adding a Content-Length to all requests) has made WEBrick pretty much unusable for any request that starts with blank lines.
This also relates to the thread on "counter cache not working", but I
would really like to see
http://dev.rubyonrails.org/ticket/6896
(or something equivalent) included as soon as possible. We need it in
order to make the better_nested_set plugin concurrency-safe. I tried
overriding ActiveRecord::Base#update, but this broke before_update and
related callbacks (at least the way I did it).
This also relates to the thread on "counter cache not working", but I
would really like to see
http://dev.rubyonrails.org/ticket/6896
(or something equivalent) included as soon as possible. We need it in
order to make the better_nested_set plugin concurrency-safe. I tried
overriding ActiveRecord::Base#update, but this broke before_update and
related callbacks (at least the way I did it).
I've already commented in the other thread, we're highly unlikely to
make that change this close to release. See that thread for more info
This patch fixes all but two unit test failures for the Sybase adapter (neither of which are critical). It only touches sybase_adapter.rb, plus a handful of test files, so it should have minimal impact. The patch also closes out #6878.