• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

BetterErrors / better_errors / 581 / 46
86%
master: 97%

Build:
Build:
LAST BUILD BRANCH: feature/content-type
DEFAULT BRANCH: master
Ran 16 Feb 2020 03:21PM UTC
Files 12
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

16 Feb 2020 03:10PM UTC coverage: 85.372% (+0.04%) from 85.337%
2.5.1, gemfiles/rails50_haml.gemfile

Pull #448

travis-ci

web-flow
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.
Pull Request #448: Clear error page state before each request

356 of 417 relevant lines covered (85.37%)

40.72 hits per line

Source Files on job 581.46 (2.5.1, gemfiles/rails50_haml.gemfile)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 562
  • Travis Job 581.46
  • 10f7a478 on github
  • Prev Job for 2.5.1, gemfiles/rails50_haml.gemfile on fix-error-page-leak (#564.46)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc