Skip to content

Instantly share code, notes, and snippets.

@ahmetabdi
Last active October 24, 2016 10:27
Show Gist options
  • Save ahmetabdi/de3cea998ac1f251cbb9bfa51c87af52 to your computer and use it in GitHub Desktop.
Save ahmetabdi/de3cea998ac1f251cbb9bfa51c87af52 to your computer and use it in GitHub Desktop.
Top gems
group :development do
# Help to kill N+1 queries and unused eager loading
gem 'bullet' # https://github.com/flyerhzm/bullet
# Better error page for Rack apps
gem 'better_errors' # https://github.com/charliesome/better_errors
gem 'binding_of_caller'
# A sampling call-stack profiler for ruby 2.1+
gem 'stackprof' # https://github.com/tmm1/stackprof
# Debugging
gem 'byebug' # https://github.com/deivid-rodriguez/byebug
gem 'pry' # https://github.com/pry/pry
end
# Others
# https://github.com/evanphx/benchmark-ips
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment