-
I'm a little confused about what the code in the railtie is doing. A couple of specific questions:
1. It looks like the code in the `config` method is setting up soliloquy to work in the Rails app.…
-
### Steps to reproduce
In some of our projects we use Postgres as database, and for some cases we deferred trigger constraints. These triggers fire up when `COMMIT` is called. Trigger can raise a…
Baxxx updated
2 years ago
-
When starting the application, the first request that results in a redirect will produce this error.
Seems that the first request completes fine and gets a `302` response, but the error seems to ha…
-
We followed the docs [here](https://docs.datadoghq.com/tracing/connect_logs_and_traces/ruby/#manual-injection) and are using the following in our logger to get the correlation data:
```
{ dd: ::Data…
-
**Current behaviour**
we would like to disable `active_record` traces cause with the ones from `mysql2` is enough for us.
Once we try to disable them, they are still appearing with:
```
# disa…
-
We're having some trouble with the timestamptz data format when using :local time in the database. I traced the issue to around here:
https://github.com/rsim/oracle-enhanced/blob/master/lib/active_r…
-
**Describe the bug**
Trying to access view of table after adding new columns one with enum type
**Reproduction steps**
```ruby
class AddBoardErrorTrackingToProjections < ActiveRecord::Migr…
-
## Context
1. [PATCH] /api/v2/storefront/cart/set_quantity
- ```{ "quantity": true }```
2. [PATCH] /api/v2/storefront/account/addresses/{id}
- {id}=```1```
- ```{ "address":{ "…
-
The following error pops up during probing:
```ruby
{
"name": "Date::Error",
"message": "invalid date",
"stack_trace": [
"/vendor/ruby/3.3.0/gems/pg-locks-mon…
-
### Describe the problem as clearly as you can
Despite bundle install completing successfully, running bin/rails c complains that dependencies are missing:
```
$ bundle install
Bundle complete…