Andrew Jorgensen
Andrew Jorgensen
There is actually an included rake task that works for multi db setups: https://github.com/ctran/annotate_models/blob/70aba780b44c8fad14b76c2e051529a6c78299bc/lib/tasks/annotate_models_migrate.rake I am not sure why this is not the default or actually how to properly install...
@marcandre that's an interesting idea, I always get a little nervous amount monkey patching given the wild west ruby used to be back in the day 😄. Those class level...
@tas50 super interesting use case, I knew I couldn't have been the only one who had a use case that required looking across source files. I'm not sure what the...
Do you namespace your engines? In general the engines are namespaced but there are some cases where the classes are at the top level. Do you use isolate_namespace? Looks like...
@pirj Im not sure I understand your point. In the codebase that I am working on, and the motivation for this feature request, we have an explicit need for finding...
In the same vein it would be awesome to be able to blacklist certain windows from lumen. An example would be watching a netflix show in another tab or browser...
I also have the same issue when upgrading from v0.6.9 to v0.7.0. int64 fields that had previously been added as integer fields in the generated openapi.yaml are now generated as...
It appears this change was intentional see https://github.com/google/gnostic/pull/355
@harshachinta I'd be happy to take over this changeset and help push it through if thats ok with you. We run into this fairly frequently so this change would be...
@harshachinta I found one more spot that looks to be missing a bit of extra information that is available. EDIT: Never mind I figured it out... required a bit of...