datamolecule/door_mat

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
lib/tasks/door_mat_tasks.rake
lib/door_mat/version.rb3
A
0 mins
lib/door_mat/url_protocol.rb7
A
0 mins
lib/door_mat/test_helper.rb41
A
0 mins
lib/door_mat/regex.rb10
A
0 mins
lib/door_mat/process/reset_password.rb31
A
30 mins
lib/door_mat/process/manage_email.rb29
A
1 hr
lib/door_mat/process/create_new_anonymous_actor.rb30
A
25 mins
lib/door_mat/process/actor_sign_up.rb25
A
1 hr
lib/door_mat/process/actor_sign_in.rb27
A
2 hrs
lib/door_mat/process/actor_password_change.rb53
B
4 hrs
lib/door_mat/engine.rb19
A
0 mins
lib/door_mat/crypto/symmetric_store.rb59
A
0 mins
lib/door_mat/crypto/secure_compare.rb16
A
0 mins
lib/door_mat/crypto/password_hash.rb32
A
0 mins
lib/door_mat/crypto/fast_hash.rb14
A
0 mins
lib/door_mat/crypto/asymmetric_store.rb62
A
0 mins
lib/door_mat/crypto.rb42
A
0 mins
lib/door_mat/controller.rb89
A
45 mins
lib/door_mat/configuration.rb111
A
1 hr
lib/door_mat/attr_symmetric_store.rb64
A
3 hrs
lib/door_mat/attr_asymmetric_store.rb62
A
3 hrs
lib/door_mat.rb17
A
0 mins
door_mat.gemspec
bin/rails
app/views/door_mat/static/sign_up_success.html.erb
app/views/door_mat/static/sign_out_success.html.erb
app/views/door_mat/static/sign_in_success.html.erb
app/views/door_mat/static/forgot_password_verification_mail_sent.html.erb
app/views/door_mat/static/email_confirmation_required.html.erb
app/views/door_mat/static/confirm_email_success.html.erb
app/views/door_mat/static/change_password_success.html.erb
app/views/door_mat/static/add_email_success.html.erb
app/views/door_mat/sign_up/new.html.erb
app/views/door_mat/sign_in/new.html.erb
app/views/door_mat/reconfirm_password/new.html.erb
app/views/door_mat/password_less_session_mailer/send_token.text.erb
app/views/door_mat/password_less_session_mailer/send_token.html.erb
app/views/door_mat/password_less_session/new.html.erb
app/views/door_mat/password_less_session/access_token.html.erb
app/views/door_mat/manage_email/new.html.erb
app/views/door_mat/helpers/_errors_if_any.html.erb
app/views/door_mat/forgot_passwords/new.html.erb
app/views/door_mat/forgot_passwords/choose_new_password.html.erb
app/views/door_mat/change_password/new.html.erb
app/views/door_mat/activity_mailer/reset_password.text.erb
app/views/door_mat/activity_mailer/reset_password.html.erb
app/views/door_mat/activity_mailer/confirm_email.text.erb
app/views/door_mat/activity_mailer/confirm_email.html.erb
app/models/door_mat/sign_up.rb12
A
0 mins