jefff35/mindOverflow

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
app/helpers/application_helper.rb15
A
0 mins
app/helpers/articles_helper.rb2
A
0 mins
app/helpers/favorites_helper.rb2
A
0 mins
app/helpers/questions_helper.rb2
A
0 mins
app/helpers/rate_helper.rb2
A
0 mins
app/helpers/rates_helper.rb2
A
0 mins
app/helpers/users_helper.rb2
A
0 mins
app/models/ability.rb22
A
0 mins
app/models/article.rb44
A
0 mins
app/models/favorite.rb10
A
0 mins
app/models/question.rb3
A
0 mins
app/models/rate.rb7
A
0 mins
app/models/user.rb47
A
0 mins
app/views/articles/_article.html.haml
app/views/articles/_article_short.html.haml
app/views/articles/_favorite_form.html.haml
app/views/articles/_form.html.haml
app/views/articles/_list_articles.html.haml
app/views/articles/_list_articles_short.html.haml
app/views/articles/_rate_form.html.haml
app/views/articles/edit.html.haml
app/views/articles/index.atom.builder
app/views/articles/index.html.haml
app/views/articles/new.html.haml
app/views/articles/show.html.haml
app/views/devise/confirmations/new.html.erb
app/views/devise/mailer/confirmation_instructions.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.erb
app/views/devise/unlocks/new.html.erb
app/views/layouts/application.html.haml
app/views/questions/_form.html.haml
app/views/questions/edit.html.haml
app/views/questions/index.html.haml
app/views/questions/new.html.haml
app/views/questions/show.html.haml
app/views/users/_form.html.haml
app/views/users/_user_details.html.haml
app/views/users/edit.html.haml
app/views/users/favorited.html.haml
app/views/users/index.html.haml
app/views/users/new.html.haml
app/views/users/show.html.haml
config.ru