Answer the question
In order to leave comments, you need to log in
Ror why assets are not rendered?
Actually, the problem is that almost all styles and scripts from the site in the dev environment have disappeared.
There is an idea that the problem is in pipline, the connected styles / scripts in the application files are not rendered.
For example, if you go directly to the application.js file in the browser, you get the following content:
//= require jquery
//= require jquery_ujs
//= require jquery-ui
//= require_tree .
//= require jquery.ui.slider
//= require jquery-tablesorter/jquery.tablesorter
Answer the question
In order to leave comments, you need to log in
had this problem with ruby 2 and third rails.
try to run on 1.9.3.
Clear all caches in the browser, on the site (if any).
Check the development config, stylesheets, and script files for "bad" characters or the wrong extension. If everything is ok, run `bundle update` and reboot the server.
If the problem persists, try reinstalling ruby:
rvm get stable
rvm reinstall 2.1.1
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question