All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update Rails version to account for mimemagic dependency issue
- Convert a batch of of requires to require_relative (minor performance gain)
- Correct older administrate config causing entire generator to fail
- Correct User Polymorphic association with administrate dashboard
- Correct issue with compile assets path in staging
- Update FreeTDS version used by for SQLserver connections in the docker container
- Added minimum python packages to containers for Brotli and Zopfli asset compression (required by js packages)
- Added fasterer to test for slow code
- Updated base Rails application version
Corrected issue with fast_jsonapi fork being renamed to jsonapi-serializer
Added tests, updated readme/gemspecs, and version bump to update rubygems page
- Initial Setup