Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix holding name error #1113

Conversation

zachgoll
Copy link
Collaborator

No description provided.

@@ -1,3 +1,3 @@
web: bin/rails server -b 0.0.0.0
web: ${DEBUG:+rdbg -O -n -c --} bin/rails server -b 0.0.0.0
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Optionally, run DEBUG=true bin/dev to start the dev server with a debugging port open, which VSCode (or another editor) can use to hook into the debug gem (installed with project already)

For example, with Ruby LSP plugin in VSCode, use this launch setting to attach to the running dev process:

    {
      "type": "ruby_lsp",
      "name": "Attach debugger",
      "request": "attach"
    }

@zachgoll zachgoll merged commit 4433488 into main Aug 20, 2024
4 checks passed
@zachgoll zachgoll deleted the 1097-bug-the-response-500-did-not-contain-the-expected-turbo-frame-id=drawer branch August 20, 2024 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: The response (500) did not contain the expected <turbo-frame id="drawer">
1 participant