Apipie / apipie-rails

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

Minimization rails dependency #701

Closed mr-dxdy closed 2 years ago

mr-dxdy commented 3 years ago

Hi! I uses in my project only actionpack, activesupport, actionview, railties.

May be change dependency apipie-rails from s.add_dependency "rails", ">= 4.1" to s.add_development_dependency "rails", ">= 4.1"

I found pull-request reduced rails dependency to development only. Why was dependency rollback? I don't want install on my server actioncable, actionrecord and etc. I have a limit on free space on the server.

themilkman commented 2 years ago

I just created a PR regarding this that you might be interested to try :)

mathieujobin commented 2 years ago

see #741 as well