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.

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

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

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:

https://github.com/rails/rails/commit/8c8652c37f6f6969ce48

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

Cheers,

Bernd

Sent from my iPhone

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:

Ehi, I’ve simply read this http://www.ruby-forum.com/topic/1915358.

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 Patterson

Good luck,

-Conrad

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