What's the use of Ruby on rails ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What's the use of Ruby on rails ?

30th Mar 2018, 12:07 PM
Antu Acharjee
Antu Acharjee - avatar
2 Answers
+ 2
It enables the programmer to easily create advanced database-driven websites using scaffolding and code generation, following convention over configuration, which means that if you stick to a certain set of conventions, a lot of features will work right out of the box with very little code.
30th Mar 2018, 12:37 PM
Ekansh
+ 1
Rails (usualy called Ruby on Rails, or RoR) is an advanced web server Ruby framework. Basically, it's used to handle server sided http requests by sending dynamic html pages and/or any files to user side (web browsers). Anyway, as stated by Ekansh kashyap, as "advanced" framework it is designed to help to structure your work easiest and quickest than by writting by yourself all the needed stuff to handle database and dynamical templating through MVC paradigm... https://www.sitepoint.com/model-view-controller-mvc-architecture-rails/
30th Mar 2018, 1:18 PM
visph
visph - avatar