Link to home
Start Free TrialLog in
Avatar of mikha
mikhaFlag for United States of America

asked on

ruby on rails in window

I'm learning ruby on rails , had few issues installing it in windows. I downloaded a installer for windows from railsinstaller.org/en
but ran into few issues, when i tried to create a new project with command ->  rails new my app. Error is that a Gem requires Ruby version >=2.4 .
I don't know why framework adds Gems that are dependent upon new versions of Ruby , when I downloaded an older version of ruby.


is there any good article, tutorial regarding ruby on rails development on windows ? I have heard that windows is not so good for ruby on rails development.
Avatar of Norie
Norie

Why not start by installing an up to date version of Ruby and then install Rails?

You'll find a Windows Installer for Ruby here.
Avatar of mikha

ASKER

thanks @Norie - I was looking for more like steps to set up the development environment
Which version of Ruby do you have installed?
Avatar of mikha

ASKER

2.3
ASKER CERTIFIED SOLUTION
Avatar of mikha
mikha
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial