In this article, we will cover basics of Ruby on Rails (RoR) by creating a simple web application tutorial with a single static webpage.
Installing Rails
To install ruby on rails on your machine kindly follow rails guide
Creating first rails project
On this tutorial we will create a rails project with the name blogApp. I will show you how to create your first rails project with a postgreSQL and mySQL. We will run all our commands using gitbash terminal.
MySQL
If you want to use MySQL with your r...
Published on January 25, 2023 09:40