-
Fresh install.
Error:
```
LoadError: cannot load such file -- sinatra/activerecord/rake/activerecord_8 (LoadError) /home/vagrant/.rvm/gems/ruby-3.3.1/gems/sinatra-activerecord-2.0.27/lib/sinat…
-
I was surprised to see that both json and jsonb columns in postgres are mapped as T.untyped despite having popular usage. I couldn't find any discussions about this when searching the issues.
`json`…
-
As of current, `ActiveRecord::refresh()` and `BaseActiveRecord::refresh()` only refresh the record itself and lose all relations. This is the expected behaviour, but if you then need to iterate ov…
-
**Describe the bug**
Maybe I am doing something wrong, but after running the template generator (`bin/rails app:template LOCATION=https://raw.githubusercontent.com/fractaledmind/enlitenment/main/temp…
-
Is there any way or plan to define the schema for any class?
Something like:
```ruby
# @schema [Hash{name: String, age: Integer}]
Person = Data.define(:name, :age)
```
-
This issue is related to a [change](https://github.com/rails/rails/pull/50594) introduced in rails 7.1.4 and it is affecting all versions after it. If, at the same time, many threads have called an at…
-
`ActiveRecord` 7.1 introduced async query methods[^1], which leverages concurrency primitives via `Promise` API to defer executing queries.
We would like to enrich `ActiveRecord` related spans to kn…
-
### Description
The matcher `validate_comparison_of` does not work when the attribute of the subject is also an ActiveRecord.
### Reproduction Steps
```ruby
require 'bundler/inline'
…
-
**MOSCOW:** Create and Manage New Suppliers
The creation of the classes `Company`, `Affiliate`, and `Supplier`. Read up on how Rails's ActiveRecord handles inheritance, as these are not normal Class…
-
## Error in Open Food Network (Rails)
**ActiveRecord::Deadlocked** in **admin/products_v3#bulk_update**
PG::TRDeadlockDetected: ERROR: deadlock detected
DETAIL: Process 14960 waits for ShareLock on…