Jun Sha wrote:
> 
> Hi, Conrad
> 
> I find method of solution about "no such file to load -- rack"
> 
> http://rvm.beginrescueend.com/integration/passenger/
> 
> =========================================
> 
> in /opt/nginx/conf/nginx.conf
> 
> passenger_ruby /home/wayne/.rvm/bin/passenger_ruby;
> 
> instead of
> 
> you current ruby version as "ruby 1.9.2-head..."
> 
> =========================================
> 
> and then when I input localhost:3002 in browser and click link - > About 
> your application’s environment
> 
> all right !
> 
> Ruby version  1.8.7 (i686-darwin10.0.0)

I'm having this same issue, but on Apache with Rails 3 Beta 3. I noticed 
that your Ruby version is now 1.8.7 and not 1.9.2. I'm trying to figure 
out how to get past the "no such file to load -- rack" issue while 
keeping Ruby 1.9.2.

I tried your approach of changing passenger_ruby to the home directory 
instead of using the "ruby 1.9.2-head" directory but my home directory 
is empty. I installed RVM via git so the closest matching folder I can 
find is in /root/.rvm/src/rvm/bin/ but I don't have a passenger_ruby 
file in there.

I've tried everything I've found on Google as possible solutions and 
can't get it to work.

Any advice?
Thanks
Bobby
-- 
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-t...@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