swaggard icon indicating copy to clipboard operation
swaggard copied to clipboard

Add Swagger documentation to your Rails REST endpoints.

Results 18 swaggard issues
Sort by recently updated
recently updated
newest added

Hi, I am new to rails, can this library used without active_model_serializers, our project is using https://github.com/nesquena/rabl.

Fixed repeating the last description in each parameter description.

Hi. This library is cool. I found typo using this and modified it.

Rails 5.0.0.rc2 ruby 2.3.1p112 when I add gem 'swaggard' and bundle error when 'rails s' /usr/local/lib/ruby/gems/2.3.0/gems/actionpack-5.0.0.rc2/lib/action_dispatch/middleware/stack.rb:96:in `push': can't modify frozen Array (RuntimeError) everything ok when remove gem error message ```...

Installed swaggard and assets are no longer working. @elpic also mentions this in #11

`controllers_path` is a string, do we have any alternative to support multiple controllers? For example I want to have list of controllers (which is not so easy to extract in...

If you have more than one endpoints using same controller#action, the JSON object created contains only the last one.

1) In Operation `def definitions` was building a definitions hash by id, but not actually returning the hash for chaining. Resulting in error: ``` undefined method `[]=' for # ```...