Getting to know Ruby on rails.

Asked By 0 points N/A Posted on -
qa-featured

My colleague and I  would like to create an application which was requested by our common friend and came across this Ruby on Rails(RoR).  My questions are:

1. What type of language is RoR and in what platform does it run on?

2. Which is better : Java or RoR?

SHARE
Answered By 0 points N/A #112900

Getting to know Ruby on rails.

qa-featured

Hi there,

Ruby on Rails is a web application framework written in Ruby. It runs on different platforms because it only needs a web browser. Lots and lots of web developers adopted Ruby on Rails because of the development principles used that make save development time and effort. The principles are the following: convention over configuration, don't repeat yourself, and agile development. Through these adopted principles Ruby on Rails stands our from other web development frameworks.

Ruby on Rails is better than Java because it is based in Ruby language which is a dynamic language. Also, Ruby on Rails changes the way how Model-View-Controller is built.

Related Questions