Rails 3.0.9

Today was expected the new stable rails release 3.0.9 with some fixed,
among all the problem with escape_javascript.
It seems that it see that has not been released, unfortunately.

Sent from my iPhone

On Jun 15, 2011, at 12:56 PM, Mauro [email protected] wrote:

Today was expected the new stable rails release 3.0.9 with some fixed,
among all the problem with escape_javascript.
It seems that it see that has not been released, unfortunately.

Mauro, please keep the following in mind:

1). most/all members of the Rails core team have full-time jobs which
take priority over working on open-source software unless that happens
to be their primary role.

2). this is open-source software and no one from my knowledge has given
a delivery date; it’s ready when it’s ready.

In short, please be patient and considerate of the others that are
taking the time to work on Rails.

Good luck,

-Conrad

On 15 June 2011 20:10, Conrad T. [email protected] wrote:

Mauro, please keep the following in mind:

Ehi, I’ve simply read this [ANN] Rails 3.0.9.rc5 has been released! - Rails - Ruby-Forum.

On Wed, Jun 15, 2011 at 1:14 PM, Mauro [email protected] wrote:

Mauro, please keep the following in mind:

Ehi, I’ve simply read this [ANN] Rails 3.0.9.rc5 has been released! - Rails - Ruby-Forum.

Here’s the most important point from the above document:

"I will release the final in 72hours if there are no reported
regressions. If there are reported regressions, I will release another

RC and the clock will start over." – Aaron P.

Good luck,

-Conrad

Hi Mauro,

i had the exact same issue with escape_javascript devastating all my
partials. The fix is incredibly easy and managable for the impatient :wink:

apply this one-liner and you are fine until 3.0.9 comes out.

Cheers,
Bernd

2011/6/15 Mauro [email protected]

On 15 June 2011 20:16, Bernd R. [email protected] wrote:

Hi Mauro,
i had the exact same issue with escape_javascript devastating all my
partials. The fix is incredibly easy and managable for the impatient :wink:

I’m not so expert to find issues and fix them.