Rails 7 with Devise 4.8.1 and Bootstrap 5
This project is meant to serve as an example implementation of the Devise gem in a Rails 7 application. Bootstrap 5 is added throught the Bootstrap gem. All the Devise views come pre-styled. It is my goal to provide a Rails example app with up-to-date features.
Feel free to use this as a skeleton for your project, fork it for your own purposes, or contribute to this repo.
This project is a work in progress; I plan to add more authentication features and better styling.
- Ruby 3.0.3
- Rails 7
git clone https://github.com/timothyjamesmarias/rails_7_devise_example.git
cd rails_7_devise_example
bundle install
rails db:create
rails db:migrate
rails s
I took inspiration from this project. If you are using Rails 6, be sure to check it out!