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…
> 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.
September 9, 2009 at 7:21 pm
GitHub is using Unicorn as of last week, workin’ great.
September 10, 2009 at 4:17 pm
We at AT&T Interactive have been using Unicorn for quite some time.
October 7, 2009 at 10:35 pm