-
-
In my API-only application I'm unable to use response validation.
This is my RSpec controller test:
require 'rails_helper'
require 'apipie/rspec/response_validation_helper'
R…
ghost updated
1 month ago
-
Error:
`Rails::Generators::Error: The template [/usr/local/bundle/gems/cssbundling-rails-1.4.1/lib/install/bootstrap/install.rb] could not be loaded. Error: No such file or directory - npx (Rails::Ge…
-
Rails 8 has dropped support for Sprockets in favor of Propshaft, leading to a multitude of app breaking errors when trying to use this gem.
-
### Environment
* Ruby Version: 3.2.2
* Semantic logger version: 4.16
* Application/framework names and versions: Rails 6.1.7.4, Puma: 5.6.9
* Rails Semantic Logger Version: 4.17.0.
### Desc…
-
### Description
From time to time I notice that there are a bunch of ruby processes where I'm pretty sure they are related to ruby-lsp even if the Rails project got already closed or VS Code is no lo…
-
Hi,
When i try to display results in a rails app online this is what i get 👍
ActionView::Template::Error (invalid argument: [table][create] db not initialized: #
db.c:1078: grn_table_create_w…
-
I believe the commit `e93a128` introduced a regression on some select queries, for example, on [Good Job](https://github.com/bensheldon/good_job/issues/1551)
The query that it generates now:
```…
-
### Steps to reproduce
* Generate a new Rails application
* Connect the Rails application to a non-Rails database with an existing structure and data (specifically without a `schema_migrations` tabl…
-
We're using CurrentAttributes to track user_id:
```
class Current < ActiveSupport::CurrentAttributes
attribute :user_id
end
```
When we call `perform_later` on a job, this is reset in the…