docbrown/spec
rhymes 915e2d77b6 Export articles/posts (#576)
* Add EditorConfig file for all editors

* Add article export service

* Add setting to request an export of all articles

* On the outside they are called posts

* Add articles exported email to mailer and service

* Refactor to one public method and test flags

* Trigger the export if it was requested and send the email

* Recreated migration file with generic export fields

* Rename fields and switch to a whitelist

* Refactor ArticleExportService into a more generic structure

* Rename articles_exported_email to export_email

* Fix notify mailer spec

* Rename Exporter::Exporter to Exporter::Service

* Remove commented out line

* Removed body_html, coordinates and updated_at from export

* Invert DJ config

* Update spec
2018-11-21 11:13:36 -05:00
..
controllers Create UserPolicy (#480) 2018-06-22 20:40:08 -04:00
factories Notifications part 2 (#1156) 2018-11-19 18:14:24 -05:00
features feat(markdown): add ids to headers (#713) 2018-11-20 18:17:07 -05:00
labor Add Fab Five BadgeRewarder + Rake Task (#1048) 2018-11-05 11:46:08 -05:00
lib/acts_as_taggable_on Code cleanups (#659) 2018-08-07 11:00:13 -04:00
liquid_tags Add stackblitz support (#1120) 2018-11-19 08:38:12 -05:00
mailers Export articles/posts (#576) 2018-11-21 11:13:36 -05:00
models feat(markdown): add ids to headers (#713) 2018-11-20 18:17:07 -05:00
observers Add slack message for warned user activity (#1077) 2018-11-07 13:29:05 -05:00
policies Add HTML variants for cta optimization and other nav bar adjustments (#970) 2018-10-22 17:03:57 -04:00
requests Export articles/posts (#576) 2018-11-21 11:13:36 -05:00
routing Code cleanups (#659) 2018-08-07 11:00:13 -04:00
services Export articles/posts (#576) 2018-11-21 11:13:36 -05:00
support feat(markdown): add ids to headers (#713) 2018-11-20 18:17:07 -05:00
views Apply rubocop some rule (#295) 2018-08-13 16:32:11 -04:00
rails_helper.rb Notifications part 2 (#1156) 2018-11-19 18:14:24 -05:00
spec_helper.rb Use timezone aware methods (#893) 2018-10-18 16:26:29 -04:00