Tagged Questions

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 ...
2
votes
1answer
97 views

Rails application hangs intermittently for ~2 requests

I'm running a (3rd-party) rails app. Every so often, with no pattern that I can identify, a request to the app will hang. If I open a new tab and try a new request, that request will also usually ...
0
votes
1answer
232 views

Gem mysql2 with Passenger on Mac Snow Leopard

I can a simple new Rails 3 site with 'rails s' using mysql2 in bundler. I have Passenger too but with mysql2 I get: Error message: ...
0
votes
1answer
322 views

Database problems when setting up Phusion Passenger for the first time

I'm a new ruby/rails user trying to get my mac set up for the first time with an existing rails project. The app runs fine when using mongrel, but it doesn't start properly when using Phusion ...
0
votes
3answers
816 views

permissions for running passenger on OS X 10.6

I'm not sure how to set permissions for Passenger on OSX. I have gotten through the install fine, but I understand now that Passenger runs as whoever owns environment.rb. That's my own user and group, ...