Tagged Questions
0
votes
1answer
111 views
Why is there a separate “unicorn_rails” for Rails apps?
According to the Unicorn docs, there are different binaries for Rails apps and other Rack apps:
non-Rails Rack applications
In APP_ROOT, run:
unicorn
for Rails applications (should work for ...
0
votes
2answers
1k views
Unicorn 3.3.1 and Rack 1.1.0 issues?
I'm upgrading from the Ruby Enterprise Edition 1.8.6 to the latest 1.8.7 version with Unicorn to facilitate an upgrade to Rails 2.3.10, and am running into some issues. Should I uninstall the older ...