Skip to content

Instantly share code, notes, and snippets.

@redrory
Created August 10, 2013 13:43
Show Gist options
  • Save redrory/6200478 to your computer and use it in GitHub Desktop.
Save redrory/6200478 to your computer and use it in GitHub Desktop.
Installing better_errors & binding_of_caller
group :development do
gem 'better_errors'
gem 'binding_of_caller'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment