I''ve installed rails 3.0.5 with ruby 1.8.7. I''ve installed mongrel, rcss and RedCloth. I''ve run netsh winsock reset. When I run with Webrick the server seems to start fine. But when I go to 127.0.0.1:3000 the request just hangs. When I run with mongrel, I get this: Tue Mar 01 06:58:05 -0800 2011: Error calling Dispatcher.dispatch #<NameError: uninitialized constant ActionController::CgiRequest> I tried installing Unicorn and it wouldn''t build native extensions (I have DevKit installed and on my path). Please spare me the "use a mac" comments. What can I do to get these servers running on windows? Update: thin seems to work fine. -- 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.
Rails 3.0.5 requires Rack 1.2.1 which is not compatible with Mongrel 1.1.5. So I suggest you to use Ruby 1.9,2 and Webrick which work in my windows box. Hope this helps. -- 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.
That''s terriffic. I''ll give that a shot. Thanks! On Tue, Mar 1, 2011 at 9:46 AM, Roy Situmorang <roy.situmorang-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Rails 3.0.5 requires Rack 1.2.1 which is not compatible with Mongrel 1.1.5. > So I suggest you to use Ruby 1.9,2 and Webrick which work in my windows box. > > Hope this helps. > > -- > 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. > >-- 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.