TheCorrespondingSquares/chess-app

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
db/migrate/20170516010337_devise_create_users.rb20
A
0 mins
db/migrate/20170515193637_create_games.rb7
A
0 mins
config.ru
coffeelint.json
brakeman.ignore
app/views/layouts/mailer.text.erb
app/views/layouts/mailer.html.erb
app/views/layouts/application.html.erb
app/views/games/show.html.erb
app/views/games/new.html.erb
app/views/games/index.html.erb
app/views/devise/unlocks/new.html.erb
app/views/devise/shared/_links.html.erb
app/views/devise/sessions/new.html.erb
app/views/devise/registrations/new.html.erb
app/views/devise/registrations/edit.html.erb
app/views/devise/passwords/new.html.erb
app/views/devise/passwords/edit.html.erb
app/views/devise/mailer/unlock_instructions.html.erb
app/views/devise/mailer/reset_password_instructions.html.erb
app/views/devise/mailer/password_change.html.erb
app/views/devise/mailer/confirmation_instructions.html.erb
app/views/devise/confirmations/new.html.erb
app/views/dashboards/index.html.erb
app/services/check_mate.rb47
A
55 mins
app/models/user.rb20
A
25 mins
app/models/rook.rb11
A
0 mins
app/models/queen.rb11
A
0 mins
app/models/piece.rb77
A
0 mins
app/models/pawn.rb107
A
2 hrs
app/models/knight.rb17
A
0 mins
app/models/king.rb22
A
1 hr
app/models/game.rb88
A
0 mins
app/models/concerns/squares.rb20
A
0 mins
app/models/concerns/obstructions.rb42
A
0 mins
app/models/concerns/movements.rb54
A
0 mins
app/models/bishop.rb11
A
0 mins
app/models/application_record.rb3
A
0 mins
app/mailers/application_mailer.rb4
A
0 mins
app/jobs/application_job.rb2
A
0 mins
app/helpers/pieces_helper.rb2
A
0 mins
app/helpers/games_helper.rb2
A
0 mins
app/helpers/dashboards_helper.rb2
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/controllers/users/omniauth_callbacks_controller.rb15
A
0 mins
app/controllers/pieces_controller.rb132
B
5 hrs
app/controllers/games_controller.rb62
A
0 mins
app/controllers/dashboards_controller.rb10
A
0 mins
app/controllers/application_controller.rb3
A
0 mins
app/channels/application_cable/connection.rb4
A
0 mins