combinaut_rehearsal 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rehearsal/version.rb +1 -1
- metadata +9 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: af67cb1886637ffe2381777ca11981e9776d724b4b89b975864d81b8f5fce9bd
|
4
|
+
data.tar.gz: c3baf96f16010feb49c42f8bdbf248fda27441cf89a4e29794c484fe408e17d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27fd642d2e28bb4b2a0900cea90351daf095c87d09bddc0846115ff16586d6c988f671dc4a93d483f5135ab10094a5e56f42e658486fc213ec8706830dec1a2f
|
7
|
+
data.tar.gz: 73cde439455a377e0d2c40b365272cb71ad2051ff4add68a623fc500fbc94f372e4d2a263a969b9a1469e4a5cfa2aae0eba853442ab782174945faef6987c2c3
|
data/lib/rehearsal/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: combinaut_rehearsal
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Wallace
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2020-03-19 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -67,10 +67,12 @@ dependencies:
|
|
67
67
|
- - ">="
|
68
68
|
- !ruby/object:Gem::Version
|
69
69
|
version: '0'
|
70
|
-
description: Rack Middleware that
|
71
|
-
|
70
|
+
description: Rehearsal is a Rack Middleware gem that allows model changes to be previewed
|
71
|
+
without persisting them to the database. It achieves this by intercepting the original
|
72
|
+
update request and spawning a second request to Rails for a preview, wrapping both
|
73
|
+
in a single database transaction that is rolled back after the preview is generated.
|
72
74
|
email:
|
73
|
-
- hello@combinaut.
|
75
|
+
- hello@combinaut.com
|
74
76
|
executables: []
|
75
77
|
extensions: []
|
76
78
|
extra_rdoc_files: []
|
@@ -107,6 +109,6 @@ rubyforge_project:
|
|
107
109
|
rubygems_version: 2.7.9
|
108
110
|
signing_key:
|
109
111
|
specification_version: 4
|
110
|
-
summary: Rack Middleware that
|
111
|
-
|
112
|
+
summary: Rack Middleware that allows model changes to be previewed without persisting
|
113
|
+
them to the database
|
112
114
|
test_files: []
|