When i do
thin start --ssl -p 4000 -e production
It starts my server all content is visible but without any css & js not working, I check many documents & following things can do , but nothing happend
config.serve_static_assets = true
config.assets.compile = true
config.assets.precompile += %w(
shopqi_application.js shopqi_wiki_application.js admin_application.js checkout_application.js active_admin.js
layout_application.css layout_admin.css layout_admin_print.css layout_shopqi.css
shopqi_ie-signup.css layout_shopqi_theme.css active_admin.css layout_shopqi_wiki.css
layout_checkout.css admin/layout_doorkeeper_authorization.css
ie6.css ie-admin.css ie7.css ie-checkout.css ie.css ie-themes.css ie7-themes.css DD_belatedPNG_0.0.8a-min.js)
I also do
RAILS_ENV=production rake assets:precompile
manually clean the public/assets , but nothing happend.
http, does the problem persist? If so, it means the issue is withSSL, if not, it's likely a rails issue