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

Schneems/more error stuff #414

Merged
merged 2 commits into from Dec 12, 2017
Merged

Schneems/more error stuff #414

merged 2 commits into from Dec 12, 2017

Commits on Nov 17, 2017

  1. Use word “error” in error class.

    Subclassed from original error incase anyone was rescuing it.
    schneems committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    760a805 View commit details
    Browse the repository at this point in the history
  2. Extra newline in exception

    ```
    Sprockets::Rails::Helper::AssetNotPrecompiled: Asset `application.scss` was not declared to be precompiled in production.
    Declare links to your assets in `app/assets/config/manifest.js`.
    
      //= link application.scss
    and restart your server
    ```
    
    Becomes
    
    ```
    Sprockets::Rails::Helper::AssetNotPrecompiled: Asset `application.scss` was not declared to be precompiled in production.
    Declare links to your assets in `app/assets/config/manifest.js`.
    
      //= link application.scss
    
    and restart your server
    ```
    schneems committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    3c7ff8a View commit details
    Browse the repository at this point in the history