.DS_Store | |
|
|
.codeclimate.json | |
|
|
.gitignore | |
|
|
.rspec | |
|
|
.ruby-version | |
|
|
.travis.yml | |
|
|
CONTRIBUTING.md | |
|
|
Gemfile | |
|
|
Gemfile.lock | |
|
|
LICENSE | |
|
|
README.md | |
|
|
Rakefile | |
|
|
app/assets/config/manifest.js | 0 | A 0 mins |
|
app/assets/javascripts/application.js | 0 | A 0 mins |
|
app/assets/javascripts/cable.js | 4 | A 0 mins |
|
app/assets/javascripts/comments.js | 0 | A 0 mins |
|
app/assets/javascripts/dislikes.js | 0 | A 0 mins |
|
app/assets/javascripts/likes.js | 0 | A 0 mins |
|
app/assets/stylesheets/application.css | |
|
|
app/assets/stylesheets/comments.scss | |
|
|
app/assets/stylesheets/dislikes.scss | |
|
|
app/assets/stylesheets/likes.scss | |
|
|
app/assets/stylesheets/scaffolds.scss | |
|
|
app/channels/application_cable/channel.rb | 4 | A 0 mins |
|
app/channels/application_cable/connection.rb | 4 | A 0 mins |
|
app/controllers/application_controller.rb | 4 | A 0 mins |
|
app/controllers/comments_controller.rb | 32 | A 0 mins |
|
app/controllers/dislikes_controller.rb | 12 | A 30 mins |
|
app/controllers/likes_controller.rb | 11 | A 30 mins |
|
app/controllers/posts_controller.rb | 38 | A 0 mins |
|
app/controllers/users/confirmations_controller.rb | 2 | A 0 mins |
|
app/controllers/users/omniauth_callbacks_controller.rb | 2 | A 0 mins |
|
app/controllers/users/passwords_controller.rb | 2 | A 0 mins |
|
app/controllers/users/registrations_controller.rb | 21 | A 0 mins |
|
app/controllers/users/sessions_controller.rb | 2 | A 0 mins |
|
app/controllers/users/unlocks_controller.rb | 2 | A 0 mins |
|
app/controllers/users_controller.rb | 6 | A 0 mins |
|
app/helpers/application_helper.rb | 11 | A 0 mins |
|
app/helpers/comments_helper.rb | 2 | A 0 mins |
|
app/helpers/dislikes_helper.rb | 2 | A 0 mins |
|
app/helpers/likes_helper.rb | 2 | A 0 mins |
|
app/jobs/application_job.rb | 2 | A 0 mins |
|
app/mailers/application_mailer.rb | 4 | A 0 mins |
|
app/models/application_record.rb | 3 | A 0 mins |
|
app/models/comment.rb | 4 | A 0 mins |
|
app/models/dislike.rb | 4 | A 0 mins |
|
app/models/like.rb | 4 | A 0 mins |
|
app/models/post.rb | 6 | A 0 mins |
|
app/models/user.rb | 20 | A 0 mins |
|
app/views/comments/_comment.html.erb | |
|
|