Questions tagged [hotwire-rails]

Hotwire-rails is a collection of front-end tools for Rails available since Rails 6 and enabled by default in Rails 7. Use the [Hotwire-rails] tag for questions about Stimulus, Turbo Drive, Turbo Frames and Turbo Streams and especially their usage in Rails. This tag is not for turbo-links (unless the question is about updating to Hotwire). Also be aware that Hotwire and its components are sometimes used outside of Rails.

See also:

228 questions
0
votes
1 answer

No bin/bundle file in Rails 6.1, can't get TURBO_STREAM request format

when I run rails turbo:install it gives Errno::ENOENT: No such file or directory - bin/bundle There is no bin/bundle file, in a new rails 6.1.3 app, with the turbo-rails gem (v0.5.9) I don't know if this is related to the fact a request won't send…
rigyt
  • 2,219
  • 3
  • 28
  • 40
-1
votes
1 answer

Turbo Frame in Rails 7, why is the page specified in the SRC not loading?

I am writing a rails app and making use of turbo frame. I have done a very similar thing in a previous app and didn't have this same problem. All the content that changes is in a turbo frame called content, so that the sidebar and header are not…
1 2 3
15
16