hello-gem/hello

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitignore
.gitlab-ci.yml
.rubocop.yml
.rubocop_todo.yml
.ruby-version
.travis.yml
CONTRIBUTING.md
CUSTOMIZING.md
Gemfile
LOCALES.md
MIT-LICENSE
README.md
Rakefile
app/controllers/hello/application_controller.rb22
A
0 mins
app/controllers/hello/authentication/sessions_controller.rb58
A
0 mins
app/controllers/hello/authentication/sign_in_controller.rb29
A
0 mins
app/controllers/hello/authentication/sudo_mode_controller.rb31
A
0 mins
app/controllers/hello/concerns/authentication/sign_in.rb35
A
0 mins
app/controllers/hello/concerns/management/forgot_password.rb36
A
0 mins
app/controllers/hello/concerns/management/reset_password.rb25
A
0 mins
app/controllers/hello/concerns/registration/sign_up.rb53
A
0 mins
app/controllers/hello/internationalization/locale_controller.rb22
A
0 mins
app/controllers/hello/management/accesses_controller.rb24
A
0 mins
app/controllers/hello/management/confirm_emails_controller.rb29
A
0 mins
app/controllers/hello/management/emails_controller.rb51
A
35 mins
app/controllers/hello/management/forgot_password_controller.rb29
A
0 mins
app/controllers/hello/management/passwords_controller.rb45
A
0 mins
app/controllers/hello/management/profiles_controller.rb54
A
0 mins
app/controllers/hello/management/reset_password_controller.rb39
A
0 mins
app/controllers/hello/registration/sign_up_controller.rb54
A
0 mins
app/helpers/hello/application_helper.rb4
A
0 mins
app/mailers/hello/mailer.rb20
A
0 mins
app/models/access.rb3
A
0 mins
app/models/credential.rb3
A
0 mins
app/models/email_credential.rb3
A
0 mins
app/models/password_credential.rb3
A
0 mins
app/models/user.rb3
A
0 mins
app/views/hello/authentication/_sign_in.html.erb
app/views/hello/authentication/new_session.html.erb
app/views/hello/authentication/sessions.html.erb
app/views/hello/authentication/sign_in.html.erb
app/views/hello/authentication/sudo_mode.html.erb
app/views/hello/internationalization/locales.html.erb
app/views/hello/mailer/confirm_email.html.erb
app/views/hello/mailer/forgot_password.html.erb
app/views/hello/mailer/welcome.html.erb
app/views/hello/management/accesses.html.erb
app/views/hello/management/cancel.html.erb
app/views/hello/management/email_credentials/expired_confirmation_token.html.erb