English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Please tell me what actually we can do using ruby rails programming language. What is it actually ?

2006-11-07 04:07:40 · 5 answers · asked by ksatish21 1 in Computers & Internet Software

5 answers

Ruby on Rails, often called RoR, or just Rails, is an open source web application framework written in Ruby that closely follows the Model-View-Controller (MVC) architecture. It strives for simplicity and allowing real-world applications to be developed in less code than other frameworks and with a minimum of configuration. The Ruby programming language allows for extensive metaprogramming, of which Rails makes much use. This results in a syntax that many of its users find to be very readable. Rails is primarily distributed through RubyGems, which is the official packaging format and distribution channel for Ruby libraries and applications.

2006-11-07 04:16:12 · answer #1 · answered by Marvinator 7 · 1 0

Several IT and web development companies now preferring ruby language due to its simplicity, flexibility and readability. The nature of framework makes the programming language so popular and powerful.

Some of the factors which make Ruby so popular among the developers these days are discussing below:

Rapid development of application – You can put Rails application together easily in lesser time duration.

The language itself is very much flexible in nature so that changes can be done easily according to the project requirement changes.
As it is open source in nature, so many benefits are associated with it. Such as new coding techniques, strong community support for solving errors etc.

2014-08-13 01:08:36 · answer #2 · answered by Anonymous · 0 0

Rails is framework...commonly known as ruby on rails.
It's a programming language mostly use for web development. It creates much of scaffolding code automatically, so it is better choice for web based application. Active Record framework helps in database handling. It requires less code compare to other languages. These are many reason which makes it better choice for developers. Can read more on given reference.

2014-01-17 23:55:28 · answer #3 · answered by Abdul Basit 1 · 1 0

Rails in a widely famous web framework used to development web applications. It is an open source framework with huge contributions from the community. Through rails gems you find very useful plug and play pieces already written by developers. It is widely documented and one of the most widely used frameworks out there

2015-10-27 23:12:29 · answer #4 · answered by Sandra 1 · 0 0

The strongest argument for using Rails is the MVC. Separating model, view, and controllers allows projects to be separated and worked on by multiple people. Database schema is represented in the models, which allow easy access to the database. The web server sends requests to the various methods in a controller. The controller does the work and passes data to the view. The view then generates the HTML which is returned to the browser. The second strongest argument is the ruby language. It's object oriented and quite intuitive.

2015-03-16 07:44:15 · answer #5 · answered by sdkeithk 2 · 0 0

fedest.com, questions and answers