Skip to content

Instantly share code, notes, and snippets.

@yrgoldteeth
Created March 20, 2015 18:04
Show Gist options
  • Save yrgoldteeth/da6acd13339001a1525c to your computer and use it in GitHub Desktop.
Save yrgoldteeth/da6acd13339001a1525c to your computer and use it in GitHub Desktop.
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug'
# Access an IRB console on exception pages or by using <%= console %> in views
gem 'web-console', '~> 2.0'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment