press Win(key) + R shortcut
type cmd
type git then ENTERpress Win(key) + R shortcut
type cmd
type ruby --version 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
- Once the rails has installed let’s create first rails project
- FIX: gem install sqlite3 -v ‘1.4.0’ — source ‘https://rubygems.org/’