Brandon-Lyons/Fantasy-Sports-Calculator-Rails

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.rvmrc
.travis.yml
Gemfile
Gemfile.lock
README.md
Rakefile
app/assets/images/basketball.jpg
app/assets/images/facebook.png
app/assets/images/favicon.ico
app/assets/images/football-field.jpg
app/assets/images/linkedin.png
app/assets/images/twitter.png
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/bootstrap.min.js1
A
0 mins
app/assets/javascripts/football_players.js.coffee
app/assets/javascripts/home.js.coffee
app/assets/javascripts/templates/stats-results.hbs
app/assets/stylesheets/application.css
app/assets/stylesheets/bootstrap-responsive.min.css
app/assets/stylesheets/bootstrap.min.css
app/assets/stylesheets/home.css.scss
app/assets/stylesheets/profile.css.scss
app/controllers/application_controller.rb3
A
0 mins
app/controllers/basketball_leagues_controller.rb6
A
0 mins
app/controllers/calculate_controller.rb6
A
0 mins
app/controllers/football_leagues_controller.rb39
A
0 mins
app/controllers/football_players_controller.rb25
A
0 mins
app/controllers/football_teams_controller.rb17
A
0 mins
app/controllers/home_controller.rb7
A
0 mins
app/controllers/users_controller.rb5
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/helpers/home_helper.rb2
A
0 mins
app/helpers/profile_helper.rb2
A
0 mins
app/models/football_league.rb10
A
0 mins
app/models/football_player.rb97
A
1 hr
app/models/football_team.rb62
A
2 hrs
app/models/user.rb7
A
0 mins
app/models/user_football_league.rb5
A
0 mins
app/views/basketball_leagues/index.html.erb
app/views/calculate/index.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