Sha256: 177c0aff8076532b477e71e5dbcc575628da0823b9413432fd227c617f39dffe

Contents?: true

Size: 501 Bytes

Versions: 7

Compression:

Stored size: 501 Bytes

Contents

Description:
    Adds boilerplate controllers, models, and views for authenticating a model.

Example:
    rails generate authentication Member

    This will create:
        app/models/concerns/authenticateable.rb
        app/controllers/concerns/authentication.rb
        app/controllers/members/sessions_controller.rb
        app/models/member_session.rb
        app/views/members/sessions/new.html.slim
        spec/system/members/authentication_spec.rb
        spec/models/member_session_spec.rb

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
orthodox-0.3.6 lib/generators/authentication/USAGE
orthodox-0.3.5 lib/generators/authentication/USAGE
orthodox-0.3.4 lib/generators/authentication/USAGE
orthodox-0.3.3 lib/generators/authentication/USAGE
orthodox-0.3.2 lib/generators/authentication/USAGE
orthodox-0.3.1 lib/generators/authentication/USAGE
orthodox-0.3.0 lib/generators/authentication/USAGE