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

Allow integration with better_errors gem #174

Merged
merged 1 commit into from
Feb 6, 2021

Conversation

AlexWayfer
Copy link
Owner

More info here: BetterErrors/better_errors#454

Example:

# config.ru

require 'better_errors'
use BetterErrors::Middleware
BetterErrors.application_root = __dir__

(I hope I'll not forget to add this to the wiki)

More info here: BetterErrors/better_errors#454

Example:

```ruby
# config.ru

require 'better_errors'
use BetterErrors::Middleware
BetterErrors.application_root = __dir__
```

(I hope I'll not forget to add this to the wiki)
@codecov
Copy link

codecov bot commented Feb 6, 2021

Codecov Report

Merging #174 (789c103) into master (8c1cfa1) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #174   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           55        55           
  Lines         3219      3232   +13     
=========================================
+ Hits          3219      3232   +13     
Impacted Files Coverage Δ
lib/flame/controller.rb 100.00% <100.00%> (ø)
spec/integration/custom_spec.rb 100.00% <100.00%> (ø)
spec/integration/spec_helper.rb 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8c1cfa1...789c103. Read the comment docs.

@AlexWayfer AlexWayfer merged commit 13980d2 into master Feb 6, 2021
@AlexWayfer AlexWayfer deleted the allow_better_errors_integration branch February 6, 2021 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant