.DS_Store | |
|
|
.git-together | |
|
|
.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/images/facebook_log_in.png | |
|
|
app/assets/images/paw.png | |
|
|
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/likes.js | 0 | A 0 mins |
|
app/assets/javascripts/user.js | 0 | A 0 mins |
|
app/assets/javascripts/welcome.js | 0 | A 0 mins |
|
app/assets/stylesheets/application.css | |
|
|
app/assets/stylesheets/comments.scss | |
|
|
app/assets/stylesheets/likes.scss | |
|
|
app/assets/stylesheets/user.scss | |
|
|
app/assets/stylesheets/welcome.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 | 7 | A 0 mins |
|
app/controllers/comments_controller.rb | 49 | A 0 mins |
|
app/controllers/likes_controller.rb | 19 | A 0 mins |
|
app/controllers/posts_controller.rb | 59 | A 0 mins |
|
app/controllers/users_controller.rb | 19 | A 0 mins |
|
app/controllers/welcome_controller.rb | 7 | A 0 mins |
|
app/helpers/application_helper.rb | 2 | A 0 mins |
|
app/helpers/comments_helper.rb | 2 | A 0 mins |
|
app/helpers/likes_helper.rb | 2 | A 0 mins |
|
app/helpers/welcome_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 | 7 | A 0 mins |
|
app/models/like.rb | 4 | A 0 mins |
|
app/models/post.rb | 18 | A 0 mins |
|
app/models/user.rb | 23 | A 0 mins |
|
app/views/comments/edit.html.erb | |
|
|
app/views/devise/confirmations/new.html.erb | |
|
|
app/views/devise/mailer/confirmation_instructions.html.erb | |
|
|
app/views/devise/mailer/email_changed.html.erb | |
|
|
app/views/devise/mailer/password_change.html.erb | |
|
|