TheCorrespondingSquares/chess-app

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
app/models/application_record.rb3
A
0 mins
app/models/bishop.rb11
A
0 mins
app/models/concerns/movements.rb54
A
0 mins
app/models/concerns/obstructions.rb42
A
0 mins
app/models/concerns/squares.rb20
A
0 mins
app/models/game.rb88
A
0 mins
app/models/king.rb22
A
1 hr
app/models/knight.rb17
A
0 mins
app/models/pawn.rb107
A
2 hrs
app/models/piece.rb77
A
0 mins
app/models/queen.rb11
A
0 mins
app/models/rook.rb11
A
0 mins
app/models/user.rb20
A
25 mins
app/services/check_mate.rb47
A
55 mins
app/views/dashboards/index.html.erb
app/views/devise/confirmations/new.html.erb
app/views/devise/mailer/confirmation_instructions.html.erb
app/views/devise/mailer/password_change.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
app/views/devise/shared/_links.html.erb
app/views/devise/unlocks/new.html.erb
app/views/games/index.html.erb
app/views/games/new.html.erb
app/views/games/show.html.erb
app/views/layouts/application.html.erb
app/views/layouts/mailer.html.erb
app/views/layouts/mailer.text.erb
brakeman.ignore
coffeelint.json
config.ru
db/migrate/20170515193637_create_games.rb7
A
0 mins
db/migrate/20170516010337_devise_create_users.rb20
A
0 mins
db/migrate/20170517024931_create_pieces.rb14
A
0 mins
db/migrate/20170522180100_add_user_to_games.rb5
A
0 mins
db/migrate/20170522184528_add_name_to_games.rb5
A
0 mins
db/migrate/20170526032220_add_user_to_pieces.rb5
A
0 mins
db/migrate/20170526051032_add_private_to_games.rb5
A
0 mins
db/migrate/20170529080344_removecolumnsfromgames.rb9
A
0 mins
db/migrate/20170529081242_remove_user_id_from_pieces.rb5
A
0 mins
db/migrate/20170529093515_add_reference_to_white_player.rb6
A
0 mins
db/migrate/20170529093919_add_reference_to_black_player.rb6
A
0 mins
db/migrate/20170530134636_remove_player_from_games.rb6
A
0 mins
db/migrate/20170604152306_add_icon_to_piece.rb5
A
0 mins
db/migrate/20170627040600_addcolumntogametable.rb5
A
0 mins