Sha256: f5ea98ce78a7e5fb1691d2dbc5868a51f2f8498610f8caea1ae710502691aabc

Contents?: true

Size: 1.02 KB

Versions: 3

Compression:

Stored size: 1.02 KB

Contents

NAME
     cbac - Generator scripts for the Context Based Access Control system

SYNOPSIS
     cbac
     
DESCRIPTION
     This generator creates the basic setup for the CBAC system.

     Included:
      - config/privileges.rb
      - config/context_roles.rb
      - db/migrate/create_cbac.rb
      - app/controllers/cbac/generic_roles_controller.rb
      - app/controllers/cbac/memberships_controller.rb
      - app/controllers/cbac/permissions_controller.rb
      - app/views/layouts/cbac.html.erb
      - app/views/cbac/generic_roles/index.html.erb
      - app/views/cbac/memberships/index.html.erb
      - app/views/cbac/memberships/_update.html.erb
      - app/views/cbac/permissions/index.html.erb
      - app/views/cbac/permissions/_update.html.erb
      - public/stylesheets/cbac.css
      - test/fixtures/cbac_permissions.yml
      - test/fixtures/cbac_generic_roles.yml
      - test/fixtures/cbac_memberships.yml

            
EXAMPLE
      ./script/generate cbac

MORE INFO
	http://cbac.rubyforge.org/
	

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cbac-0.6.3 lib/generators/cbac/USAGE
cbac-0.6.1 lib/generators/cbac/USAGE
cbac-0.6.0 lib/generators/cbac/USAGE