Troy Rosenberg
Troy Rosenberg
This resolves #780 Updates `column_pattern` in `AnnotateModels.annotate_one_file` to support RDoc and Yard doc formats. `column_pattern` is responsible for searching for existing annotations in the file - if the pattern is...
After generating annotations using the Yard doc format, running migrations does not update the annotations. ## Commands ``` bundle exec annotate --models -f yard ``` Generates: ```ruby # == Schema...
The license header in the README was missing spaces after the `##`, so it was not rendering as a header. This commit adds a space, so it will it will...
The npm `postinstall` script runs both on local npm install as well as after being installed as a dependency of someone else’s project. The `prepare` script only runs on local...
Since this project uses Rustler, I was curious if would you be open/interested in contributions to set up [`rusteler_precompiled`](https://hexdocs.pm/rustler_precompiled/RustlerPrecompiled.html). I am not sure the benefits (end-users not needing to have...