bryanbibat/karaoke

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.ruby-version
.travis.yml
Gemfile
Gemfile.lock
Guardfile
README.md
Rakefile
app/assets/images/marker-green.png
app/assets/images/opengraph.png
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/map.js.coffee
app/assets/stylesheets/application.css
app/assets/stylesheets/page.css.scss
app/controllers/application_controller.rb14
A
0 mins
app/controllers/articles_controller.rb9
A
0 mins
app/controllers/artists_controller.rb19
A
0 mins
app/controllers/karaoke_machines_controller.rb28
A
0 mins
app/controllers/karaoke_places_controller.rb8
A
0 mins
app/controllers/pages_controller.rb10
A
0 mins
app/controllers/searches_controller.rb25
A
0 mins
app/controllers/songs_controller.rb19
A
0 mins
app/controllers/tags_controller.rb21
A
0 mins
app/helpers/application_helper.rb22
A
0 mins
app/models/ability.rb16
A
0 mins
app/models/admin.rb4
A
0 mins
app/models/article.rb19
A
0 mins
app/models/artist.rb21
A
0 mins
app/models/collab.rb5
A
0 mins
app/models/common_methods.rb5
A
0 mins
app/models/franchise.rb8
A
0 mins
app/models/karaoke_machine.rb17
A
0 mins
app/models/karaoke_place.rb21
A
0 mins
app/models/karaoke_song.rb6
A
0 mins
app/models/song.rb25
A
0 mins
app/views/articles/index.html.haml
app/views/articles/show.html.haml
app/views/artists/_table.html.haml
app/views/artists/index.html.haml
app/views/artists/show.html.haml
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
app/views/devise/sessions/new.html.erb