Open omkarmoghe opened 10 months ago
@omkarmoghe hey Omkar long time no see 👋. I've been working on a fork if you wanna give it a try https://github.com/drwl/annotaterb.
Normally, I don't want to advertise my gem here but am doing so since it's a familiar face.
Hi @drwl! Good to hear from ya 🤙🏽
That looks like a great option, I'm going to experiment with your fork and if it works, we'd love to switch over to it 😁
Given a lack of releases from this gem, our options are pretty much using a specific commit hash or switching to a more maintained/released fork.
I am the one who contributed the with_comment_column
option and as happy as I was to see it merged, I am still waiting on a release including it. I have been targeting it directly on GitHub in development since then.
gem "annotate", github: "ctran/annotate_models", branch: "develop"
I will however, like the rest of you, give annotaterb
a look and re-evaluate which one I'll be using in the future.
Wether it's going on or not, a huge shoutout to @ctran for a GEM that I've been using both professionally and in my hobby projects for 7 years. 👏🏼 👏🏼
Hi, just curious when the next release for the gem is going to be? We were hoping to use the
with_comment_column
option that was fixed in https://github.com/ctran/annotate_models/pull/999, but there doesn't seem to have been a release since Feb, 2022 (3.2.0).Would it be possible to release a patch version with that and some other fixes? Thanks, appreciate the work on the gem!