-
### Steps to reproduce
Pretty simple, just run this command somewhere to create the Rails engine:
```bash
# leaving --mountable off gives the same behavior it seems
rails plugin new test_engin…
-
Hello,
Is there any configuration to set the path to the controllers?
When I use a Rails app it detects it.
If I use Symfony and Twig, it doesn't detect controllers. It always says that the con…
-
I have met a problem to use the gem `font-awesome-rails`.
The command `rails dartsass:build` produces an error.
```
Error: Can't find stylesheet to import.
╷
2 │ @import "font-awesome"
…
-
If you run `rails-new main --js esbuild`, you'll get the following error because `npx` is not available.
```bash
rails javascript:install:esbuild
apply /usr/local/bundle/gems/jsbu…
-
Sometimes, you may want to link certain files only in certain environments. For example, we only want to render the [GraphiQL](https://github.com/rmosolgo/graphiql-rails/) views in our `staging` and `…
-
I had the issue described in these stackoverflow questions, where my app could not find the font assets on Heroku:
http://stackoverflow.com/questions/19323563/heroku-font-assets-not-working
http://sta…
-
### Description
This is mentioned in the more recent comments on #1608, but it should be a separate issue. When Portus is deployed with `RAILS_RELATIVE_URL_ROOT`, not all static assets will respect…
-
Due to security reasons, access to our production DB is restricted to only allow access from production servers. This is fine without Octopus as precompiling assets does not require a DB connection. H…
-
here is a nice overview on how one can manage javascript dependencies in rails:
https://www.codefellows.org/blog/5-ways-to-manage-front-end-assets-in-rails
Currently, it is done by adding gems, where …
-
Thanks for open sourcing this project.
I spent some time debugging this issue. The culprit appears to be the removal of image-url in node-sass/libsass lately:
https://github.com/sass/node-sass/issu…