Created by loosely following https://www.sitepoint.com/tagging-scratch-rails/ tutorial
Online version available at https://post-tagging.herokuapp.com/
ruby -v
# ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin15]
rails -v
# Rails 4.2.6
gem 'slim', '~> 3.0', '>= 3.0.7'
gem 'foundation-rails', '~> 6.2', '>= 6.2.3.0'
gem 'will_paginate', '~> 3.1'
gem 'will_paginate-foundation', '~> 6.2'
gem 'high_voltage', '~> 3.0.0'