Passenger is an application server for Rack, Node.
To jump on the band-wagon of Phusion Passenger we've setup a staging server for a small rails app to test …
ruby-on-rails deployment passenger phusionI have 2 environments, production and staging, and I am using Capistrano with capistrano-ext gem. When I deploy to staging using …
ruby-on-rails deployment passenger capistranoI'm running into an error when I try to restart the server. I don't know how to fix this. deploy@…
nginx passengerI'm starting the Rails 3 application with the following command: passenger start -a 0.0.0.0 -p 3000 -d but how do I tell passenger …
ruby-on-rails ruby-on-rails-3 production-environment passengerWhere is the Apache module installed for Phusion Passenger? I want to adjust some of the config values found in "…
nginx passengerHow can I find my Phusion Passenger version? is there a command i can run from the terminal?
ruby-on-rails ruby deployment passengerDoes anyone know a good solution to limit the file upload size when running a Rails application with Passenger/mod_…
ruby-on-rails passenger mod-railsI am using Sidekiq for my background jobs: I have a worker app/workers/data_import_worker.rb class DataImportWorker …
ruby-on-rails ruby nginx passenger sidekiqI'm trying to deploy my rails application with capistrano, but I'm having some trouble running my migrations. In my development …
ruby-on-rails migration rake capistrano passengerI've done a new install of nginx 1.6.3 and passenger 5.0.15 on Ubuntu 14.04 from source in order to add tracing components from …
ruby-on-rails nginx passenger ubuntu-14.04