summaryrefslogtreecommitdiff
path: root/doc/development/README.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-12-19 06:08:05 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-12-19 06:08:05 +0000
commit6287caa6fad6e2b69c23bdba3bcca6bdfd82c8ff (patch)
treef77e379b1332f6ee26d28b871a273646f42cd08f /doc/development/README.md
parent1926d423f0792f32c642a97e02337aaf685ffd3a (diff)
downloadgitlab-ce-6287caa6fad6e2b69c23bdba3bcca6bdfd82c8ff.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/README.md')
-rw-r--r--doc/development/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
index 3a972c4c588..53133366c78 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -71,6 +71,7 @@ description: 'Learn how to contribute to GitLab.'
- [Auto DevOps development guide](auto_devops.md)
- [Mass Inserting Models](mass_insert.md)
- [Cycle Analytics development guide](cycle_analytics.md)
+- [Issue types vs first-class types](issue_types.md)
## Performance guides
@@ -106,6 +107,7 @@ description: 'Learn how to contribute to GitLab.'
### Debugging
- Tracing the source of an SQL query using query comments with [Marginalia](database_query_comments.md)
+- Tracing the source of an SQL query in Rails console using [Verbose Query Logs](https://guides.rubyonrails.org/debugging_rails_applications.html#verbose-query-logs)
### Best practices