Passenger booting Rails 3 application in wrong environment

Posted Almost 13 years ago. Visible to the public.

Passenger gives you the possibility to define in which environment your app should be started.
This has to be added to the VirtualHost configuration for Apache for Rails 2 applications:

RailsEnv development

When running Rails 3, you need

RackEnv development
Thomas Eisenbarth
Last edit
Almost 12 years ago
License
Source code in this card is licensed under the MIT License.
Posted by Thomas Eisenbarth to makandra dev (2011-07-25 17:35)