Please visit my website and subscribe to my youtube channel for more articles
In this blog , we will create a sample project (create and read operation) of Ruby on Rails project
Introduction
Ruby on Rails (or just “Rails” for short) is a web development framework written in the Ruby programming language. Rails is used by companies as diverse as Airbnb, Basecamp, Disney, GitHub, Hulu, Kickstarter, Shopify, Twitter, and the Yellow Pages.
What makes Rails so great?
Firstly, Ruby on Rails is 100% open-source.Rails effectively creates a domain-specific language for writing web applications. As a consequence, many common web programming tasks — such as generating HTML, making data models, and routing URLs — are easy with Rails, and the resulting application code is concise and readable.
Prerequisite
To develop a web application using Ruby on Rails Framework, you need to install the following software −
- Ruby
- The Rails Framework
- A Web Server
- A Database System