annotate_models icon indicating copy to clipboard operation
annotate_models copied to clipboard

Annotate Rails classes with schema and routes info

Results 138 annotate_models issues
Sort by recently updated
recently updated
newest added

Prevent unusably spaced formatting that occurs when comments are the length of normal sentences or even full paragraphs.

reviewed

Maybe related to #859 [mimemagic](https://github.com/mimemagicrb/mimemagic) used in integration test (v0.3.4) is outdated. As https://github.com/rails/rails/issues/41750 shows, the license of mimemagic was changed to GPL 2.0 and reverted to MIT, and v0.3.4...

[chromedriver-helper](https://github.com/flavorjones/chromedriver-helper) gem is now deprecated and replaced to [titusfortner/webdrivers](https://github.com/titusfortner/webdrivers). As I reported on #859, I tried to fix broken CI in #858. At the same time I tried to fix...

Maybe related to #859 Now https://github.com/actions/checkout V2 is released, so please upgrade. As I reported on #859, I tried to fix broken CI in #858. At the same time I...

Maybe related to #859 In Bundler 3, Bundler.with_clean_env is deprecated. This methods is used several times in test codes for integration test. ## Codes https://github.com/ctran/annotate_models/blob/70aba780b44c8fad14b76c2e051529a6c78299bc/spec/integration/rails_5.2.4.1_spec.rb#L14 ## Links * https://github.com/rubygems/bundler/blob/master/UPGRADING.md ##...

Hi, everyone. So thank you for great product. I occurred in trouble and want to hear everyone's opinion. I'm Japanese developer so often add some comment for each database column...

Describe your problem here. Two different models, both with the same class name. One is inside a Rails engine inside the app, the other inside the main rails app. They...

It would be very useful if the gem would copy all the scope definitions with their line numbers to the top as well.

This is not so much a problem/bug but more of a feature request (understandable if this is not part of the scope of this gem) but wanted to ask: Will...

The comment block get replaced completely, which prevents other annotations/documentation for being used in the same position. Proposed solution: Add a marking to the beginning and end of the annotated...