docbrown/app
Julianna Tetreault 5f143c4308
Add Polymorphism to Broadcasts (Part 1) (#9231) [deploy]
* Add polymorphism to Broadcasts table
  - Adds a broadcastable_id column to Broadcasts
  - Adds a broadcastable_type column to Broadcasts

* Create Announcements and Welcome Notifications tables
  - Adds an Announcements table
  - Adds a Welcome Notifications table
  - Adds timestamps to both tables
  - Adds banner_style column to Announcements table

* Adds Announcement and Welcome Notification models
  - Adds an Announcement model in prep for polymorphism
  - Adds a WelcomeNotification model in prep for polymorphism

* Add data_update script to backfill type_of column for Broadcasts

* Add unique index on broadcastable_type and broadcastable_id on the Broadcasts table

* Add update! to the data_update script to backfill broadcastable_type
2020-07-13 09:36:19 -06:00
..
assets Article page: edit and manage button spacing (#9230) 2020-07-10 11:54:57 -04:00
black_box [deploy] Rubocop: fix violations of Layout/LineLength (#9197) 2020-07-08 08:36:36 -05:00
controllers Refactoring comments_controller#create reducing lines (#9162) 2020-07-10 17:24:36 +02:00
dashboards [deploy] Rename classified listings (#7910) 2020-05-27 13:35:09 +00:00
decorators Update UserDecorator not to cache AR Object (#8378) 2020-06-10 16:39:36 +02:00
errors [deploy] Add contexts and permissions to liquid tags (#8917) 2020-06-30 14:53:18 -04:00
fields Enables Rails cops (#2186) 2019-03-25 09:25:55 -04:00
helpers Fix Rails/OutputSafety violations (#9244) 2020-07-11 11:36:24 +02:00
javascript [deploy] Add crayons to pages (#9175) 2020-07-07 09:43:54 -04:00
labor Fix Style/SingleLineBlockParams, RSpec/MultipleExpectations and remaining Layout/LineLength (#9204) 2020-07-10 11:23:02 +02:00
lib [deploy] Refactor:Send a Couple More Errors to Honeybadger (#9223) 2020-07-09 10:53:16 -05:00
liquid_tags Fix Rails/OutputSafety violations (#9244) 2020-07-11 11:36:24 +02:00
mailers [deploy] Use Action Mailer parameterized syntax (#8853) 2020-06-23 13:48:41 -05:00
models Add Polymorphism to Broadcasts (Part 1) (#9231) [deploy] 2020-07-13 09:36:19 -06:00
policies [deploy] Rubocop: fix violations of Layout/LineLength (#9197) 2020-07-08 08:36:36 -05:00
presenters [deploy] Refactor 🚀 : Replaced Chat Channel Setting page with Preact component. (#8271) 2020-06-10 16:58:37 -04:00
queries/internal Upgrade to Rails 6.0 (#7658) 2020-06-04 11:54:25 +02:00
sanitizers [deploy] Rubocop: fix violations of Layout/LineLength (#9197) 2020-07-08 08:36:36 -05:00
serializers [deploy] Remove user_counters table (#8445) 2020-06-15 11:46:02 -04:00
services [deploy] Revert "Rubocop: fix Performance/OpenStruct (#9241)" (#9291) 2020-07-13 17:22:58 +02:00
uploaders Limit ALL Upload file sizes to 25 MB (#5356) [deploy] 2020-01-07 11:20:40 -05:00
view_objects [deploy] Fix height/width mismatch (#7485) 2020-04-23 13:38:10 -04:00
views [deploy] Revert "Rubocop: fix Performance/OpenStruct (#9241)" (#9291) 2020-07-13 17:22:58 +02:00
workers Add metrics around welcome notifications + their click events (#9239) 2020-07-10 12:30:45 +02:00