influitive / apartment

Database multi-tenancy for Rack (and Rails) applications
2.66k stars 460 forks source link

Added mysql2_json_adapter support #637

Closed henriquekraemer closed 3 years ago

henriquekraemer commented 4 years ago

Adds support to mysql2_json adapter (https://github.com/saveriomiroddi/json_on_rails).

Recently we have updated our application from Rails 4.1 to Rails 4.2. This created an incompatibility with our json tables on MySQL 5.7. We had to switch from mysql2 to mysql2_json adapter to fix that while we don't update to Rails 5. Basically this gem adds json features on Rails 4.2.