Results 17 issues of J

The hashie gem is now up to version 4.1.0, and the dependency specifier in the gemspec file is locked to `~> 3.5`, meaning you can't get to hashie 4.x.

Nokogumbo has been merged into Nokogiri, so an explicit `require` for `nokogumbo` is no longer required in the Nokogumbo adapter. See https://github.com/sparklemotion/nokogiri/issues/2204 for details. In my project, I removed the...

#### Current Behavior `#deep_dup` is used in `ActiveInteractor::Interactor::Perform` on `@context` to dup the whole structure. In versions of Rails prior to 6.1, this would not recurse down into the attributes....

verified
bug

We have a project that has some classes in `app/filters` and consequently `spec/filters` that have nothing to do with Liquid, but the liquid-rails gem makes the assumption that whatever is...

Polymorphic slots are an experimental feature, but I've found them to be quite useful so I'm pulling for their stability. https://viewcomponent.org/guide/slots.html#polymorphic-slots-experimental I've started a patch that allows their use in...

Both the upcoming Rails 7 `ActiveRecord::Encryption` module and `attr_encrypted` use a class attribute named `encrypted_attributes` which leads to all sorts of issues when you use `attr_encrypted` on any Rails 7...

enhancement
< v5

### Feature Dashboard options like date ranges, etc. should persist between dashboard loads so that the user doesn't have to readjust them every time they come back to a dashboard...

Enhancement
Task

The documentation at https://github.com/stimulus-use/stimulus-use/blob/main/docs/use-memo.md says that `useMemo` values are memoized on first use, but this is not the case for `get` properties, which is what the documentation describes. In the...

The release of google-protobuf 4 cause pg_query to throw exceptions when the older Ruby DSL methods are used. For instance: ``` NoMethodError: undefined method `build' for # (NoMethodError) Google::Protobuf::DescriptorPool.generated_pool.build do...