Roman Blanco
Roman Blanco
@ehannes I agree with your proposal. @barrerajl that would be great!
Noting the Rails-relevant files in this repo: ``` - rswag-specs/lib/rswag/specs/railtie.rb:5: class Railtie < ::Rails::Railtie - rswag-specs/lib/rswag/route_parser.rb:12: ::Rails.application.routes.routes.select do |route| - https://github.com/rswag/rswag/blob/51cc7a5311d0f6a8b1befd2b8410cfeacb7f9152/rswag-specs/lib/rswag/specs/example_helpers.rb - rswag-specs/lib/generators/rspec/openapi_generator.rb:7: class OpenapiGenerator < ::Rails::Generators::NamedBase - rswag-specs/spec/rswag/route_parser_spec.rb:43: allow(::Rails).to...
@mattpolito, I believe the changes are ready to be merged once the PR is updated and rebased. @masamichhhhi would you add the statement about per-enum-description to `README.md` together with some...
@masamichhhhi Some of the test-app specs are still failing.
@hlascelles, thank you for reporting this. Could you put together a PR to enable setting the `csp` via [rswag-ui configuration](https://github.com/rswag/rswag/blob/10818d1bec05640c0cc72df1435949bf5d2bd7a8/rswag-ui/lib/rswag/ui/configuration.rb)? Do you have another proposal?
@braindeaf, thank you for the detailed description! Did you check, if https://github.com/rswag/rswag/pull/451 or the [suggested workaround](https://github.com/rswag/rswag/pull/451#issuecomment-1453846096) is addressing your problems?
https://github.com/rswag/rswag/pull/659 addresses same issue as https://github.com/rswag/rswag/pull/675
@a-lavis you're right. It's just unblocked, not closed. Thanks!
@Sweex99 Have you tried to see what ends up in the `response`? Are the properties you're defining in `schema` actually there?
Thank you, for reporting this, @AlexcastroDev. [Changes](https://github.com/rswag/rswag/pull/714/files#diff-5d38e50fc4c35aa3c5a2dd5956545a855c841dadf2c9cde45792b2399dab0ccaR11) in https://github.com/rswag/rswag/pull/714 address this.