From e4a40da41f337e7dcecaf1d9f1cae44e95874aef Mon Sep 17 00:00:00 2001 From: Archie-Sharma <72157515+Archie-Sharma@users.noreply.github.com> Date: Fri, 2 Oct 2020 00:23:33 +0530 Subject: [PATCH] Update README --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index a1db73c..fef8a77 100644 --- a/README +++ b/README @@ -24,6 +24,9 @@ more separate. Each of these packages can be used independently outside of Rails. You can read more about Action Pack in link:files/vendor/rails/actionpack/README.html. +==What is the use of Ruby on Rails? +The Rails framework helps developers to build websites and applications, because it abstracts and simplifies common repetitive tasks. +Rails is written in Ruby, the programming language which is also used alongside Rails. Ruby is to Rails as PHP is to Symfony and Zend, or as Python is to Django. == Getting Started