Thursday, May 21, 2009

Advantages of Ruby on Rails

Advantage of using Ruby on Rails is that it proves very useful while developing database driven websites and applications. It supports databases like Mysql, Postgresql, and Oracle etc. and also provides developers with detailed error logs so as to enable them to debug applications. Users have the facility to develop search engine friendly URL’s for dynamic websites (which have query strings and delimiters like question mark) using the RoR framework. Its MVC (model view architecture) enables data and logic to be separated from presentation. The wide range of libraries provided to developers helps in simplifying the coding of common programming languages tasks such as form validations, sessions management etc. The active record feature in rails simplifies data handling in databases as it automatically maps tables to classes and rows to objects. All these features have made Ruby on Rails a popular framework amongst the open source developers’ community as it helps in rapid application development.

No comments:

Post a Comment