Conrad Taylor wrote: > Hi, did you add the rack gem to your gem file? > > -Conrad > > Sent from my iPhone
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) RubyGems version 1.3.6 Rack version 1.1 Rails version 3.0.0.beta2 Active Record version 3.0.0.beta2 Action Pack version 3.0.0.beta2 Active Resource version 3.0.0.beta2 Action Mailer version 3.0.0.beta2 Active Support version 3.0.0.beta2 Middleware ActionDispatch::Static Rack::Lock Rack::Runtime Rails::Rack::Logger ActionDispatch::ShowExceptions ActionDispatch::RemoteIp Rack::Sendfile ActionDispatch::Callbacks ActionDispatch::Cookies ActionDispatch::Session::CookieStore ActionDispatch::Flash ActionDispatch::ParamsParser Rack::MethodOverride ActionDispatch::Head ActiveRecord::ConnectionAdapters::ConnectionManagement ActiveRecord::QueryCache Application root /Users/shajun/project_ree/testapp Environment development Database adapter postgresql Database schema version 0 -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

