-
View details in Rollbar: [https://app.rollbar.com/a/komagata/fix/item/Bootcamp/1641](https://app.rollbar.com/a/komagata/fix/item/Bootcamp/1641)
```
PG::UniqueViolation: ERROR: duplicate key value v…
-
I haven't changed any sorcery or user related code for a while but all of a sudden Sorcery is always trying to use the `email` attribute when performing `find_by`. My config is below and I confirmed t…
-
View details in Rollbar: [https://app.rollbar.com/a/komagata/fix/item/Bootcamp/1690](https://app.rollbar.com/a/komagata/fix/item/Bootcamp/1690)
```
PG::UniqueViolation: ERROR: duplicate key value v…
-
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…
-
I saw similar issues, but `sqlite3` adapter seems to not be updated for years.
JRuby 9.4.3.0, ActiveRecord 7.0.7, `activerecord-jdbcsqlite3-adapter` 70.1.
```
ArgumentError: wrong number of arg…
-
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…
-
We have an application that needs to support multiple database engines, so our `Gemfile` contains multiple JDBC adapters as so:
```
gem 'activerecord-jdbcpostgresql-adapter', '~>1.3.7'
gem 'activerec…
-
Managed to reproduce CI error.
https://buildkite.com/rails/rails/builds/105748#018e558b-b895-43cc-aa80-71180e80d01b/1235-1330
### Steps to reproduce
```ruby
git clone https://github.com/rails/ra…
-
### Tell us about your environment
**Ruby Version:** 3.2.2
**Framework Version (RSpec, Minitest, FactoryGirl, Rails, whatever):** rspec-rails: 7.x, Rails 7.2.1
**TestProf Version:** 1.4.2
…
-
## Description
We appear to be missing EXPLAIN traces for postgres queries with our instance.
Also seeing lots of these "undefined method postgresql_connection" being logged with ruby 3.3.5, rai…