the-teacher/the_comments

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.ruby-gemset.example
.ruby-version.example
.rvmrc.example
.travis.yml
Gemfile
LICENSE.txt
README.md
Rakefile
app/assets/javascripts/the_comments.js.coffee
app/assets/javascripts/the_comments_manage.js.coffee
app/assets/stylesheets/the_comments.css.scss
app/controllers/_templates_/comments_controller.rb3
A
0 mins
app/controllers/concerns/the_comments/controller.rb140
A
0 mins
app/controllers/concerns/the_comments/view_token.rb14
A
0 mins
app/helpers/render_comments_tree_helper.rb75
A
0 mins
app/models/_templates_/comment.rb3
A
0 mins
app/models/concerns/the_comments/comment.rb79
A
0 mins
app/models/concerns/the_comments/comment_states.rb60
A
0 mins
app/models/concerns/the_comments/commentable.rb50
A
0 mins
app/models/concerns/the_comments/user.rb45
A
0 mins
app/views/the_comments/_tree.html.erb
app/views/the_comments/haml/_additional_info.html.haml
app/views/the_comments/haml/_comment.html.haml
app/views/the_comments/haml/_comment_body.html.haml
app/views/the_comments/haml/_comment_edit.html.haml
app/views/the_comments/haml/_form.html.haml
app/views/the_comments/haml/_guest_form.html.haml
app/views/the_comments/haml/_logined_form.html.haml
app/views/the_comments/haml/_manage_controls.html.haml
app/views/the_comments/haml/_sidebar.html.haml
app/views/the_comments/haml/_sidebar_admin.html.haml
app/views/the_comments/haml/_sidebar_backlink.html.haml
app/views/the_comments/haml/_sidebar_user.html.haml
app/views/the_comments/haml/_tree.html.haml
app/views/the_comments/haml/manage.html.haml
app/views/the_comments/slim/_additional_info.html.slim
app/views/the_comments/slim/_comment.html.slim
app/views/the_comments/slim/_comment_body.html.slim
app/views/the_comments/slim/_comment_edit.html.slim
app/views/the_comments/slim/_form.html.slim
app/views/the_comments/slim/_guest_form.html.slim
app/views/the_comments/slim/_logined_form.html.slim
app/views/the_comments/slim/_manage_controls.html.slim
app/views/the_comments/slim/_sidebar.html.slim
app/views/the_comments/slim/_sidebar_admin.html.slim
app/views/the_comments/slim/_sidebar_backlink.html.slim
app/views/the_comments/slim/_sidebar_user.html.slim
app/views/the_comments/slim/_tree.html.slim
app/views/the_comments/slim/index.html.slim