annotaterb
annotaterb copied to clipboard
A Ruby Gem that adds annotations to your Rails models and route files.
First, thanks for your work on this gem! I am trying to annotate models in yard format: ``` $ bin/bundle exec annotaterb models --format yard ``` This fails with: ```...
Hi - Thanks for this gem! This PR succinctly adds support for showing columns included in an index using `INCLUDE`. This is a thing in, at least, PostgreSQL and MSSQL....
When the same table name exists in different databases, attempting to retrieve fixture and factory files references them by the table name. As a result, in addition to the fixtures...
Thank you always for your maintenance ! ## Description Since the tag mentioned, "Manually doing releases until an automated solution is put in place,"([Release Bump version to v4\.13\.0 \(\#159\) ·...
In our company we're using this gem in monorepo - where there are multiple Rails applications and Rails engines. This PR allows to specify custom location for configuration file so...
Rails 7.2 After migration from annotation by migration doc and running: `annotaterb models` In project Rails is as frontend, **no migrations are ever used**. Annotate had no problem with that....
Fixes #164 Adds the configuration `position_of_column_comment`, now defaults to `with_name` (already existing behavior), and can also be set to `rightmost_column`. There was a bit of moving code around involved, as...
I don't understand why you have named this inconsistently - it's surprising and confusing. Some things use `annotaterb` - like the gem name and the `.annotaterb.yml` file - but everything...
threw aider (llm coding tool) at trying to get a working implementation for this: https://github.com/drwl/annotaterb/issues/176 i need to actually look at the code it wrote and revise this, but throwing...
Adding this as a feature request and an invitation for anyone that wants to try tackling this. At the moment, I do not have time to work on this. From...