This is the initial code. Improvements are likely to be had.
- This creates an activity feed that can track updates, destroys, creates in a MySQL database.
- This is inspired by part of the "public_activity" gem.
- For Updates, what changed will be automatically stored as a hash.
- Bootstrap's usage is assumed, as is Devise's "current_user". ActiveRecord must be used as well. These can easily be changed however.