theforestvn88

Results 4 issues of theforestvn88

Rails 7 Hotwire requires many `data html-options` such as `data-turbo-frame`, `data-controller` (stimulus.js), ... But it looks like `Kaminari` only support the `data-remote` option. So i think it's better to support...

Rails 7.1.3.2 Ruby 3.2.2 I setup config as below: ```ruby # initializers/cypress_rails.rb return unless Rails.env.test? CypressRails.hooks.before_server_start do # Called once, before either the transaction or the server is started Rails.application.load_tasks...

### Summary Support React On Rails w/Hotwire and Turbo Streams https://github.com/shakacode/react_on_rails/issues/1493, https://github.com/shakacode/react_on_rails/issues/1508 All turbo events (turbo:before-render, turbo:render,.. ) will not dispatch with TurboStream, except [turbo:before-stream-render](https://github.com/hotwired/turbo-rails/blob/main/app/assets/javascripts/turbo.js#L5071). And it looks like turbo-rails...

This is a demo for my pull request [react_over_hotwired](https://github.com/shakacode/react_on_rails/pull/1620) and also proof that the [react_on_rails issue 1508 ](https://github.com/shakacode/react_on_rails/issues/1508) is fixed. - to run this pr: + clone theforestvn88:react_over_hotwired repo, build...