Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[close #381] Avoid Sprockets deprecations #382

Merged
merged 7 commits into from
Jul 22, 2016

Commits on Jul 22, 2016

  1. [close #381] Avoid Sprockets deprecations

    - Use both `register_engine` and `register_transformer` in railtie.rb. 
    - In the test postprocessor use an object that responds to `call` and `new.render`.
    schneems committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    0e85d0d View commit details
    Browse the repository at this point in the history
  2. Fix Sprockets 4 tests

    Add required manifest files so we don't get exceptions.
    
    In sprockets 4 when you render a `.scss` file it will give you the raw file instead of the generated CSS. To fix tests we must generate css instead of scss.
    schneems committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    2a511cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db18a25 View commit details
    Browse the repository at this point in the history
  4. Sprockets legacy processor interface

    Two arguments get passed in, so we need to arguments in the interface.
    schneems committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    d41ccdd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d740e1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e63a8b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    625fb9e View commit details
    Browse the repository at this point in the history