ppworks/nyauth

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
CHANGELOG.md
Gemfile
Gemfile.lock
MIT-LICENSE
README.md
Rakefile
app/controllers/concerns/nyauth/client_concern.rb26
A
0 mins
app/controllers/concerns/nyauth/controller_concern.rb11
A
0 mins
app/controllers/concerns/nyauth/session_concern.rb57
A
35 mins
app/controllers/nyauth/base_controller.rb7
A
0 mins
app/controllers/nyauth/confirmation_requests_controller.rb26
A
0 mins
app/controllers/nyauth/confirmations_controller.rb15
A
0 mins
app/controllers/nyauth/passwords_controller.rb21
A
0 mins
app/controllers/nyauth/registrations_controller.rb20
A
0 mins
app/controllers/nyauth/reset_password_requests_controller.rb25
A
0 mins
app/controllers/nyauth/reset_passwords_controller.rb23
A
0 mins
app/controllers/nyauth/sessions_controller.rb29
A
0 mins
app/helpers/nyauth/application_helper.rb43
A
0 mins
app/mailers/nyauth/request_mailer.rb14
A
0 mins
app/models/concerns/nyauth/authenticatable.rb23
A
0 mins
app/models/concerns/nyauth/confirmable.rb28
A
0 mins
app/models/concerns/nyauth/password_digest_ability.rb32
A
0 mins
app/models/concerns/nyauth/reset_password_ability.rb29
A
0 mins
app/responders/nyauth/app_responder.rb13
A
0 mins
app/responders/nyauth/confirmation_responder.rb12
A
0 mins
app/services/nyauth/confirmation_request.rb17
A
55 mins
app/services/nyauth/registration.rb20
A
0 mins
app/services/nyauth/reset_password_request.rb17
A
55 mins
app/services/nyauth/session.rb19
A
0 mins
app/views/layouts/nyauth/base.html.erb
app/views/layouts/nyauth/mailer.html.erb
app/views/layouts/nyauth/mailer.text.erb
app/views/nyauth/confirmation_requests/new.html.erb
app/views/nyauth/confirmations/edit.html.erb
app/views/nyauth/passwords/edit.html.erb
app/views/nyauth/registrations/new.html.erb
app/views/nyauth/request_mailer/request_confirmation.html.erb
app/views/nyauth/request_mailer/request_confirmation.text.erb
app/views/nyauth/request_mailer/request_reset_password.html.erb
app/views/nyauth/request_mailer/request_reset_password.text.erb
app/views/nyauth/reset_password_requests/new.html.erb
app/views/nyauth/reset_passwords/edit.html.erb
app/views/nyauth/sessions/new.html.erb
bin/rails
gemfiles/Gemfile-rails.4.2.x
gemfiles/Gemfile-rails.edge
lib/generators/nyauth/install_generator.rb10
A
0 mins
lib/generators/nyauth/nyauth_generator.rb39
A
0 mins