Hugh Sasse wrote:> 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.
What platform/browser? (IE and Firefox on XP both render this page well
for me.)>
> There''s the third option: view source, which gives:
>
> <h2>Current versions</h2>
>
>
> <table style="margin:0px" cellpadding="0"
cellspacing="0">
>
<tr><td>Rails</td><td>0.14.3</td></tr>
>
<tr><td>Active Record </td><td>1.13.0</td></tr>
> <tr><td>Action
Pack</td><td>1.11.0</td></tr>
>
<tr><td>Action Mailer</td><td>1.1.3</td></tr>
>
>
<tr><td>Active Support</td><td>1.2.3</td></tr>
>
<tr><td>AWeb Service</td><td>0.9.3</td></tr>
> </table>
>
> 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