Cory Streiff

Results 8 issues of Cory Streiff

After installing the gem locally from the master branch, when I try to `require 'active_campaign'` in an irb session I get the following error: ``` .../gems/active_campaign-3.0.0/lib/active_campaign/faraday/middleware/request.rb:12:in `': undefined method `dependency'...

### Reproduction steps: 1. Log in as an adopter, eg. `[email protected]:123456` 2. Go to the `Adoption Applications`page 3. Click on a pet's name. 4. See the error message like screenshot...

bug :lady_beetle:

# 🔗 Issue #1021 # ✍️ Description - Refactored `Pet#is_adopted?` method to reference `Match` association rather than `AdopterApplication` - Fixed related tests

### Description This PR removes the dependency on pry < 0.15. ### Reason for PR: I get this warning after upgrading to Ruby 3.4.1: ``` versions/3.4.1/lib/ruby/gems/3.4.0/gems/pry-0.14.2/lib/pry/command_state.rb:3: warning: .rbenv/versions/3.4.1/lib/ruby/3.4.0/ostruct.rb was loaded...

Resolves #5011 ### Description Added viewing, editing, and filtering of item reporting_category ### Type of change * Breaking change (fix or feature that would cause existing functionality to not work...

### Description We have a set of shared examples called "required authorization" ([link to source](https://github.com/rubyforgood/human-essentials/blob/main/spec/support/authorization_specs.rb)). They are meant to be a DRY way to ensure that the controller actions or...

stale

Doesn't resolve any issue. ### Description While working on performance of the partners csv export, I noticed the request applies some default date range parameters to the export csv requests....

This PR adds support for [association extensions](https://api.rubyonrails.org/classes/ActiveRecord/Associations/ClassMethods.html#module-ActiveRecord::Associations::ClassMethods-label-Association+extensions) to `has_associated_audits`. Example usage: ```ruby class User < ActiveRecord audited has_associated_audits do def updates where(action: :update) end end end user.audits.updates # retrieve only...