-
- Downloads
Mark unverified pages domains for removal
Set pages_domain.remove_at when disabling it Add specs for marking pages domain for removal Notify user that domain is being removed Add documentation
Showing
- app/services/verify_pages_domain_service.rb 9 additions, 6 deletionsapp/services/verify_pages_domain_service.rb
- app/views/notify/_removal_notification.html.haml 9 additions, 0 deletionsapp/views/notify/_removal_notification.html.haml
- app/views/notify/pages_domain_disabled_email.html.haml 1 addition, 3 deletionsapp/views/notify/pages_domain_disabled_email.html.haml
- app/views/notify/pages_domain_verification_failed_email.html.haml 1 addition, 3 deletions...s/notify/pages_domain_verification_failed_email.html.haml
- changelogs/unreleased/remove-disabled-pages-domains.yml 5 additions, 0 deletionschangelogs/unreleased/remove-disabled-pages-domains.yml
- db/migrate/20190312113229_add_remove_at_to_pages_domains.rb 10 additions, 0 deletionsdb/migrate/20190312113229_add_remove_at_to_pages_domains.rb
- db/migrate/20190312113634_add_remove_at_index_to_pages_domains.rb 19 additions, 0 deletions...te/20190312113634_add_remove_at_index_to_pages_domains.rb
- db/schema.rb 2 additions, 0 deletionsdb/schema.rb
- doc/user/project/pages/getting_started_part_three.md 2 additions, 0 deletionsdoc/user/project/pages/getting_started_part_three.md
- spec/factories/pages_domains.rb 4 additions, 0 deletionsspec/factories/pages_domains.rb
- spec/mailers/emails/pages_domains_spec.rb 24 additions, 0 deletionsspec/mailers/emails/pages_domains_spec.rb
- spec/services/verify_pages_domain_service_spec.rb 68 additions, 21 deletionsspec/services/verify_pages_domain_service_spec.rb
Please register or sign in to comment