On 26 Apr 2011, at 05:35, Josh <josh.m.sha...@gmail.com> wrote:

> rails 3.0.7 here.
> 
> '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?
> 
> Tried this:
> Gemfile:
> gem 'rails', '3.0.7', :path => 'vendor/rails'

> $ bundle install
> 
> ... still dumps 129MB into vendor/rails AND 'rails console' doesn't
> even work:
> 

> $ rails console
> script/rails:6:in `require': no such file to load -- rails/commands
> (LoadError)
>    from script/rails:6
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Ruby on Rails: Talk" group.
> To post to this group, send email to rubyonrails-talk@googlegroups.com.
> To unsubscribe from this group, send email to 
> rubyonrails-talk+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/rubyonrails-talk?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to