Constantin Căpățînă
Constantin Căpățînă
```ruby class Users < ROM::Relation[:sql] schema(:users, infer: true) do associations do has_many :tasks end end end class Tasks < ROM::Relation[:sql] schema(:users, infer: true) do associations do belongs_to :user end end...
Hi! Here I make use of relation dataset to model different types of a task. In `UserRepo` I want a fetch all users having undone tasks and I want to...
Hi! I'm using: > ruby 2.7.4 > Rails 7.0.3 > ddtrace 0.54.2 This is my config: ``` # /config/initializers/datadog.rb require 'ddtrace' Rails.application.config.to_prepare do Datadog.configure do |c| c.analytics_enabled = true c.runtime_metrics_enabled...
Later registered events with class method will not be registered on the instance too, because the duplication of events and listeners is being done only when any instance method (...
Intermittent SSL Error is occurring when requesting Recurly service. Stack trace: ``` Recurly::Errors::SSLError: SSL_read: unexpected eof while reading /usr/local/bundle/gems/recurly-4.47.0/lib/recurly/client.rb:230:in `rescue in block in run_request': SSL_read: unexpected eof while reading (Recurly::Errors::SSLError)...
``` /usr/local/bundle/gems/sidekiq-monitor-stats-0.0.4/lib/sidekiq/monitor/stats.rb:37:in `block in job_metrics': undefined method `new' for Sidekiq::Worker:Module (NoMethodError) ``` Sidekiq 6 renamed the class `Job` to `JobRecord` and `Job` became an alias for `Worker` (module).