Install and set up Devise

This commit is contained in:
riggraz
2019-08-18 18:51:25 +02:00
parent f3ed240965
commit fb924c9e75
11 changed files with 483 additions and 1 deletions

View File

@@ -28,6 +28,8 @@ gem 'jbuilder', '~> 2.7'
# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.4.2', require: false
gem 'devise', git: 'https://github.com/plataformatec/devise'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]