-
We're using Webpack via (jsbundling-rails: https://github.com/rails/jsbundling-rails) to build our JavaScript.
In our `application.js` we have the following:
```
// Tell Webpack where to load the…
-
Hello! I got this error while starting my recent rails new app on 7.0.4.2 and ruby 3.2.1
I just did a hello world in the root path and when I see the logs I get this
Gemfile
gem "import…
-
### Steps to reproduce
When attempting to create a new Rails application using the `--css=bootstrap` or `-c bootstrap` options, the installation script fails at the end. An error occurs related to se…
-
--- ERROR REPORT TEMPLATE -------------------------------------------------------
```
ArgumentError: Malformed version number string 2.3.
/usr/share/rvm/rubies/ruby-3.0.0/lib/ruby/site_ruby/3.0…
-
お疲れ様です。
下記のエラーが出ているため、ご相談させてください。
現状、画像をアップロードした際、ユーザー登録や服の登録時の画像アップロードは可能ですが、Google vision APIがうまく機能しておりません。
Local環境ではできるものの、本番環境(Heroku)ではできない状況です。
```
2024-03-07T22:31:59.167614+00:00 hero…
-
Hi there,
I had a strange issue running composer update, and having an upgrade for stimulus-bundle from 2.12 to 2.13.2
```
Upgrading symfony/stimulus-bundle (v2.12.0 => v2.13.2)
```
After …
-
### Steps to reproduce
Generating a Rails app with `7.1.0.beta1` using bootstrap throws an error.
This seems to be related to `Procfile.dev` not existing when `cssbundling-rails` tries to update…
-
OS: Manjaro Linux x86_64
yarn 1.22.19
node: v19.7.0
ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-linux]
Rails 7.0.4.2
package.json
```
{
"name": "app",
"private": "true…
-
I'm trying to implement modal example from your docs in my Rails 7 + Hotwired Stimulus + Flowbite (turbo) stack.
Here is my stimulus controller
```javascript
import { Controller } from "@hotwir…
-
Hi,
Adding `turbo-rails`, `-> 1.4` to our `Rails 6.0.5` app caused this error in tests:
```
NoMethodError:
Could not render layout: undefined method `empty?' for nil:NilClass
/lib/act…