render_turbo_stream 0.1.31 → 0.1.32
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7b206d8b440a99024e367f647d886ec496c58965d343dfc6a7652d4d1e92a296
|
4
|
+
data.tar.gz: e4a1528314a586060ed43a425445eb0a72e5dd4266142455983d97dd70e4dffc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa70109f94e3e5eb963c7e0c45846d8686ee683e6bb0b6df2dff17b27f9d932a1d95e5c08221e931d190cf65cc85ddb81529580e07ef6e6295b2252d2815361e
|
7
|
+
data.tar.gz: c0ea50d8d082b7797c11f0b0e6b0d807aaf5ea736c60b11a079305ae02260eec216c08cdf71a499d419300982860ac0dca352b2166274381f5ea56ac73dede10
|
data/README.md
CHANGED
@@ -24,6 +24,14 @@ ApplicationController
|
|
24
24
|
include RenderTurboStream
|
25
25
|
```
|
26
26
|
|
27
|
+
spec/rails_helper.rb
|
28
|
+
|
29
|
+
```ruby
|
30
|
+
RSpec.configure do |config|
|
31
|
+
config.include RenderTurboStream::RequestTestHelpers, type: :request
|
32
|
+
end
|
33
|
+
```
|
34
|
+
|
27
35
|
Redirection
|
28
36
|
|
29
37
|
For redirection to work, you must follow the installation steps from [turbo_power](https://github.com/marcoroth/turbo_power).
|
data/lib/render_turbo_stream.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: render_turbo_stream
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.32
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- christian
|
@@ -43,7 +43,7 @@ files:
|
|
43
43
|
- lib/render_turbo_stream.rb
|
44
44
|
- lib/render_turbo_stream/engine.rb
|
45
45
|
- lib/render_turbo_stream/railtie.rb
|
46
|
-
- lib/render_turbo_stream/
|
46
|
+
- lib/render_turbo_stream/request_test_helpers.rb
|
47
47
|
- lib/render_turbo_stream/version.rb
|
48
48
|
- lib/tasks/render_turbo_stream_tasks.rake
|
49
49
|
homepage: https://gitlab.com/sedl/renderturbostream
|