summaryrefslogtreecommitdiff
path: root/spec/factories/pages_domains.rb
Commit message (Collapse)AuthorAgeFilesLines
* Mark unverified pages domains for removalVladimir Shushlin2019-04-091-0/+4
| | | | | | | 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
* Add HTTPS-only pagesRob Watson2018-03-221-22/+26
| | | | Closes #28857
* Add DNS verification to Pages custom domainsNick Thomas2018-02-231-1/+20
|
* Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-141-1/+1
| | | | | | | | | | | I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md) and ran these two commands: ``` grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|" grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|" ``` Signed-off-by: Rémy Coutable <remy@rymai.me>
* Update commentsKamil Trzcinski2017-01-311-4/+2
|
* Verify trusted certificate chainKamil Trzcinski2017-01-311-1/+77
|
* Pages domain model specsKamil Trzcinski2017-01-311-0/+79