pboksz/steam-card-tracker

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.circleci/config.yml
.dockerignore
.gitignore
.rspec
.ruby-version
Dockerfile
Gemfile
Gemfile.lock
Procfile
README.md
Rakefile
app/assets/javascripts/application.coffee
app/assets/javascripts/cardtracker.coffee
app/assets/javascripts/controllers/gamesController.coffee
app/assets/javascripts/directives/gamesDirectives.coffee
app/assets/javascripts/filters/gameFilters.coffee
app/assets/javascripts/services/chartServices.coffee
app/assets/javascripts/services/gamesServices.coffee
app/assets/stylesheets/application.sass
app/assets/stylesheets/global/colors.sass
app/assets/stylesheets/global/layout.sass
app/assets/stylesheets/global/typography.sass
app/assets/stylesheets/page/admin.sass
app/assets/stylesheets/page/home.sass
app/views/admin/games/index.haml
app/views/home/_game.haml
app/views/home/_item.haml
app/views/home/index.haml
app/views/home/sitemap.xml.builder
app/views/layouts/application.haml
bin/bundle
bin/rails
bin/rake
config.ru
fly.toml
lib/tasks/fly.rake
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/robots.txt
app/controllers/admin/games_controller.rb33
app/controllers/api/games_controller.rb26
app/controllers/application_controller.rb9
app/controllers/home_controller.rb8
app/generators/game_json_generator.rb27
app/generators/item_json_generator.rb23
app/generators/request_generator.rb19
app/helpers/application_helper.rb2
app/models/admin.rb6