trilogy-libraries / activerecord-trilogy-adapter

Active Record adapter for the Trilogy database client for Rails v6.0 - v7.0.
https://github.com/trilogy-libraries/trilogy
MIT License
171 stars 17 forks source link

Incorporate Rails PR #48111 #45

Closed lorint closed 1 year ago

lorint commented 1 year ago

Per @adrianna-chang-shopify:

Using #include? with a regular expression produces TypeError: no implicit conversion of Regexp into String

Note that the external adapter currently uses #match?, but Rubocop prefers #include? with a String instead.