-
Notifications
You must be signed in to change notification settings - Fork 7
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__