You are here: Home // MVC
002 RC Model View Controller (MVC)
Podcast: Play in new window
| Download
This is a brief explanation of how Rails implements the MVC design pattern to create such an awesome framework for building websites.
In a nutshell, when a request comes to a Ruby on Rails website, it’s handed the dispatcher. The dispatcher consults the routes provided in the application to determine which Controller and action to pass the request to....

