better_errors

Public
Set up better errors including binding-of-caller
Icons/chart bar
Used 35 times
Created by
T TobiasBales

Usage

Run this command in your Rails app directory in the terminal:

rails app:template LOCATION="https://railsbytes.com/script/VdrsKe"
Template Source

Review the code before running this template on your machine.

gem_group :development do
  gem 'better_errors'
  gem 'binding_of_caller'
end

Bundler.with_unbundled_env { run 'bundle install' }
Comments

Sign up or Login to leave a comment.