-
### Describe the bug
I can't retrieve ActiveRecord records from ActiveHash object when the ActiveHash is related to the ActiveRecord through another ActiveHash.
### To Reproduce
1. Create `bo…
-
The gem should work with Rails 8.0
## Commands
```
gem install rails
rails new example
cd example
bundle add annotate --version '3.2.0'
```
Outcome:
```
Fetching gem metadata from http…
-
Thanks for the awesome gem.
I recently migrated my app to Rails 8.0.0.beta1, and wanted to try this adapter but there is a lock becase activerecord-postgis-adapter >= 9.0.0 depends on activerecord ~>…
-
### Steps to reproduce
`add_index :profiles, [:organization_id, 'lower(email)']` fails with `ActiveRecord::StatementInvalid: PG::UndefinedColumn: ERROR: column "lower(email)" does not exist`.
I…
-
### Steps to reproduce
```rb
# frozen_string_literal: true
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{re…
-
### Issue Description
We had some jobs that were failing because by the time they were processed, the records they operated on no longer existed. The exception in the job was a `ActiveJob::Deserializ…
-
Upgrade to rails 7.2 and you will get the following message whilst constructing the database...
bin/rails aborted!
LoadError: cannot load such file -- polyamorous/activerecord_7.2_ruby_2/join_asso…
-
### Steps to reproduce
```ruby
# frozen_string_literal: true
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.…
-
- [x] 1. Rename `BaseActiveRecord` class to `AbstractActiveRecord`
- [x] 2. Make `AbstractActiveRecord` class implements only `ActiveRecordInterface`
- [x] 3. Move other interfaces to `ActiveRecord`…
-
This is a little obscure, but it's code running in production that was based on this [stack overflow post](https://stackoverflow.com/questions/21850995/association-for-polymorphic-belongs-to-of-a-part…