
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/
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.
RailsInstaller.org is down, you can find the installer here:
https://web.archive.org/web/20210306035811/http://railsinstaller.org/en
Install and verify Ruby on Rails on Windows by restarting Bash, then create a new Rails project with Rails new and run bundle install.
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.
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.
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.
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.
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