Tagged Questions

Passenger is an Apache plugin for running Ruby on Rails applications.

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 ...
16
votes
2answers
2k views

Passenger hosted Rails app *painfully* slow, but the server is a beast

I have been working to deploy a relatively large Rails app (Rails 2.3.5) and recently doing some load testing we discovered that the throughput for the site is way below the expected level of traffic. ...
15
votes
7answers
3k views

Phusion Passenger Error: You have activated rack 1.2.1, but your Gemfile requires rack 1.2.2

I'm trying to run a Ruby on Rails app on a Dreamhost shared server. All is well so far except one weird bug I have not been able to unravel. Sometimes when I visit the web app, I get presented with a ...
15
votes
4answers
2k views

Capistrano to deploy rails application - how to handle long migrations?

So I am using Capistrano to deploy a rails application to my production server (apache+passenger) and at the moment deployment usually goes along the lines: $cap deploy $cap deploy:migrations It ...
13
votes
2answers
2k views

Ruby on Rails Server options

The whole issue of setting up a development server for my ruby on rails application confuses me. There is webrick, mongrel, passenger, apache, nginx and many more I am sure, and i dont really ...
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
3answers
3k views

Rails 3: Passenger can't find git gems installed by bundler

Rails 3.0.0, Passenger 2.2.15: Create a new Rails project Add gem 'paperclip', :git => 'git://github.com/lmumar/paperclip.git', :branch => 'rails3' to your Gemfile Do bundle install Everything ...
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, ...
11
votes
3answers
3k views

Rails app randomly crashes with error “Premature end of script headers”

I am hosting a Ruby on Rails 2.0.2 application on DreamHost. It is on an Apache 2 server, running on top of Phusion Passenger. The application often returns a 500 error "Rails application failed to ...
10
votes
3answers
631 views

Why should I care about RVM's Gemset feature when I use Bundler?

I just don't get it. I thought, Bundler was developed to resolve version conflicts between gems. So that I just have to require "bundler/setup" and everything is fine, knowing that Bundler will load ...
9
votes
1answer
2k views

Rails on Passenger not recognizing RVM

I have shifted to ree using rvm by: rvm use ree@mygemset and installed kaminari gem through Gemfile and bundle install. But Phusion passenger seems to still look for the gem in system default ...
9
votes
4answers
4k views

How to avoid nginx “upstream sent too big header” errors?

I'm running nginx, Phusion Passenger and Rails. I am running up against the following error: upstream sent too big header while reading response header from upstream, client: 87.194.2.18, server: ...
9
votes
5answers
1k views

Recurring tasks in a Ruby On Rails application: Cron or other?

I am currently writing an application that pulls new information from RSS sources and has to update those RSS sources in a certain frequency. Currently I am pulling only when the user requests a feed ...
9
votes
3answers
1k views

Having trouble debugging Sinatra app in production

I'm deploying a Sinatra app using passenger. The deployed app is working, but not entirely: some paths work fine, others simply render a blank page. I can't seem to find any major differences between ...
8
votes
3answers
747 views

Is a system-wide install of RVM a bad idea?

I'm confused about whether, on a server, you're supposed to install RVM as a regular user or do a system-wide installation, and, if the latter, how you're supposed to do things like bundle install ...
7
votes
5answers
1k views

Recommendations (and Differences) between different Ruby on Rails Production Web Servers

Very soon I plan on deploying my first Ruby on Rails application to a production environment and I've even picked a webhost with all the managed server and Capistrano goodness you'd expect from a RoR ...
7
votes
5answers
2k views

Ruby 1.9.1-p234, Passenger 2.2.5, Rails 2.3-stable closed stream on POST request

I've setup Ruby 1.9.1 (p234) on a Ubuntu server. I'm trying to deploy a Rails app which vendors Rails 2.3-stable on Apache 2.2/Passenger 2.2.5. GET requests work fine, POST requests break immediately ...
7
votes
2answers
2k views

How does Phusion Passenger reuse threads and processes?

I am setting up an Apache2 webserver running multiple Ruby on Rails web applications with Phusion Passenger. I know that Passenger spawns Ruby processes for handling requests. I have the following ...
7
votes
1answer
1k views

What's the difference between Rack and Passenger?

I'm trying to deploy a Sinatra app to Dreamhost and it says the following: Since DH supports Passenger, which in turn supports Rack-based ruby applications, DH does indeed support Sinatra. ...
6
votes
1answer
959 views

Bundler + RVM + Passenger + Capistrano deployment & missing gems

I got the server with the configuration above. This is the important part of my deploy.rb recipe: $:.unshift(File.expand_path('./lib', ENV['rvm_path'])) require 'rvm/capistrano' require ...
6
votes
3answers
2k views

Broken precompiled assets in Rails 3.1 when deploying to a sub-URI

I'm in the process of updating a Rails 3 app to use Rails 3.1 and as part of that, am making use of the new asset pipeline. So far, I've got everything working apart from one rather annoying problem I ...
6
votes
4answers
973 views

Rails, Passenger and Memcached: Unable to find server during initialization

I hope someone can help me with a problem that I am certain is a user error. The configuration details below work in all my other environments including integration, development and qa. However, the ...
6
votes
5answers
1k views

Is it possible to put binary image data into html markup and then get the image displayed as usual in any browser?

It's an important security issue and I'm sure this should be possible. A simple example: You run a community portal. Users are registered and upload their pictures. Your application gives security ...
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
3answers
239 views

Is there an easy way to run Garbage Collection outside of the request cycle in Passenger?

Unicorn has OobGC rack middleware that can be used to run GC.start after a certain number of requests. Is there a similar sort of thing in Phusion Passenger?
5
votes
2answers
235 views

how to compress javascript files served from my rails app running on apache/passenger?

I'm using Apache 2.2, Passenger 3.0.2, Rails 3. I've managed to compress the css file by modifying the deflate.conf file. However, when I run the firefox addon yslow, it still says the javascript ...
5
votes
3answers
2k views

ActionView::Template::Error (incompatible character encodings: UTF-8 and ASCII-8BIT)

I am using Ruby 1.9.2, Rails 3.0.4/3.0.5 and Phusion Passenger 3.0.3/3.0.4. My templates are written in HAML and I am using the MySQL2 gem. I have a controller action that when passed a parameter that ...
5
votes
2answers
898 views

Relationships between Rubygems, Bundler, and RVM

Following current best practices, what is the proper role for each of these? Based on my limited understanding of Bundler and RVM, it seems that they--like Rubygems--have their own install locations ...
5
votes
3answers
1k views

Can't install passenger 3 on Snow Leopard (with RVM and ruby 1.9.2)

I've been trying to install passenger with no success yet. I've installed the gem, but when I run passenger-install-apache2-module it tells me This installer must be able to write to the ...
5
votes
2answers
1k views

Rails: is Passenger Standalone suitable for production deployment?

The question title pretty much sums it up... I haven't been able to find any good resources that outline the pros / cons of using Phusion Passenger Standalone for Rails App Deployment. How does it ...
5
votes
6answers
736 views

Multiple Ruby versions on one webserver?

The Ideal Using rvm, it would be awesome to be able to have multiple Rubies on one webserver, and through some sort of server configuration, be able to assign Ruby versions to different ...
5
votes
5answers
1k views

Passenger installation with nginx fails

I'm running an ubuntu 9.10 server on an amd-64 platform. Everything's pretty much standard, and I've got Sinatra 0.94 running on a ruby 1.8 installation. I want to install passenger in order to ...
5
votes
1answer
6k views

Passenger Error: The application spawner server exited unexpectedly: Unexpected end-of-file detected

This was working just the other day, but I just updated my code to the review server which runs Passenger 2.2.4 and my 2.3.4 rails app now can't boot on that box. Passenger reports: Passenger ...
5
votes
1answer
3k views

Passenger on Windows

Is there any way to get Passenger running on a Windows machine? It doesn't appear so, but it seems like many Stackoverflow'ers have used Passenger a lot and I was wondering if its possible.
5
votes
5answers
644 views

My passenger powered Rails app sometimes needs a long time to load

I use Apache + Passenger to host some Rails applications. Something seems to go in a sleep mode when there is no request for a longer time. It then takes 10-20 seconds for the site to load. Feels like ...
5
votes
4answers
5k views

Setting environment variables for Phusion Passenger applications

I've set up Passenger in development (Mac OS X) and it works flawlessly. The only problem came later: now I have a custom GEM_HOME path and ImageMagick binaries installed in "/usr/local". I can put ...
4
votes
1answer
74 views

How to deploy Rails project in Nginx server using passenger?

In my local, I am using werbrick application server for my localhost. I have Ruby version 1.9.2 .and Rails version 3.1. How to deploy On live,with Rails Project On Nginx Server? And What ...
4
votes
3answers
128 views

Run two different Rails application on one dedicated server

I have one dedicated server with below configurations i3 - Dual Core - 3.06Ghz H/T 16GB RAM 500GB SATA2 Now I want to execute two different Rails application on one dedicated server. A both ...
4
votes
2answers
368 views

Passenger Error: [ASYNC BUG] thread_timer: select

I recently installed Rails on a cpanel machine using this guide: http://www.cpanel.net/blog/cpanel-whm-admins/2011/07/installing-mod-rails-and-rails-309-on-a-cpanel-machine.html When I try and ...
4
votes
2answers
353 views

Rails 3, apache & passenger, send_file sends zero byte files

I'm struggling with send_file with rails 3.0.9 running ruby 1.9, passenger 3.0.8 on apache on ubuntu lucid The xsendfile module is installed and loaded into apache root~# a2enmod xsendfile Module ...
4
votes
1answer
381 views

Rufus scheduler implementation in rails 3

I have an app running with apache + passenger in production. Currently I initialize the rufus scheduler in a initializer and register jobs reading from a db in that initializer. Way apache/passenger ...
4
votes
3answers
1k views

How can I keep a Passenger Standalone up even after a restart?

I have a few apps running rails 3 on ruby 1.9.2 and deployed on a Ubuntu 10.04 LTS machine using nginx + passenger. Now, I need to add a new app that runs on ruby 1.8.7 (REE) and Rails 2. I ...
4
votes
3answers
984 views

Installing Gems with Bundler == Big problem

If I run bundle install , everything passes. I reboot nginx, and when I visit the site I see the passenger error with this : git://github.com/spree/spree.git (at master) is not checked out. Please ...
4
votes
2answers
2k views

Nginx restart command failing after installing passenger

I just installed passenger for nginx on my Ubuntu (8.04) box. Now "sudo /etc/init.d/nginx restart" fails with the following errors: Restarting nginx: [emerg]: bind() to 0.0.0.0:3000 failed (98: ...
4
votes
1answer
2k views

Rack Error with DreamHost, Passenger, and Rails 3.0.0.rc

Background: I have viewed this question as well as this one - sadly, to no avail. Error Message (Passenger): You have already activated rack 1.1.0, but your Gemfile requires rack 1.2.1. Consider ...
4
votes
4answers
640 views

Send Redirects To Specific Ports

I have an Rails application server that is listening on port 9000, and is being called through haproxy. All my redirects from that server are being redirected back through port 9000, when they should ...
4
votes
3answers
480 views

Rails with passenger only runs in development

Hey, I have a problem on one of our webservers. I'll try to explain it as clear as possible, but I'm not 100% aware of all the configuration of the server. There are 2 sites running next to eachother ...
4
votes
3answers
546 views

Fastest way to deploy rails apps with Passenger

I am working on a Dreamhost server with Rails 2.3.5. Every time I make changes to a site, I have to ssh into the site, remove all the files, upload a zip file containing all the new files for the ...
4
votes
3answers
9k views

deploying rails3 apps with bundler and phusion passenger: .bundle dir not found

i am trying to deploy rails3 apps with the latest phusion passenger 2.2.11 and ruby-enterprise-1.8.7-2010.01. i am using bundler, but passenger seems to not be able to find the .bundle dir. error ...
4
votes
1answer
85 views

Weird rails error while loading the application

I am having this bizarre error and I don't know what to do. This code runs fine on my development and staging machine but crashes on production. All I have to do is load the page or call ...

1 2 3 4 5 16