RUBY
ON RAILS INSTALLATION (WINDOWS 7 x64)
Step
1
Download
all the required files below:-
- https://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-2.3.3-x64.exe
- https://dl.bintray.com/oneclick/rubyinstaller/DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe
- https://nodejs.org/dist/v6.10.0/node-v6.10.0-x86.msi
Step
2
- Install rubyinstaller installer
- install devkit
- create directory c:\devkit
- extract devkit package into the directory
- cd to the directory and type “ruby dk.rb init”
- then type “ruby dk.rb install”
- Install nodejs installer
Step
3
- Open ruby command prompt (program files)
- Type “gem install rails”
- Type “gem install bundler”