-
Ever since we upgraded our Rails app to Rails `7.2`, we have been experiencing a random `raise ArgumentError, "'secret_key_base' for #{Rails.env} environment must be a type of String"` error in our CI…
-
We often need to know the application's URL outside of the request/response cycle. This can be in jobs or in mailers or for configuration purposes. Let's extract this concept as `Rails.application.url…
-
### I have checked that this feature is not already implemented
- [x] This feature does not exist
### Use case
The LSP currently does not auto-detect Rails for Engine/Railtie projects, presumably a…
-
Hi
It seems like traceroute doesn't work as expected in Rails 8.0.0.
I made a new rails app with scaffold and got the following in Rails 8.0.0.
```
# Gemfile.lock
traceroute (0.8.1)
# rout…
-
DataDog/system-tests uses `ghcr.io/datadog/images-rb/engines/ruby` images as base images to build weblog images.
To build them, `node` and `npm` are required, and are installed with `apt`. With those…
-
When creating a record with a time (date, datetime, ...) column, passing an integer value causes downstream issues. Prior to Rails 8.0.0, the value was changed to `nil`, but with Rails 8.0.0 that conv…
-
Ruby version: 3.3.5
Rails version: 7.1.4
Sidekiq / Pro / Enterprise version(s): 7.3.6 (tried also older versions)
In `application.rb`:
```
config.active_job.queue_adapter = :sidekiq
```
…
-
Wondering if you would consider a PR that added a new environment variable to disable logs for HTTP requests sent upstream? Or all logs, if you wanted it more coarse.
I'm running thruster & puma wi…
-
I guess it's similar to the `webbynode restart`, but instead of restarting the whole server, just restart the Rails application?
-
### Description 📖
The script module appended by the `vite_react_refresh_tag` does not consider the base setting in the react preamble code.
### Reproduction 🐞
1. Start with the rails example …