mckramer/fansite

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
app/assets/stylesheets/events.css.scss
app/assets/stylesheets/fonts.css.scss
app/assets/stylesheets/locations.css.scss
app/assets/stylesheets/media.css.scss
app/assets/stylesheets/pages.css.scss
app/assets/stylesheets/posts.css.scss
app/assets/stylesheets/scaffolds.css.scss
app/assets/stylesheets/users.css.scss
app/controllers/application_controller.rb33
A
25 mins
app/controllers/authentications_controller.rb45
A
45 mins
app/controllers/calendar_controller.rb21
A
2 hrs
app/controllers/events_controller.rb102
A
3 hrs
app/controllers/locations_controller.rb64
A
2 hrs
app/controllers/media_controller.rb80
A
35 mins
app/controllers/pages_controller.rb40
A
25 mins
app/controllers/posts_controller.rb66
A
2 hrs
app/controllers/registrations_controller.rb42
A
0 mins
app/controllers/users_controller.rb78
A
0 mins
app/helpers/application_helper.rb26
A
0 mins
app/helpers/calendar_helper.rb49
A
0 mins
app/helpers/events_helper.rb8
A
0 mins
app/helpers/locations_helper.rb2
A
0 mins
app/helpers/media_helper.rb72
A
0 mins
app/helpers/posts_helper.rb2
A
0 mins
app/helpers/users_helper.rb13
A
35 mins
app/models/ability.rb19
A
25 mins
app/models/authentication.rb4
A
0 mins
app/models/blacklist.rb6
A
0 mins
app/models/event.rb30
A
0 mins
app/models/location.rb9
A
0 mins
app/models/media_provider.rb5
A
0 mins
app/models/medium.rb38
A
0 mins
app/models/post.rb9
A
0 mins
app/models/user.rb36
A
0 mins
app/views/authentications/failed.html.haml
app/views/calendar/_calendar.html.haml
app/views/calendar/index.html.haml
app/views/events/_event.html.haml
app/views/events/_form.html.haml
app/views/events/edit.html.haml
app/views/events/index.html.haml
app/views/events/new.html.haml
app/views/events/show.html.haml
app/views/layouts/_alerts.html.haml
app/views/layouts/_footer.html.haml
app/views/layouts/_head.html.erb
app/views/layouts/_header.html.haml
app/views/layouts/_nav.html.haml
app/views/layouts/application.html.erb
app/views/layouts/display.html.erb