David Roy wrote: > Well just now using Zend Framework i would structure my app based on my > documentation and my experience in the following way. > > application > layouts > configs > models > controllers > modules > default > models > views > controllers > forum > models > views > controllers > stories > models > views > controllers > blog > models > views > controllers > gallery > models > views > controllers > > This allows the sub applications to work with the main application, now > i am not quite sure how i would do something similar to logically > separate the sub applications with Rails.
You're assuming that you'd want similar structures in Zend and Rails. That may or may not be true. You *can* do a structure with Rails such as you've described. Whether you *should* depends on your application. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- 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.

