-
Cannot upgrade from 16.2.8 to 16.3.0
Is anyone having a similar issue?
1st error From docker logs
2023-10-09 14:25:16,942 INFO gave up: sshd entered FATAL state, too many start retries too …
-
I'm using Rails 7.1.2 and Ruby 3.2.2 and I'm seeing a bug with how associated records are loaded when `has_many_inversing` is enabled and `inverse_of` is used in the association and the association is…
pjb3 updated
2 months ago
-
```
What steps will reproduce the problem?
1. Create model role.rb:
class Role < ActiveLdap::Base
ldap_mapping :dn_attribute => 'i2Canonic', :prefix =>
'ou=domains', :classes => ['Role'], :scope =>…
-
We start using Fx on a database using PostGIS.
When performing `rails db:schema:dump`, fx is dumping a trigger from the topology extension:
```ruby
ActiveRecord::Schema.define(version: 2022_11_…
-
The test suite for ActiveRecord 5.x emits deprecation warnings. They don't break anything but they are ugly and may confuse people reading the test suite output into thinking there is something wrong.…
-
## Is your feature request related to a problem? Please describe.
[Rails 7.1](https://github.com/rails/rails/releases/tag/v7.1.0) has added the support Enum validation implemented by PR rails/rails…
-
This:
```
Place.joins(:address).advanced_search(name: 'moraes', address: { route: 'moraes' }).explain
```
Gives me this:
```
Place Load (2.2ms) SELECT "places".*, COALESCE(ts_rank(to_tsvector('p…
-
## Error Information
### Message
> ```
> Mysql2::Error: Can't create a new thread (errno 11); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug
> ```…
-
ActiveRecord and Mongoid supports `includes` to eager load relations, I'm not sure about the other ORM's. Should `orm_adapter` support `includes`? I think yes. If there are more :+1: for this, I will …
-
## Issue
Rails 6 introduced [`upsert_all`](https://apidock.com/rails/v6.0.0/ActiveRecord/Persistence/ClassMethods/upsert_all) and the SQL Server adapter does not implement it yet.
There's no suc…