localtower 0.2.1 → 0.2.2

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
  SHA1:
3
- metadata.gz: 21a07aea14c1ae1a55f3c06a1237d05ba8438604
4
- data.tar.gz: 4742dda4b10f3032f7ccfae5f3594ba36101ca5f
3
+ metadata.gz: 173cfbbb7586b74e2b52c7a2cf17afe58627f545
4
+ data.tar.gz: 0b4089ec63d56ec6adecbd359001f82255747217
5
5
  SHA512:
6
- metadata.gz: aae0b58063eacfb75621277051a8bb1eb1dae4d68a3cb84bfeea53a7652bbfa20fa91eb6505cd90e2c5b9be65539434acb0134294881e95cfc6d8f5da10b822a
7
- data.tar.gz: 8c09e7a5ffe750931e97b70520222bfb93eade5b493d51de523bb38e2fcb5a5710ae41c5e96c09f5a3ffbb90e66fa476dafec9efa71f5a4ef278ab6422a7c56b
6
+ metadata.gz: 4206e0c4968ee79a9655fda1325e351d270dde98acc59902bd3c4c91b3e848719d5323b75f3b92ca3f536a35f3e2133c44cd8e9f5bfe38753fb6ae3dd54e3739
7
+ data.tar.gz: 2deb5b2e2459e1c8e0edf56d8886f145af525a89194b23879a3f9cf62738947359f0af27619a22212fae987675a6b3e46a642da043b295e8af855018a710f551
@@ -1,3 +1,3 @@
1
1
  module Localtower
2
- VERSION = '0.2.1'.freeze
2
+ VERSION = '0.2.2'.freeze
3
3
  end
data/spec/dummy/Gemfile CHANGED
@@ -5,7 +5,8 @@ git_source(:github) do |repo_name|
5
5
  "https://github.com/#{repo_name}.git"
6
6
  end
7
7
 
8
- gem 'rails', '>= 5.0.1'
8
+ gem 'rails', '>= 5.1.0'
9
+ # gem 'rails', '>= 5.0.1'
9
10
  gem 'pg'
10
11
  gem 'puma'
11
12
  gem 'sass-rails', '~> 5.0'
@@ -1,7 +1,7 @@
1
1
  PATH
2
- remote: /Users/damln/Work/localtower/localtower
2
+ remote: /Users/damln/Work/localtower
3
3
  specs:
4
- localtower (0.1.8)
4
+ localtower (0.2.1)
5
5
  active_link_to
6
6
  pg
7
7
  rails (>= 4.2.0)
@@ -12,49 +12,49 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- actioncable (5.0.1)
16
- actionpack (= 5.0.1)
17
- nio4r (~> 1.2)
15
+ actioncable (5.1.2)
16
+ actionpack (= 5.1.2)
17
+ nio4r (~> 2.0)
18
18
  websocket-driver (~> 0.6.1)
19
- actionmailer (5.0.1)
20
- actionpack (= 5.0.1)
21
- actionview (= 5.0.1)
22
- activejob (= 5.0.1)
19
+ actionmailer (5.1.2)
20
+ actionpack (= 5.1.2)
21
+ actionview (= 5.1.2)
22
+ activejob (= 5.1.2)
23
23
  mail (~> 2.5, >= 2.5.4)
24
24
  rails-dom-testing (~> 2.0)
25
- actionpack (5.0.1)
26
- actionview (= 5.0.1)
27
- activesupport (= 5.0.1)
25
+ actionpack (5.1.2)
26
+ actionview (= 5.1.2)
27
+ activesupport (= 5.1.2)
28
28
  rack (~> 2.0)
29
29
  rack-test (~> 0.6.3)
30
30
  rails-dom-testing (~> 2.0)
31
31
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
32
- actionview (5.0.1)
33
- activesupport (= 5.0.1)
32
+ actionview (5.1.2)
33
+ activesupport (= 5.1.2)
34
34
  builder (~> 3.1)
35
- erubis (~> 2.7.0)
35
+ erubi (~> 1.4)
36
36
  rails-dom-testing (~> 2.0)
