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.
I have this Rails app that can be spawned (by Passenger) a number of times. I want to generate a random id for each instance and include it in every view (as a comment on the HTML output), and be able
I have an application class class MyApplication < Sinatra::Base # ... do something ... end and a config.ru file
I have a small Sinatra app I\'m running on a shared hosting account using Passenger. However, the first time the app is accessed after a while, I get a Passenger error page saying the applica开发者_开
I would like to seamlessly upgrade my Rails app: Meaning: 开发者_JS百科 If no migrations need to run I would like to transparently upgrade the code and have no requests go 404 during the deploymen
i just stumbled across a posing on the mongodb-user list where there was a discussion about passenger and forking when using mongoDB with MongoMapper.
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
I have a app that uses Prawn to do some PDF generating, it works fine and I\'ve had no problems with it. It\'s now come to the point where I want to test it through Apache using Passenger. This is whe
I\'m using delayed_job (tried both tobi\'s and collective_idea\'s) on site5.com shared hosting, with passenger as rails environment.
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 cac