-
With Rails 4.0 beta1, devise loads the user model which, in turn, loads canard which checks it for a role matrix. This is fine if the database exists, but as many of us know from painful experience He…
-
I get this error when running a migration that does a bit of ETL with ~30k records. I don't know if this issue belongs here of with the java jdbc.
![image](https://user-images.githubusercontent.co…
-
`wrong number of arguments (given 4, expected 1..3)` is the general response for every combination of drivers I've attempted. I happy to keep digging, but it seems as lost cause, which is why I ask "…
-
``Unhandled error
PG::ConnectionBad: FATAL: the database system is shutting down
FATAL: the database system is shutting down
Location
gems/activerecord-3.2.22.5/lib/active_record/connection_adap…
RachL updated
5 months ago
-
I'm struggling with adding clearance to my [system tests](https://guides.rubyonrails.org/testing.html#system-testing).
```ruby
class PiecesTest < ApplicationSystemTestCase
setup do
@write…
-
ArgumentError: wrong number of arguments (given 2, expected 1; required keywords: message, sql, binds)
when error raised without transaction isolation conflict
> transaction_isolation-1.0.5/lib/tr…
-
`rails`: 5.1.7
`fresh_connection` is being reviewed by us, for the purpose of PostgreSQL read-replica usage in our project, currently, we are using [activerecord5-redshift-adapter](https://github.c…
-
This is a continuation of #182 - for which I supplied a bugfix a few years back. We are still seeing a race condition, but this one is much rarer.
When concurrently creating / deleting items, it ca…
-
## Issue
`bundle exec rails db:seed` throws `ActiveRecord::ConnectionAdapters::SQLServerAdapter does not support skipping duplicates`.
## Expected behavior
A single SQL INSERT should be generated…
-
Hi there,
apparently, this repository is still on Ruby 2.
https://github.com/crate/activerecord-crate-adapter/blob/f58fe3e8ec0fb3a993d535718b839e0bd1227851/.github/workflows/tests.yml#L26-L28
…
amotl updated
8 months ago