1
vote
2answers
30 views
Phusion vs Mongrel for Rails application VPS
I'm working on a Rails application and it is currently hosted on a shared hosting. However, it is getting a lot of features that requires reasonable processing and I'm thinking of …
0
votes
1answer
42 views
Running Ruby methods via cron having issues
So I have a method that is run every 10 minutes (Background.cron) to be exact.
Background.cron loops through a set of database rows and if certain criteria are met, an ActionMaile …
0
votes
0answers
10 views
Getting Django and Subversion to work together on Dreamhost
Does anyone know how to get Django and Subversion to work together on Dreamhost?
I've been following this tutorial to install Django (which uses Passenger WSGI):
http://wiki.dream …
2
votes
2answers
43 views
Advantages of running a production-oriented stack during development?
Lately I seem to have noticed a trend amongst some RoR developers, that is using RubyEE/Passenger/Apache type setups during their development process.
Besides the obvious "use wha …
0
votes
1answer
59 views
mod-rails / phusion passenger on apache: Really slow
I installed redmine on the apache and used mod_ruby first, which was incredible slow... now i switched to phusion passenger but the response time is still really slow ( talking abo …
0
votes
2answers
49 views
Ruby: Problem using passenger
Hi,
i first installed mod_ruby on my debian and afterwards ( after figuring out that it was too slow ) i wanted to chagne to passenger for my apache
Now i've got the problem, tha …
0
votes
1answer
22 views
How do I map multiple rails apps to same Passenger server entry?
Hi there,
Do you know of any tutorials or tricks (e.g. a special way to map Rails Engines to "/rails_app_1/:controller/:action/:id" and "/rails_app_2/...") that would allow us to …
2
votes
4answers
77 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' …
-2
votes
2answers
71 views
Deployment Strategy using Nginx and Passenger
Hello,
I need help with setting up nginx and passenger on two separate machines. Can anyone point me in the right direction?
I've already finished setting up my nginx and now tha …
0
votes
2answers
22 views
rails passenger doesn’t boot correctly
i'm trying to get working an old rails 2.1 application configured with mongrel cluster.
passenger is correctly installed on my system (apache) with this configuration
LoadModule …
0
votes
1answer
98 views
Passenger, Nginx, and Capistrano - Passenger not launching Rails app at all
Essentially, my route is working perfectly, Passenger seems to be loading - all is hunky-dory. Except that nothing Railsy happens. Here's my Nginx log from starting the server to t …
2
votes
4answers
192 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.3.5.
GET requests work fine, POST reques …
1
vote
4answers
231 views
Posting a large body crashes our stack — but only in production mode?
Our Rails application has two environments that we deploy to servers a Staging environment and the default Production environment.
The staging.rb file is a copy of the production …
0
votes
2answers
66 views
Real time with Rails
Hi,
I'm looking for a good way to implement real time feed for my users on a Rails app (Phusion passenger server). Each feed can be different depending on the user and I expect to …
2
votes
4answers
110 views
How to check the cause for a HTTP request latency/waiting time?
I issue a simple GET request to my server, and it's coming back after ~1.2 seconds on average (using firebug NET tab, the "waiting for reqponse" part- not even the whole reponse ti …
