google chrome - Rails4 application on Heroku, Bootstrap work -
this first question on stackoverflow.
i developing rails web application based on railstutorial.org. succeed deployed application online @ yurilliam.heroku.com. yet, seems can view ideal version on safari. seems bootstrap lost on ie, chrome, , firefox.
what can fix issue.
if open mozilla firefox console, security tab throws following error:
blocked loading mixed active content "http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"
and learn more link.
a solution add bootstrap.min.css files in heroku, , not use cdn anymore. 1 use secure version of cdn link, using https. https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css
if helps, +1 , accept.
Comments
Post a Comment