railsbump / app

Check which gems are compatible with which Rails version!
https://railsbump.org
MIT License
152 stars 20 forks source link

`.contains` in SQLite #80

Open manuelmeurer opened 6 months ago

manuelmeurer commented 6 months ago

This app used to use Postgres and the fabulous active_record_extended gem. Then we switched to using SQLite and replaced all active_record_extended helpers except for one .contains in https://github.com/railsbump/app/blob/main/app/services/compats/check.rb

Probably json_each is the way to go.