I am new to Ruby and trying to set it up to learn ruby and rails development.
Everytime I create a new rails app, the system takes about 5-10 minutes to "bundle install"
Considering that these are the same bundles that I have installed multiple times before, should the system recognize that they are already installed and pick them up from their location?
Or is it normal for it to do a fresh install everytime?