-
I noticed that the `validate_numericality_of` matcher from [shoulda_matcher](https://github.com/thoughtbot/shoulda-matchers/blob/6f4de5ad6d0d09486c2c713fb1a0bf38169d399e/lib/shoulda/matchers/active_mo…
-
### Steps to reproduce
User model has_many Posts, Post model has_many Comments, Comment model has flag `highlighted`. If the User model has an association to "highlighted Comments" through its Posts,…
-
### Steps to reproduce
```ruby
# Example code for the documentation
book.pages.clear
```
### Expected behavior
The documentation to be consistent
### Actual behavior
First do…
-
I recently swapped my company's database adapter over from `mysql2` to `trilogy` and noticed that we were no longer rescuing `ActiveRecord::ReadOnlyError` exceptions because we started receiving `Acti…
-
This whole multi database thing is getting super confusing.
In Development:
I totally removed Solid queue from my app and started the process to install it and configure it from scratch.
I ad…
-
activerecord-postgis-adapter (9.0.2)
ruby versions tried: 3.2.4, 3.3.3
postgresql versions tried: 14, 16
I have followed all steps in the README, but whenever I get to the migration generator I a…
-
I'm getting an error while executing "bundle exec rails db:migrate" command.
```
ArgumentError: wrong number of arguments (given 2, expected 4..5) (ArgumentError)
/home/app/api/.bundle/gems/activ…
-
I've been working on spinning up a new rails server and for some some reason when I go to update the gem rbis with `bin/tapioca gems` I get an error when solid cable is being used for development.
`…
-
Our database infrastructure vaguely looks something like this:
- National Database
- State Database (sharded)
Each of our models are pointed at one of these tiers, and the final State database …
-
https://github.com/rails/rails/pull/49765 makes it so
> By default, calling `inspect` on a record will yield a formatted string including just the `id`.
However, this has lead to confusion, as …