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
-
- Easy to learn and Rapid Development -compared with other frameworks and languages
-
- the vast collection of open-source libraries available
-
- Good community support
-
- Truly Object-Oriented
-
- 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.