Eugene Mirkin

Results 10 comments of Eugene Mirkin

By the way, given this bug, it's particularly unclear whether "god load" is enough to load the new config AND restart current tasks or whether another "god restart" is needed....

@mezis Based on what you're saying you did understand and answer my concerns. So now, I'm just waiting for the fix too

You probably don't have rvm installed. I ran into the same problem before.

Did you see https://github.com/capistrano/rvm/issues/66? To be clear, I have solved my problem by suppressing :hook until after I install rvm.

[picaboo.zip](https://github.com/rails/sprockets/files/6628179/picaboo.zip) Here you go. Open `http://localhost:3000/login`

@rafaelfranca , the reason exception is thrown is that `sprockets-rails-3.2.2:lib/sprockets/railtie.rb` ``` def asset_precompiled?(logical_path) if precompiled_assets.include?(logical_path) true elsif !config.cache_classes # Check to see if precompile list has been updated precompiled_assets(true).include?(logical_path) else...

@schneems , I encountered a similar issue, although in my case I have `application.scss` referencing a `.css` file via `*= require somefile`, You can use my example code from #708...

@durran, are you planning to fix this anytime soon? We stumble upon it over and over because any non-trivial scope often includes some combination of and/or.