little-boxes
little-boxes copied to clipboard
Please include topic of Bundler into Readme.
Hi!
This gem and approach is amazing. I am wondering how to use it with Bundler, which typically loads all the Gemfile dependencies at start. You finish your talk with statement that it's a completely different way of writing code. Does it mean Bundler initialization in boot.rb would be replaced by loading box, and all the dependencies should be carefully distributed within box configuration structure?
Sorry for taking so long to reply. That is correct @lolownia, we don't do Bundler.load
anymore but Bundler.setup
which won't load all the libraries at once.