Results 23 comments of Lovro Bikić

@dtcristo, thanks for the feedback! I would go with multiline expressions squished into a single line, to be consistent with the rest of the annotations. I pushed a commit for...

Thanks for pointing out the issue regarding missing expressions, it should be fixed with this commit: https://github.com/ctran/annotate_models/pull/868/commits/6449e7d701f3fb72b417ba6e799b57d9dc7d5b4e. > However, something else I noticed with the change https://github.com/rails/rails/pull/43963, is that it...

Not at the moment, this is still being worked on.

`mina-version_managers` plugin has been released! Repo: https://github.com/mina-deploy/mina-version_managers Gem: https://rubygems.org/gems/mina-version_managers

The issue happens because of a feature in Mina with which you can override variables with environment variables, e.g. `mina deploy user=smth` will override whatever is set for `user` variable...

There's been no progress yet. This is planned for the 2.0.0 release, and as I'm currently still preparing the 1.3.0 version, I expect this will have to wait a couple...

I had similar requirements for historical exchange rates, and I decided to extend money with a separate gem: [money_with_date](https://github.com/infinum/money_with_date/) Maybe it solves your problems as well.

@ctran I rebased the branch but the CI is still failing due to this error: ``` 1) AnnotateModels annotating a file frozen option should abort without existing annotation when frozen:...

@ctran I invested a bit of time in researching the flaky test suite and found what causes these issues. Here is the PR which should fix all of them: https://github.com/ctran/annotate_models/pull/980....

Thanks! I rebased the branch, but the CI failed because of Rubocop. I disabled these offenses but let me know if you want me to fix them in a different...