From: Avi Bryant Date: 2001-05-08T10:36:46+09:00 Subject: [ruby-talk:14837] Re: Ruby and Web Applications On Tue, 8 May 2001 10:24:21 +0900 "Hal E. Fulton" wrote: > > Which makes people think of PHP and other embedded code systems. Oops. > > > > Actually, it's probably true that this causes misconceptions. But I don't > think > changing the design is the answer... just document how it really *does* > work... Point taken; in fact, I'm thinking I may change the design slightly anyway, to remove the strict one-to-one mapping between objects and templates; in some cases (eg, multi-page forms, master/detail views) it's useful to switch between different template views of the same component - in which case it probably makes sense to discourage having the code and template in the same file. Thoughts?