justCxx/flashcards

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
app/assets/javascripts/application.js0
A
0 mins
app/controllers/application_controller.rb23
A
0 mins
app/controllers/cards_controller.rb53
A
0 mins
app/controllers/decks_controller.rb44
A
0 mins
app/controllers/oauths_controller.rb42
A
0 mins
app/controllers/registration_controller.rb19
A
0 mins
app/controllers/reviews_controller.rb25
A
0 mins
app/controllers/user_profile_controller.rb21
A
0 mins
app/controllers/user_sessions_controller.rb22
A
0 mins
app/helpers/application_helper.rb16
A
0 mins
app/mailers/application_mailer.rb4
A
0 mins
app/mailers/notifications_mailer.rb7
A
0 mins
app/models/authentication.rb3
A
0 mins
app/models/card.rb43
A
0 mins
app/models/deck.rb6
A
0 mins
app/models/user.rb26
A
0 mins
app/services/super_memo2.rb28
A
0 mins
.coveralls.yml
.gitignore
.rspec
.rubocop.yml
.travis.yml
Gemfile
Gemfile.lock
Guardfile
Procfile
README.md
README.rdoc
Rakefile
app/assets/images/cards/missing/medium/missing.png
app/assets/images/cards/missing/thumb/missing.png
app/assets/stylesheets/application.css
app/assets/stylesheets/main.css.scss
app/views/cards/_form.html.erb
app/views/cards/edit.html.erb
app/views/cards/index.html.erb
app/views/cards/new.html.erb
app/views/decks/_form.html.erb
app/views/decks/edit.html.erb
app/views/decks/index.html.erb
app/views/decks/new.html.erb
app/views/decks/show.html.erb
app/views/layouts/application.html.erb
app/views/layouts/mailer.html.erb
app/views/layouts/mailer.text.erb
app/views/notifications_mailer/pending_cards.html.erb
app/views/registration/_form.html.erb
app/views/registration/new.html.erb
app/views/reviews/_form.html.erb
app/views/reviews/new.html.erb