Tag : css-issue-in-ror
Tag : css-issue-in-ror
I have manage to fix my ExecJS::ProgramError as mentioned in my last post.
The error got disappeared as soon as I change the “application” to “default”. But the issue I faced now is, my app is unable to locate and load the CSS and JS. None of the styles got loaded.
I tried to inspect the issue. Looked into the source rendered in the browser by choosing the “view source” option.
From the source it looks like the app is trying to locate the default.css and default.js, which is not present.
Categories: Ruby On Rails