Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Passenger not recognizing the environment?
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
EastSideDev  
View profile  
 More options Jul 17 2012, 9:27 pm
From: EastSideDev <eastside...@gmail.com>
Date: Tue, 17 Jul 2012 18:27:36 -0700 (PDT)
Local: Tues, Jul 17 2012 9:27 pm
Subject: Passenger not recognizing the environment?

My environment: Rails 3.2.3

My local dev environment is a MAC, and my test environment is on a Centos
6.2 system. On the test environments I have Passenger installed and I have
the following in the VirtualHost section:

<VirtualHost *:80>
    ServerName test.myapp.com
    DocumentRoot /home/myapp/test/public
    <Directory /home/myapp/test/public>
        Allow from all
        Options -MultiViews
    </Directory>
    RackEnv test
</VirtualHost>

When I try to do: test.myapp.com, Passenger gives me the following error
message:

Error Message: Missing helper file helpers/JSON.rb Exception class: LoadErr

I am not having any issues on the local  (MAC) machine with the development
environment. bundle install ran fine.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.