mleong245/bhnc-portal

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.travis.yml
Gemfile
Gemfile.lock
README.rdoc
Rakefile
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/available_hours.coffee
app/assets/javascripts/space_rental_requests.coffee
app/assets/javascripts/user.coffee
app/assets/stylesheets/_calendar.css
app/assets/stylesheets/application.css.sass
app/assets/stylesheets/available_hours.scss
app/assets/stylesheets/scaffolds.scss
app/assets/stylesheets/space_rental_requests.scss
app/assets/stylesheets/user.scss
app/controllers/application_controller.rb27
A
0 mins
app/controllers/available_hours_controller.rb33
A
0 mins
app/controllers/events_controller.rb21
A
0 mins
app/controllers/space_rental_requests_controller.rb58
A
0 mins
app/controllers/user_controller.rb44
A
0 mins
app/controllers/volunteer_applications_controller.rb24
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/helpers/available_hours_helper.rb2
A
0 mins
app/helpers/space_rental_requests_helper.rb2
A
0 mins
app/helpers/user_helper.rb2
A
0 mins
app/helpers/volunteer_applications_helper.rb2
A
0 mins
app/mailers/application_mailer.rb4
A
0 mins
app/mailers/confirmation_mailer.rb22
A
0 mins
app/models/ability.rb10
A
0 mins
app/models/available_hour.rb14
A
0 mins
app/models/event.rb19
A
0 mins
app/models/space_rental_request.rb62
A
0 mins
app/models/user.rb18
A
0 mins
app/models/volunteer_application.rb18
A
0 mins
app/views/available_hours/edit.html.erb
app/views/confirmation_mailer/rental_approved.html.erb
app/views/confirmation_mailer/rental_denied.html.erb
app/views/confirmation_mailer/user_created.html.erb
app/views/confirmation_mailer/volunteer_approved.html.erb
app/views/confirmation_mailer/volunteer_denied.html.erb
app/views/devise/confirmations/new.html.erb
app/views/devise/mailer/confirmation_instructions.html.erb
app/views/devise/mailer/reset_password_instructions.html.erb
app/views/devise/mailer/unlock_instructions.html.erb
app/views/devise/passwords/edit.html.erb
app/views/devise/passwords/new.html.erb
app/views/devise/registrations/edit.html.erb
app/views/devise/registrations/new.html.erb