Which version of rails should I install with ruby 2.0.0 installed?
- by Ekin Hazal
Hi I am building a ROR development environment on a new computer with windows 7,
now I have Ruby version 2.0.0 and Gems version 2.2.2 installed. Which version of Rails should I install?
I saw this on rubyonrails.org/download : "We recommend Ruby 2.1.0 for use with Rails. We stopped supporting Ruby 1.8.x after Rails 3.2. Ruby 1.9.2+ will be supported until Rails 5."
I will be working on a long-time project, I'm just trying to lessen the headaches I will have later.
Right now, the latest Rails -v is 4.1.0 and they recommend Ruby 2.1.0 for use with Rails.
I think the best option is to go with this set.
Any other thoughts?