Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
How To Install Ruby On Rails On Windows
Rating: 4.7 out of 5(41 ratings)
2,120 students

How To Install Ruby On Rails On Windows

Learn To Install Rails on a Windows Computer the Right Way And Push Your Code To Heroku For Professional Web Hosting!
Created byJohn Elder
Last updated 11/2023
English
English [Auto],

What you'll learn

  • How to Install Ruby on Rails on a Windows Computer
  • How to Install Node the right way, and why you need to!
  • How to Install the really cool Git Bash terminal for Windows
  • How To Set up Version Control Using Git for Windows
  • How To Connect and Push Your Code to Github For Safe Keeping
  • How to Install the Heroku Toolbelt for Windows for Web Hosting
  • How to Push Your App to Heroku Hosting Using Their Free Tier
  • How To Create basic Rails Apps on a Windows Computer

Course content

1 section23 lectures1h 40m total length
  • Introduction1:36
  • First Things First: How To Get Support Fast!0:09

    Check out my student Facebook Group...

    It's a great place to get fast support for this course from me, to interact with other students, to post your projects and code, and to access course announcements and extras...

    Join Now!

    https://www.facebook.com/groups/codemycom/

  • Installing Node4:26
  • Git Bash Terminal4:54

    Install Git Bash on Windows to access a unix-like terminal for using Git with Rails, enabling path access and OpenSSL support for secure version control.

  • Creating an SSH Key4:04
  • Download Ruby on Rails3:25
  • Update!0:02

    RailsInstaller.org is down, you can find the installer here:
    https://web.archive.org/web/20210306035811/http://railsinstaller.org/en

  • Create A Rails Project5:53

    Install and verify Ruby on Rails on Windows by restarting Bash, then create a new Rails project with Rails new and run bundle install.

  • Set Up Git4:32
  • Github6:47
  • Heroku Toolbelt4:19
  • Create Your First Webpage4:09

    Launch a Rails server on Windows, verify it runs at localhost:3000, generate Home#index, view Hello world, and test /home/index as you plan to set the root route later.

  • Root Route3:51
  • Install Bootstrap CSS Framework6:37

    Install the bootstrap css framework in a Ruby on Rails project by adding the bootstrap gem, updating assets and javascript, running bundle install, and restarting the server to apply styling.

  • Bootstrap Jumbotron4:20
  • Bootstrap Navbar4:52
  • Create a Second Webpage3:19
  • Use Ruby Links5:48
  • Intro To Heroku Web Hosting3:19

    Host rails and other apps on Heroku’s free plan, sign up easily, and push your code to deploy; scale with the dashboard as traffic grows.

  • Tweaking the Gemfile for Heroku6:35
  • Pushing Code To Heroku3:48
  • Using A Custom Domain with Heroku3:48

    Learn to set up a custom domain for a Heroku app: buy a domain from registrars like Namecheap or GoDaddy, add it, and point dns to Heroku, enabling propagation.

  • Bonus Lecture10:10

Requirements

  • No programming skills or special tools are necessary to take this course
  • You just need a computer with Internet access and a Web Browser

Description

Have you ever tried to install Ruby on Rails on a Windows computer?  Tough, isn't it!!

Most Ruby on Rails courses assume you already have Rails installed.  Chances are, that's not the case!  And Rails is one of the harder web frameworks to install; it's easy to get messed up!

In this course I'll walk you through it step by step.

We'll install all the software you need such as Node.js, Git, Git Bash, and the Heroku Toolbelt.

I'll also show you how to set up version control, and how to push your version control up to Github.

Finally, I'll walk you through deploying your app on Heroku, a professional web hosting service (we'll use the free version).

If you've ever tried to install Rails and failed, this is the course for you!


See you on the inside!


-John Elder


Who this course is for:

  • This course is aimed towards absolute beginners who want to learn to install Ruby on Rails on a Windows computer
  • Anyone who wants to learn to build web apps with Rails 5
  • Anyone who's struggled to install Ruby on Rails in the Past
  • Anyone looking to install Ruby on Rails faster and more efficiently
  • Mac users looking to transition to Windows for Ruby on Rails Development
  • Newbies and advanced users alike!
  • Anyone transitioning from a cloud IDE