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

Clear error page state before each request #448

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 16, 2020

  1. Clear error_page state before each request

    This clears out the @error_page state before each request to avoid
    dirtying the error state of subsequent requests. For example a name
    error in the controller will cause an inspect call on the controller
    instance that will then also inspect the @error_page ivar referenced
    through the rack env in the controller. One possible side-effect of
    this are excessive database queries for unloaded relations.
    
    This also should reduce memory usage, since the app can garbage collect
    the no longer referenced state, delete temp files, etc.
    felixbuenemann committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    c1c8698 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Configuration menu
    Copy the full SHA
    42d6341 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57b9c15 View commit details
    Browse the repository at this point in the history