I''m trying to move up to Rails 3 and everything is going fine on my workstation where I have installed all of the necessary gems. The problem I''m having is getting it to run on the production server that I have to use where the app needs to be vendored. It''s on a Debian Squeeze box with ruby l.8.7, rubygems 1.3.6, librack-ruby1.9.1, passenger - 2.2.11debi and bundler 1.0.0. I have bundled my app via "bundle install vendor". The passenger error I''m getting is "The application spawner server exited unexpectedly: Unexpected end-of-file detected." and in the apache log it says "Could not find rake-0.8.7 in any of the sources Try running `bundle install`." Updating rack/ passenger/rubygems is not an option. Any thoughts? -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
try doing gem environment and see where the gem_home is and if is correct -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Use Passenger 3. It has better RVM support. On Sep 21, 5:00 pm, sgbmn <sgbrad...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''m trying to move up to Rails 3 and everything is going fine on my > workstation where I have installed all of the necessary gems. The > problem I''m having is getting it to run on the production server that > I have to use where the app needs to be vendored. It''s on a Debian > Squeeze box with ruby l.8.7, rubygems 1.3.6, librack-ruby1.9.1, > passenger - 2.2.11debi and bundler 1.0.0. I have bundled my app via > "bundle install vendor". The passenger error I''m getting is "The > application spawner server exited unexpectedly: Unexpected end-of-file > detected." and in the apache log it says "Could not find rake-0.8.7 in > any of the sources Try running `bundle install`." Updating rack/ > passenger/rubygems is not an option. Any thoughts?-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org 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.
On Sep 21, 7:02 pm, Hongli Lai <hon...-+S4mqhUdanDz+pZb47iToQ@public.gmane.org> wrote:> Use Passenger 3. It has better RVM support.Doh, I pressed ''Send'' too quickly. :) I meant better Bundler support, not RVM support. Brightbox has packages for Passenger 3 so upgrading shouldn''t be a problem. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org 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.