Is it possible to include view code in a plugin, such that an app using the plugin can simply call reference the view code like it might reference one of its own partials.
Am I off track here or are there good examples of plugins which do this..
Is it possible to include view code in a plugin, such that an app using the plugin can simply call reference the view code like it might reference one of its own partials.
Am I off track here or are there good examples of plugins which do this..
You can do this with the engine stuff that's already built into Rails 2.3, I've done it with calenduh. This is supposedly vastly improved in the up and coming Rails 3.