Stan Kaufman wrote:
> Rails3 runs fine with mongrel 1.2.0pre2 if you include the mongrel gem
> in your Gemfile:
> 
> gem 'mongrel', '1.2.0.pre2'
> 
> and you launch via
> 
> rails server
> 
> 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.

...but you'd almost always want to use Passenger instead.

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.

Reply via email to