Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

44
votes
6answers
8k views

Slow initial server startup when using Phusion Passenger and Rails

To jump on the band-wagon of Phusion Passenger we've setup a staging server for a small rails app to test things out. So far it has been very nice to use, it makes installing/configuring and ...
13
votes
3answers
3k views

modrails - rogue ruby processes consuming 100% cpu

I'm having ruby instances from mod_rails go "rogue" -- these processes are no longer listed in passenger-status and utilize 100% cpu. Other than installing god/monit to kill the instance, can ...
12
votes
7answers
1k views

is mod_rails or Phusion Passenger finally the answer to Ruby on Rails Deployment?

I read from some books that Phusion Passenger is the answer to easy Ruby on Rails deployment. But my friend said that first there was Apache + bunch of Mongrels, and then lighttpd, and then nginx, ...
6
votes
2answers
2k views

How to limit Phusion Passenger memory usage?

Is there a way to limit the amount of memory Phusion Passenger uses when serving up your app? My host comes by and kills the process after I get a bunch of traffic and so I end up serving up blank ...
5
votes
1answer
96 views

Handling hundreds of simultaneous requests in rails

I am writing a ruby on rails application and one of the most important featuers of the website is live voting. We fully expect that we will get 10k voting requests in as little as 1 minutes. Along ...
3
votes
1answer
758 views

Rails: How should Phusion Passenger and I18n.locale behave?

I have a Rails 2.2 web app running on Passenger / REE I set the default locale in config/environment.rb config.i18n.default_locale = 'en-GB' The first request seems to have no locale set in ...
2
votes
1answer
54 views

Uploading files below 200kb

I am having trouble configuring modporter. I have installed it correctly. I have no problems uploading files above 200kb. But files below 200kb are not getting uploaded. On upload of files below ...
2
votes
0answers
346 views

How can I selectively clear the cache for Sinatra + Nginx + Phusion Passenger?

I have a modular Sinatra app running on nginx with Phusion Passenger. When I alter my app (and in particular, some YAML files which are used to generate pages), I'd like to be able to clear only the ...
2
votes
3answers
525 views

cache money ActiveRecord::MissingAttributeError

i keep on getting ActiveRecord::MissingAttributeError errors randomly everywhere in my program. i have passenger (30 instances) running with nginx. i don't have this problem in dev. When i remove ...
2
votes
2answers
554 views

How to configure maintenance pages on Passenger suburi deployments

I am trying to get a maintenance page setup for a suburi deployment on Phusion Passenger for a rails app. All the documentation shows DocumentRoot ReWrite rules, which don't appear (don't think they ...
2
votes
1answer
187 views

Phusion Passenger on Ubuntu not seeing plugin in vendors directory

Phusion Passenger, running on Ubuntu Hardy Heron, is bombing on a require 'lingua/en/readability'. The plugin is installed in the plugins directory and works fine with script/server, just not ...
2
votes
1answer
2k views

Phusion Passenger 2.2.2 crashes often

I deployed an rails(2.3.2) app on Passenger 2.2.2. It crashes sometimes. There's the error message. Passenger encountered the following error: The application spawner server exited unexpectedly: ...
2
votes
1answer
785 views

What URL should I give Google Maps API so it recognises the key created for a local Rails apps run with Passenger?

I've been working on a Google Maps based Rails app and it was working fine until I installed Phusion's Passenger and now Google Maps API won't recognise the API Key which I generated for ...
1
vote
0answers
35 views

migrate apache+phusion to nginx+phusion

I'm currently using Apache+Phusion quite successfully but am interested in trying out nginx+phusion. Although there are lots of places where I can get info on how to set up the latter none of them ...
1
vote
0answers
171 views

attachment_fu rmagick on phusion passenger

I am getting so much pain with setting up rmagick on Passenger . I’m developing a rails web application that has image processing feature using imagemagick. the image processing feature is working ...
1
vote
1answer
128 views

why is my unicode not working under passsenger?

This question contains java and ruby. I have a java program that I make a call to from ruby. This code works under merb perfectly without any modifications. This code will work under irb perfectly ...
1
vote
2answers
254 views

Why do I get an error on the first request after restarting a Sinatra app with Rack and Phusion Passenger?

After I touch tmp/restart.txt and my app restarts, the first request throws an error, usually something about not finding Haml::Engine or some other gem. The second and subsequent requests all work ...
0
votes
1answer
41 views

Does Phusion Passenger start a new Ruby instance for each visitor?

I'm very new to Phusion Passenger. I just know it keeps a limited number of worker threads, and shuts them down after a hour or so of inactivity. But does it start a new Ruby instance for every ...
0
votes
1answer
87 views

Passenger not reading .htaccess from Document Root specified

<VirtualHost *:80> DocumentRoot /home/fred/AptanaStudioWorkspaceSS/railsapproot/public ServerName 3strides.localhost <Directory /home/fred/AptanaStudioWorkspaceSS/railsapproot/public> ...
0
votes
0answers
27 views

Phusion Passenger(?) Unable to load external overrides of String from ./lib or ./config/initializers

I have written a little "helper method" to help me pluralize my strings. I want to include it in the string class so I can call a string with only one argument and get the string pluralized if the ...
0
votes
2answers
398 views

Setting up Passenger Phusion on Ubuntu 11.04

I'm furious with anyone that's ever said anything equatable to "deploying ruby on rails applications is a snap." No. It's not. It's the hardest thing I've ever had to do and I develop operating ...
0
votes
1answer
77 views

Phusion Passenger not displaying CSS, Javascript files

I have a Phusion install, configured with Rails 3.0.10 and Apache 2, and assets like CSS and Javascript are apparently being served, but not utilized by the browser. So for instance when I hit the ...
0
votes
3answers
309 views

Paperclip not working under Apache/Passenger

I've deployed my rails application on a staging/production machine running Apache and Phusion Passenger but cannot get the Paperclip gem to load correctly (or at least to get the piece of the ...
0
votes
0answers
193 views

How can I make Passenger Phusion 3.0.4 with Ruby 1.9.2 work with domains that have a hypen in them?

Our Ruby on Rails application serves pages for hundreds of domains and we use Passenger Phusion (3.0.4) on ubuntu 10.4LT. Recently, we tried to move from Ruby 1.8.7 to 1.9.2, but ran into a problem ...
0
votes
1answer
260 views

Ruby on Rails application could not be started

I'm trying to deploy some changes, and I just cannot see them as the URL I got sends me on a Phusion error page "Ruby on Rails application could not be started". When I check the logs, I get ...
0
votes
2answers
533 views

How do I get nginx and phusion passenger to maintain sessions between 2 rails instances?

I'm using nginx with phusion passenger to run a rails app on an ec2 CentOS machine. I have a pretty standard set up with nginx, rails, phusion passenger and ssl (I think). My nginx.conf is below. So ...
0
votes
2answers
54 views

Symlinking problem

Hey dudes.i am having this problem while symlinking. I have successfully deployed a ruby on rails application on server and all the migrations are done. It is deployed with phusion passenger. The ...
0
votes
1answer
510 views

Phusion Passenger, mod_rails rails 2.3 problem

"The application has exited during startup (i.e. during the evaluation of config/environment.rb). The error message may have been written to the web server's log file. Please check the web server's ...
0
votes
1answer
535 views

phusion passenger charset

I just installed Apache 2, Phusion Passenger and Rails 2.2.2 on Centos 5.2 64 bit server. My mysql database is latin1, and my setup works on php server, and my rails setup is also working besides ...
0
votes
3answers
1k views

Apache cannot initialize Passenger. Broken pipe (32) when connecting to Application Pool

I have installed Phusion Passenger 2.0.3 on Apache 2.2.3 on Centos 2.6.18-92.el5 #1 SMP and I am getting the following on the httpd error log Cannot initialize Passenger in an Apache child process: ...
0
votes
4answers
3k views

How do I clear the cache of Ruby Phusion Passenger in Ubuntu?

I've tried restarting apache and the cached pages still appear, so there must be a folder someplace. I don't have a 'public/cache', so what other places should I look? Is there a URL flag that could ...