37
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
37
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
38
38
  active_link_to (1.0.4)
39
39
  actionpack
40
40
  addressable
41
- activejob (5.0.1)
42
- activesupport (= 5.0.1)
41
+ activejob (5.1.2)
42
+ activesupport (= 5.1.2)
43
43
  globalid (>= 0.3.6)
44
- activemodel (5.0.1)
45
- activesupport (= 5.0.1)
46
- activerecord (5.0.1)
47
- activemodel (= 5.0.1)
48
- activesupport (= 5.0.1)
49
- arel (~> 7.0)
50
- activesupport (5.0.1)
44
+ activemodel (5.1.2)
45
+ activesupport (= 5.1.2)
46
+ activerecord (5.1.2)
47
+ activemodel (= 5.1.2)
48
+ activesupport (= 5.1.2)
49
+ arel (~> 8.0)
50
+ activesupport (5.1.2)
51
51
  concurrent-ruby (~> 1.0, >= 1.0.2)
52
52
  i18n (~> 0.7)
53
53
  minitest (~> 5.1)
54
54
  tzinfo (~> 1.1)
55
- addressable (2.5.0)
55
+ addressable (2.5.1)
56
56
  public_suffix (~> 2.0, >= 2.0.2)
57
- arel (7.1.4)
57
+ arel (8.0.0)
58
58
  better_errors (2.1.1)
59
59
  coderay (>= 1.0.0)
60
60
  erubis (>= 2.6.6)
@@ -63,26 +63,27 @@ GEM
63
63
  debug_inspector (>= 0.0.1)
64
64
  builder (3.2.3)
65
65
  coderay (1.1.1)
66
- coffee-rails (4.2.1)
66
+ coffee-rails (4.2.2)
67
67
  coffee-script (>= 2.2.0)
68
- railties (>= 4.0.0, < 5.2.x)
68
+ railties (>= 4.0.0)
69
69
  coffee-script (2.4.1)
70
70
  coffee-script-source
71
71
  execjs
72
72
  coffee-script-source (1.12.2)
73
- concurrent-ruby (1.0.4)
74
- debug_inspector (0.0.2)
75
- dotenv (2.2.0)
76
- dotenv-rails (2.2.0)
77
- dotenv (= 2.2.0)
78
- railties (>= 3.2, < 5.1)
73
+ concurrent-ruby (1.0.5)
74
+ debug_inspector (0.0.3)
75
+ dotenv (2.2.1)
76
+ dotenv-rails (2.2.1)
77
+ dotenv (= 2.2.1)
78
+ railties (>= 3.2, < 5.2)
79
+ erubi (1.6.1)
79
80
  erubis (2.7.0)
80
81
  execjs (2.7.0)
81
- ffi (1.9.17)
82
- globalid (0.3.7)
83
- activesupport (>= 4.1.0)
84
- i18n (0.8.0)
85
- jquery-rails (4.2.2)
82
+ ffi (1.9.18)
83
+ globalid (0.4.0)
84
+ activesupport (>= 4.2.0)
85
+ i18n (0.8.4)
86
+ jquery-rails (4.3.1)
86
87
  rails-dom-testing (>= 1, < 3)
87
88
  railties (>= 4.2.0)
88
89
  thor (>= 0.14, < 2.0)
@@ -91,57 +92,57 @@ GEM
91
92
  rb-inotify (~> 0.9, >= 0.9.7)
92
93
  loofah (2.0.3)
93
94
  nokogiri (>= 1.5.9)
94
- mail (2.6.4)
95
+ mail (2.6.6)
95
96
  mime-types (>= 1.16, < 4)
96
97
  method_source (0.8.2)
97
98
  mime-types (3.1)
98
99
  mime-types-data (~> 3.2015)
99
100
  mime-types-data (3.2016.0521)
100
- mini_portile2 (2.1.0)
101
- minitest (5.10.1)
102
- nio4r (1.2.1)
103
- nokogiri (1.7.0.1)
104
- mini_portile2 (~> 2.1.0)
105
- pg (0.19.0)
101
+ mini_portile2 (2.2.0)
102
+ minitest (5.10.2)
103
+ nio4r (2.1.0)
104
+ nokogiri (1.8.0)
105
+ mini_portile2 (~> 2.2.0)
106
+ pg (0.21.0)
106
107
  pry (0.10.4)
107
108
  coderay (~> 1.1.0)
108
109
  method_source (~> 0.8.1)
109
110
  slop (~> 3.4)
110
111
  public_suffix (2.0.5)
111
- puma (3.7.0)
112
- rack (2.0.1)
112
+ puma (3.9.1)
113
+ rack (2.0.3)
113
114
  rack-test (0.6.3)
114
115
  rack (>= 1.0)
115
- rails (5.0.1)
116
- actioncable (= 5.0.1)
117
- actionmailer (= 5.0.1)
118
- actionpack (= 5.0.1)
119
- actionview (= 5.0.1)
120
- activejob (= 5.0.1)
121
- activemodel (= 5.0.1)
122
- activerecord (= 5.0.1)
123
- activesupport (= 5.0.1)
116
+ rails (5.1.2)
117
+ actioncable (= 5.1.2)
118
+ actionmailer (= 5.1.2)
119
+ actionpack (= 5.1.2)
120
+ actionview (= 5.1.2)
121
+ activejob (= 5.1.2)
122
+ activemodel (= 5.1.2)
123
+ activerecord (= 5.1.2)
124
+ activesupport (= 5.1.2)
124
125
  bundler (>= 1.3.0, < 2.0)
125
- railties (= 5.0.1)
126
+ railties (= 5.1.2)
126
127
  sprockets-rails (>= 2.0.0)
127
- rails-dom-testing (2.0.2)
128
- activesupport (>= 4.2.0, < 6.0)
129
- nokogiri (~> 1.6)
128
+ rails-dom-testing (2.0.3)
129
+ activesupport (>= 4.2.0)
130
+ nokogiri (>= 1.6)
130
131
  rails-html-sanitizer (1.0.3)
131
132
  loofah (~> 2.0)
132
- railties (5.0.1)
133
- actionpack (= 5.0.1)
134
- activesupport (= 5.0.1)
133
+ railties (5.1.2)
134
+ actionpack (= 5.1.2)
135
+ activesupport (= 5.1.2)
135
136
  method_source
136
137
  rake (>= 0.8.7)
137
138
  thor (>= 0.18.1, < 2.0)
138
139
  rake (12.0.0)
139
- rb-fsevent (0.9.8)
140
- rb-inotify (0.9.8)
141
- ffi (>= 0.5.0)
142
- require_reloader (0.2.0)
140
+ rb-fsevent (0.10.1)
141
+ rb-inotify (0.9.10)
142
+ ffi (>= 0.5.0, < 2)
143
+ require_reloader (0.2.1)
143
144
  rubyzip (1.2.1)
144
- sass (3.4.23)
145
+ sass (3.4.24)
145
146
  sass-rails (5.0.6)
146
147
  railties (>= 4.0.0, < 6)
147
148
  sass (~> 3.1)
@@ -158,14 +159,14 @@ GEM
158
159
  sprockets (>= 3.0.0)
159
160
  sqlite3 (1.3.13)
160
161
  thor (0.19.4)
161
- thread_safe (0.3.5)
162
- tilt (2.0.6)
162
+ thread_safe (0.3.6)
163
+ tilt (2.0.7)
163
164
  turbolinks (5.0.1)
164
165
  turbolinks-source (~> 5)
165
- turbolinks-source (5.0.0)
166
- tzinfo (1.2.2)
166
+ turbolinks-source (5.0.3)
167
+ tzinfo (1.2.3)
167
168
  thread_safe (~> 0.1)
168
- uglifier (3.0.4)
169
+ uglifier (3.2.0)
169
170
  execjs (>= 0.3.0, < 3)
170
171
  websocket-driver (0.6.5)
171
172
  websocket-extensions (>= 0.1.0)
@@ -185,7 +186,7 @@ DEPENDENCIES
185
186
  pg
186
187
  pry
187
188
  puma
188
- rails (>= 5.0.1)
189
+ rails (>= 5.1.0)
189
190
  require_reloader
190
191
  sass-rails (~> 5.0)
191
192
  turbolinks (~> 5)
@@ -0,0 +1,132 @@
1
+  (214.8ms) DROP DATABASE IF EXISTS "localtower_dummy"
2
+  (608.3ms) CREATE DATABASE "localtower_dummy" ENCODING = 'utf8'
3
+  (8.5ms) CREATE TABLE "schema_migrations" ("version" character varying PRIMARY KEY)
4
+  (0.4ms) SELECT version FROM "schema_migrations"
5
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES (0)
6
+  (18.4ms) CREATE TABLE "ar_internal_metadata" ("key" character varying PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
7
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
8
+  (0.2ms) BEGIN
9
+ SQL (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", 2017-06-29 15:37:01 UTC], ["updated_at", 2017-06-29 15:37:01 UTC]]
10
+  (6.1ms) COMMIT
11
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
12
+  (0.2ms) BEGIN
13
+  (0.1ms) COMMIT
14
+ DEPRECATION WARNING: ActiveSupport.halt_callback_chains_on_return_false= is deprecated and will be removed in Rails 5.2. (called from <top (required)> at /Users/damln/Work/localtower/spec/dummy/config/initializers/new_framework_defaults.rb:21)
15
+  (199.7ms) DROP DATABASE IF EXISTS "localtower_dummy"
16
+  (568.9ms) CREATE DATABASE "localtower_dummy" ENCODING = 'utf8'
17
+  (3.6ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
18
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
19
+  (6.3ms) INSERT INTO "schema_migrations" (version) VALUES (0)
20
+  (20.1ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
21
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]
22
+  (0.2ms) BEGIN
23
+ SQL (0.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2017-06-29 15:41:06.771425"], ["updated_at", "2017-06-29 15:41:06.771425"]]
24
+  (0.3ms) COMMIT
25
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]
26
+  (0.2ms) BEGIN
27
+  (0.2ms) COMMIT
28
+  (153.9ms) DROP DATABASE IF EXISTS "localtower_dummy"
29
+  (544.8ms) CREATE DATABASE "localtower_dummy" ENCODING = 'utf8'
30
+  (3.5ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
31
+  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
32
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES (0)
33
+  (2.4ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
34
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]
35
+  (0.2ms) BEGIN
36
+ SQL (0.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2017-06-29 15:43:30.298951"], ["updated_at", "2017-06-29 15:43:30.298951"]]
37
+  (0.4ms) COMMIT
38
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]
39
+  (0.2ms) BEGIN
40
+  (0.2ms) COMMIT
41
+  (204.4ms) DROP DATABASE IF EXISTS "localtower_dummy"
42
+  (554.4ms) CREATE DATABASE "localtower_dummy" ENCODING = 'utf8'
43
+  (10.2ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
44
+  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
45
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES (0)
46
+  (3.2ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
47
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]
48
+  (0.2ms) BEGIN
49
+ SQL (1.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2017-06-29 15:50:23.125101"], ["updated_at", "2017-06-29 15:50:23.125101"]]
50
+  (0.4ms) COMMIT
51
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]
52
+  (0.2ms) BEGIN
53
+  (0.1ms) COMMIT
54
+  (206.5ms) DROP DATABASE IF EXISTS "localtower_dummy"
55
+  (641.7ms) CREATE DATABASE "localtower_dummy" ENCODING = 'utf8'
56
+  (3.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
57
+  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
58
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES (0)
59
+  (2.2ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
60
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]
61
+  (0.2ms) BEGIN
62
+ SQL (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2017-06-29 15:52:02.235919"], ["updated_at", "2017-06-29 15:52:02.235919"]]
63
+  (0.4ms) COMMIT
64
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]
65
+  (0.2ms) BEGIN
66
+  (0.1ms) COMMIT
67
+  (195.8ms) DROP DATABASE IF EXISTS "localtower_dummy"
68
+  (593.6ms) CREATE DATABASE "localtower_dummy" ENCODING = 'utf8'
69
+  (4.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
70
+  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
71
+  (6.4ms) INSERT INTO "schema_migrations" (version) VALUES (0)
72
+  (18.8ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
73
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]
74
+  (151.1ms) BEGIN
75
+ SQL (1.0ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2017-06-29 21:00:29.693812"], ["updated_at", "2017-06-29 21:00:29.693812"]]
76
+  (0.3ms) COMMIT
77
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]
78
+  (0.2ms) BEGIN
79
+  (0.2ms) COMMIT
80
+  (198.0ms) DROP DATABASE IF EXISTS "localtower_dummy"
81
+  (391.3ms) CREATE DATABASE "localtower_dummy" ENCODING = 'utf8'
82
+  (3.5ms) CREATE TABLE "schema_migrations" ("version" character varying PRIMARY KEY)
83
+  (0.3ms) SELECT version FROM "schema_migrations"
84
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES (0)
85
+  (19.6ms) CREATE TABLE "ar_internal_metadata" ("key" character varying PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
86
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
87
+  (0.2ms) BEGIN
88
+ SQL (0.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", 2017-06-29 21:08:34 UTC], ["updated_at", 2017-06-29 21:08:34 UTC]]
89
+  (6.1ms) COMMIT
90
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
91
+  (0.1ms) BEGIN
92
+  (0.1ms) COMMIT
93
+  (197.1ms) DROP DATABASE IF EXISTS "localtower_dummy"
94
+  (411.8ms) CREATE DATABASE "localtower_dummy" ENCODING = 'utf8'
95
+  (3.9ms) CREATE TABLE "schema_migrations" ("version" character varying PRIMARY KEY)
96
+  (0.4ms) SELECT version FROM "schema_migrations"
97
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES (0)
98
+  (2.5ms) CREATE TABLE "ar_internal_metadata" ("key" character varying PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
99
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
100
+  (0.2ms) BEGIN
101
+ SQL (0.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", 2017-06-29 21:16:47 UTC], ["updated_at", 2017-06-29 21:16:47 UTC]]
102
+  (0.3ms) COMMIT
103
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
104
+  (0.1ms) BEGIN
105
+  (0.1ms) COMMIT
106
+ DEPRECATION WARNING: ActiveSupport.halt_callback_chains_on_return_false= is deprecated and will be removed in Rails 5.2. (called from <top (required)> at /Users/damln/Work/localtower/spec/dummy/config/initializers/new_framework_defaults.rb:21)
107
+  (199.4ms) DROP DATABASE IF EXISTS "localtower_dummy"
108
+  (379.6ms) CREATE DATABASE "localtower_dummy" ENCODING = 'utf8'
109
+  (3.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
110
+  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
111
+  (6.2ms) INSERT INTO "schema_migrations" (version) VALUES (0)
112
+  (18.6ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
113
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]
114
+  (0.3ms) BEGIN
115
+ SQL (0.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2017-06-29 21:19:25.386347"], ["updated_at", "2017-06-29 21:19:25.386347"]]
116
+  (0.3ms) COMMIT
117
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]
118
+  (0.2ms) BEGIN
119
+  (0.2ms) COMMIT
120
+  (154.4ms) DROP DATABASE IF EXISTS "localtower_dummy"
121
+  (393.6ms) CREATE DATABASE "localtower_dummy" ENCODING = 'utf8'
122
+  (4.4ms) CREATE TABLE "schema_migrations" ("version" character varying PRIMARY KEY)
123
+  (0.4ms) SELECT version FROM "schema_migrations"
124
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES (0)
125
+  (3.0ms) CREATE TABLE "ar_internal_metadata" ("key" character varying PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
126
+ ActiveRecord::InternalMetadata Load (0.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
127
+  (0.3ms) BEGIN
128
+ SQL (0.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", 2017-06-29 21:23:47 UTC], ["updated_at", 2017-06-29 21:23:47 UTC]]
129
+  (0.4ms) COMMIT
130
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]
131
+  (0.2ms) BEGIN
132
+  (0.2ms) COMMIT