Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 634 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 634 Bytes

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!