A unicorn is a magical weaponized HTTP server for Ruby.
I am hosting my Rails app on Ubuntu 12.04 VPS, Nginx + Unicorn, after deployment everything is fine, but few hours later, …
ruby-on-rails ubuntu nginx vps unicornI am trying to configure a Rails application with SSL, using Nginx and Unicorn. I am trying to set it …
ruby-on-rails ssl nginx ssl-certificate unicornI have a Rails (v3.2.13, Ruby 2.0.0) application running on nginx + Unicorn (Ubuntu 12.04). All is working well, except when an admin …
ruby-on-rails nginx timeout unicornI'm getting close to deploying an application built on Rails 3.1.x and started running some performance tests. After fiddling with …
ruby-on-rails ruby-on-rails-3 postgresql heroku unicornI check the ip-address in the controller with request.env['REMOTE_ADDR'] this works fine in my test environment. But …
ruby-on-rails-3 nginx unicornThere is a lot of talk about Puma and how it is faster than Unicorn. But, they also mention that …
ruby-on-rails ruby-on-rails-3 unicorn pumaWe just migrated from passenger to unicorn to host few rails apps. Everything works great but we notice via New …
ruby-on-rails nginx passenger unicornI have a m1.small instance in amazon with 8GB hard disk space on which my rails application runs. It …
ruby-on-rails diskspace unicornCan anyone explain what's the bottleneck of each concurrency method? Servers like Unicorn (process based) an Puma (thread based). Does …
ruby-on-rails ruby multithreading unicorn puma