Installing and Running Ruby on Rails 6

Go to class
Write Review

Free Online Course: Installing and Running Ruby on Rails 6 provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Installing and Running Ruby on Rails 6 is taught by Kevin Skoglund.

Overview
  • Learn how to install and configure Ruby on Rails 6 on a Windows or Mac computer.

Syllabus
  • 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
    Conclusion
    • Next steps