Just upgraded my laptop to RoR 3.0.3. (Ruby 1.9.2, Gems 1.3.7, Windows box.) It took a couple of attempts, but I got past the missing sqlite.dll error (which shouldn''t be an issue IMO for new installs, but that''s another post.)>>rails server fires up w/o problem. but >>mongrel_rails start completely blows upwith a segmentation fault. I''m a RoR fanboy, but relatively inexperienced. WTF? The same command worked fine on RoR 2.3.5 apps. This shouldn''t be so damned difficult. -- 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-/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.
Marnen Laibow-Koser
2010-Dec-20 02:38 UTC
Re: mongrel_rails crashing on new RoR 3.0.3 app - Huh?
Brian P. wrote in post #969468:> Just upgraded my laptop to RoR 3.0.3. (Ruby 1.9.2, Gems 1.3.7, Windows > box.) > > It took a couple of attempts, but I got past the missing sqlite.dll > error (which shouldn''t be an issue IMO for new installs, but that''s > another post.) > >>>rails server fires up w/o problem. but >>mongrel_rails start completely blowsup> with a segmentation fault. > > I''m a RoR fanboy, but relatively inexperienced. WTF? The same command > worked fine on RoR 2.3.5 apps. This shouldn''t be so damned difficult.Why are you using mongrel_rails ? rails server should be all you need for development; for production, use Passenger. I understand older versions of Mongrel aren''t compatible with Rails 3, so that''s probably the cause of your problem. Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org Sent from my iPhone -- 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-/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.
Norm Scherer
2010-Dec-20 06:48 UTC
Re: Re: mongrel_rails crashing on new RoR 3.0.3 app - Huh?
Marnen Laibow-Koser wrote:> Brian P. wrote in post #969468: > >> Just upgraded my laptop to RoR 3.0.3. (Ruby 1.9.2, Gems 1.3.7, Windows >> box.) >> >> It took a couple of attempts, but I got past the missing sqlite.dll >> error (which shouldn''t be an issue IMO for new installs, but that''s >> another post.) >> >> >>>> rails server fires up w/o problem. but >>mongrel_rails start completely blows >>>> > up > >> with a segmentation fault. >> >> I''m a RoR fanboy, but relatively inexperienced. WTF? The same command >> worked fine on RoR 2.3.5 apps. This shouldn''t be so damned difficult. >> > > Why are you using mongrel_rails ? rails server should be all you need > for development; for production, use Passenger. > > I understand older versions of Mongrel aren''t compatible with Rails 3, > so that''s probably the cause of your problem. > > Best, > -- > Marnen Laibow-Koser > http://www.marnen.org > marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org > > Sent from my iPhone > >Passenger does not work on Windows. A good reason to change to Linux if possible. -- 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.