
August 8th, 2006, 08:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 1,225
Time spent in forums: < 1 sec
Reputation Power: 8
|
|
|
Understanding Controllers in Ruby-on-Rails
In an MVC based web application, it is the controller that orchestrates and controls the flow of application logic. So to create an efficient, scalable and robust application, the clear understanding of the controller component provided by the framework is necessary. RoR is no exception.
Read the full article here: Understanding Controllers in Ruby-on-Rails
For more discussion go here: Blog Article Discussion
|