Incomplete response received from application
I want to deploy my rails app using phusion passenger in test environment DB. I have configured the following lines in my database.yml test: adapter: mysql2 database: testdb username: testuser password: pass host: x.x.x.x when I start the passenger "passenger start -a x.x.x.x -p 3000 -d -e test" it started working. but when I open the application URL in browser it should me an error like "Incomplete response received from application". I don't know what will be the problem? I have searched well in SO. only they have provide solution for production mode. but I want to run the application in