Search Results

1
vote
2answers
59 views

Rails App Notification Plugins

Hi Can anyone recommend some rails plugins that would allow me to register various notification against models that could be linked to a set of templates to format emails (and possibly oth …
1
vote
2answers
44 views

Rails Plugins

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 he …