Skip to content

Ruby on Rails Framework basic tutorial

Last updated on January 28, 2021

From Ruby on Rails developers “Ruby on Rails® is an open-source web framework that’s optimized for programmer happiness and sustainable productivity. It lets you write beautiful code by favoring convention over configuration.

What is Ruby on Rails

Ruby on Rails, or simply Rails, is a web application framework written in Ruby under MIT License. Rails is a model–view–controller (MVC) framework, providing default structures for a database, a web service, and web pages.

Why Ruby on Rails

    1. Easy to learn and Rapid Development -compared with other frameworks and languages
    1. the vast collection of open-source libraries available
    1. Good community support
    1. Truly Object-Oriented
    1. Rail and ruby both are open source

Where can get it?

You can download it from http://rubyonrails.org/

In the next post, I will write about Ruby on Rails installation steps.

0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments