elrayle / test_engine

Test rails engine for figuring out why font-awesome can't find font-awesome file for import
Other
0 stars 1 forks source link

Engines must manually require other engines they depend upon #1

Open rmm5t opened 9 years ago

rmm5t commented 9 years ago

Good article about the reasons for this here: https://bibwild.wordpress.com/2013/02/27/gem-depends-on-rails-engine-gem-gotcha-need-explicit-require/

Here's a StackOverflow answer that helps confirm this: http://stackoverflow.com/a/5850503/8985