nshki / chusaku

Annotate your Rails controllers with route info.
https://rubygems.org/gems/chusaku
MIT License
87 stars 4 forks source link

Depend on railties instead of rails #19

Closed urkle closed 3 years ago

urkle commented 3 years ago

this allows for consumers to remove the rails dependency if they only need pieces of rails

This was brought on by the issue here ( https://twitter.com/nateberkopec/status/1374722404228853762 )

And since we are not using activestorage we could simply remove it, however this gem keeps pulling rails back in (when not needed)