press Win(key) + R shortcut
type cmd then ENTER
type git then ENTERpress Win(key) + R shortcut
type cmd ENTER
type ruby --version ENTERpress Win(key) + R shortcut
type sqlite3 then ENTER- Open the cmdline
- run following command
gem install --no-ri --no-rdoc rails
# verify
rails --version- Once the rails has installed let’s create first rails project
rails new blog- FIX: gem install sqlite3 -v ‘1.4.0’ — source ‘https://rubygems.org/’ Details here
gist -u b94500b09d528c8a0fe3c5df1ea28ca2 setup.org