The project is in a healthy, maintained state
A PaperTrail serializer for binary columns using base64 encoding
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 2.0
>= 0

Runtime

 Project Readme

PaperTrailBinarySerializer

This gem is an extension to paper_trail gem https://github.com/paper-trail-gem/paper_trail. That means you need to install paper_trail gem. This gem will add one serializer used on columns with type :binary, encoding the content with base64 to prevent errors when generating JSON.