Sean

Results 36 issues of Sean

It would be nice to be able to pull a configuration manually entered into Heroku back to the workstation. This should be possible via the Heroku Platform API. Please let...

In the [docs](https://github.com/nickelser/activejob-traffic_control#usage) it mentions we need to run: ```ruby ActiveJob::TrafficControl.client = ConnectionPool.new(size: 5, timeout: 5) { Redis.new } # set poolthresholds as needed ``` I assume it can just...

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...

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

As MongoDB support has been dropped, the [Adapter](https://github.com/activerecord-hackery/ransack/blob/main/lib/ransack/adapters.rb) code can be simplified.

This spec or related code needs correction ```ruby Pending: (Failures listed here are expected and do not affect your suite's status) 1) Ransack::Search#build preserves (inverts) default scope and conditions for...

Help Wanted
tests wanted

> Search on Rails 7 encrypted columns `encrypts :email, deterministic: true` As mentioned [here](https://github.com/activerecord-hackery/ransack/issues/1210#issuecomment-1019585497) @MatthewKennedy do you want to take a stab at this?

Provide full-text search for MySQL via Ransack. This issue was split out of https://github.com/activerecord-hackery/ransack/issues/1138

Would it be possible to add a timeout to the tooltip so that if the user hovers over an element and leaves the mouse there, it fades or otherwise disappears...