Skip to content

jasonnoble/rails_7_1_devise_example

Repository files navigation

Rails 7.1 Example App with Devise

Devise has a bunch of example applications that provide examples of how Devise is used/installed.

Getting Started

Requirements

  • Ruby 3.2.2
  • Rails 7.1.1

Install

git clone https://github.com/jasonnoble/rails_7_1_devise_example.git
cd rails_7_1_devise_example

bundle install
bin/rails db:create
bin/rails db:migrate

bin/rails server

References

I took inspiration from this project. If you are using Rails 7.0.X, be sure to check it out!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published