envato-archive / guide

Document your application with a living component library and styleguide
https://rubygems.org/gems/guide
MIT License
8 stars 3 forks source link

Reduce rails dependencies #89

Closed orien closed 3 years ago

orien commented 3 years ago

Reduce the number of dependencies. Instead of depending on rails and all its sub-dependencies explicitly call out what the gem is using: just activemodel, sprockets-rails, and railties.

This will help remove dependency on activestorage given the recent mimemagic fiasco.

orien commented 3 years ago

The Javascript tests are failing. I see they're failing on the master branch also.

They pass for me locally 🤷