leesmith/decent_authentication

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.browserslistrc
.github/workflows/ruby.yml
.gitignore
.pryrc
.rspec
.rubocop.yml
.ruby-version
.standard.yml
Gemfile
Gemfile.lock
Procfile.dev
README.md
Rakefile
app/assets/config/manifest.js0
A
0 mins
app/assets/stylesheets/application.css
app/assets/stylesheets/application.tailwind.css
app/channels/application_cable/channel.rb4
A
0 mins
app/channels/application_cable/connection.rb4
A
0 mins
app/controllers/application_controller.rb15
A
0 mins
app/controllers/home_controller.rb3
A
0 mins
app/controllers/password_resets_controller.rb32
A
0 mins
app/controllers/profile_controller.rb22
A
0 mins
app/controllers/sessions_controller.rb29
A
0 mins
app/controllers/users_controller.rb24
A
0 mins
app/helpers/application_helper.rb16
A
0 mins
app/javascript/application.js2
A
0 mins
app/javascript/controllers/application.js5
A
0 mins
app/javascript/controllers/hello_controller.js6
A
0 mins
app/javascript/controllers/index.js3
A
0 mins
app/jobs/application_job.rb2
A
0 mins
app/mailers/application_mailer.rb4
A
0 mins
app/mailers/user_mailer.rb7
A
0 mins
app/models/application_record.rb3
A
0 mins
app/models/user.rb14
A
0 mins
app/services/authenticate_user.rb27
A
0 mins
app/services/recover_password.rb35
A
0 mins
app/services/send_password_reset_request.rb10
A
0 mins
app/views/application/_flash.html.haml
app/views/home/index.html.haml
app/views/layouts/application.html.haml
app/views/layouts/mailer.html.erb
app/views/layouts/mailer.text.erb
app/views/password_resets/edit.html.haml
app/views/password_resets/new.html.haml
app/views/profile/edit.html.haml
app/views/sessions/new.html.haml
app/views/user_mailer/password_reset.html.erb
app/views/user_mailer/password_reset.text.erb
app/views/users/new.html.haml
bin/brakeman