Do you have a working example of a Rails3 mvc application?
How will it be organized?
I hope something like:
-app
--controller
--views
-plugins
--myapp1
---app
---controller
---views
---...
Can app1 use a model from app2?
Will “routes” file be deprecated?
reference:
https://www.slideshare.net/jacobian/django-in-the-real-world-1750000
You should check out the Rails 3 screencasts at http://rubyonrails.org/screencasts/rails3. They’re a great introduction to the structure of a Rails 3 app and how it’s changed from Rails 2!