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/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/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
bin/autospec
bin/bundle
bin/rails
bin/rake
bin/rspec
config.ru
lib/tasks/cucumber.rake
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/robots.txt
app/assets/javascripts/application.js0