ransack icon indicating copy to clipboard operation
ransack copied to clipboard

Object-based searching.

Results 220 ransack issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.14.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

The specs in Ransack are built around the [Machinist](https://github.com/notahat/machinist) gem which hasn't been updated for 9 years (and we are pinned to an even older version). Additionally, the specs are...

* performing a ransack for serialized attributes on Rails 6 throws `ActiveRecord::SerializationTypeMismatch` error Conference class model ``` class Conference < ActiveRecord::Base serialize :booked_location_uuids, Array end ``` * `booked_location_uuids` is a...

The [activerecord-hackery](https://github.com/activerecord-hackery) logo is IMHO far cooler than the current Ransack logo. This issue proposes replacing the existing logo with the group logo as part of the [3.0.0]() release. Please...

Help Wanted

Closes https://github.com/activerecord-hackery/ransack/issues/1346

I have a model, Object, with properties: * `categories string[]` * `title string` * `subtitle string` I'm using a postgres db. I'm trying to search for matches given a search...

Can text in ActionText be searched? Update: https://thoughtbot.com/blog/full-text-search-with-postgres-and-action-text has a work around for Postgres, but it would be nice if Ransack could handle it. Or maybe it can?

This reverts commit dcacf031dfec3bb473406caadf84ff3fc33e4327. I think this might be passing now, since all supported ActiveRecord versions are correct here. We'll see what CI says. Closes #1153.