routes - rails in production mode doesn't render index.html -


i tried application in production mode , index.html file in public folder doesn't rendered, i'm getting actioncontroller::routingerror (no route matches "/"): error.

the index.html file rendered in development , test environment. how be?

solved putting rails real webserver apache, because rails in production mode never serve static content.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -