Set up better errors including binding-of-caller
      
      Used 93 times
        
          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' }