MySQL JSON Support for Rails 4
Projects currently working with Rails 4 aren't able to natively work with MySQL 5.7's JSON. The gem JSON on Rails adds native Rails support for it, opening up interesting use cases.
The basics of how this is achieved are explained in a blog post.
Post a comment