.codeclimate.yml | |
|
|
.ebextensions/02_nginx_gzip_configuration.config | |
|
|
.gitignore | |
|
|
.rspec | |
|
|
.rubocop.yml | |
|
|
.ruby-version | |
|
|
.travis.yml | |
|
|
Gemfile | |
|
|
Gemfile.lock | |
|
|
LICENSE | |
|
|
README.md | |
|
|
Rakefile | |
|
|
app/controllers/application_controller.rb | 9 | A 0 mins |
|
app/controllers/articles_controller.rb | 54 | A 0 mins |
|
app/controllers/health_checks_controller.rb | 9 | A 0 mins |
|
app/controllers/registrations_controller.rb | 7 | A 0 mins |
|
app/controllers/tags_controller.rb | 5 | A 0 mins |
|
app/decorators/application_decorator.rb | 5 | A 0 mins |
|
app/decorators/article_decorator.rb | 33 | A 0 mins |
|
app/decorators/paginating_decorator.rb | 3 | A 0 mins |
|
app/helpers/application_helper.rb | 9 | A 0 mins |
|
app/models/application_record.rb | 3 | A 0 mins |
|
app/models/article.rb | 22 | A 0 mins |
|
app/models/tag.rb | 8 | A 0 mins |
|
app/models/tagging.rb | 4 | A 0 mins |
|
app/models/user.rb | 4 | A 0 mins |
|
app/services/article_finder.rb | 7 | A 0 mins |
|
app/services/articles_filter.rb | 10 | A 0 mins |
|
app/services/markdown_renderer.rb | 14 | A 0 mins |
|
app/validators/email_validator.rb | 6 | A 0 mins |
|
app/validators/slug_validator.rb | 6 | A 0 mins |
|
app/views/articles/_article.html.slim | |
|
|
app/views/articles/_article_comments.html.slim | |
|
|
app/views/articles/_article_content.html.slim | |
|
|
app/views/articles/_article_footer.html.slim | |
|
|
app/views/articles/_article_header.html.slim | |
|
|
app/views/articles/_articles_footer.html.slim | |
|
|
app/views/articles/_articles_header.html.slim | |
|
|
app/views/articles/_form.html.slim | |
|
|
app/views/articles/_tags.html.slim | |
|
|
app/views/articles/edit.html.slim | |
|
|
app/views/articles/index.html.slim | |
|
|
app/views/articles/new.html.slim | |
|
|
app/views/articles/show.html.slim | |
|
|
app/views/devise/sessions/new.html.slim | |
|
|
app/views/layouts/_flash_messages.html.slim | |
|
|
app/views/layouts/_footer.html.slim | |
|
|
app/views/layouts/_navbar.html.slim | |
|
|
app/views/layouts/application.html.slim | |
|
|
app/views/pages/_feature.html.slim | |
|
|