Kosmas/leaguer

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.pullreview.yml
.rspec
.travis.yml
Gemfile
Gemfile.lock
README.md
Rakefile
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/players.js.coffee
app/assets/javascripts/seasons.js.coffee
app/assets/javascripts/teams.js.coffee
app/assets/javascripts/users.js.coffee
app/assets/stylesheets/application.css
app/assets/stylesheets/players.css.scss
app/assets/stylesheets/seasons.css.scss
app/assets/stylesheets/teams.css.scss
app/assets/stylesheets/users.css.scss
app/controllers/application_controller.rb3
A
0 mins
app/controllers/players_controller.rb45
A
0 mins
app/controllers/seasons_controller.rb47
A
0 mins
app/controllers/sessions_controller.rb23
A
0 mins
app/controllers/teams_controller.rb53
A
0 mins
app/controllers/users_controller.rb34
A
0 mins
app/helpers/application_helper.rb9
A
0 mins
app/helpers/seasons_helper.rb2
A
0 mins
app/models/player.rb6
A
0 mins
app/models/season.rb3
A
0 mins
app/models/team.rb5
A
0 mins
app/models/user.rb3
A
0 mins
app/views/layouts/application.html.erb
app/views/players/_form.html.erb
app/views/players/edit.html.erb
app/views/players/new.html.erb
app/views/players/show.html.erb
app/views/seasons/_form.html.erb
app/views/seasons/edit.html.erb
app/views/seasons/index.html.erb
app/views/seasons/new.html.erb
app/views/seasons/show.html.erb
app/views/sessions/new.html.erb
app/views/teams/_form.html.erb
app/views/teams/edit.html.erb
app/views/teams/index.html.erb
app/views/teams/new.html.erb
app/views/teams/show.html.erb
app/views/users/_form.html.erb
app/views/users/edit.html.erb
app/views/users/new.html.erb
app/views/users/show.html.erb