Just sending this email to keep you guys in the loop as Rails 2.2 RC1
release is imminent. After the RC1 is release, no new features will be
committed to the 2.2 branch and the API will be frozen as well. It'll
all be about bug fixes then.
So before 2.2.RC1 is pushed, if you think any features should make it
in, please let your voices be heard. Same goes for any critical bug
fixes. If you have any pending patches that you want in 2.2, speak
now.
Just sending this email to keep you guys in the loop as Rails 2.2 RC1
release is imminent. After the RC1 is release, no new features will be
committed to the 2.2 branch and the API will be frozen as well. It'll
all be about bug fixes then.
So before 2.2.RC1 is pushed, if you think any features should make it
in, please let your voices be heard. Same goes for any critical bug
fixes. If you have any pending patches that you want in 2.2, speak
now.
There are a number of tickets to do with :include from a variety of
people that at least deserve a look at. I'll dig em up
Applying this makes it possible to fix the #1110 issue for HABTM also (otherwise it’s fixed for everything but HABTM) - I’ve attached a second patch to #1110 for that.
So before 2.2.RC1 is pushed, if you think any features should make it
in, please let your voices be heard. Same goes for any critical bug
fixes. If you have any pending patches that you want in 2.2, speak
now.
There is also this small enhancement that adds support for index
length in MySQL adapter and schema dumper:
So before 2.2.RC1 is pushed, if you think any features should make it
in, please let your voices be heard. Same goes for any critical bug
fixes. If you have any pending patches that you want in 2.2, speak
now.
The patch included in #1011 [1] fixes a bug introduced into Active
Resource when dealing with nested resources.
Oops, I am not Rails edge but I kinda assumed the Object#send! bug was the only problem.
I’m having problems running on edge Rails at the moment due weird database disconnection bugs after the connection pooling patch. If I do manage to upgrade any of my apps to edge (I’ll try the RC at the least), I’ll be sure to send in a patch to exception_notification if necessary
У Аўт, 07/10/2008 у 19:21 +0800, Cheah Chu Yeow піша:
I'm having problems running on edge Rails at the moment due weird
database disconnection bugs after the connection pooling patch. If I
do manage to upgrade any of my apps to edge (I'll try the RC at the
least), I'll be sure to send in a patch to exception_notification if
necessary
Connection pool bugs should be resolved now. BTW, I upgraded to edge
last thursday and had to fix only send! in exception_notification.
If possible, I would like to see #1083[1] committed. It make calls to
private methods on association proxies consistent with the behavior
added in #1084[2], which was committed on 24 September.
I've given up trying to patch the first one Frederick Cheung wanted
(1104-references_eager_loaded_tables-should-search-tables-in-join-
clauses), in favor of this approach: