Ruby on Rails Sunday, October 3, 2010

I have a rails 3 application that runs without problems under WebRick
(on Ubuntu) that generates the following error in the browser when I run
under Apache2 with Phusion Passenger:

Ruby (Rack) application could not be started

Error message:

no such file to load -- bundler

Exception class:

LoadError

I have googled and found one or two posts with this problem but none
with solutions.

Backtrace:

lib/rubygems/custom_require> 29:in `require'
lib/rubygems/custom_require> 29:in `require'
/usr/lib/ruby/gems/1.9.0/gems/passenger-2.2.15/lib/phusion_passenger/utils.rb
221 in `setup_bundler_support'
/usr/lib/ruby/gems/1.9.0/gems/passenger-2.2.15/lib/phusion_passenger/rack/application_spawner.rb
105 in `block in run'
...
..


I tried installing the bundler gem but that didn't change anything.

Any suggestions?


Thanks
--
Posted via http://www.ruby-forum.com/.

--
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.

No comments:

Post a Comment