press Win(key) + R shortcut
type cmd then ENTER
type git then ENTER
press Win(key) + R shortcut
type cmd ENTER
type ruby --version ENTER
press Win(key) + R shortcut
type cmd then ENTER
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 ‘sqlite3’, git: ‘https://github.com/larskanis/sqlite3-ruby’, branch: ‘add-gemspec’
gist -u b94500b09d528c8a0fe3c5df1ea28ca2 setup.org