In 5 minutes, Ruby on Rails can be used to create a web-based search engine for Flickr using their public API with AJAX. It is an open source project written in the Ruby programming language and applications using the Rails framework are developed using the Model-View-Controller design paradigm: |
The MVC solves this problem by decoupling data access and business logic from data presentation and user interaction, by introducing an intermediate component: the controller. |