Displaying 1 result from an estimated 1 matches for "themodestrubyist".
2010 Sep 24
2
Rails 3: Engines or/and Railties. How to use them?
Howdy all,
I have spent a couple of days trying to figure out how to put
different pieces of our (quite large) app into components.
The idea was to use Rails 3 Engines/Railties and place them in /lib.
Each would have its own [app/views, app/helpers, app/models and app/
controllers]
We also needed an ability for those components to override views/
helpers/controllers in the parent