cbeer / engine_cart

Rake tasks to generate test applications for Rails Engines
MIT License
18 stars 16 forks source link

Failure/Error: EngineCart.load_application! #90

Closed ruebot closed 6 years ago

ruebot commented 6 years ago

When running bundle exec rake on Warclight or Arclight I'm getting a whole bunch of:

Failure/Error: EngineCart.load_application!

LoadError:
cannot load such file -- bootsnap/setup

Full output for both here.

That output should have all the versions in it. But, if you need more info, let me know.

ruebot commented 6 years ago

Not sure what is responsible for this, but at some point, things changed from using .internal_test_app to .internal_test_gem. I went through the Warclight code base and swapped app out for gem, and I'm able to run bundle exec rake without the previous errors.

If that makes sense, feel free to close this.

ruebot commented 6 years ago

Not sure where the app vs gem thing is coming from. I cleared out my rbenv, and started clean. I still get gem locally, but on TravisCI I get app. :man_shrugging:

ruebot commented 6 years ago

Tried another machine on a clean rbenv and fresh clone. bundle install && bundle exec rake produced a ./internal_test_app instead of gem. Not sure why, but I guess this issue appears to be unique to the environment on the other machine.