‘bundle package’ dumps 29MB into vendor/cache and 129MB into vendor/
rails… That seems to arbitrary and unnecessary. How do I install
rails to vendor/rails these days? ‘rake rails:freeze:gems’ used to
work great, now what?
‘bundle package’ dumps 29MB into vendor/cache and 129MB into vendor/
rails… That seems to arbitrary and unnecessary.
That’s odd - the only thing bundle package is supposed to do is dump all
the gems used into vendor/cache and setup things so that bundle install
installs from there. Not sure why vendor/rails is getting created at
all. Vendor/cache will be bigger than an old school vendor/rails since
it includes all of your app’s gems and all of their dependencies, not
just rails.
Fred
How do I install
rails to vendor/rails these days? ‘rake rails:freeze:gems’ used to
work great, now what?