summaryrefslogtreecommitdiff
path: root/doc/development/gotchas.md
Commit message (Collapse)AuthorAgeFilesLines
* Add docs around expect_next_instance_ofce-6436-6149-unify-project_creator_specLin Jen-Shin2018-06-211-0/+48
|
* Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-141-2/+2
| | | | | | | | | | | 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>
* Remove developer documentation about not describing symbolsrs-remove-describe-symbol-docsRobert Speicher2017-07-181-29/+0
| | | | This is now covered by rubocop-rspec.
* Do not use single quote in headings as it breaks docs.gitlab.comAchilleas Pipinellis2017-02-161-4/+4
| | | | [ci skip]
* remove id collision caveat from documentationMike Greiling2016-11-301-48/+0
|
* Add a gotcha about FactoryGirl sequencesadd-gotcha-following-24341Rémy Coutable2016-11-161-0/+89
| | | | | | Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/24341 Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove leftover references to coffeescript from comments and docs.decaffeinate-the-docsBryce Johnson2016-10-311-4/+2
|
* Remove CHANGELOG and fix typoRémy Coutable2016-08-041-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Update docs for CoffeeScript -> JavaScript.Jacob Schatz2016-07-221-2/+3
|
* Restrict hamlit version, remove coffeescript filters.Connor Shea2016-06-231-1/+1
|
* Update Gotchas docrs-development-docsRobert Speicher2016-02-171-8/+7
| | | | [ci skip]
* Add "Gotchas" development docRobert Speicher2016-02-161-0/+104