Rails Production server: stylesheets not displaying! Rails Production server: stylesheets not displaying! ruby-on-rails ruby-on-rails

Rails Production server: stylesheets not displaying!


This thread has some suggestions...

Depending on your webserver you may have to change the following setting in config/environments/prodcution.rb from:

config.serve_static_assets = false

To:

config.serve_static_assets = true