Sean

Results 36 issues of Sean

This gem has 551 stars, and I use it in my apps. @the-teacher has done a great job in writing and maintaining this gem, but one thing it needs is...

4.1.3 is published, but gem is at 4.5 https://rubygems.org/gems/cells/versions/4.1.3

Cells is a **great** gem, and in my opinion should be part of core Rails. Kudos to Nick. Sometimes though, it can be really hard to track down bugs. The...

I've used Figaro for years on Heroku, and am even using it at present with Capistrano. I'm not a fan of Rails encrypted secrets, and even with the Rails 6...

@deivid-rodriguez the bug report [templates use Minittest](https://github.com/activerecord-hackery/ransack/blob/main/bug_report_templates/test-ransacker-arel-present-predicate.rb) which the Ransack tests are written in RSpec. I hadn't previously noticed the Bug report templates but I think they are a **great...

In [this MR](https://github.com/activerecord-hackery/ransack/pull/1184) default sort for NULLS FIRST or NULLS LAST was added, but the order seems to be reversed. When adding to `config/initilizers/ransack.rb`: ```ruby Ransack.configure do |c| c.postgres_fields_sort_option =...

Thanks for this great Gem. Is it possible to bump the version on RubyGems? https://rubygems.org/gems/paper_trail_manager/versions/0.6.0

How do we override the views? I tried adding a `paper_trail_manager` folder to my `app/views/` and copying the templates over but it doesn't seem to work. 🤔

The CI is failing on a sqlite error, eg [like this](https://github.com/activerecord-hackery/ransack/actions/runs/8854252210/job/24316914450) Any help on this by the community would be appreciated. ``` LoadError: Error loading the 'sqlite3' Active Record adapter....