watermarkchurch / wcc-contentful

An alternative to Contentful's contentful.rb ruby client, contentful_model, and contentful_rails gems all in one.
MIT License
2 stars 1 forks source link

Switch to Arel for postgres store #243

Open gburgett opened 3 years ago

gburgett commented 3 years ago

Postgres store should use Arel instead of manually concatenating queries. This is more robust and less bug-prone.

Arel can be a "peer dependency" similar to the pg gem, not specified in the gemspec but required when the Postgres store is loaded.