turbo-rails 0.8.0 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 53322c9735f1d41eb97512711037e8143fcaf903a60ed69b724a03c1859e329a
4
- data.tar.gz: 2fddfbb67fc6b44ca622f2b33e7eef51130115759929f2f5e5a96fb060980582
3
+ metadata.gz: 85ddd636b9212032598cc15c7b1999b9b38abd07d7b434a6a9dba9ad06ff2688
4
+ data.tar.gz: 3877b8a9522262db7ac83a7f1f573311cba8a48078d8d8f9187ccd9c02815202
5
5
  SHA512:
6
- metadata.gz: 5867df95abc9376ff2f0df5be93545b2a3814853447b8a5a4c971b114066b041a8f8b9aa62faa537bdeae7402495e0395b9ae01a707dd2d8688b9f79ca51618f
7
- data.tar.gz: 30057544c5b4bbf376903bb88c12759c90829243700273228b2a521ccd96dabac185c403856b1d471e71ed7aa53802a1afdc6cd783e1ed7ae0ab83513355d1ce
6
+ metadata.gz: 74e2513dc61f17e252e99c2558e065d5b4df193fd5afcff1701dc90c26de230d6e912600f2fb528caf7cfd7e7bbe5ac21a0baa380d441cd2d7e6c411d5ca36ce
7
+ data.tar.gz: 46321360dfce72c310985373a43033df39471c243fcf409c6da1fd301e58ead9b32664376df1419de87cd297c884501ea2512fbdbdee25e1c0233fb1ae6ae201
data/README.md CHANGED
@@ -61,7 +61,7 @@ import "@hotwired/turbo-rails"
61
61
 
62
62
  ## Usage
63
63
 
64
- You can watch [the video introduction to Hotwire](https://hotwired.dev/#screencast), which focuses extensively on demonstration Turbo in a Rails demo. Then you should familiarize yourself with [Turbo handbook](https://turbo.hotwired.dev/handbook/introduction) to understand Drive, Frames, and Streams in-depth. Finally, dive into the code documentation by starting with [`Turbo::FramesHelper`](https://github.com/hotwired/turbo-rails/blob/main/app/helpers/turbo/frames_helper.rb), [`Turbo::StreamsHelper`](https://github.com/hotwired/turbo-rails/blob/main/app/helpers/turbo/streams_helper.rb), [`Turbo::Streams::TagBuilder`](https://github.com/hotwired/turbo-rails/blob/main/app/models/turbo/streams/tag_builder.rb), and [`Turbo::Broadcastable`](https://github.com/hotwired/turbo-rails/blob/main/app/models/concerns/turbo/broadcastable.rb).
64
+ You can watch [the video introduction to Hotwire](https://hotwired.dev/#screencast), which focuses extensively on demonstrating Turbo in a Rails demo. Then you should familiarize yourself with [Turbo handbook](https://turbo.hotwired.dev/handbook/introduction) to understand Drive, Frames, and Streams in-depth. Finally, dive into the code documentation by starting with [`Turbo::FramesHelper`](https://github.com/hotwired/turbo-rails/blob/main/app/helpers/turbo/frames_helper.rb), [`Turbo::StreamsHelper`](https://github.com/hotwired/turbo-rails/blob/main/app/helpers/turbo/streams_helper.rb), [`Turbo::Streams::TagBuilder`](https://github.com/hotwired/turbo-rails/blob/main/app/models/turbo/streams/tag_builder.rb), and [`Turbo::Broadcastable`](https://github.com/hotwired/turbo-rails/blob/main/app/models/concerns/turbo/broadcastable.rb).
65
65
 
66
66
 
67
67
  ## Compatibility with Rails UJS