Is Rails now working with Ruby 1.9?

Go To StackoverFlow.com

2

Possible Duplicate:
Is it possible to run Ruby on Rails with Ruby 1.9x?

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?

2009-06-16 09:42
by acemtp


5

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.

2009-06-16 12:49
by fig


2

Hope this helps:

Rails 2.3 with Ruby 1.9

2009-06-16 09:46
by Rahul
The link doesn't wor - acemtp 2009-06-16 14:49
It does for me. (http://blog.nextlogic.net/2009/05/rails-23-with-ruby-19.html) - Rahul 2009-06-17 01:24


0

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!

2009-06-16 16:24
by acemtp


0

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

2009-06-16 18:36
by NoName
Ads