Many other web applications designed for general use and flexibility
have a plugin mechanism that allows you to drop into place some code
modules that provide extra functionality that becomes immediately
available to the web application.
The rails plugin concept provides code modules that are immediately
available for use but in a different way. In this case it relies on the
developer to know that the plugin is available and to then write code
that uses the plugin. There is no auto-recognition of the new
functionality that makes user visible changes within the rails application.
Has anyone run across something that provides or enables a cross between
the two types of plugin concepts?
Thanks,
Dan