Introduction
Install and configure Ruby on Rails 6
()
1. macOS Installation
Terminal and Unix setup on macOS
()
Install Homebrew on macOS
()
Install Ruby on macOS for a Rails project
()
Install Ruby on Rails on macOS
()
Install MySQL on macOS for a project database
()
Install RubyGems for MySQL
()
Install JavaScript tools for Ruby on Rails
()
Using the web server on macOS
()
Choosing a text editor on macOS for Rails development
()
2. Windows Installation
Running Ruby on Rails on Windows
()
Enable Windows subsystem for Linux
()
Install Linux on Windows
()
Install Ruby on Windows for a Rails project
()
Install Ruby on Rails on Windows
()
Install MySQL on Windows for a project database
()
Install MySQL Ruby gems on Windows
()
Install JavaScript tools for Ruby on Rails
()
Using the web server on Windows
()
Choosing a text editor on Windows for Rails development
()
3. Run Ruby on Rails
Create a new Ruby on Rails project
()
Configure the project to use a database
()
Launch a Ruby on Rails project
()