-
If you have a model class that is derived from an abstract class then the automatic determination of the table name does not appear to work. Consider that we have a very minimal table called "colors"…
-
When using MS SQL Server with a named instance as database server, connecting via port `1433` does not work, because named instances run on different ports. By default, these run on random high ports …
-
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…
-
Hi
In out project Sidekiq freezes regularly, and we have to restart Sidekiq processes to make them work again. I wrote healthcheck mechanism to investigate this problem and got some interesting log…
-
Hi there,
I'm in the process of moving a Rails 7 app over to Trilogy and whilst locally everything Just Worked using `database.yml` or `DATABASE_URL` as a config I'm getting an error when using the…
-
Currently, if you create a hash sharded index on a table then the active records model will contain crdb_internal shard column inside it. We should in general filter out any hash sharded indexes from …
-
**Environment Information**
```sh
$ ruby -v
jruby 9.4.6.0 (3.1.4) 2024-02-20 576fab2c51 OpenJDK 64-Bit Server VM 21.0.1 on 21.0.1 +jit [arm64-darwin]
$ uname -a
Darwin janko.local 23.4.0 Darw…
janko updated
5 months ago
-
Hi! Thanks for great library!!
I run `mongify check database.config`, but it said **Could not load 'active_record/connection_adapters/mysql2_adapter'**
Could you please help me?
OS: Windows …
-
We can have a connect method for establishing ActiveRecord connections for use in `from_activerecord` method by simply passing the adapter, db name, username and password as arguments. As of now we ha…
-
The docs say that spatial_adapter supports ActiveRecord v2.2 and higher, but the spatial_adapter.gemspec also prohibits 3.1.0 and higher ('activerecord', '>= 2.2.2', '< 3.1.0'). I'll clone and modify …