-
The rails engine is not being loaded and so the assets are also not found in the asset pipeline. Will submit a pull request for this.
-
Rails 7.2がきたぞ!
YJITを使ってローリスクハイリターンだ!
## やること
- Railsバージョンアップ
- [x] Rails 7.1.4
- [x] Rails 7.2.1
- [ ] devcontainerの設定の調査
- [x] GitHub Actionsの設定の調査
- [x] rubocop-rails-omakaseの調…
-
I've been working on spinning up a new rails server and for some some reason when I go to update the gem rbis with `bin/tapioca gems` I get an error when solid cable is being used for development.
`…
-
Hello, everyone.
I updated my project using `rails 6` to `rails 7`, switch `puma` to `falcon` and add the gem `console-adapter-rails` in the project to have logs again. It looked good until now, i'…
-
We have a few local vendored gems (unreleased or not yet released gems) in our Rails app such as:
```
# Gemfile
gem "pg_i18n_attributes", path: "vendor/gems/pg_i18n_attributes"
```
This tra…
-
### 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…
-
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…
-
### Description
Running "bundle exec rspec spec" on a brand new Rails 8 app gives NameError: uninitialized constant FactoryBotRails::Railtie::FactoryBot
### Reproduction Steps
```
gem instal…
-
We have a simple regex that uses lookbehind, and this cop is incorrectly flagging it as having an unescaped bracket
The regex is:
```rb
/(?
-
The gem should work with Rails 8.0
## Commands
```
gem install rails
rails new example
cd example
bundle add annotate --version '3.2.0'
```
Outcome:
```
Fetching gem metadata from http…