c2ofh

Results 6 issues of c2ofh

There are about 70 Models with translations created by [Globalize](https://github.com/globalize/globalize) Gem. Now the log is filled with 1000 lines like this ``` Place => [:translations] Add to your finder: :includes...

stale

I wanted to use the queue_prefix for the queues, but the name is still "sidekiq_alive-:hostname" **init:** ```ruby SidekiqAlive.setup do |config| config.queue_prefix = :x_alive config.server = 'puma' end ``` I want...

HI, I have a subscription to get informed, when a channel subscription was disconnected. The subscription is really importend, so I want to reconnect. But I cam't find a way,...

### What can it be used for? [PWA ](https://developers.google.com/web/progressive-web-apps/) (Progressive Web App) is a "new" technology for building web apps. more and more pages uses this technology and it would...

brand icon

**Current behaviour** `Datadog::Tracing.correlation` output does not include trace_information **Expected behaviour** Information about trace_name, trace_resource, trace_service **Steps to reproduce** Use `ddtrace` gem. There the information is included. Now we switched to...

feature-request
community

Ruby: 3.1.4 Rails: 7.0.8.7 jsonb_accessor: 1.4 When Defining a jsonb_accessor with default values, the model can't be saved, cause this generates an error. ```rb update(params[:settings].permit(:hermes, :widgets, :branding)) ``` ``` from...