ashirahattia/cs169-pgm

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.csslintrc
.eslintignore
.eslintrc
.gitignore
.rubocop.yml
.travis.yml
Gemfile
Gemfile.lock
LICENSE
README.md
README.rdoc
Rakefile
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/groups.coffee
app/assets/javascripts/login.coffee
app/assets/javascripts/matches.coffee
app/assets/javascripts/projects.coffee
app/assets/stylesheets/_matchtable.scss
app/assets/stylesheets/_sidebar.scss
app/assets/stylesheets/_variables.scss
app/assets/stylesheets/_viewgroups.scss
app/assets/stylesheets/application.css
app/assets/stylesheets/groups.scss
app/assets/stylesheets/login.scss
app/assets/stylesheets/matches.scss
app/assets/stylesheets/projects.scss
app/assets/stylesheets/stylesheet.scss
app/controllers/application_controller.rb5
A
0 mins
app/controllers/google_controller.rb179
A
25 mins
app/controllers/groups_controller.rb68
A
2 hrs
app/controllers/login_controller.rb22
A
0 mins
app/controllers/matches_controller.rb27
A
0 mins
app/controllers/projects_controller.rb16
A
0 mins
app/helpers/application_helper.rb7
A
0 mins
app/helpers/google_helper.rb63
A
0 mins
app/helpers/groups_helper.rb25
A
0 mins
app/helpers/login_helper.rb2
A
0 mins
app/helpers/matches_helper.rb54
A
0 mins
app/helpers/projects_helper.rb2
A
0 mins
app/models/group.rb4
A
0 mins
app/models/match.rb98
A
0 mins
app/models/project.rb4
A
0 mins
app/models/setting.rb2
A
0 mins
app/views/application/errors.html.erb
app/views/google/_authorized.html.erb
app/views/google/_not_authorized.html.erb
app/views/google/index.html.erb
app/views/google/settings.erb
app/views/groups/destroy.html.erb