Kelly FelkinsKelly Felkins
Standup 9/9/2009: Unicorn, Thin, and Mongrel
edit Posted by Kelly Felkins on Wednesday September 09, 2009 at 09:39AM

Ask for Help

"Has anyone used Unicorn"

No one present is using Unicorn. Some wondered how it differs from Thin.

This raised the question:

"Is there a road map for mongrel and rails? Mongrel uses CGI and Rails 2.3 has removed CGI."

In the Ruby on Rails 2.3 Release Notes, there is the statement

...but if you use CGI, don’t worry; Rails now supports CGI through a proxy interface...

Comments

  1. Adam Milligan Adam Milligan on September 09, 2009 at 07:21PM

    In the Ruby on Rails 2.3 Release Notes, there is the statement ...but if you use CGI, don’t worry; Rails now supports CGI through a proxy interface...

    Yes, but the deprecated CGI interface in Rails 2.3 is nonexistent in the Rails master branch, which will become Rails 3.0.

  2. PJ Hyett PJ Hyett on September 10, 2009 at 04:17PM

    GitHub is using Unicorn as of last week, workin' great.

  3. John Dewey John Dewey on October 07, 2009 at 10:35PM

    We at AT&T Interactive have been using Unicorn for quite some time.