-
### Steps to reproduce
`Post.all.order('random()')`
### Expected behavior
It should silently work, invoking postgres's `random()` function for determining order
### Actual behavior
I ge…
-
I'm facing what it seems to be a DNS issue when running 0.1.6. The following error is showing up when trying to build the following devcontainer https://github.com/bilby91/rails-interview
```
2023…
-
**Current behaviour**
We have a sidekiq job that loops over rows in a CSV file, using ActiveRecord to insert records into our database.
When we run this over a file with a million records, we fi…
-
Has anybody used the store model gem to store json in a field on a model? I have generated a store_model struct and I'm attempting to saving to a metadata field on video.
The struct has a youtube a…
-
## Feature request
I'd like to be able to pass an ActiveRecord object along to a `renders_many` Component slot. As is right now, the reference to utilizing collections explicitly passes in an array …
-
For activerecord objects we can improve performance if using _before_type_cast methods
Probably it can be a part of new plugin
-
### Steps to reproduce
- use any ActiveRecord::Base instance
- Wrap the ActiveRecord::Base instance in a SimpleDelegator
- use the SimpleDelegator instance and call `[#instance].to_a`
```ruby
c…
-
I'm using the AppMap ruby agent to build sequence diagrams. I'm using the record feature of the gem.
It would seem that some hooks added by the agent are causing issues and my app to crash. Some …
-
According to https://github.com/rails/rails/pull/48048 Two of Active Record tests fails with pg gem 1.5.0 released on Apr 24, 2023 https://github.com/ged/ruby-pg/blob/master/History.md#v150-2023-04-24…
-
**Describe the bug**
I'm using this gem in medium sized application(Already deployed at production).
I added object types as usual.
However, the defined object type was not recognized.
When I tr…