Skip to content

draft:devise generator update #122

Description

@bpurinton

See here: https://github.com/firstdraft/draft_generators/tree/master/lib/generators/draft/devise

We would like something like:

rails generate draft:devise

That does:

  • rails generate devise:install
  • Changes config/initializers/devise.rb Line 269 to config.sign_out_via = :get
  • sets a root route? root "boards#index" (not sure this is entirely necessary)
  • creates registration, sign-in, edit profile forms in plain HTML (no helper methods)

cc @raghubetina @jelaniwoods

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions