waitlist 1.1.1 → 1.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6533afd54c85162594112e75d3c9e98753bc88a7
4
- data.tar.gz: 33320c6c3bcb723646e3c71e17e75498d5bf2dfe
3
+ metadata.gz: 9618b8485ed81b2a61c9ce85d59aef7f695c6286
4
+ data.tar.gz: a18d7f5ba237fe0df7a89131d08b3cfddef7f635
5
5
  SHA512:
6
- metadata.gz: 5e93b766869d15614ce15e8fe94ec4b8036d6e2327f01481d8cec81e8b6c75c0b5f6813f2bebbccd6ed9e07cc9da211a8081be371126a89ec72e24a933ba2d28
7
- data.tar.gz: 0a0a45b476d1074e28c6f4d174a7b2c9a7f39e8d503a63a5c60204d96aaca091d96dc881ea74a2e9e93bf029df5f337d242988cb02ebc97ad157679135cc04e7
6
+ metadata.gz: e46e7c7c70f05861b84294db3b5b34bcd64baf316095683849e9432da2d6c0764a56a88e34a259c47781537b7e2de18117172e3989692395803951e4f3fe4ffa
7
+ data.tar.gz: 2dc3e051481b0dde2539f62ed6bc77a82d42cf3564c694703ee3ea171ad51c05bf9b67e3f63a1f0f3770111866dfc2fccd36ebdec9374bdb18839970b092faff
@@ -1,3 +1,3 @@
1
1
  module Waitlist
2
- VERSION = "1.1.1"
2
+ VERSION = '1.1.2'
3
3
  end
@@ -1,4 +1,5 @@
1
1
  require File.expand_path("../dummy/config/environment.rb", __FILE__)
2
+ require 'responders'
2
3
 
3
4
  RSpec.configure do |config|
4
5
  config.expect_with :rspec do |expectations|
metadata CHANGED
@@ -1,29 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waitlist
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Garage
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-08 00:00:00.000000000 Z
11
+ date: 2015-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: 4.1.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 4.1.0
27
+ - !ruby/object:Gem::Dependency
28
+ name: responders
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
27
41
  - !ruby/object:Gem::Dependency
28
42
  name: email_validator
29
43
  requirement: !ruby/object:Gem::Requirement
@@ -149,17 +163,11 @@ files:
149
163
  - spec/dummy/config/locales/en.yml
150
164
  - spec/dummy/config/routes.rb
151
165
  - spec/dummy/config/secrets.yml
152
- - spec/dummy/db/development.sqlite3
153
- - spec/dummy/db/migrate/20140925215627_create_prelaunch_subscribers.prelaunch.rb
154
- - spec/dummy/db/migrate/20141007155317_create_waitlist_subscribers.waitlist.rb
155
166
  - spec/dummy/db/schema.rb
156
- - spec/dummy/db/test.sqlite3
157
- - spec/dummy/log/development.log
158
167
  - spec/dummy/public/404.html
159
168
  - spec/dummy/public/422.html
160
169
  - spec/dummy/public/500.html
161
170
  - spec/dummy/public/favicon.ico
162
- - spec/dummy/tmp/generated_files/config/routes.rb
163
171
  - spec/lib/generators/install/install_generator_spec.rb
164
172
  - spec/models/subscriber_spec.rb
165
173
  - spec/rails_helper.rb
@@ -220,19 +228,13 @@ test_files:
220
228
  - spec/dummy/config/routes.rb
221
229
  - spec/dummy/config/secrets.yml
222
230
  - spec/dummy/config.ru
223
- - spec/dummy/db/development.sqlite3
224
- - spec/dummy/db/migrate/20140925215627_create_prelaunch_subscribers.prelaunch.rb
225
- - spec/dummy/db/migrate/20141007155317_create_waitlist_subscribers.waitlist.rb
226
231
  - spec/dummy/db/schema.rb
227
- - spec/dummy/db/test.sqlite3
228
- - spec/dummy/log/development.log
229
232
  - spec/dummy/public/404.html
230
233
  - spec/dummy/public/422.html
231
234
  - spec/dummy/public/500.html
232
235
  - spec/dummy/public/favicon.ico
233
236
  - spec/dummy/Rakefile
234
237
  - spec/dummy/README.rdoc
235
- - spec/dummy/tmp/generated_files/config/routes.rb
236
238
  - spec/lib/generators/install/install_generator_spec.rb
237
239
  - spec/models/subscriber_spec.rb
238
240
  - spec/rails_helper.rb
@@ -1,9 +0,0 @@
1
- # This migration comes from prelaunch (originally 20140919201517)
2
- class CreatePrelaunchSubscribers < ActiveRecord::Migration
3
- def change
4
- create_table :prelaunch_subscribers do |t|
5
- t.string :email
6
- t.timestamps
7
- end
8
- end
9
- end
@@ -1,9 +0,0 @@
1
- # This migration comes from waitlist (originally 20140919201517)
2
- class CreateWaitlistSubscribers < ActiveRecord::Migration
3
- def change
4
- create_table :waitlist_subscribers do |t|
5
- t.string :email
6
- t.timestamps
7
- end
8
- end
9
- end
Binary file
@@ -1,295 +0,0 @@
1
-  (5.2ms) CREATE TABLE "prelaunch_subscribers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "created_at" datetime, "updated_at" datetime) 
2
-  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
3
-  (0.0ms) select sqlite_version(*)
4
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
5
-  (0.1ms) SELECT version FROM "schema_migrations"
6
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919201517')
7
-  (1.0ms) CREATE TABLE "prelaunch_subscribers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "created_at" datetime, "updated_at" datetime) 
8
-  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
9
-  (0.0ms) select sqlite_version(*)
10
-  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
11
-  (0.1ms) SELECT version FROM "schema_migrations"
12
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919201517')
13
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
14
-  (0.1ms) begin transaction
15
- Processing by Prelaunch::SubscribersController#create as HTML
16
- Parameters: {"subscriber"=>{"email"=>"valid.address@thegarage.us"}}
17
-  (0.0ms) SAVEPOINT active_record_1
18
- Prelaunch::Subscriber Exists (0.1ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" = 'valid.address@thegarage.us' LIMIT 1
19
- SQL (0.2ms) INSERT INTO "prelaunch_subscribers" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-23 21:50:52.526470"], ["email", "valid.address@thegarage.us"], ["updated_at", "2014-09-23 21:50:52.526470"]]
20
-  (0.0ms) RELEASE SAVEPOINT active_record_1
21
- Redirected to http://test.host/prelaunch/
22
- Completed 302 Found in 16ms (ActiveRecord: 0.6ms)
23
-  (0.4ms) rollback transaction
24
-  (0.0ms) begin transaction
25
- Processing by Prelaunch::SubscribersController#create as JSON
26
- Parameters: {"subscriber"=>{"email"=>"this isn't an email address"}}
27
-  (0.0ms) SAVEPOINT active_record_1
28
- Prelaunch::Subscriber Exists (0.1ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" = 'this isn''t an email address' LIMIT 1
29
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
30
- Completed 422 Unprocessable Entity in 5ms (Views: 0.2ms | ActiveRecord: 0.1ms)
31
-  (0.0ms) rollback transaction
32
-  (0.0ms) begin transaction
33
- Processing by Prelaunch::SubscribersController#create as HTML
34
- Parameters: {"subscriber"=>{"email"=>"this isn't an email address"}}
35
-  (0.0ms) SAVEPOINT active_record_1
36
- Prelaunch::Subscriber Exists (0.1ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" = 'this isn''t an email address' LIMIT 1
37
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
38
- Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.1ms)
39
-  (0.1ms) rollback transaction
40
-  (0.0ms) begin transaction
41
- Processing by Prelaunch::SubscribersController#new as HTML
42
- Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
43
-  (0.0ms) rollback transaction
44
-  (0.0ms) begin transaction
45
- Processing by Prelaunch::SubscribersController#new as HTML
46
- Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
47
-  (0.0ms) rollback transaction
48
-  (0.0ms) begin transaction
49
-  (0.0ms) rollback transaction
50
-  (0.0ms) begin transaction
51
- Prelaunch::Subscriber Exists (0.1ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" IS NULL LIMIT 1
52
- Prelaunch::Subscriber Exists (0.0ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" IS NULL LIMIT 1
53
-  (0.0ms) rollback transaction
54
-  (0.0ms) begin transaction
55
- Prelaunch::Subscriber Exists (0.1ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" = 'valid.email@thegarage.us' LIMIT 1
56
-  (0.0ms) rollback transaction
57
-  (0.0ms) begin transaction
58
- Prelaunch::Subscriber Exists (0.1ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" = 'this isn''t an email address' LIMIT 1
59
- Prelaunch::Subscriber Exists (0.0ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" = 'this isn''t an email address' LIMIT 1
60
-  (0.0ms) rollback transaction
61
-  (0.0ms) begin transaction
62
-  (0.0ms) rollback transaction
63
-  (0.0ms) begin transaction
64
-  (0.0ms) rollback transaction
65
-  (5.2ms) CREATE TABLE "prelaunch_subscribers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "created_at" datetime, "updated_at" datetime) 
66
-  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
67
-  (0.0ms) select sqlite_version(*)
68
-  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
69
-  (0.1ms) SELECT version FROM "schema_migrations"
70
-  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919201517')
71
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
72
-  (0.1ms) begin transaction
73
-  (0.0ms) rollback transaction
74
-  (0.0ms) begin transaction
75
-  (0.0ms) rollback transaction
76
-  (0.0ms) begin transaction
77
- Processing by Prelaunch::SubscribersController#new as HTML
78
- Rendered /Users/ryansonnek/Projects/prelaunch/app/views/prelaunch/subscribers/new.html.erb within layouts/prelaunch/application (0.2ms)
79
- Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.2ms)
80
-  (0.0ms) rollback transaction
81
-  (0.0ms) begin transaction
82
- Processing by Prelaunch::SubscribersController#new as HTML
83
- Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
84
-  (0.0ms) rollback transaction
85
-  (0.0ms) begin transaction
86
- Processing by Prelaunch::SubscribersController#create as HTML
87
- Parameters: {"subscriber"=>{"email"=>"this isn't an email address"}}
88
-  (0.0ms) SAVEPOINT active_record_1
89
- Prelaunch::Subscriber Exists (0.1ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" = 'this isn''t an email address' LIMIT 1
90
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
91
- Completed 200 OK in 16ms (Views: 1.6ms | ActiveRecord: 0.2ms)
92
-  (0.0ms) rollback transaction
93
-  (0.0ms) begin transaction
94
- Processing by Prelaunch::SubscribersController#create as HTML
95
- Parameters: {"subscriber"=>{"email"=>"valid.address@thegarage.us"}}
96
-  (0.0ms) SAVEPOINT active_record_1
97
- Prelaunch::Subscriber Exists (0.1ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" = 'valid.address@thegarage.us' LIMIT 1
98
- SQL (0.3ms) INSERT INTO "prelaunch_subscribers" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-23 21:52:14.256616"], ["email", "valid.address@thegarage.us"], ["updated_at", "2014-09-23 21:52:14.256616"]]
99
-  (0.0ms) RELEASE SAVEPOINT active_record_1
100
- Redirected to http://test.host/prelaunch/
101
- Completed 302 Found in 5ms (ActiveRecord: 0.5ms)
102
-  (4.4ms) rollback transaction
103
-  (0.1ms) begin transaction
104
- Processing by Prelaunch::SubscribersController#create as JSON
105
- Parameters: {"subscriber"=>{"email"=>"this isn't an email address"}}
106
-  (0.0ms) SAVEPOINT active_record_1
107
- Prelaunch::Subscriber Exists (0.1ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" = 'this isn''t an email address' LIMIT 1
108
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
109
- Completed 422 Unprocessable Entity in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)
110
-  (0.0ms) rollback transaction
111
-  (0.0ms) begin transaction
112
- Prelaunch::Subscriber Exists (0.1ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" = 'this isn''t an email address' LIMIT 1
113
- Prelaunch::Subscriber Exists (0.1ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" = 'this isn''t an email address' LIMIT 1
114
-  (0.0ms) rollback transaction
115
-  (0.0ms) begin transaction
116
- Prelaunch::Subscriber Exists (0.1ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" IS NULL LIMIT 1
117
- Prelaunch::Subscriber Exists (0.0ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" IS NULL LIMIT 1
118
-  (0.0ms) rollback transaction
119
-  (0.0ms) begin transaction
120
-  (0.0ms) rollback transaction
121
-  (0.0ms) begin transaction
122
- Prelaunch::Subscriber Exists (0.1ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" = 'valid.email@thegarage.us' LIMIT 1
123
-  (0.0ms) rollback transaction
124
-  (5.2ms) CREATE TABLE "prelaunch_subscribers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "created_at" datetime, "updated_at" datetime) 
125
-  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
126
-  (0.0ms) select sqlite_version(*)
127
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
128
-  (0.1ms) SELECT version FROM "schema_migrations"
129
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919201517')
130
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
131
-  (0.1ms) begin transaction
132
-  (0.0ms) rollback transaction
133
-  (0.0ms) begin transaction
134
-  (0.0ms) rollback transaction
135
-  (0.0ms) begin transaction
136
- Prelaunch::Subscriber Exists (0.1ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" = 'valid.email@thegarage.us' LIMIT 1
137
-  (0.1ms) rollback transaction
138
-  (0.1ms) begin transaction
139
- Prelaunch::Subscriber Exists (0.1ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" = 'this isn''t an email address' LIMIT 1
140
- Prelaunch::Subscriber Exists (0.1ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" = 'this isn''t an email address' LIMIT 1
141
-  (0.1ms) rollback transaction
142
-  (0.1ms) begin transaction
143
- Prelaunch::Subscriber Exists (0.1ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" IS NULL LIMIT 1
144
- Prelaunch::Subscriber Exists (0.1ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" IS NULL LIMIT 1
145
-  (0.1ms) rollback transaction
146
-  (0.0ms) begin transaction
147
-  (0.0ms) rollback transaction
148
-  (0.0ms) begin transaction
149
- Processing by Prelaunch::SubscribersController#create as HTML
150
- Parameters: {"subscriber"=>{"email"=>"this isn't an email address"}}
151
-  (0.1ms) SAVEPOINT active_record_1
152
- Prelaunch::Subscriber Exists (0.1ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" = 'this isn''t an email address' LIMIT 1
153
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
154
- Rendered /Users/ryansonnek/Projects/prelaunch/app/views/prelaunch/subscribers/new.html.erb within layouts/prelaunch/application (0.3ms)
155
- Completed 200 OK in 10ms (Views: 2.2ms | ActiveRecord: 0.2ms)
156
-  (0.1ms) rollback transaction
157
-  (0.0ms) begin transaction
158
- Processing by Prelaunch::SubscribersController#create as JSON
159
- Parameters: {"subscriber"=>{"email"=>"this isn't an email address"}}
160
-  (0.1ms) SAVEPOINT active_record_1
161
- Prelaunch::Subscriber Exists (0.1ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" = 'this isn''t an email address' LIMIT 1
162
-  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
163
- Completed 422 Unprocessable Entity in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms)
164
-  (0.0ms) rollback transaction
165
-  (0.0ms) begin transaction
166
- Processing by Prelaunch::SubscribersController#create as HTML
167
- Parameters: {"subscriber"=>{"email"=>"valid.address@thegarage.us"}}
168
-  (0.0ms) SAVEPOINT active_record_1
169
- Prelaunch::Subscriber Exists (0.1ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" = 'valid.address@thegarage.us' LIMIT 1
170
- SQL (0.3ms) INSERT INTO "prelaunch_subscribers" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-23 21:52:26.397242"], ["email", "valid.address@thegarage.us"], ["updated_at", "2014-09-23 21:52:26.397242"]]
171
-  (0.0ms) RELEASE SAVEPOINT active_record_1
172
- Redirected to http://test.host/prelaunch/
173
- Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
174
-  (0.4ms) rollback transaction
175
-  (0.1ms) begin transaction
176
- Processing by Prelaunch::SubscribersController#new as HTML
177
- Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
178
-  (0.1ms) rollback transaction
179
-  (0.0ms) begin transaction
180
- Processing by Prelaunch::SubscribersController#new as HTML
181
- Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
182
-  (0.1ms) rollback transaction
183
-  (5.6ms) CREATE TABLE "prelaunch_subscribers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "created_at" datetime, "updated_at" datetime) 
184
-  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
185
-  (0.0ms) select sqlite_version(*)
186
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
187
-  (0.1ms) SELECT version FROM "schema_migrations"
188
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919201517')
189
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
190
-  (0.1ms) begin transaction
191
-  (0.1ms) rollback transaction
192
-  (0.0ms) begin transaction
193
-  (0.1ms) rollback transaction
194
-  (0.1ms) begin transaction
195
-  (0.1ms) rollback transaction
196
-  (0.0ms) begin transaction
197
-  (0.0ms) rollback transaction
198
-  (0.1ms) begin transaction
199
- Processing by Prelaunch::SubscribersController#create as JSON
200
- Parameters: {"subscriber"=>{"email"=>"this isn't an email address"}}
201
-  (0.0ms) SAVEPOINT active_record_1
202
- Prelaunch::Subscriber Exists (0.1ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" = 'this isn''t an email address' LIMIT 1
203
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
204
- Completed 422 Unprocessable Entity in 15ms (Views: 0.2ms | ActiveRecord: 0.4ms)
205
-  (0.0ms) rollback transaction
206
-  (0.0ms) begin transaction
207
- Processing by Prelaunch::SubscribersController#create as HTML
208
- Parameters: {"subscriber"=>{"email"=>"valid.address@thegarage.us"}}
209
-  (0.0ms) SAVEPOINT active_record_1
210
- Prelaunch::Subscriber Exists (0.1ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" = 'valid.address@thegarage.us' LIMIT 1
211
- SQL (0.4ms) INSERT INTO "prelaunch_subscribers" ("created_at", "email", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-25 21:01:06.425717"], ["email", "valid.address@thegarage.us"], ["updated_at", "2014-09-25 21:01:06.425717"]]
212
-  (0.0ms) RELEASE SAVEPOINT active_record_1
213
- Redirected to http://test.host/prelaunch/
214
- Completed 302 Found in 17ms (ActiveRecord: 0.5ms)
215
-  (0.4ms) rollback transaction
216
-  (0.0ms) begin transaction
217
- Processing by Prelaunch::SubscribersController#create as HTML
218
- Parameters: {"subscriber"=>{"email"=>"this isn't an email address"}}
219
-  (0.0ms) SAVEPOINT active_record_1
220
- Prelaunch::Subscriber Exists (0.1ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" = 'this isn''t an email address' LIMIT 1
221
-  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
222
- Completed 200 OK in 5ms (Views: 2.1ms | ActiveRecord: 0.2ms)
223
-  (0.0ms) rollback transaction
224
-  (0.0ms) begin transaction
225
- Processing by Prelaunch::SubscribersController#new as HTML
226
- Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
227
-  (0.0ms) rollback transaction
228
-  (0.0ms) begin transaction
229
- Processing by Prelaunch::SubscribersController#new as HTML
230
- Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
231
-  (0.0ms) rollback transaction
232
-  (0.0ms) begin transaction
233
- Prelaunch::Subscriber Exists (0.1ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" = 'valid.email@thegarage.us' LIMIT 1
234
-  (0.0ms) rollback transaction
235
-  (0.0ms) begin transaction
236
- Prelaunch::Subscriber Exists (0.1ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" IS NULL LIMIT 1
237
- Prelaunch::Subscriber Exists (0.0ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" IS NULL LIMIT 1
238
-  (0.0ms) rollback transaction
239
-  (0.0ms) begin transaction
240
-  (0.0ms) rollback transaction
241
-  (0.0ms) begin transaction
242
- Prelaunch::Subscriber Exists (0.1ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" = 'this isn''t an email address' LIMIT 1
243
- Prelaunch::Subscriber Exists (0.0ms) SELECT 1 AS one FROM "prelaunch_subscribers" WHERE "prelaunch_subscribers"."email" = 'this isn''t an email address' LIMIT 1
244
-  (0.0ms) rollback transaction
245
-  (0.9ms) CREATE TABLE "waitlist_subscribers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "created_at" datetime, "updated_at" datetime) 
246
-  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
247
-  (0.1ms) select sqlite_version(*)
248
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
249
-  (0.1ms) SELECT version FROM "schema_migrations"
250
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140919201517')
251
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
252
-  (0.1ms) begin transaction
253
-  (0.1ms) rollback transaction
254
-  (0.0ms) begin transaction
255
-  (0.1ms) rollback transaction
256
-  (0.1ms) begin transaction
257
-  (0.1ms) rollback transaction
258
-  (0.0ms) begin transaction
259
-  (0.0ms) rollback transaction
260
-  (0.1ms) begin transaction
261
-  (0.0ms) rollback transaction
262
-  (0.0ms) begin transaction
263
-  (0.0ms) rollback transaction
264
-  (0.0ms) begin transaction
265
-  (0.1ms) rollback transaction
266
-  (0.0ms) begin transaction
267
-  (0.0ms) rollback transaction
268
-  (0.1ms) begin transaction
269
- Processing by Waitlist::SubscribersController#create as HTML
270
- Parameters: {"subscriber"=>{"email"=>"valid.address@thegarage.us"}, "return_to"=>"http://google.com"}
271
- Completed 500 Internal Server Error in 1ms
272
-  (0.0ms) rollback transaction
273
-  (0.0ms) begin transaction
274
- Processing by Waitlist::SubscribersController#create as HTML
275
- Parameters: {"subscriber"=>{"email"=>"this isn't an email address"}}
276
- Completed 500 Internal Server Error in 0ms
277
-  (0.0ms) rollback transaction
278
-  (0.0ms) begin transaction
279
- Processing by Waitlist::SubscribersController#create as JSON
280
- Parameters: {"subscriber"=>{"email"=>"this isn't an email address"}}
281
- Completed 500 Internal Server Error in 0ms
282
-  (0.0ms) rollback transaction
283
-  (0.0ms) begin transaction
284
- Processing by Waitlist::SubscribersController#create as HTML
285
- Parameters: {"subscriber"=>{"email"=>"valid.address@thegarage.us"}}
286
- Completed 500 Internal Server Error in 0ms
287
-  (0.0ms) rollback transaction
288
-  (0.0ms) begin transaction
289
- Processing by Waitlist::SubscribersController#new as HTML
290
- Completed 500 Internal Server Error in 0ms
291
-  (0.0ms) rollback transaction
292
-  (0.0ms) begin transaction
293
- Processing by Waitlist::SubscribersController#new as HTML
294
- Completed 500 Internal Server Error in 0ms
295
-  (0.0ms) rollback transaction
@@ -1,3 +0,0 @@
1
- TestApp::Application.routes.draw do
2
- mount Waitlist::Engine => "/waitlist", as: "waitlist"
3
- end