Rails 3.0.3 in production css js do not load HELP

in rails 3.0.3, when up app in production mode… the css and js
cannot be loades… anyone know how to handler it to make it works?

in rails 3.0.3 qdo rodo a app em mdo producao… os css e js se tornam
inacessiveis, alguem sabe como consigo ajustar isso?

On 26 November 2010 22:04, Humberto R. [email protected] wrote:

in rails 3.0.3, when up app in production mode… the css and js
cannot be loades… anyone know how to handler it to make it works?

What do you mean they cannot be loaded?
Check the html for the page to see if the script/link tags are there
to load them and check that the js and css files are on the server.

What happens when you load the page with firebug active in firefox?
This may show the error.

If you cannot see the problem show us the start of the html source and
tell us where the js and css files are.

Colin