Rails 3.0.8.rc3 (third time is the charm!)

Hey everybody! I've pushed Rails 3.0.8.rc3.

Hopefully this release candidate takes care of all the outstanding issues remaining. To see what has changed between 3.0.8.rc2 and 3.0.8.rc3, check out [this link on github](Comparing v3.0.8.rc2...v3.0.8.rc3 · rails/rails · GitHub).

If no regressions are found, I will release the final version 72 hours from now (Thursday, June 2nd around 1pm). Please let us know if this release candidate causes any regressions from the 3.0.7 version.

I'm still getting over my cold, so I promise that next release I will return to my normal level of excitement! :wink:

This might not be a regression from 3.0.7, but we found a trivial bug around AR association proxy on 3.0.x today: https://github.com/rails/rails/issues/1419

If I'd better post a failing test case, I'll do that later.

3.0.8.rc3 had this Syck issue : https://github.com/rails/rails/issues/1412 which is a mystery for me however 3.0.8.rc4 works fine for me! :slight_smile:

Robert Pankowecki