Dashboard Engine plugin

Plugin details

The DashboardEngine reads through all the controllers in (app/controllers) and extracts the views that are candidates for being displayed on the dashboard It supports named views, specifying parameters,save and Retrieval

Websitehttp://rubyforge.org/projects/dashboardengine Repositorysvn://rubyforge.org/var/svn/dashboardengine Author Pramod K P Tags dashboard, Engine LicenseUnknown

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 documentation

Edit plugin | (0 older versions) | Last edited by: hardway, about 1 year ago