Create personal Posts. Add Comments. Edit, Destroy both Posts and Comments. this awesome Udemy tutorial by Yonathan Ayenew
- Create, View, Edit, Delete Post
- Add Commets to Posts
- Edit, Delete Comments in Posts
- Delete all Comments associated to a Deleted Post
For Heroku to load the profile image, in config/environments/production.rb
added:
# Fallback to assets pipeline if a precompiled asset is missed.
config.assets.compile = true
config.assets.digest = true