Skip to content

Instantly share code, notes, and snippets.

@DevGW
Last active April 5, 2023 14:42
Show Gist options
  • Save DevGW/6a196382faf4680f6e565c412c14e2fe to your computer and use it in GitHub Desktop.
Save DevGW/6a196382faf4680f6e565c412c14e2fe to your computer and use it in GitHub Desktop.
Ruby / Rails :: devise install #rails
rails g devise:install
rails g devise user
rake db:migrate
rails generate devise:views users
rails generate devise:controllers users
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment