-
As we're not using `# require "sprockets/railtie"` - I've encountered a problem with audits1984 engine:
`undefined method 'assets' for #
-
I recently started receiving this error after migrating from Rails 6 to Rails 7. It worked fine for about a week and then started throwing this error. It still works fine on my production server.
*…
-
It'd be really valuable to add a `--skip-assets` option to the `InstallGenerator`. This option [exists in Blacklight core](https://github.com/projectblacklight/blacklight/blob/main/lib/generators/blac…
-
Example: https://itnext.io/docker-rails-puma-nginx-postgres-999cd8866b18#d08e
-
Currently, when opening mission control - there is no easy way to return to your app.
While it is possible to override one of the templates and implement this in your app:
Create File `app/view…
-
The Redmine container is not starting when setting the REDMINE_SECRET_KEY_BASE environment variable as shown in the docker compose example.
Error message and stacktrace:
```
ArgumentError: Missi…
-
### Steps to reproduce
```ruby
# frozen_string_literal: true
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
gem "rails"
# If you want to test against …
-
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…
-
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…
-
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…