Is ruby 1.9.1 supported by Rails 2.3.0?

Hi.

It seems like many people have had success using rails 2.3.0 with ruby
1.9.1. And as far as I know one of the goals of rails 2.3.0 was to
support ruby 1.9.1.

But on http://rubyonrails.org/download, ruby 1.8.x is still
recomended and ruby 1.9.1 is not even mentioned. Is that because the
webpage has not been updated yet, or is it because rails 2.3.0 still
does not work well on ruby 1.9.1?

Jarl

On Tue, Mar 24, 2009 at 3:18 AM, Jarl F. [email protected] wrote:

does not work well on ruby 1.9.1?

Jarl

Jarl, the current release version of Rails is 2.3.2. Thus, you might to
take a look at the following:

Next, if your rails application(s) requires certain gems and/or plugins,
then you
might want to take a look at the following:

Lastly, I have been using Ruby 1.9.1 and 2.3.x for several weeks without
any
major issues.

Good luck,

-Conrad

Conrad T. [email protected] writes:

Lastly, I have been using Ruby 1.9.1 and 2.3.x for several weeks without any
major issues.

Thanks a lot for the info.

Jarl

Jarl F. wrote:

Conrad T. [email protected] writes:

Lastly, I have been using Ruby 1.9.1 and 2.3.x for several weeks without any
major issues.

It might also be worth mentioning that a full transition to Ruby 1.9.1
might still take a little time in order to make sure that all the gems
and plugins commonly used in Rails applications work well under Ruby
1.9.1.