[Enhancement] Group widget messages by users (#367)

* Remove thumbnail

* Show grouped messages
This commit is contained in:
Pranav Raj S
2019-12-15 23:53:04 +05:30
committed by Sojan Jose
parent 5c7c325c9c
commit 17587d8a0c
15 changed files with 157 additions and 96 deletions

View File

@@ -40,6 +40,8 @@ Rails.application.configure do
config.action_mailer.delivery_method = :letter_opener
config.action_mailer.perform_deliveries = true
Rails.application.routes.default_url_options = { host: 'localhost', port: 3000 }
# Print deprecation notices to the Rails logger.
config.active_support.deprecation = :log
@@ -67,7 +69,6 @@ Rails.application.configure do
# Disable host check during development
config.hosts = nil
# Bullet configuration to fix the N+1 queries
config.after_initialize do
Bullet.enable = true