Skip to content

Instantly share code, notes, and snippets.

@beneggett
Last active December 19, 2015 14:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save beneggett/5972259 to your computer and use it in GitHub Desktop.
Save beneggett/5972259 to your computer and use it in GitHub Desktop.
All my development tools in a gemfile
group :development do
gem "pry"
gem "powder"
gem "letter_opener"
gem "better_errors", ">= 0.7.2"
gem "binding_of_caller", ">= 0.7.1"
gem 'meta_request'
gem "html2haml", ">= 1.0.1"
gem 'guard'
gem 'rb-fsevent', require: false
gem 'guard-pow'
gem 'guard-minitest'
gem 'guard-livereload'
gem "rack-livereload"
gem 'ruby_gntp'
gem 'xray-rails' # https://github.com/brentd/xray-rails
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment