Commit Graph

11 Commits

Author SHA1 Message Date
Rémy Coutable 4af9d592c5 Replace factory_girl_rails with factory_bot_rails
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>
2017-12-14 15:01:55 +01:00
Robert Speicher b92709eaf4 Remove developer documentation about not describing symbols
This is now covered by rubocop-rspec.
2017-07-18 16:58:05 -04:00
Achilleas Pipinellis d603cf2f39 Do not use single quote in headings as it breaks docs.gitlab.com
[ci skip]
2017-02-16 14:42:40 +01:00
Mike Greiling 94ae12f697 remove id collision caveat from documentation 2016-11-30 15:28:10 -06:00
Rémy Coutable 6002827996 Add a gotcha about FactoryGirl sequences
Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/24341

Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-16 17:55:11 +01:00
Bryce Johnson 5fb226a934 Remove leftover references to coffeescript from comments and docs. 2016-10-31 11:39:52 +01:00
Rémy Coutable 8c8599a605
Remove CHANGELOG and fix typo
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-08-04 12:30:27 +02:00
Jacob Schatz d6ebd4a3f7 Update docs for CoffeeScript -> JavaScript. 2016-07-22 20:13:46 -07:00
Connor Shea 262f902d9a
Restrict hamlit version, remove coffeescript filters. 2016-06-23 15:54:23 -06:00
Robert Speicher 0afe2e0513 Update Gotchas doc
[ci skip]
2016-02-17 15:35:28 -05:00
Robert Speicher 6053ad8474 Add "Gotchas" development doc 2016-02-16 22:09:00 -05:00