bill walton wrote: > > Any thoughts / discussion is much appreciated.
The original concept of controllers in MVC was that they handled terminal events like mouse and keystrokes. The elaboration of MVC into MVP moved that responsibility into another layer between views and controllers called a presenter. One could argue that what one really has with Rails 2.x is MVP, with the browser acting as the presenter, rather than MVC. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

