BetterErrors / better_errors

Better error page for Rack apps
MIT License
6.88k stars 437 forks source link

Fix issues with pry version >= 0.10 #329

Closed aeberlin closed 7 years ago

aeberlin commented 8 years ago

Fixes for newer pry versions. Also enables last_exception support for calls like wtf?.

For reference: https://github.com/charliesome/better_errors/issues/293

Let me know if I can do anything else. Cheers.

aeberlin commented 8 years ago

@charliesome Can I get some feedback here, please?

Thanks!

ddfznt commented 8 years ago

+1

raveren commented 8 years ago

👍

miharekar commented 8 years ago

@charliesome I know you're busy, but having pry working again with better-errors would be really really really nice 😃

ypresto commented 8 years ago

:+1: This is almost fatal because I installed this gem to use REPL feature >_<

RobinDaugherty commented 7 years ago

Thanks for the contribution! This has been merged, and should be in the next release.