Skip to content

Instantly share code, notes, and snippets.

View ianbayne's full-sized avatar

Ian Bayne ianbayne

View GitHub Profile
@ianbayne
ianbayne / template.rb
Last active August 26, 2018 01:42
My Rails setup (a work in progress)
gem_group :development, :test do
# Great Ruby dubugging companion: pretty print Ruby objects to visualize
# their structure.
# https://github.com/awesome-print/awesome_print
# DOC: http://www.rubyinside.com/awesome_print-a-new-pretty-printer-for-your-ruby-objects-3208.html
gem 'awesome_print', '1.8.0'
# Detects security vulnerabilities in RoR applications via static analysis
# https://github.com/presidentbeef/brakeman
# CHANGELOG: https://github.com/presidentbeef/brakeman/blob/master/CHANGES.md