• D
    Sprockets-rails tests fail · 3a6e8e46
    Dmitry Vorotilin 提交于
    Method invalid_asset_host! was delegated to controller but sprockets
    compile assets in their own scope without controller. And if we set asset_host
    with second parameter it should raise error through invalid_asset_host!.
    But since controller is nil it cannot be reached.
    3a6e8e46
action_controller.rb 2.0 KB