Note that there are some explanatory texts on larger screens.

plurals
  1. PORails asset pipeline not including required files in application.js manifest
    primarykey
    data
    text
    <p>The rails asset pipeline isn't including files required in application.js.</p> <p>The only javascript file rendered to the browser is application.js, and the require lines are not compiled to include tags as they should be:</p> <pre><code>// This is a manifest file that'll be compiled into application.js, which will include all the files // listed below. // // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, // or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path. // // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the // the compiled file. // // WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD // GO AFTER THE REQUIRES BELOW. // //= require jquery //= require jquery_ujs //= require twitter/bootstrap //= require bootstrap //= require_tree . ; </code></pre> <p>in config/application.rb I have <code>config.assets.enable = true</code></p> <p>I'm using rails 3.2.8, and I've tried ruby 1.9.3-p398 and 2.0.0-p0 installed using rvm.</p> <p>How do I get application.js to include the files required?</p> <p>EDIT: It looks like the lock on this question was recently unlocked, and activity has increased. It has been a while since I worked on this, and the code doesn't exist anymore. If I am remembering correctly I reinstalled ruby and rails and that fixed the problem. </p> <p>Should I close this question? What is the proper procedure in this situation? </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload