-
I just saw this thread on the adapter and I wonder if it would help to have a small section in the README to talk about DABASE_URL?
https://github.com/rails-sqlserver/activerecord-sqlserver-adapter…
-
We should consider removing JRuby code from the GitHub Action as it is currently untested, and Rails 7.1 lacks official support.
It's unclear if there's active JRuby utilization.
-
I recently tried upgrading to Rails 7.1, but this gem seems to be causing an error:
```
ArgumentError: comparison of String with 0 failed
```
The issue does not occur after removing the `logdn…
-
using textacular (3.2.2)
Full Backtrace
SystemStackError: stack level too deep
259 protected
260 def convert_key(key)
261 key.kind_of?(Symbol) ? key.to_s : key
262 end
…
-
`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 "…
-
Starting homeland_postgresql ...
Starting homeland_postgresql ... done
Starting homeland_elasticsearch ... done
Starting homeland_postgresql ...
Starting homeland_postgresql ... done
Starting h…
-
Trying this in Console, I get a big long error related to SQL:
```
1.9.2p320 :001 > Page.popular_tags
RocketTag::Tag Load (0.3ms) SELECT `tags`.* FROM (SELECT count(`tags`.`id`) AS tags_count, * F…
-
https://github.com/github/activerecord-trilogy-adapter/commit/e5c4e01b55046212abc15badf6361b4bc74a9a41
-
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…
-
Hi @DmitryTsepelev,
Could you please help with this case?
```ruby
require 'bundler/inline'
gemfile(true) do
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github…