annotaterb icon indicating copy to clipboard operation
annotaterb copied to clipboard

A Ruby Gem that adds annotations to your Rails models and route files.

Results 69 annotaterb issues
Sort by recently updated
recently updated
newest added

I'm trying out annotaterb on a Rails project which has packs-rails setup. The `packs/` directory doesn't get automatically picked up, understandably. 1. I tried to use `:root_dir: ['.', 'packs/*']` and...

help wanted

I tried to migrate from annotate gem, to see if this gem fixes [an issue we had with the original](https://github.com/ctran/annotate_models/issues/969#issuecomment-1274431334) in which it does not work with Zeitwerk namespaces. Our...

## Description close: #144 By including the length of comments in max_schema_info_width only when both the with_comment and with_column_comments options are true, we can avoid creating unnecessary space between the...

When the with_column_comments option is false, there is still the length of comments included in max_schema_info_width, which makes it hard to read due to the space between the column and...

Adds a `--separate-associations` option which puts associations into their own section. This allows for easier eyeballing of associations in the table, even more so than `--classified-sort`. Tests and updated README...

Using this issue to keep track of changes/TODOs that I would like to happen in the new version.

This stems from reverse-engineering a PostgreSQL database… Add the ability to move column comments to the next line, and indented 'n' spaces. Also soft-wrap to column 'm' (default 80), and...

There are a number of different mechanisms with [String#sub](https://ruby-doc.org/core-2.4.5/String.html#method-i-sub) that pertain to the matching of backreferences and capture groups when using either the String or Hash type args for the...

I haven't yet identified the cause but I updated to the 4.12 this week and discovered that my Rails 7.1 application cannot migrate. Removing the gem fixes this. ## Commands...