View template.rb
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 |