[Rails] REE & application frozen gems
I have the following versions of ruby installed in my production env.
ubuntu ~ > /usr/bin/ruby -v
ruby 1.8.7 (2010-01-10 patchlevel 249) [x86_64-linux]
ubuntu ~ > /opt/ruby-enterprise-1.8.7-2010.01/bin/ruby -v
ruby 1.8.7 (2009-12-24 patchlevel 248) [x86_64-linux], MBARI 0x6770,
Ruby Enterprise Edition 2010.01
I have frozen my gems in my application at /home/deploy/rails_apps/
my_app/vendor
Do i need to reinstall all frozen gems of my application again in REE
so that apache+passenger can pick it up?
Where does apache look for gems? Wont it look into my vendor directory
where i have frozen gems?
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home