-
I'm new to rails and trying to create a simple app with tinymce as the page editor. I want to initialize the editor in a hotwired component but when I run `bin/dev`, I get this error in the terminal:
…
-
### Expected behavior
application.js should present
### Actual behavior
i try create new app with this command:
rails new myapp -c tailwind -j esbuild -d postgresql -T --main
when to running …
-
I did:
```
$ git clone https://github.com/driftingruby/335-hotwire-modals.git
$ cd 335-hotwire-modals
$ bundle
$ bin/rails db:migrate
$ bin/rails s
```
When I go to http://127.0.0.1:3000, …
-
This may be a problem in Rails 7.1 since I am using `7.1.0.alpha` but may come up in the future.
If I include both acts_as_paranoid and validates :a, format: { ... } then acts_as_paranoid is loaded…
-
With a barebones Rails 7.1.1 app Sitepress can't seem to find any helpers.
```
undefined method `link_to_page' for #
```
-
What could be the cause of the "unable to resolve specifier" errors? Does anyone have any advice how I can debug or what to try?
The failure is occuring here https://github.com/hotwired/stimulus-r…
-
Recently I am learning to use rails7, but when I use importmap to refer to my js file,
I always get an error: [ testalert is not defined ], please help me
testjs.js is my js file
app/javascr…
-
Hi there,
I've been trying to have a javascript confirmation when clicking a "logout" button.
I've tried this :
```ruby
```
but nothing works.
What am I missing?
Thanks
-
**To Reproduce**
Steps to reproduce the behavior:
1. Person Profil öffnen
2. Person löschen
4. See error Content Missing
**Screenshots**
![grafik](https://github.com/urlaubsverwaltung/urlaubsv…
-
**Your environment**
* `ruby -v`: ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux]
* `rdbg -v`: 1.4.0
**To Reproduce**
- install rvm ruby 2.7.0
- create some rails app
- run `bi…