Greg Willits wrote: > Stan Kaufman wrote: >> However mongrel doesn't appear to be able to run as a daemon in Rails3 >> because of changes in the dispatcher. So the old >> >> mongrel_rails start -d >> >> doesn't work. No clue if this is something someone will fix. Hope so, >> since this appears to impact whether one can deploy a stack using >> nginx/mongrel clusters with Rails3. > > Well, that would be the issue I am seeing then (-d) as my interest in > using mongrel even for dev is eliminating the need for an open console > window. I tend to have several local rails app running, and console > windows all over is a drag.
So use a tabbed terminal. Running in daemon mode for dev is a bad idea IMHO. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- 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.

