Skip to content
Snippets Groups Projects

Add Rails problem in multi version developer docs

Merged Thong Kuah requested to merge rails-multi-version-docs into master
All threads resolved!
@@ -106,12 +106,12 @@ Yes! We have specific instructions for [zero-downtime updates](../update/index.m
@@ -106,12 +106,12 @@ Yes! We have specific instructions for [zero-downtime updates](../update/index.m
## I've identified a potential backwards compatibility problem, what can I do about it?
## I've identified a potential backwards compatibility problem, what can I do about it?
### Co-ordinate
### Coordinate
For major, or minor version updates of Rails, or Puma, you are encouraged to:
For major or minor version updates of Rails or Puma:
- Engage the Quality team to thoroughly test the MR.
- Engage the Quality team to thoroughly test the MR.
- Open a [Production Change issue](https://gitlab.com/gitlab-com/gl-infra/production/-/issues/new?issuable_template=change_management) prior to merging the MR.
- Notify the `@gitlab-org/release/managers` on the MR prior to merging.
### Feature flags
### Feature flags
Loading