-
Hi,
I tried running the tests under Ruby 2.3 and they fail like this:
```
$ ruby -v
ruby 2.3.0p0 (2015-12-25) [x86_64-linux-gnu]
$ bundle show
Gems included by the bundle:
* actionmailer (4.2.5.2)…
-
```
Error:
ActiveRecord::PostgresqlConnectionTest#test_reset_with_transaction:
ActiveRecord::StatementInvalid: PG::FeatureNotSupported: ERROR: unimplemented: the configuration setting "geqo" is no…
alimi updated
2 months ago
-
### Describe the bug
I have identified an error occurring during try to process in certain environments. Could you please look into this?
I have confirmed that this issue does not occur on arm bas…
-
I've an issue after upgrade Grape from 2.0 to 2.1.x
My apps setup. The same error is produced on:
Ruby 3.3.4, Rails 7.2
Ruby 3.3.1 , Rails 7.0.8.4, 7.1.3.3
Official repo [Grape on Rails](https://…
-
First off, thank you for Sidekiq! Hopefully this issue is a valid one.
### Problem
Sidekiq does not seem to support keyword arguments for its worker `perform` method. Ruby introduced in 2.0 the abil…
-
Since upgrading from rails 7.1.0 to 7.2.0, I now get a number of warnings stating:
> Test is missing assertions
These reference my tests which work by using Mock.verify to check that a certain …
-
**Description**
My smtp-configuration worked fine up to version 3.3.5
after upgrading to the recent version my configuration stopped working.
**To Reproduce**
1. configure a smtp server
2. in…
fmo1 updated
4 months ago
-
Getting following error when user logs in. If user was already logged in before plugin is installed everything works fine.
> Environment:
> Redmine version 4.0.4.stable
> Ruby …
-
Mac Catalina
Rails 6.0.21
Ruby 2.7.0
I am trying to install Rails 6.0.21 on my Mac (Catalina), with Ruby 2.7.0
The installation seems to finish fine. I generated a basic application, with MySQ…
-
I'm having a trouble with OpenSSL
My current problem is that I cannot connect to any api through https (i wanted to integrate the geocoder gem) :
here is the display in rails console (it s just…