From: Jan Svitok Date: 2006-10-23T23:16:44+09:00 Subject: Re: Instant Rails 1.4 and Mongrel On 10/23/06, Ike wrote: > I just upgraded to InstantRails 1.4, which, among other things, runs Mongrel > in lieu of Webrick. I used to be able to go right to \..\rails_apps\myapp > and run > > ruby script\server > > and up would fire Webrick and I could then navigate my browswer to > http://localhost:3000/ and be off and running. Now, I cannot do that. > > Can someone fill me in on the new way to do things here? Thansk, Ike try mongrel_rails (possibly with some parameters) disclaimer: this is how mongrel is usually started. I haven't used any recent InstantRails.