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
Post a Comment