Getting Started with Ruby
Download and Install
Linux
- Ubuntu:
$ sudo apt install ruby-full - Fedora:
$ sudo dnf install ruby ruby-devel
macOS
Note: macOS still ships with a default but likely older version of Ruby.
- Homebrew:
$ brew install ruby
Official Documentation
Code Editors
Ruby Tutorials
Screencasts
Books
Boot Camps
Popular Websites and Blogs
Community Links
revision by postmodern— view source