-
Using Rails 7, jsbundling-rails and webpack we're having some issues with rails_live_reload triggering the reload before asset compilation finishes.
This is covered in the readme
> ...but in cas…
-
It would help enormously if we had better documentation on the incompatibilities with `sassc-rails` and known workarounds for them. I'm willing to create a `README.md` or `docs/migrating.md` PR, but …
-
After installing the flag_icon gem, I encountered a conflict where the gem overrides the global Rails constant with FlagIcon::Rails. This results in an error when trying to access Rails.env or any oth…
-
### Steps to reproduce
After upgrading an application from Rails 6.1 to Rails 7.0 the Capistrano deployment fails.
The deployment has always worked (for years) and the application still works fine i…
-
Hey there, I was analyzing some queries that is being done on my solid queue DB and I came across this:
```sql
DELETE
FROM
"solid_queue_jobs"
WHERE
"solid_queue_jobs"."id" IN (
SELECT
…
-
Can't reproduce the installation from https://primer.style/guides/rails
1. Install the primer_view_components gem and @primer/view-components packages
```bash
gem install rails
rails -v
=> Rail…
-
From the Webpacker [Readme](https://github.com/rails/webpacker):
> Webpacker has served the Rails community for over five years as a bridge to compiled and bundled JavaScript. This bridge is no lon…
-
According to the readme I need to rewrite the tailwindcss task. But the following line gives me an error:
```ruby
# lib/tasks/tailwindcss.rake
TAILWIND_COMPILE_COMMAND = "#{RbConfig.ruby} #{Pathn…
-
We're using [requirejs-rails](https://github.com/jwhitley/requirejs-rails) which injects itself into the asset pipeline. When using this, assets are precompiled each time.
-
The goal of this task is to be able to update middleman, currently we're using middleman 4.2.1 (2017)
Middleman removed the Rails asset pipeline (`middleman-sprockets`) in his version 4.4
- Remove `…