Following are the Steps for setting Ruby on Rails on windows 10 :
- Goto http://railsinstaller.org/en
- Download Installer for windows, at the moment its Ruby 2.2 installer
- Install and select github option in installer.
- If there is error in terminal after installation (in messages)
- update git from git-scm.com
- overright folder C:/RailsInstaller/Git *while installing git-scm
- Check the Option while installing “select :Use Git From The Windows Command prompt”
- Install https://nodejs.org/en/
- update rails Command is >> gem install rails –no-ri –no-rdoc
- Check all versions>>rails –v [if error check in command line check the rails.bat file in bin folder of Ruby in rails installer]**********my rails works with this bat file*************
@ECHO OFF
IF NOT “%~f0” == “~f0″ GOTO :WinNT
ECHO.This version of Ruby has not been built with support for Windows 95/98/Me.
GOTO :EOF
:WinNT
@”%~dp0ruby.exe” “%~dpn0” %************************>>ruby -vv
>>git –version
Other Recommended software
- Install Ruby mine.
- Git Desktop
Leave a Reply
You must be logged in to post a comment.