Dashboard Engine plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install svn://rubyforge.org/var/svn/dashboardengine
1) Views without parameters.
class MyController < ApplicationController dashboard_actions :action1, :action2, :action3 ... end
2) Views with parameters.
class MyController < ApplicationController dashboard_actions (:action1, {:action2 => [:param1, :param2]}) ... end
This software package is developed using the Engines plugin. To find out more about how to use engines in general, go to http://rails-engines.rubyforge.org for general documentation about the Engines mechanism.
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | (0 older versions) | Last edited by: hardway, about 1 year ago

