On Jun 17, 3:00 am, Matthew Palmer <[EMAIL PROTECTED]> wrote:
> Remove 'model' from that list, and you'd be awfully close to having my vote.
> The views, helpers, and controller do all tend to relate quite closely
> together.  Models, though, often permeate between various controllers.
>

+1 that putting Models along with VC is a baaaaaaaaad idea.
Simple apps often have a 1:1 M:C - but once the app grows, very often
Models are used throughout, not directly corresponding to 1 and only 1
controller.

Controllers define a UI, Models define a domain - the two are not
necessarily mappings of eachother.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" 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-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to