falcon-rails 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/context/index.yaml +31 -0
- data/lib/falcon/rails/version.rb +1 -1
- data/readme.md +5 -3
- data/releases.md +3 -1
- data.tar.gz.sig +0 -0
- metadata +3 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e5d996717f45cb632e40028d722d05d3b5699a112a3325d4afe156b732544942
|
4
|
+
data.tar.gz: 7e53b8ac90cee9b7239569bf4534519d0a8a73164016151e10d6f42101689859
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 757fbcc9c5b3716a5653c1110b3a98e48e9ea4730fe478bb62f84ab9b81708dd3f2229b09a268d855772186d46975c4bac70edbfb24a990bd043813468556d46
|
7
|
+
data.tar.gz: b82d05a0737768a0ac5f6fb928fa7cad3ad412ae2566d1331e75fc0c1293e73e94427abafc89882fdc0cf534c94740c4249b8acabe38cb81cf692dca10df70b5
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/context/index.yaml
ADDED
@@ -0,0 +1,31 @@
|
|
1
|
+
# Automatically generated context index for Utopia::Project guides.
|
2
|
+
# Do not edit then files in this directory directly, instead edit the guides and then run `bake utopia:project:agent:context:update`.
|
3
|
+
---
|
4
|
+
description: Easy Falcon and Rails integration.
|
5
|
+
metadata:
|
6
|
+
documentation_uri: https://socketry.github.io/falcon-rails/
|
7
|
+
source_code_uri: https://github.com/socketry/falcon-rails.git
|
8
|
+
files:
|
9
|
+
- path: getting-started.md
|
10
|
+
title: Getting Started
|
11
|
+
description: This guide explains how to get started using Falcon to host your Rails
|
12
|
+
application.
|
13
|
+
- path: job-processing.md
|
14
|
+
title: Job Processing
|
15
|
+
description: This guide explains how to implement background job processing with
|
16
|
+
Falcon and Rails using the `async-job` gem.
|
17
|
+
- path: http-streaming.md
|
18
|
+
title: HTTP Streaming
|
19
|
+
description: This guide explains how to implement HTTP response streaming with Falcon
|
20
|
+
and Rails.
|
21
|
+
- path: server-sent-events.md
|
22
|
+
title: Server-Sent Events
|
23
|
+
description: This guide explains how to implement Server-Sent Events with Falcon
|
24
|
+
and Rails.
|
25
|
+
- path: websockets.md
|
26
|
+
title: WebSockets
|
27
|
+
description: This guide explains how to implement WebSocket connections with Falcon
|
28
|
+
and Rails.
|
29
|
+
- path: real-time-views.md
|
30
|
+
title: Real-Time Views
|
31
|
+
description: This guide explains how to implement real-time interfaces with `Live::View`.
|
data/lib/falcon/rails/version.rb
CHANGED
data/readme.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
#
|
1
|
+
# Falcon::Rails
|
2
2
|
|
3
|
-
Provides integration support for
|
3
|
+
Provides integration support for Falcon and Rails, allowing you to use Falcon's concurrency model within a Rails application.
|
4
4
|
|
5
5
|
[](https://github.com/socketry/falcon-rails/actions?workflow=Test)
|
6
6
|
|
@@ -24,7 +24,9 @@ Please see the [project documentation](https://socketry.github.io/falcon-rails/)
|
|
24
24
|
|
25
25
|
Please see the [project releases](https://socketry.github.io/falcon-rails/releases/index) for all releases.
|
26
26
|
|
27
|
-
### v0.
|
27
|
+
### v0.2.4
|
28
|
+
|
29
|
+
- Tidy up organization of guides + agent context.
|
28
30
|
|
29
31
|
## See Also
|
30
32
|
|
data/releases.md
CHANGED
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: falcon-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Samuel Williams
|
@@ -156,6 +156,7 @@ extra_rdoc_files: []
|
|
156
156
|
files:
|
157
157
|
- context/getting-started.md
|
158
158
|
- context/http-streaming.md
|
159
|
+
- context/index.yaml
|
159
160
|
- context/job-processing.md
|
160
161
|
- context/real-time-views.md
|
161
162
|
- context/server-sent-events.md
|
@@ -185,7 +186,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
185
186
|
- !ruby/object:Gem::Version
|
186
187
|
version: '0'
|
187
188
|
requirements: []
|
188
|
-
rubygems_version: 3.6.
|
189
|
+
rubygems_version: 3.6.9
|
189
190
|
specification_version: 4
|
190
191
|
summary: Easy Falcon and Rails integration.
|
191
192
|
test_files: []
|
metadata.gz.sig
CHANGED
Binary file
|