This is the first of a series of posts on developing with Ruby on Rails. In this post I introduce you Ruby on Rails and help you get started by installing the framework on Ubuntu 9.10 Karmic Koala.
Ruby on Rails, often called Rails or RoR, is an open source web application framework which favors convention over configuration. It is a framework developed for the Ruby programming language. RoR is designed to be used with an Agile development methodology that enables rapid web development. Ruby on Rails uses the Model–View–Controller (MVC) architectural pattern. This pattern used in software engineering is used to isolate the application logic from the inputs and presentation (GUI), permitting independent development, testing and maintenance of each of the components.
READ THE FULL ARTICLE >>
Popularity: 100%
