Skip to content

f4780y/rails7-devise-template

 
 

Repository files navigation

Rails 7 Devise Template

A template available for public use to launch a new Rails 7 app with devise pre-configured. This setup presumes you want to authenticate users under the name users, which seems like a reasonable assumption for most apps.

This repo is a companion to the article Devise Auth Setup in Rails 7.

Setup

Fork your own project from the template. Clone it. Then, all you have to do to get started is:

bundle install
rake db:migrate

And then, to run the server

rails s

About

An app to demonstrate how to setup devise with Rails 7

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 84.3%
  • HTML 11.7%
  • JavaScript 2.5%
  • CSS 1.5%