HoustonRuby/blog-testunit

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
Gemfile
Gemfile.lock
README.md
Rakefile
app/assets/images/rails.png
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/comments.js.coffee
app/assets/javascripts/posts.js.coffee
app/assets/stylesheets/application.css
app/assets/stylesheets/comments.css.scss
app/assets/stylesheets/posts.css.scss
app/assets/stylesheets/scaffolds.css.scss
app/controllers/application_controller.rb3
A
0 mins
app/controllers/comments_controller.rb2
A
0 mins
app/controllers/posts_controller.rb38
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/helpers/comments_helper.rb2
A
0 mins
app/helpers/posts_helper.rb2
A
0 mins
app/models/comment.rb5
A
0 mins
app/models/post.rb6
A
0 mins
app/views/comments/_comment.html.erb
app/views/layouts/application.html.erb
app/views/posts/_form.html.erb
app/views/posts/_post.html.erb
app/views/posts/edit.html.erb
app/views/posts/index.html.erb
app/views/posts/new.html.erb
app/views/posts/show.html.erb
config.ru
doc/README_FOR_APP
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/robots.txt