Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix spacing of code blocks | Marcel Amirault | 2019-07-09 | 1 | -12/+22 |
| | | | | | | | Code blocks should not be spaced 4 times, as this will prevent the code from being colored. They should also be spaced the same as the lists they are a part of, to make reading easier. | ||||
* | Add developmenty documentation about routing | Dmitriy Zaporozhets | 2019-05-27 | 1 | -0/+63 |
Explain and recommend developers to use `/-/` scope for group and project routes in Rails Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |