Current version? && CSS bug

I’m trying to see what the current, stable version of rails is.

http://download.rubyonrails.com/

has a bunch of versions top left, but I have a choice:

I can make the print small enough so the blue div at the top
doesn’t cover up the numbers

or
I can make the print big enough to read.

There’s the third option: view source, which gives:

Current versions

<tr><td>Active&nbsp;Support</td><td>1.2.3</td></tr>
<tr><td>AWeb&nbsp;Service</td><td>0.9.3</td></tr>
Rails 0.14.3
Active Record  1.13.0
Action Pack 1.11.0
Action Mailer 1.1.3

Is that current stable versions, or current development versions?

    Thank you
    Hugh

Hugh S. wrote:

I can make the print big enough to read.
What platform/browser? (IE and Firefox on XP both render this page well
for me.)

Action Mailer 1.1.3
<tr><td>Active&nbsp;Support</td><td>1.2.3</td></tr>
<tr><td>AWeb&nbsp;Service</td><td>0.9.3</td></tr>

Is that current stable versions, or current development versions?

Those are the versions making up the current release candidate for Rails
1.0, so are stable.

regards

Justin