Search code examples
ruby-on-railsruby-1.9ruby-on-rails-2

Is it okay to use Rails 2.3 with Ruby 1.9?


Short and sweet,

Is it ok to use (current version) Ruby 1.9.1 with Rails 2.3.5?

Thanks for any additional info!


Solution

  • Short and sweet: yes. This link shows some small problems preventing full compatibility, but they are minor.

    While the download page recommends 1.8.7, we've been running 2.3.5 against 1.9.1 with no problems.

    Edit: Here's the really relevant link.