rbground

rbground

🏖️🔴 The Ruby Edition: Familiarizing with Ruby

rbground

Getting started with Ruby on Windows

Install Ruby 2.4.x

Getting started with Jekyll

Create new Jekyll site

gem install jekyll bundler
jekyll new jekyll-site
jekyll serve

To install all required gems for existing projects

bundle install

Getting started with Ruby on Rails

Create new Rails app

gem install rails
rails new app-name