Sha256: 1ff5e4d3bd9dddfa040489b3dc4b791ffdedd58be00bcfe41a7acc08e6138daf

Contents?: true

Size: 950 Bytes

Versions: 10

Compression:

Stored size: 950 Bytes

Contents

Description:
  Generates the necessary files to get you up and running with Sorcery gem
  
Examples:
  rails generate sorcery:install

    This will generate the core migration file, the initializer file and the 'User' model class.

  rails generate sorcery:install remember_me reset_password

    This will generate the migrations files for remember_me and reset_password submodules
    and will create the initializer file (and add submodules to it), and create the 'User' model class.

  rails generate sorcery:install --model Person

    This will generate the core migration file, the initializer and change the model class
    (in the initializer and migration files) to the class 'Person' (and it's pluralized version, 'people')

  rails generate sorcery:install http_basic_auth external remember_me --only-submodules

    This will generate only the migration files for the specified submodules and will
    add them to the initializer file.

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
sorcery-0.12.0 lib/generators/sorcery/USAGE
sorcery-0.11.0 lib/generators/sorcery/USAGE
sorcery-0.10.3 lib/generators/sorcery/USAGE
sorcery-0.10.2 lib/generators/sorcery/USAGE
sorcery-0.10.1 lib/generators/sorcery/USAGE
sorcery-0.10.0 lib/generators/sorcery/USAGE
sorcery-0.9.1 lib/generators/sorcery/USAGE
sorcery-0.9.0 lib/generators/sorcery/USAGE
cbsorcery-0.8.6 lib/generators/sorcery/USAGE
cb-sorcery-0.8.6 lib/generators/sorcery/USAGE