Greg Willits wrote: > Is mongrel even being maintained anymore? Not exactly. But Mongrel 2 is coming along: http://mongrel2.org/home
Alternatively, if you don't want Passenger running locally or don't like it try: Unicorn is pure Ruby and works perfectly with Rails3 - http://github.com/defunkt/unicorn Thin is always an option too - http://code.macournoyer.com/thin/ -- 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.

