You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This handler will expose basic regular expression conditions to
the query interface. `Regexp`s with modifiers are not supported.
`matches_regexp` was implemented in SQLite3 to support this for
all adapters.
Book.where(title: /The/)
0 commit comments