Uday's website
Published on Uday's website (https://uday.net)

Home > Ruby on Rails Installation on Windows 10

Ruby on Rails Installation on Windows 10 [1]

Submitted by uday [2] on February 8, 2017 - 8:23pm
  • Get Rails Installer from http://railsinstaller.org/en [3]
  • Run the executable to install ruby, rails, git etc.
  • Verify installation. If anything doesn't work, then check environment path setting.

C:\>ruby --version

C:\>rails --version

  • If rails --version gives error that system not found, then fix path inside C:\RailsInstaller\Ruby2.2.0\bin\rails.bat

C:\Users\emachnic\GitRepos\railsinstaller-windows\stage\Ruby2.2.0\bin\ruby.exe has to be C:\RailsInstaller\Ruby2.2.0\bin\ruby.exe

  • Update old binaries/gems that are part of installer running following command

gem update --system --no-document && gem update --no-document

Rating: 

 Valid XHTML 1.0 StrictCreative Commons LicenseVerbatim copying and redistribution of this entire page are permitted provided this notice is preserved. All content on this website including archives (including text, photographs, audio files and any other original work), unless otherwise noted, is licensed under a Creative Commons License or later.


Source URL:https://uday.net/Ruby-on-Rails-Installation-on-Windows-10

Links
[1] https://uday.net/Ruby-on-Rails-Installation-on-Windows-10 [2] https://uday.net/user/1 [3] http://railsinstaller.org/en