Sergey Moiseev

Results 20 comments of Sergey Moiseev

@piotrmurach any news in that effort? Absolutely fabulous project you have here, but absence of Bundler 2 support is a downer.

@piotrmurach great to know, I have some itch in moving some of my bash scripts to your framework, but as projects are all on bundler 2, it blocking me. I...

Problem is that after installation `src` folder resides inside of `./dist` which makes all `./src` references broken. If I replace public_api.ts/index.ts referenses from `./src` to `./dist/src` it all works.

I have patched for support of Rails5/Mongoid6 [mongoid_relations_dirty_tracking](https://github.com/bopm/mongoid_relations_dirty_tracking) here. Problem is that test is still failing even when examples from mongoid_relations_dirty_tracking are fine.

It works when flex is mentioned without quotes (') but then it's not passing AoT compiling.

Adding `` public flex:any; public auto:any; `` to component solves AoT issue.

During generating examples for query param, I stepped on the fact, that while `example` should be sitting in the schema, `examples` should be one level higher. And they are supposed...

Some ideas of how to deal with that can be borrowed [here](https://github.com/zhandao/zero-rails_openapi/pull/77/files#diff-dc8c1941ab3599d9dee6f84e752fbe5b245f501cd4889c0cbb700a1aa01c3bb4R24-R25).

I've [updated my PR](https://github.com/zhandao/zero-rails_openapi/pull/77/commits/992a104d7d4e5d01d3556019d420050428a6cef5) to include your case.

``` autoloader = Rails.autoloaders.main autoloader.ignore(Rails.root.join('app', 'api_doc').to_s) ```