Top "Unicorn" questions

A unicorn is a magical weaponized HTTP server for Ruby.

Restart Unicorn with a USR2 - quitting old master

So sending USR2 to Unicorn is awesome -- it starts up a new master with a new copy of your …

ruby-on-rails ruby unicorn
Rails doesn't see environment variable

I am trying to move a Rails application into production but I am having a problem with Rails not seeing …

ruby-on-rails ruby ubuntu unicorn
nginx and unicorn bad gatewayconnect() to unix:/tmp/mobile.socket failed AND failed (111: Connection refused)

I am (trying) to set up an ubuntu 11.04 server on rackspace to run a rails 3.2 app with nginx and unicorn. …

ruby-on-rails nginx unicorn rackspace-cloud rackspace
Rails 4 + nginx + unicorn + ssl = 502 Bad Gateway

Browser is showing 502 Bad Gateway - nginx. The only good news is my SSL https and green lock is showing …

ruby-on-rails ssl nginx unicorn
Resque is not picking up Redis configuration settings

I am having unexpected and significant problems trying to get a Rails app, running under Unicorn, to connect to a …

ruby-on-rails redis resque unicorn
Restarting Unicorn with USR2 doesn't seem to reload production.rb settings

I'm running unicorn and am trying to get zero downtime restarts working. So far it is all awesome sauce, the …

ruby-on-rails ruby ruby-on-rails-3 deployment unicorn
Should I use thin or unicorn on Heroku Cedar

I recently 'upgraded' my app to the cedar platform on Heroku. By default, I am using thin as a web …

ruby-on-rails heroku thin unicorn
multiple rails apps on nginx and unicorn

I successfully setup a rails site using the Screencast 335 deploy to a VPS tutorial. Now I want to add another …

ruby-on-rails ubuntu nginx unicorn
why did gitlab 6 switch back to unicorn?

Gitlab 6.0 was released yesterday. I am curious to know why they switched to Unicorn from Puma. Versions prior to 5 were …

ruby-on-rails passenger unicorn gitlab puma
what is the difference between unicorn and unicorn_rails?

So...what is the difference between unicorn and unicorn_rails When should I use one or another?

ruby-on-rails ruby ruby-on-rails-3 unicorn