Displaying 20 results from an estimated 700 matches similar to: "[PATCH] Document the method for building the Unicorn gem"
2010 Jun 04
8
unicorn_rails cleanup (possible fix for Rails3) pushed
Hi all,
I''ve pushed the following patch out go git://git.bogomips.org/unicorn
along with a few other Rails-related test updates. This is more of a
shotgun fix (but less code is better :) since I haven''t been able to
reproduce the brokeness people have been seeing with "unicorn_rails"
and Rails 3 betas.
Even though "unicorn" works perfectly well for Rails3,
2013 Feb 07
5
does unicorn fork like phusion?
Does unicorn work like phusion in that it automatically forks based on
traffic levels?
Or is that what thin does also?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
2010 Oct 03
4
Error Running Rails 3 Application under Phusion Passenger
I have a rails 3 application that runs without problems under WebRick
(on Ubuntu) that generates the following error in the browser when I run
under Apache2 with Phusion Passenger:
Ruby (Rack) application could not be started
Error message:
no such file to load -- bundler
Exception class:
LoadError
I have googled and found one or two posts with this problem but none
with solutions.
2011 Sep 30
3
Multiple rack applications on the same server with unicorn
If I''m running two rails apps on the same server using Unicorn, I have
to run two instances of Unicorn, right?
If so, then here''s a place where passenger might win in terms of
memory use, as the rails code will be loaded into memory twice, right?
I''m still probably going with Unicorn, but just exploring this first.
Thanks,
John
2010 Jun 16
2
passenger and apache mpm's
Hi!
Is it safe to run phusion passenger with all apache kinds of MPM?
regards
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
2011 May 16
0
Fwd: adding GPLv3 to unicorn license
Hi Ian, I also found this address in the git history, hoping this works
since ian at inspir.es doesn''t.
----- Forwarded message from Eric Wong <normalperson at yhbt.net> -----
From: Eric Wong <normalperson at yhbt.net>
To: mongrel-unicorn at rubyforge.org
Cc: Hongli Lai <hongli at phusion.nl>, Augusto Becciu <augusto at jadedpixel.com>,
I?aki Baz Castillo
2012 Apr 12
8
Background jobs with #fork
Hi
I''ve migrated from Passenger to Unicorn about a week ago. It''s great.
Great transparency and management, thanks for this great software!
A few of my Rails applications start background jobs using
Kernel#fork. Of course, the ActiveRecord connections are closed and
reopened again in the parent and child processes. The child process
also does its job.
Unfortunately, it seems
2010 Jun 17
3
RDoc 2.2.0 requirement
Looks like Rails 3 currently depends on RDoc 2.2.0 exactly, even
though the latest version is 2.5.x. Why this specific version?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group.
To post to this group, send email to rubyonrails-core@googlegroups.com.
To unsubscribe from this group, send email to
2014 Nov 28
2
SEtroubleshootd Crashing
When running Node.js through Phusion Passenger on Centos 6.5 ( Linux 2.6.32-431.23.3.el6.x86_64 #1 SMP Thu Jul 31 17:20:51 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux), with SELinux enabled in permissive mode we receive a large number of entries in the audit.log and setroubleshootd randomly crashes with the following error, We have resolved the selinux alerts by following the troubleshooting steps
2009 Feb 14
1
404 error after deploying an app with passenger
Hello,
I''m desperatly trying to install an app with phusion passenger. I''ve
already spent 2 days with no success, can somebody help me, please ?
Here is my problem :
I already installed phusion passenger with no problem. It''s running on
apache2 on ubuntu 8.10.
I configured everything as mentioned on passenger''s website, but i
only get a 404 error, whatever url
2010 Oct 29
2
stop/start workers "by need"
Hello to everybody.
I making shared hosting for rails and rack applications. For app. server i
userd phusion passenger, but after some issues with that, want to migrate to
unicorn.
Is there any way to make unicorn stop all workers and start them on first
request? It''ll be really great to have this opportunity.
>No subscription is needed to post to the mailing list, let us know
2013 Nov 23
1
Puppet 3x Debian Wheezy and Phusion Passenger
Hello,
I''m trying to install puppet-dashboard with Phusion Passenger. It seems to
be a bugs or unsupported ruby 1.9 libraries
I don''t understand why puppet debian packages depends to ruby gem 1.9.1 and
1.9.3 who doesn''t work
Is somebody realize this installation without problems ? And why are we
can''t fix this issue ?
2011 Apr 20
11
Mac Phusion Passenger Pane not working
I have a feeling that this is something centered around my
apache/Passenger configurations but everything seems to check out.
Another off the hand problem I''m having, and might be a clue is w/ my
Passenger Pane. I installed the Phusion Passenger Pane and every time
I try to add an entry, I get this error:
"Your changes couldn’t be saved
See the Console log for details."
2011 Oct 20
2
Agile book apache2.conf: Forbidden You don't have permission to access / on this server.
Appreciate any help -
I am working through Agile web development (4.0) and am stuck on the
deployment using phusion passenger. I get this:
"Forbidden
You don''t have permission to access / on this server."
when I put depot.yourhost.com in the browser.
I have been through various web searches and for file permissions and
suggestions to change the <Files> container.
2014 Dec 01
2
SEtroubleshootd Crashing
Thanks
Could you please clarify, which version libxml is broken and has there been a newer version released that will fix it.
-----Original Message-----
From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of Daniel J Walsh
Sent: 01 December 2014 14:58
To: CentOS mailing list
Subject: Re: [CentOS] SEtroubleshootd Crashing
This seems to be a problem with an updated
2009 Jun 10
5
Deploying with Passenger question
Hi,
I followed the instructions for deploying a site with Passenger from
the screencast that is on the Phusion Passenger site and it didn''t
work. I am using Dreamhost to host my site- could the problem be on
their end? Someone suggested that I do:
passenger-install-apache2-module
on my command line but I already did that when I first installed
Passenger and the Passenger Pref pane
2008 Apr 20
2
mod_rails showing plain text instead of actual page
hello!
i got this forum powered by apache and mod_rails
lately when i create / edit posts, i get plain html text showing up
instead of the actual page.
here''s what i see:
--
Content-Type: text/html; charset=utf-8
Set-Cookie:
_mysite_session=BAh7CzoOcmV0dXJuX3RvMDoKdGl0bGV7BmkVdToJVGltZQ2IDhuAK1UeADoL
%250AdG9waWNzewZpBnU7Bw2HDhuA2%252FZJ7zoJdXNlcmkGIgpmbGFzaElDOidBY3Rp
2012 Sep 18
3
Nginx + Phusion Passenger 3 problem with "504 Gateway time-out"
Hi,
I have a Rails 3.2 app. There is a specific request that takes a long
time to execute. The context is, the user uploads a pdf, and then we
have some processing through carrierwave + rmagick that generate a
jpeg from the first page of the document. Everything works in dev mode
using both webrick and thin. The problem happens on the prod
environment with Nginx + Passenger.
The request takes a
2011 Apr 20
2
Cannot get progress bars to work w/ Apache Progress Module
I am following this screencast
http://railsillustrated.com/screencast-file-uploads-progress-in-rails-passenger.html
as well as comparing this against all the other rails Apache Progress Module
progress bar examples and I can''t figure out why I am always getting a 404
routing error:
ActionController::RoutingError (No route matches "/progress"):
I have a feeling that
2009 Jun 25
1
request.host, proxy chains and HTTP_X_FORWARDED_HOST
Hi,
We''ve an application that uses url_for in controllers and views. In
views, url_for generates a relative url (as if :only_path where used).
All is fine there.
However, in controllers, url_for generates a full url, with the host
name. This causes problems when we have a chain of Apache proxy
servers:
My Browser ---> Proxy 1 ----> Proxy 2 ----> Phusion Deployment Server.
In