Chedli Bourguiba

Results 20 issues of Chedli Bourguiba

Hi, I tried this snippet of code as suggested in the readme for enqueuing Algolia operations : ``` ruby class Contact < ActiveRecord::Base include AlgoliaSearch algoliasearch enqueue: :trigger_delayed_job do attribute...

bug

This basically replaces all `URI.encode` occurences with `CGI.escape` As the maintainer of [activestorage-openstack](https://github.com/chaadow/activestorage-openstack). this has made my [test suite](https://github.com/chaadow/activestorage-openstack/actions/runs/3211049861) pass both on ruby `3.0` and `3.1` so the change should...

This will require a heavy refactoring of the gem. while trying to maintain compatibility with existing applications. To make this backward compatible, the first call to `acts_as` will be tagged...

I believe since the response is nil.. then open-uri tries to call `resp.code` which does not work ```ruby IoMonitor.configure do |config| config.publish = :logs config.warn_threshold = 0.8 config.adapters = [:active_record,...

Hi, First, thanks for this wonderful gem. I was wondering if adding a checker between "validates_numericality_of" and a CHECK constraint can be easily implemented. I can try to look into...

Hi, Rails 7.2 is about to get released with the creation of the [7-2 stable branch](https://github.com/rails/rails/tree/7-2-stable). As `main` now is mainly focused on Rails 8. In october 2023, there was...

This will allow applications running on rails main/master branch to easily use the gem + Prepare for Rails 7.2.0 release that is about to be released Let me know if...

Cf. https://gist.github.com/fxn/bf4eed2505c76f4fca03ab48c43adc72 Hi, This is a simple fix for a case of a string being mutated while frozen ( with `frozen_string_literal` true) I believe to enable this gem to be...