datamolecule/door_mat

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.csslintrc
.eslintignore
.eslintrc
.gitignore
.rspec
.rubocop.yml
.travis.yml
Gemfile
MIT-LICENSE
README.md
Rakefile
app/assets/stylesheets/door_mat/application.css
app/assets/stylesheets/scaffold.css
app/views/door_mat/activity_mailer/confirm_email.html.erb
app/views/door_mat/activity_mailer/confirm_email.text.erb
app/views/door_mat/activity_mailer/reset_password.html.erb
app/views/door_mat/activity_mailer/reset_password.text.erb
app/views/door_mat/change_password/new.html.erb
app/views/door_mat/forgot_passwords/choose_new_password.html.erb
app/views/door_mat/forgot_passwords/new.html.erb
app/views/door_mat/helpers/_errors_if_any.html.erb
app/views/door_mat/manage_email/new.html.erb
app/views/door_mat/password_less_session/access_token.html.erb
app/views/door_mat/password_less_session/new.html.erb
app/views/door_mat/password_less_session_mailer/send_token.html.erb
app/views/door_mat/password_less_session_mailer/send_token.text.erb
app/views/door_mat/reconfirm_password/new.html.erb
app/views/door_mat/sign_in/new.html.erb
app/views/door_mat/sign_up/new.html.erb
app/views/door_mat/static/add_email_success.html.erb
app/views/door_mat/static/change_password_success.html.erb
app/views/door_mat/static/confirm_email_success.html.erb
app/views/door_mat/static/email_confirmation_required.html.erb
app/views/door_mat/static/forgot_password_verification_mail_sent.html.erb
app/views/door_mat/static/sign_in_success.html.erb
app/views/door_mat/static/sign_out_success.html.erb
app/views/door_mat/static/sign_up_success.html.erb
bin/rails
door_mat.gemspec
lib/tasks/door_mat_tasks.rake
app/assets/javascripts/door_mat/application.js0
app/controllers/door_mat/activities_controller.rb86
A
45 mins
app/controllers/door_mat/application_controller.rb9
app/controllers/door_mat/change_password_controller.rb25
app/controllers/door_mat/forgot_passwords_controller.rb45
app/controllers/door_mat/manage_email_controller.rb49
app/controllers/door_mat/password_less_session_controller.rb98
A
1 hr
app/controllers/door_mat/reconfirm_password_controller.rb19
app/controllers/door_mat/sessions_controller.rb12