Let's start Ruby on Rails
Install
Rails is Web Application Framework written in Ruby. So I need to install Ruby first.
I already have a homebrew and will use it.
brew update
brew install rbenv && brew upgrade ruby-build
rbenv is a Ruby version management tool.
rbenv install ...
weensy.hashnode.dev1 min read