dhh commented on issue hotwired/turbo#1087
I test page refreshes on a small project. the project uses https://github.com/stimulus-components/stimulus-rails-nested-form I have <templat
I test page refreshes on a small project. the project uses https://github.com/stimulus-components/stimulus-rails-nested-form I have <templat
I test page refreshes on a small project. the project uses https://github.com/stimulus-components/stimulus-rails-nested-form I have <templat
I am attempting to enable Turbo Drive iteratively in my Rails app to test it on specific pages before enabling it across the entire applicat
I am attempting to enable Turbo Drive iteratively in my Rails app to test it on specific pages before enabling it across the entire applicat
https://cdn.skypack.dev/@hotwired/turbo => https://cdn.skypack.dev/error/build:@hotwired/turbo@v8.0.0-beta.1-NQpOJtGG100FOymVpgdB /* * [Pack
https://cdn.skypack.dev/@hotwired/turbo => https://cdn.skypack.dev/error/build:@hotwired/turbo@v8.0.0-beta.1-NQpOJtGG100FOymVpgdB /* * [Pack
If you go to https://cdn.skypack.dev/new/@hotwired/turbo@v8.0.0/dist=es2019 You will get: Unexpected Error: Build was successful but could n
If you go to https://cdn.skypack.dev/new/@hotwired/turbo@v8.0.0/dist=es2019 You will get: Unexpected Error: Build was successful but could n
The 8.0.0 release of Turbo included a change to avoid naming collisions between Turbo.fetch and window.fetch via #1077, which creates an inc
This commit adds test coverage for the installer Rake task and application template. The installer is run against a freshly generated Rails
Use Turbo in your Ruby on Rails app. Contribute to hotwired/turbo-rails development by creating an account on GitHub.
It looks like this issue has come up before, but with a different version of Turbo. I'm using turbo-rails v2.0.3. $ bundle exec rails assets
I'm migrating from UJS to turbo, changing links from link_to "Activate Product", '/product/33/activate', method: 'post' to link_to "Activate
Fix a small doc typo here: https://rubydoc.info/github/hotwired/turbo-rails/Turbo%2FBroadcastable:broadcast_update_to
Use Turbo in your Ruby on Rails app. Contribute to hotwired/turbo-rails development by creating an account on GitHub.
Is it possible to emulate rails/ujs's method: :delete e.g. link_to logout_path, "logout', method: :delete which submitted a synchronous requ
I have notification functionality with a bell icon etc that updates the UI when new notifications are created. Everything is working as expe
Use Turbo in your Ruby on Rails app. Contribute to hotwired/turbo-rails development by creating an account on GitHub.
A little correction: “manually” instead of “manaually.”
I upgraded to Rails 8.0 our app and noticed that we now have 2 versions of actioncable in our bundle due to the dependency of turbo-rails to
Use Turbo in your Ruby on Rails app. Contribute to hotwired/turbo-rails development by creating an account on GitHub.
Use Turbo in your Ruby on Rails app. Contribute to hotwired/turbo-rails development by creating an account on GitHub.
Use Turbo in your Ruby on Rails app. Contribute to hotwired/turbo-rails development by creating an account on GitHub.
One test didn't have any assertions and we could see this warning when running tests Test is missing assertions: `test_form_submission_[
Use Turbo in your Ruby on Rails app. Contribute to hotwired/turbo-rails development by creating an account on GitHub.
Consider the following model: class MyModel < ApplicationRecord broadcasts locals: { something_static: true } end When broadcasting for
The documentation for the update_all method states that you can do this: <%= turbo_stream.update_all "clearance_item", "Update the content o
The documentation for the update_all method states that you can do this: <%= turbo_stream.update_all "clearance_item", "Update the content o
Use Stimulus in your Ruby on Rails app. Contribute to hotwired/stimulus-rails development by creating an account on GitHub.
This PR attempts to make the CI configuration smoother. ruby/setup-ruby, enable Bundler cache Set env vars, at a higher level in the config
Use Stimulus in your Ruby on Rails app. Contribute to hotwired/stimulus-rails development by creating an account on GitHub.
tr is cheaper to run than gsub Here is a little benchmark example : require 'benchmark' test_string = "namespace/example_servi
tr is cheaper to run than gsub Here is a little benchmark example : require 'benchmark' test_string = "namespace/example_servi
This is taken from a custom override I add to all my app's lib folders. I prefer to inherit from ApplicationController (app/javascript/c
This is taken from a custom override I add to all my app's lib folders. I prefer to inherit from ApplicationController (app/javascript/c
Bumps esbuild from 0.17.16 to 0.25.0. Release notes Sourced from esbuild's releases. v0.25.0 This release deliberately contains backwa
Higher-level data structures built on Redis. Contribute to CoderMiguel/kredis development by creating an account on GitHub.
Higher-level data structures built on Redis. Contribute to CoderMiguel/kredis development by creating an account on GitHub.
stimulus.hotwired.dev web site. Contribute to hotwired/stimulus-site development by creating an account on GitHub.
stimulus.hotwired.dev web site. Contribute to hotwired/stimulus-site development by creating an account on GitHub.
I believe the example code is wrong. highlight: function(event) { event.stopImmediatePropagation() // ... } we are inside class, but here it
Removes axios. It's no longer used after updating ancestor dependency @11ty/eleventy. These dependencies need to be updated together. Re
Bumps follow-redirects from 1.15.3 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization
stimulus.hotwired.dev web site. Contribute to hotwired/stimulus-site development by creating an account on GitHub.
It appears to be a <strong> tag in context, but there is a typo and the tag starts with <string> instead of <strong>. Fix this typo.
Dear All, I have an application where chat page when generated will stay the same unless somebody type some new message. I want turbo to not
When learning and using Turbo, digging through handbook and reference, I find that it may need more usage examples. I would ideally like som
When learning and using Turbo, digging through handbook and reference, I find that it may need more usage examples. I would ideally like som
hotwired/turbo#1216 deprecated the way of configuration through Turbo.set* functions but the documentation still mentions them (https://turb
hotwired/turbo#1216 deprecated the way of configuration through Turbo.set* functions but the documentation still mentions them (https://turb
These behavior changes are foundational to how Turbo Drive works, so I was expecting them to be in the reference section, but they weren'
These behavior changes are foundational to how Turbo Drive works, so I was expecting them to be in the reference section, but they weren'
Follow-up to #141. Move third-party Turbo-compatible servers to a separate section and add AnyCable. This way, we, first, make a clear (&quo
If the JavaScript does not run for whatever reason, provide a link so that the set side emails can still be seen. (I wondered also whether t
Replace npm with yarn for consistency Adding links Updating Node version and some dependencies Adding license
Merge #94 before this one Attempt to improve the documentation for new comers Adding examples Adding spaces and bold elements
Inspired by hotwired/turbo#580 Proposal Modify Turbo Steams' bullet description to hopefully alleviate the false assumptions that Turbo
The Turbo handbook mentions that data-turbo-method does not work in forms as it generates a hidden form which is invalid HTML. While working
turbo.hotwired.dev web site. Contribute to hotwired/turbo-site development by creating an account on GitHub.
Skypack fails to compile packages that use private class fields, even though they are already supported by all major browsers and node. jsDe
turbo.hotwired.dev web site. Contribute to hotwired/turbo-site development by creating an account on GitHub.
turbo.hotwired.dev web site. Contribute to hotwired/turbo-site development by creating an account on GitHub.
turbo.hotwired.dev web site. Contribute to hotwired/turbo-site development by creating an account on GitHub.
Please see hotwired/turbo#1070 for more info. This reflects currently released behavior, so this is currently relevant despite of what chang
turbo.hotwired.dev web site. Contribute to hotwired/turbo-site development by creating an account on GitHub.
Update the two examples of turbo-frame with refresh="morph" so they are correct. This relates to PR hotwired/turbo#1192 but it can
<meta name="turbo-prefetch" content="false"> will opt-out of InstantClick prefetching for the entire page. <m
<meta name="turbo-prefetch" content="false"> will opt-out of InstantClick prefetching for the entire page. <m
According to the source, the confirmMethod for Turbo.setConfirmMethod can return a Promise. This makes it much easier to create a custom com
Add alternative side-affects only import. When installing Turbo with a tree-shaking bundler eg Vite / Rollup the import will be removed if n
turbo.hotwired.dev web site. Contribute to hotwired/turbo-site development by creating an account on GitHub.
turbo.hotwired.dev web site. Contribute to hotwired/turbo-site development by creating an account on GitHub.
Turbo added support for morph stream actions in hotwired/turbo#1185. That PR was accompanied by documentation in this PR. This PR: Updates
turbo.hotwired.dev web site. Contribute to hotwired/turbo-site development by creating an account on GitHub.
It will make contributions easier by allowing people to get it working locally with one click or to bring it up in github codespace.
turbo.hotwired.dev web site. Contribute to hotwired/turbo-site development by creating an account on GitHub.
This is partially duplicates #174 and #177 which are pending approval and merge. If one of those will move forward instead I will close this
turbo.hotwired.dev web site. Contribute to DavidColby/turbo-site development by creating an account on GitHub.
turbo.hotwired.dev web site. Contribute to hotwired/turbo-site development by creating an account on GitHub.
I have to google how to disable the instaClick. This change will add missing part about meta tag for that.
Based on the behaviour of markAsBusy, this commit clarifies that attributes are also added to form elements on submission. It also adds doc
turbo.hotwired.dev web site. Contribute to hotwired/turbo-site development by creating an account on GitHub.
Expected behavior According to the documentation here you can use data-turbo-confirm on an a tag to prevent navigation without a confirmatio
turbo.hotwired.dev web site. Contribute to hotwired/turbo-site development by creating an account on GitHub.
Until hotwired/turbo#874 or hotwired/turbo#1266 resolve hotwired/turbo#1264 and hotwired/turbo#943, the doc site is wrong and I keep wastin
https://turbo.hotwired.dev/handbook/streams#integration-with-server-side-frameworks states that there are five Turbo Stream actions but ther
turbo.hotwired.dev web site. Contribute to hotwired/turbo-site development by creating an account on GitHub.
turbo.hotwired.dev web site. Contribute to hotwired/turbo-site development by creating an account on GitHub.
Hey! I wasn't sure if this was the correct place to put this but I couldn't find any other documentation on this functionality. Rele
The documentation was behind the latest code version. This makes updates to bring the relevant methods in line with the current state of the
turbo.hotwired.dev web site. Contribute to hotwired/turbo-site development by creating an account on GitHub.
turbo.hotwired.dev web site. Contribute to hotwired/turbo-site development by creating an account on GitHub.
The value doesn't always exist (on a 204/no content response for example). That fact is already implied by an explicit falsy check somew
turbo.hotwired.dev web site. Contribute to hotwired/turbo-site development by creating an account on GitHub.
Hi, I think adding this entry in the doc part prefetch could be great (there is only the opposite or with the meta tag) ref hotwired/turbo#1
Text said "might unintended" where I think "might have unintended" is what was intended.
turbo.hotwired.dev web site. Contribute to hotwired/turbo-site development by creating an account on GitHub.
turbo.hotwired.dev web site. Contribute to hotwired/turbo-site development by creating an account on GitHub.
Current wording about “stream elements connected to the page dom” felt a bit vague, so this update tries to make it clearer. Open to any sug
currently the curl and unzip packages are installed in terminal.sh, but they are used in desktop installers as well, so i combined them with
currently the curl and unzip packages are installed in terminal.sh, but they are used in desktop installers as well, so i combined them with
Ruby on Rails. Contribute to codergeek121/rails development by creating an account on GitHub.
Ruby on Rails. Contribute to codergeek121/rails development by creating an account on GitHub.
Changelog Removes the base lazyvim.json Enable the LazyVIM extras plugin when the language is installed I started this work at #156 but i
Changelog Removes the base lazyvim.json Enable the LazyVIM extras plugin when the language is installed I started this work at #156 but i
Maybe one day AI will answer every customer question flawlessly, but we're nowhere near that reality right now. I can't tell you how often I