-
One use case that is immediately applicable would be the post show page. The post has the attribute `last_noted_at` , however this information is currently only available through the API. This infor…
-
I am trying to use airbone with rails. Airborne expect methods keep failing with `undefined method '[]' for nil:NilClass`.
My test looks like this
```
require 'rails_helper'
describe "MyTest", …
-
We have a model which declares accepts_nested_attributes_for on one of its has_many associations. When we try to call fields_for for that association, we get a TypeError: "can't convert nil into Stri…
-
The heroicon icon library within the app is not very good. (You can browse them all on heroicons.com). For example, that pencil-edit icon is just mis-proportioned relative to the other icons and there…
-
I have a `.solargraph.yml` set up in a Rails project that contains the following
```yml
include:
- "**/*.rb"
exclude:
- spec/**/*
require: []
domains: []
reporters:
- rubocop
- req…
-
Currently running ActsAsTenant v `1.0.1` on a Rails 7.1 app. We use rspec for testing and recently upgraded `rspec-rails` from `6.1.2` to `6.1.3`. We started running into `NoTenantSet` errors on this …
-
I'm using Ruby 3.2.2 and Rails 7.1 with TailwindCSS, ViewComponents, Hotwire Turbo and Stimulus. In order to get the app running on old Safari browsers, I included es-module-shims in the app layout as…
-
Our [migration helper](https://github.com/solidusio/solidus_support/blob/master/lib/solidus_support/migration.rb) was introduced for supporting the upgrade from Rails 4.2 to 5.x, which introduced supp…
-
This is a nasty bug that has affected us twice last year and took down Production.
I see a PR was submitted but never merged and there was no explanation if the PR was lacking in some way.
http…
-
Ruby version: 3.0.1
Rails version: 7.0.7
Sidekiq / Pro / Enterprise version(s): 7.1.3
sidekiq initializer:
```
require 'sidekiq'
require 'sidekiq-status'
# SIDEKIQ_STATUS_EXPIRATION = 48.ho…