Sha256: a22f7ae284f31e7c83b130e1aec8b5f5389a2ba154ac4d5bfc66bfde606edfaf

Contents?: true

Size: 893 Bytes

Versions: 6

Compression:

Stored size: 893 Bytes

Contents

Description:
    The dashboard generator creates the files and configuration for a "dashboard"
    powered by ActsAsDashboard.

    The generator takes an optional controller name as its argument. The controller
    name may be given in CamelCase or snake_case. It should not be suffixed with
    anything. For example, if the controller is to be named "StatsController",
    specify "Stats" rather than "StatsController".

    If the optional controller name is not provided, it will default to "Dashboard",
    and a controller named DashboardsController will be created.

Example:
    script/generate dashboard

    This will create a "dashboard" named "dashboard" that can be accessed at
    http://localhost:3000/dashboard .

Example:
    script/generate dashboard overview

    This will create a "dashboard" named "overview" that can be accessed at
    http://localhost:3000/overview .

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
acts_as_dashboard-0.4.1 generators/dashboard/USAGE
acts_as_dashboard-0.4.0 generators/dashboard/USAGE
acts_as_dashboard-0.3.3 generators/dashboard/USAGE
acts_as_dashboard-0.3.2 generators/dashboard/USAGE
acts_as_dashboard-0.3.0 generators/dashboard/USAGE
acts_as_dashboard-0.1.0 generators/dashboard/USAGE