Apipie / apipie-rails

Ruby on Rails API documentation tool
Apache License 2.0
2.47k stars 459 forks source link

features extraction? #497

Open alepore opened 7 years ago

alepore commented 7 years ago

Hello!

Have you ever thought about extracting non-documentation features like processing and validators on separate gems? I was very surprised when "a DSL for documenting your API" raised a validation exception :) I can disable it, of course, this is just a suggestions :)

Cheers

Tybot204 commented 7 years ago

:+1: to this but for different reasons. I'm looking for a gem to just validate parameters and not provide documentation pages (so I can remove sprockets from my API only Rails project).