Rails Roadmap

How to learn RAILS?

Ruby on Rails or Rails is a server-side web application framework based on Ruby language. Rails supports MVC or (Model-View-Controller) architecture.

It was launched in 2004.

It provides default structure for databases, web pages, and web services. Today, companies like Airbnb, fiverr, Github, and Bloomberg use Ruby on rails.

Now, let’s get on the road to learn Rails.

Prerequisites: Before we start learning about Ruby on Rails, it is advised to have some knowledge of Ruby and OOPS concept. Having knowledge of the internet and web development is a plus.

Step1:

Begin with its installation on your system. Learn about its framework.

Step2:

Learn directory structure, database setup, and active records.

Step3:

Move on to some more interesting topics. Learn migrations, controller, routes, and views.

Step4:

Understand the concept of layouts, scaffolding, file uploading, and Ajax on rails.

Step5:

Whoa! We are done with Rails. Build projects to get a better grasp of concepts.