forked from hotwired/turbo-rails
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* main: (175 commits) Support `[formmethod]` overrides to `_method` (hotwired#239) call ActionView::RecordIdentifier.dom_id explicitly (hotwired#333) removed a handful of extra 'the' in method descriptions (hotwired#334) Fix missing `activejob` dependency (hotwired#331) Document the turbo_frame_tag helper with multiple arguments (hotwired#329) Add possibility to nest turbo frames (hotwired#296) Fix breaking in non-Zeitwerk environment (hotwired#304) Problem: inability to pass additional parameters to stream channels (hotwired#308) Fix CI with Rails main (hotwired#314) add targets to assert_{,no_}turbo_stream (hotwired#321) fix tests for rails 7.0 (hotwired#320) Test on Rails 7.0 Use where on Windows instead of which (hotwired#299) (hotwired#300) Bump version for 1.0.1 Upgrade @rails/actioncable to 7.0.1 Bump @rails/actioncable dependency to ^7.0 Add Turbo::Broadcastable support for #broadcast_render and #broadcast_render_to (hotwired#298) fix a little typo for wrong constant name (hotwired#290) Bump version for 1.0.0 Make clear this is included by default in Rails 7 ...
- Loading branch information
Showing
84 changed files
with
3,337 additions
and
1,502 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
*.gem | ||
/node_modules | ||
Gemfile.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.