Are your Cucumber features that use the @javascript tag slowing you down?
Try adding the following to your Gemfile:
gem 'thin', :group => :test
and see what happens.
Are your Cucumber features that use the @javascript tag slowing you down?
Try adding the following to your Gemfile:
gem 'thin', :group => :test
and see what happens.
“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…