What efforts have been made in rails 3 to encourage code re-use? Is there anything akin to merb slices / engines built into the framework that would allow me to drop in a configurable component such as a 'blog' engine? If so, what is considered best practice?
views:
122answers:
1
+3
A:
On Russian dolls and mountable apps
One of the hottest new features in Rails 3 is the ability to embed a Rails application in another Rails application. This allows the development of components that range from user authentication to a fully featured forum.
See here for more
You can also use Rack with Rails.
Chris McCauley
2010-02-16 10:29:46
Looks like this didn't make the beta. http://groups.google.com/group/rubyonrails-core/browse_thread/thread/2120fccbcbc098ad/90be0909b6a079ff
fturtle
2010-02-16 12:53:40