vote up 2 vote down star

Browsing the web says that Rails is not compatible with Ruby 1.9 but I would like to know if it's always the case?

And how long should we wait to see a Rails version working with Ruby 1.9? Is it work in progress? In dev stage?

flag

Dupe: stackoverflow.com/questions/783651/… – Chuck Jun 16 at 19:28

4 Answers

vote up 5 vote down check

Yes, the latest Rails works fully with Ruby 1.9.1.

Issues you have will be around gems/plugins that might not be compatible yet. But more and more of the popular gems/plugins are now working with 1.9. (As pointed out in Rahul's link.) See isitRuby19.com for compatibility info.

The other aspect is that if you're developing on Windows, there isn't a one-click installer for Ruby 1.9 yet, so getting set up locally might be more of a pain than it's worth.

link|flag
vote up 2 vote down

Hope this helps:

Rails 2.3 with Ruby 1.9

link|flag
The link doesn't work – acemtp Jun 16 at 14:49
It does for me. (blog.nextlogic.net/2009/05/…). – Rahul Jun 17 at 1:24
vote up 0 vote down

Ok, I found this link:

http://guides.rubyonrails.org/2_3_release_notes.html

Indeed, rails 2.3 works with ruby 1.9. That's cool!

link|flag
vote up 0 vote down

yes, but you are gonna have a lo of troubles with the plugins

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.