From 91051348878f043f134642d1b37d20d5fba05233 Mon Sep 17 00:00:00 2001 From: "Andrew W. Lee" Date: Sat, 17 Aug 2024 18:03:30 -0700 Subject: [PATCH] Add `AnnotateRb` gem --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 48ab2872..b8294432 100644 --- a/README.md +++ b/README.md @@ -588,6 +588,7 @@ Where to discover new Ruby libraries, projects and trends. ## Documentation * [Annotate](https://github.com/ctran/annotate_models) - Add a comment documenting the current schema to the top or bottom of each of your ActiveRecord models. +* [AnnotateRb](https://github.com/drwl/annotaterb) - Adds database schema annotations for your ActiveRecord models as text comments as well as routes. An active and maintained hard fork of Annotate. * [Apipie](https://github.com/Apipie/apipie-rails) - Rails API documentation and display tool using Ruby syntax. * [Asciidoctor](https://asciidoctor.org) - A fast, Ruby-based text processor & publishing toolchain for converting AsciiDoc to HTML5, DocBook, EPUB3, PDF & more. * [Documentation](https://github.com/adamcooke/documentation) - A Rails engine to provide the ability to add documentation to a Rails application.