Closed StupidCodeFactory closed 10 years ago
our integration here is pretty sketchy. Any idea of whether this fix appears to work for 4.0.0 and 4.0.1? If that's the case it's probably safe for us to take.
We were not able to reproduce this with 4.0.2. Are you still experiencing this issue?
Thanks!
I think this is fixed. Re-open if you're still having trouble.
I wonder if this is fixed in master? Because on 2.0.3 in asset_expander line 54 it is using assets_enviornment that is giving me the same error as https://github.com/pivotal/jasmine-gem/issues/184
I stumbled upon the same error as referenced in this issue https://github.com/pivotal/jasmine-gem/issues/184 within a rails 4.0.2 application. It seems that the integration with https://github.com/rails/sprockets-rails/ is somehow broken. Looks like this block https://github.com/rails/sprockets-rails/blob/master/lib/sprockets/railtie.rb#L64-L125 never runs and therefore
assets_environment
never get set.This is of course by no mean a proper fix, just a quick insight of my investigations.
here is the stacktrace