Learn Ruby in this module
This section designed for making you familiar with the most common aspects and Ruby terminology. Also it contains guides with language basics and installation.
This section is mandatory for future Ruby training.
- Ruby installation with rvm
- Codecademy Learn Ruby
- Ruby Style Guide
- What is Bundler
- Gemfiles
- Minitest suite
This part of ruby module consist of simple tasks which requires few lines of ruby basics understanding.
Don't forget to install dependencies with bundler bundle install
before
starting to work on tasks.
List of exercises:
Resources: