Slide 43
Slide 43 text
- James Adam, from the Ruby on Rails mailing list
(http://article.gmane.org/gmane.comp.lang.ruby.rails/29166)
Engines fill a fairly specific need that we
(my team) have, which is the development of
multiple distinct Rails applications which
share common components (authentication,
reporting, importing data from hellish Excel),
and ensuring that a means to apply patches &
bug fixes across each of these applications,
including models, controllers and views with
the *minimum* of developer time spend
(sic) on managing those updates.