611 B
611 B
Issuable-like Rails models utilities
GitLab Rails codebase contains several models that hold common functionality and behave similarly to Issues. Other examples of "issuables" are Merge Requests and Epics.
This guide accumulates guidelines on working with such Rails models.
Important text fields
There are max length constraints for the most important text fields for Issuable
s:
title
: 255 charstitle_html
: 800 charsdescription
: 1 megabytedescription_html
: 5 megabytes