Sha256: 1b80bb6742a5406ef47842cf2a12b6cff0943ab26eb24a1d303b00b7c8ae6133

Contents?: true

Size: 705 Bytes

Versions: 7

Compression:

Stored size: 705 Bytes

Contents

---------------------------------------
TheRole
---------------------------------------

Description:
  This generators helps to install TheRole gem into your Application

This text:
  > bundle exec rails g the_role --help

Generators:
  > bundle exec rails g the_role install
  - Install config file and models

  > bundle exec rails g the_role config
  - Install config file

  > bundle exec rails g the_role models
  - Install models

  > bundle exec rails g the_role admin
  - Create Admin Role

  > rake db:roles:admin
  - Create Admin Role

Migrations:
  > bundle exec rake the_role_engine:install:migrations

---------------------------------------
~ TheRole
---------------------------------------

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
the_role-2.5.4 lib/generators/the_role/USAGE
the_role-2.5.3 lib/generators/the_role/USAGE
the_role-2.5.2 lib/generators/the_role/USAGE
the_role-2.5.1 lib/generators/the_role/USAGE
the_role-2.5 lib/generators/the_role/USAGE
the_role-2.4 lib/generators/the_role/USAGE
the_role-2.3 lib/generators/the_role/USAGE