kimjunh/giver-game

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.byebug_history
.codeclimate.yml
.gitignore
.travis.yml
Gemfile
Gemfile.lock
README.rdoc
Rakefile
app/assets/images/default-image1.png
app/assets/images/default-image2.png
app/assets/javascripts/application.js0
A
0 mins
app/assets/stylesheets/application.css.sass
app/controllers/application_controller.rb14
A
0 mins
app/controllers/games_controller.rb203
C
1 day
app/controllers/users_controller.rb7
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/models/giving_game.rb17
A
0 mins
app/models/user.rb34
A
0 mins
app/uploaders/charity_a_image_uploader.rb9
A
0 mins
app/uploaders/charity_b_image_uploader.rb9
A
0 mins
app/views/devise/confirmations/new.html.erb
app/views/devise/mailer/confirmation_instructions.html.erb
app/views/devise/mailer/password_change.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
app/views/devise/sessions/new.html.erb
app/views/devise/shared/_links.html.erb
app/views/devise/unlocks/new.html.erb
app/views/games/_giving_game_form.html.erb
app/views/games/archive.html.erb
app/views/games/archive_game.html.erb
app/views/games/edit.html.erb
app/views/games/home.html.erb
app/views/games/new.html.erb
app/views/games/play_game.html.erb
app/views/games/play_index.html.erb
app/views/games/results.html.erb
app/views/layouts/application.html.erb
app/views/users/profile.html.erb
bin/bundle
bin/rails
bin/rake
bin/setup
bin/spring
config.ru
config/application.rb17
A
0 mins