-
Hey!
I got an error after I upgraded flipper-active_record from v1.3.0 to v1.3.1
```
/usr/local/bundle/gems/flipper-active_record-1.3.1/lib/flipper/adapters/active_record.rb:292:in `value_not_t…
-
Under Ruby 2.4.1, four tests fail with e.g.
```
> bundle exec rake test
Loaded testcase test/tc_basic.rb
Loaded testcase test/tc_spatial_queries.rb
Run options: --seed 56062
# Running:
/U…
-
I was installing the gem in our project and got an error regarding a [connector](https://github.com/limebike/activerecord-mysql2rgeo-adapter) that we use "MakaraMysql2RgeoAdapter"
AppMap encountered …
-
### Steps to reproduce
```rb
require "active_record"
ActiveRecord::Base.establish_connection(adapter: "sqlite3", database: ":memory:")
ActiveRecord::Schema.define do
create_table :items do …
-
As a result of #46992 (@tenderlove), with new Rails 7.1 default `run_after_transaction_callbacks_in_order_defined` true, `prepend` option is _no longer supported_ for any transactional callbacks. (af…
-
Neat idea! This is exactly the functionality that `sucker_punch` requires for it to be perfect for my needs. However, I'd like to persist my jobs in my app's database the way delayed_job does. Do you …
-
Related to https://github.com/zdennis/activerecord-import/pull/799 and https://github.com/zdennis/activerecord-import/issues/728
In my model I am aliasing an attribute, when I try to import a reco…
-
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…
-
We are implementing multi-db on our app with help of ros-apartment gem. In our application we are using primary db as well as replica db for reading. We are switching write db with help of ros-apartme…
-
Hello 👋
I want to setup a multi tenant model and I see query_constraints that seems to answer well my need (add automatically the tenant id to select, update and delete queries)
Based on the doc:…