I am trying to use these gists to get Sprockets 2.0beta to work with the Rails 3.0.5 application in a similar way to how it works in Rails 3.1. Failure so far - my application finds the correct routes and files and loads an initializer that extends Sprockets :: Environment but does not parse // = require 'phu' lines in my application.js.
Can someone enlighten me about Sprockets 2 with Rails 3.0?
source share