davetoxa/davetoxa

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.env.example
.gitignore
.hound.yml
.rspec
.ruby-version
.travis.yml
Capfile
Gemfile
Gemfile.lock
README.md
Rakefile
app/assets/javascripts/application.js10
A
0 mins
app/assets/stylesheets/application.css
app/assets/stylesheets/comment.css.scss
app/assets/stylesheets/custom.css.scss
app/assets/stylesheets/main.css.scss
app/assets/stylesheets/post.css.scss
app/assets/stylesheets/subscribes.css.scss
app/assets/stylesheets/users.css.scss
app/controllers/admin/base_controller.rb10
A
0 mins
app/controllers/admin/main_controller.rb4
A
0 mins
app/controllers/admin/users_controller.rb5
A
0 mins
app/controllers/application_controller.rb6
A
0 mins
app/controllers/comments_controller.rb15
A
0 mins
app/controllers/omniauth_controller.rb10
A
0 mins
app/controllers/posts_controller.rb34
A
0 mins
app/controllers/profiles_controller.rb16
A
0 mins
app/controllers/search_controller.rb8
A
0 mins
app/controllers/subscribes_controller.rb25
A
0 mins
app/helpers/application_helper.rb24
A
0 mins
app/helpers/post_helper.rb14
A
0 mins
app/models/ability.rb16
A
0 mins
app/models/comment.rb6
A
0 mins
app/models/post.rb6
A
0 mins
app/models/subscribe.rb3
A
0 mins
app/models/tag.rb4
A
0 mins
app/models/user.rb24
A
0 mins
app/views/admin/main/index.html.haml
app/views/admin/users/_user.html.haml
app/views/admin/users/index.html.haml
app/views/comments/_comment.html.haml
app/views/comments/_form.html.haml
app/views/devise/sessions/new.html.haml
app/views/layouts/_flash.html.haml
app/views/layouts/_footer.html.haml
app/views/layouts/_header.html.haml
app/views/layouts/_shim.html.haml
app/views/layouts/application.html.haml
app/views/posts/_form.html.haml