A unicorn is a magical weaponized HTTP server for Ruby.

learn more… | top users | synonyms

0
votes
1answer
35 views

Why is SSL redirect not working with force_ssl and Nginx?

I have a Rails 3.2.13 app that I am trying to configure SSL for with Nginx and Unicorn. I want to be able to tell some controllers and some controller actions to 'force_ssl' and to properly redirect. ...
1
vote
0answers
15 views

Serve logs through web interface rails

I have a web application built with ruby on rails. It is served by Nginx through unicorn, the application is running on a Ubuntu server VPS. I have 4 log files: nginx's access log nginx's error log ...
0
votes
0answers
8 views

Nginx and Unicorn Set up Not sure what I am doing

This is my first time setting up nginx and unicorn, someone directed me to this tutorial http://teohm.github.io/blog/2013/04/17/chef-cookbooks-for-busy-ruby-developers/ I have a general ...
1
vote
0answers
20 views

First time working with nginx and unicorn

I have looked through the railscast for configuring nginx and unicorn. I have checked out nginx doc but still can't make heads to tail with what I should do to get nginx up and running. I have googled ...
0
votes
0answers
37 views
+50

Unable to start unicorn on port 80 using capistrano

cap production unicorn:start fails with the following error, trying to start my rails app on port 80. F, [2013-06-14T04:33:51.420113 #13986] FATAL -- : error adding listener addr=0.0.0.0:80 ...
0
votes
0answers
12 views

Nginx throwing HTTP 500 when serving protected asset with send_file

I am having problems serving protected assets (PDFs) with Nginx + Unicorn + Rails. Problem is that sometimes the file is sent properly but other times Nginx returns an HTTP 500 though the Rails log ...
0
votes
0answers
21 views

chef application_ruby cookbook: unicorn is not restarted

I have the following application defined using application and application_ruby cookbooks: application 'railsapp' do owner 'vagrant' group 'vagrant' path '/home/vagrant/railsapp' revision ...
0
votes
1answer
21 views

Running nginx infront of a unicorn or gunicorn under Elastic Load Balancer

I have a very simple question. Nginx does reverse proxy buffering for HTTP servers like Gunicorn and Unicorn. However if I have a Elastic Load Balancer (offered by Amazon Web Services also known as -- ...
0
votes
1answer
26 views

502 Bad Gateway error with nginx and unicorn

I have nginx 1.4.1 and unicorn set up on centos - I am getting a 502 Bad Gateway error and my nginx logs shows this: 1 connect() to unix:/tmp/unicorn.pantry.sock failed (2: No such file or ...
0
votes
0answers
18 views

Use runit to only boot up the service and not supervise

I have a EC2 setup where I have a chef script that sets up a rails app with unicorn. Since I'm using application_ruby script, which uses runit to launch Unicorn at boot, I run into this problem where ...
0
votes
0answers
25 views

How long does it take Unicorn to respawn a worker after a timeout?

According to the Unicorn docs: The timeout mechanism in Unicorn is an extreme solution that should be avoided whenever possible ... it is expensive as it kills and respawns a worker process. How ...
0
votes
0answers
19 views

How to recover a crashed EventMachine loop

I'm using Unicorn on Heroku and I created an EventMachine loop: (from https://gist.github.com/jonkgrimes/5103321) after_fork do |server,worker| defined?(ActiveRecord::Base) and ...
0
votes
1answer
39 views

Nginx doesn't starts anymore with no outputs

I was using nginx for a uniq app, then I changed it and configured for server blocks (AKA Vhost-in apache), following the steps this tuto shows (see the tutorial) The server worked (just with service ...
1
vote
1answer
36 views

Config issue in Private_pub and rainbows configuration

I have configured private_pub with rainbows like this rainbows.conf: Rainbows! do end private_pub.ru: require "bundler/setup" require "yaml" require "faye" require "private_pub" require ...
0
votes
1answer
19 views

Unicorn server version

I'm doing some load testing with Unicorn on Heroku Celadon Cedar stack and I need to know which version of unicorn I used. I just included gem 'unicorn' in the Gemfile. Is there anyway of knowing ...
2
votes
0answers
33 views

Ruby rainbows/unicorn start faye and rails

Is there a way i can start both faye and rails apps together in rainbows/unicorn. Right now i'm using rainbows to start faye/private_pub app but would like to start rails also with it
1
vote
1answer
20 views

Is Rails model class variables singlton across all the Unicorn instances?

Say I have a model and 10 running unicorn instances. class Product @@name = "AAA" end Then I started an Rails console in the same environment to update this value. Product.name = "BBBB" Now ...
0
votes
0answers
43 views

MySQL connections are not closing in rails on heroku

I have a rails project deployed to heroku with 1 resque background worker running. Each time the worker processed a job, the database connection stays open for 90 seconds before closing (the jobs ...
1
vote
1answer
27 views

Error with permission in Chef routine

I have the following Chef routine to generate a script to start/stop a unicorn daemon. However I always get a Permission denied when Capistrano execute this file. What I'm doing wrong with its ...
0
votes
0answers
50 views

Unicorn Nginx not resolving Rails app through IP

I am trying to get a Rails app up on a Linode Ubuntu VPS box using Capistrano, Nginx and Unicorn. I am trying to test it by hitting the IP, but it isn't resolving. Now I don't get any errors, by my ...
0
votes
0answers
32 views

Unicorn Continuous Reaping on Heroku

Moving from Thin to Unicorn. Unicorn works fine on my development machine (Mac OSX), but fails on Heroku with the following message over and over (different PID, different worker number between 0 and ...
1
vote
0answers
40 views

Can Capistrano notify me if Unicorn fails to start new processes

My Unicorn story: I deploy, the deployment fails (stacks or something else), the response is deployment complete, I have no idea the code served is the correct code unless I look at the logs. Even if ...
0
votes
0answers
35 views

Unicorn reloads Rails in 'test' environment, does not kill workers

I'm setting up a Rails app using Nginx/Unicorn. I've been able to get it to start, but I'm not able to reload the code. When I run 'unicorn reload', everything seems to start fine, and I see this ...
0
votes
1answer
35 views

Rails 3.2 Nginx Unicorn Basic Authentification

I am trying to get Basic Authentification to work with Rails 3.2 nginx and Unicorn The configuration works for hosting my site. I used the Rails Basic Authentification in the Controller but i have to ...
1
vote
0answers
19 views

Why are unicorn creating multiple master processes on startup in production mode?

Okay so im trying to setup a production serven with unicorn. When i try to start the unicorn server thru the script i have written it starts up 2 master instance. This only happens when i start it ...
0
votes
0answers
34 views

Debuggin Rails application in production mode without rebooting system

I am working on a very complex system which has a setup that goes like this. 1. Master Web Server Running a rails application which is actually 5 different rails application installed using chef. ...
0
votes
1answer
79 views

ERROR — : reaped #<Process::Status: pid 4335 exit 1> worker=0

I am trying since 2 days to deploy on my vps (Ubuntu 12.04 Server (64 bits)) using : ruby (1.9.3-rc1), rails, capistrano, nginx and unicorn. I also follow railscast tutorial from Ryan Bates showing ...
1
vote
1answer
29 views

Unicorn and omniauth-facebook - uninitialized constant OmniAuth

So I am trying to get omniauth-facebook to work in my production env. It works fine locally on my machine using POW. My prod env is ubuntu with nginx/unicorn and code is Rails 3.2.13, the errors ...
1
vote
1answer
27 views

Javascript Error on Sinatra with NGINX with Unicorn

I have made a site that runs on NGINX with Unicorn Web Server, and Sinatra. I created the site locally, and everything worked great. However, after uploading, the countdown on the home page is not ...
0
votes
2answers
53 views

Unicorn cannot find gem on production

I just installed a new gem on my rails application. Everything works fine on the dev machine. Once I deploy the application to my production server, I get an Uninitialized constant in my unicorn.log ...
0
votes
0answers
24 views

Rabl initializer error after deploying to production

After deployiny my rails application to my production server using capistrano, I ran into an issue with my Rabl initializer file: Uninitialized constant Rabl However, I can access the Rabl object ...
3
votes
1answer
87 views

I have 8 CPU cores and 8 unicorn workers — why aren't requests being handled concurrently?

It's my understanding that the incoming requests should be processed concurrently by default, when I have as many workers as I do cores. Why am I seeing requests only handled synchronously? Here's ...
0
votes
0answers
20 views

higher payload with multiple unicorn worker resulting in MulitJSON::LoadError

The problem I am facing is weird. whenever there is one unicorn process with single worker I don't get any kind of MultiJSON::LoadError but whenever there are many unicorn workers I get ...
1
vote
0answers
106 views

Unicorn method missing generated_attribute_methods

I have a application that uses rails + unicorn + nginx and capistrano for deployment. It was all working fine, until yesterday when i ran a bundle update. suddenly the unicorn server cant start ...
0
votes
0answers
32 views

Setting up Capistrano to deploy to Azure Ubuntu VM

I am following this guide, and I am at the step where I attempt to do cap deploy:cold. I get the following error: ** [out :: vm.cloudapp.net] env: /etc/init.d/unicorn_app ** [out :: ...
0
votes
0answers
24 views

Serving two Rails application (which reside in different servers) from one Nginx Server

I am new to Nginx and i have following scenarios: 1. I have two staging servers, Where staging1 has one Rails application & Nginx Installed. 2. Staging2 has another rails application & Nginx ...
0
votes
1answer
49 views

Deploying rails app on separate app server and database server (both Linode)

I'm having trouble deploying a basic rails app (which works on local machine, which works on heroku) to a distributed architecture (web server on one box, database server on another). Here is my ...
1
vote
0answers
38 views

Nginx, unicorn and multiple rails apps in subrirectories

I'm messing around with aws, and want to deploy multiple apps to my free tier aws account. I'd like to have nginx point to "ec-2-site.com/first-app" and "ec-2-site.com/second-app. Here are my ...
0
votes
1answer
142 views

Haproxy + Nginx + Unicorn - Not serving static assets with SSL

I was trying to make my Rails website serve all the web-pages and assets with both, http or https, but what happens is that when I enter in https mode it is being redirected to http and the assets are ...
0
votes
1answer
77 views

Using Rails 3, Unicorn & Nginx, How do I get access to the host for a subdomain

My rails app toggles functionality based on the subdomain e.g. blah1.mysite.com & blah2.mysite.com I want to access the subdomain in my rails controller by using request.host but the host is ...
0
votes
0answers
25 views

How does God's flapping condition work?

I'm trying to configure God's flapping condition to avoid infinite restarts if a problem happens, but I can't seem to make it work. It's never detecting the flapping state. That's my God ...
0
votes
0answers
75 views

resque-web with rack 1.4.5 (unicorn + nginx)

Recently installed resque-web on Debian 6 (with ruby 1.8) using sudo gem install resque sudo gem install unicorn Everything works fine until I restart the server (which is also running Redmine + ...
1
vote
1answer
84 views

Unicorn fails to start on Vagrant box due to Errno::EPERM

When I run the following command to start Unicorn for a Sinatra app on my Vagrant box(ubuntu-12.04.2-server-i386) sudo unicorn -c unicorn.rb -E development -D -l 0.0.0.0:8080 I get the following ...
0
votes
1answer
171 views

Heroku Europe: hung requests in Unicorn workers

I have an app on Heroku that I forked to try out the Europe region support. After some initial hurdles (Heroku Europe region: "Application error" when trying to fork) this seems to be ...
1
vote
3answers
74 views

Why do I need to precompile Rails assets on app servers and not web servers only?

I'm deploying a simple Rails app to this small ubuntu precise64 server setup : * 1 web server running nginx * 2 app servers running unicorn * 1 db server running postgresql My servers are ...
0
votes
1answer
68 views

monit does not find the unicorn worker in production server

I'm using this gem for deploy kapify. This is my unicorn config: unicorn config unicorn.rb.erb unicorn_init.erb I have in my deploy: server "111.111.111.111", :web, :app, :db, primary: true set ...
0
votes
0answers
170 views

Ruby on Rails/Redis/Unicorn configuration

I've been noticing intermittent timeouts in my app (heroku, ruby on rails, unicorn, redis, etc). After some debugging I've found the timeouts are from the following redis connection error: ...
0
votes
0answers
45 views

Dragonfly not working in production

I am using Dragonfly with Nginx, unicorn and mini_magick. I am using mem_cache_store in production. Image upload and display works fine in development environment. But on production it fails with ...
1
vote
1answer
92 views

Unicorn gets stuck in loop “Refreshing Gem list”

While starting up, Unicorn will get stuck in a loop of INFO -- : Refreshing Gem list INFO -- : Refreshing Gem list INFO -- : Refreshing Gem list No error message will show up.
3
votes
3answers
48 views

Avoiding to hardcode server configuration

I'm working on a Rails application, and I'm about to open-source it. I'm deploying it to a VPS server, configured with nginx and unicorn, following this RailsCast. In order to get Capistrano, Nginx ...

1 2 3 4 5 10