rubyatscale / packs-rails

packs-rails establishes and implements a set of conventions for splitting up large monoliths.
MIT License
268 stars 26 forks source link

Skip gems when adding load paths #50

Closed alexevanczuk closed 1 year ago

alexevanczuk commented 1 year ago

Now that stimpack uses packs, which can be gems, we want to explicitly ignore gems when adding load paths.

If a gem wants to add a load path to a Rails application, it can just make itself an engine, which is the standard supported way to integrate a co mponent into a rails application.