Skip to content

Better Errors

Alexander Popov edited this page Feb 9, 2021 · 1 revision

Integration of Flame with Better Errors is possible, example:

# config.ru

require 'better_errors'
use BetterErrors::Middleware
BetterErrors.application_root = __dir__
Clone this wiki locally