g5_updatable 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 702ca0f81942cfea8feee17cabfd7f80ea17ef68
4
+ data.tar.gz: 9fa1c8f99d238e3a8884edfede43aec84de3e838
5
+ SHA512:
6
+ metadata.gz: c9b2171dddc5dc022d1342a6a03e3593b1278bf59c3e823be9daa4339dc63faf4c3eacf5ab6c1fa91653952700384487b823af96b5342b4651e52f87d4993097
7
+ data.tar.gz: 82b3f65222b04a594935a8d61a17f1d70b26449d87a4b541663d9455af9bc46fabf9ca8a22c3bdf280889772b329bad3f4c80368ffd59b289f8a48ea77f66f9f
data/README.md CHANGED
@@ -31,17 +31,18 @@ data when modified or created in the G5 Hub.
31
31
 
32
32
  ## Configuration
33
33
 
34
- You can cofigure options within the generated initializer.
34
+ You can configure options within the generated initializer.
35
35
 
36
36
  ```ruby
37
37
  # config/initilizers/g5_updatable.rb
38
38
  G5Updatable.setup do |config|
39
- # base path to the G5 Hub
40
- config.feed_endpoint = #string
41
-
42
- # identifier of the client (urn)
39
+ # Default is nil. Most likely will be coming in via the hub urn parameter.
40
+ # dentifier of the client (urn)
43
41
  config.client_identifier = #string
44
42
 
43
+ # Default is ""http://g5-hub.herokuapp.com/clients/". Base path to the G5 Hub
44
+ config.feed_endpoint = #string
45
+
45
46
  # default is true. When set to true, existing locations in your app will be
46
47
  # updated with any changes made to the hub. If set to false, existing locations
47
48
  # will be skipped and only newly added locations will be created.
@@ -1,3 +1,3 @@
1
1
  module G5Updatable
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
@@ -0,0 +1,690 @@
1
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
2
+  (0.1ms) begin transaction
3
+  (0.1ms) rollback transaction
4
+  (0.0ms) begin transaction
5
+  (0.1ms) rollback transaction
6
+  (0.1ms) begin transaction
7
+  (0.1ms) rollback transaction
8
+  (0.0ms) begin transaction
9
+  (0.1ms) rollback transaction
10
+  (0.0ms) begin transaction
11
+  (0.1ms) rollback transaction
12
+  (0.0ms) begin transaction
13
+  (0.1ms) rollback transaction
14
+  (0.1ms) begin transaction
15
+  (0.1ms) rollback transaction
16
+  (0.1ms) begin transaction
17
+  (0.1ms) rollback transaction
18
+  (0.0ms) begin transaction
19
+  (0.1ms) rollback transaction
20
+  (0.0ms) begin transaction
21
+  (0.1ms) rollback transaction
22
+  (0.0ms) begin transaction
23
+  (0.1ms) rollback transaction
24
+  (0.1ms) begin transaction
25
+  (0.1ms) rollback transaction
26
+  (0.0ms) begin transaction
27
+  (0.1ms) rollback transaction
28
+  (0.0ms) begin transaction
29
+  (0.1ms) rollback transaction
30
+  (0.1ms) begin transaction
31
+  (0.1ms) rollback transaction
32
+  (0.0ms) begin transaction
33
+  (0.1ms) rollback transaction
34
+  (0.0ms) begin transaction
35
+  (0.1ms) rollback transaction
36
+  (0.0ms) begin transaction
37
+  (0.1ms) rollback transaction
38
+  (0.0ms) begin transaction
39
+  (0.1ms) rollback transaction
40
+  (0.0ms) begin transaction
41
+  (0.1ms) rollback transaction
42
+  (0.0ms) begin transaction
43
+  (0.0ms) rollback transaction
44
+  (0.0ms) begin transaction
45
+  (0.1ms) rollback transaction
46
+  (0.1ms) begin transaction
47
+  (0.2ms) rollback transaction
48
+  (0.1ms) begin transaction
49
+  (0.1ms) SAVEPOINT active_record_1
50
+ SQL (0.5ms) INSERT INTO "clients" ("created_at", "domain", "name", "uid", "updated_at", "vertical") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2014-07-01 22:52:46.654492"], ["domain", "http://bar.com"], ["name", "Foo"], ["uid", "/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html"], ["updated_at", "2014-07-01 22:52:46.654492"], ["vertical", "Self-Storage"]]
51
+  (0.1ms) RELEASE SAVEPOINT active_record_1
52
+ Client Load (0.2ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
53
+ Client Load (0.2ms) SELECT "clients".* FROM "clients" WHERE "clients"."uid" = '/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html' LIMIT 1
54
+  (0.0ms) SAVEPOINT active_record_1
55
+ SQL (0.4ms) UPDATE "clients" SET "name" = ?, "updated_at" = ?, "vertical" = ? WHERE "clients"."id" = 1 [["name", "Farmhouse"], ["updated_at", "2014-07-01 22:52:46.685043"], ["vertical", "Apartments"]]
56
+  (0.1ms) RELEASE SAVEPOINT active_record_1
57
+ Client Load (0.0ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
58
+  (0.4ms) rollback transaction
59
+  (0.1ms) begin transaction
60
+  (0.0ms) SAVEPOINT active_record_1
61
+ SQL (0.2ms) INSERT INTO "clients" ("created_at", "domain", "name", "uid", "updated_at", "vertical") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2014-07-01 22:52:46.689232"], ["domain", "http://bar.com"], ["name", "Foo"], ["uid", "/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html"], ["updated_at", "2014-07-01 22:52:46.689232"], ["vertical", "Self-Storage"]]
62
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63
+ Client Load (0.0ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
64
+ Client Load (0.2ms) SELECT "clients".* FROM "clients" WHERE "clients"."uid" = '/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html' LIMIT 1
65
+  (0.0ms) SAVEPOINT active_record_1
66
+ SQL (0.3ms) UPDATE "clients" SET "name" = ?, "updated_at" = ?, "vertical" = ? WHERE "clients"."id" = 1 [["name", "Farmhouse"], ["updated_at", "2014-07-01 22:52:46.729396"], ["vertical", "Apartments"]]
67
+  (0.0ms) RELEASE SAVEPOINT active_record_1
68
+ Client Load (0.0ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
69
+  (0.4ms) rollback transaction
70
+  (0.0ms) begin transaction
71
+  (0.0ms) SAVEPOINT active_record_1
72
+ SQL (0.2ms) INSERT INTO "clients" ("created_at", "domain", "name", "uid", "updated_at", "vertical") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2014-07-01 22:52:46.733131"], ["domain", "http://bar.com"], ["name", "Foo"], ["uid", "/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html"], ["updated_at", "2014-07-01 22:52:46.733131"], ["vertical", "Self-Storage"]]
73
+  (0.0ms) RELEASE SAVEPOINT active_record_1
74
+ Client Load (0.0ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
75
+ Client Load (0.1ms) SELECT "clients".* FROM "clients" WHERE "clients"."uid" = '/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html' LIMIT 1
76
+  (0.0ms) SAVEPOINT active_record_1
77
+ SQL (0.3ms) UPDATE "clients" SET "name" = ?, "updated_at" = ? WHERE "clients"."id" = 1 [["name", "Farmhouse"], ["updated_at", "2014-07-01 22:52:46.747990"]]
78
+  (0.0ms) RELEASE SAVEPOINT active_record_1
79
+ Client Load (0.0ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
80
+  (0.4ms) rollback transaction
81
+  (0.1ms) begin transaction
82
+  (0.0ms) SAVEPOINT active_record_1
83
+ SQL (0.2ms) INSERT INTO "clients" ("created_at", "domain", "name", "uid", "updated_at", "vertical") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2014-07-01 22:52:46.751361"], ["domain", "http://bar.com"], ["name", "Foo"], ["uid", "/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html"], ["updated_at", "2014-07-01 22:52:46.751361"], ["vertical", "Self-Storage"]]
84
+  (0.0ms) RELEASE SAVEPOINT active_record_1
85
+ Client Load (0.0ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
86
+ Client Load (0.2ms) SELECT "clients".* FROM "clients" WHERE "clients"."uid" = '/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html' LIMIT 1
87
+  (0.1ms) SAVEPOINT active_record_1
88
+ SQL (0.3ms) UPDATE "clients" SET "name" = ?, "updated_at" = ? WHERE "clients"."id" = 1 [["name", "Farmhouse"], ["updated_at", "2014-07-01 22:52:46.768074"]]
89
+  (0.1ms) RELEASE SAVEPOINT active_record_1
90
+ Client Load (0.1ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
91
+  (0.4ms) rollback transaction
92
+  (0.0ms) begin transaction
93
+  (0.1ms) SAVEPOINT active_record_1
94
+ SQL (0.2ms) INSERT INTO "clients" ("created_at", "domain", "name", "uid", "updated_at", "vertical") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2014-07-01 22:52:46.772058"], ["domain", "http://bar.com"], ["name", "Foo"], ["uid", "/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html"], ["updated_at", "2014-07-01 22:52:46.772058"], ["vertical", "Self-Storage"]]
95
+  (0.0ms) RELEASE SAVEPOINT active_record_1
96
+  (0.4ms) rollback transaction
97
+  (0.0ms) begin transaction
98
+  (0.1ms) rollback transaction
99
+  (0.1ms) begin transaction
100
+  (0.1ms) rollback transaction
101
+  (0.0ms) begin transaction
102
+  (0.1ms) rollback transaction
103
+  (0.1ms) begin transaction
104
+  (0.1ms) rollback transaction
105
+  (0.0ms) begin transaction
106
+  (0.1ms) SAVEPOINT active_record_1
107
+ SQL (0.3ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "West Katrinestad"], ["corporate", "f"], ["created_at", "2014-07-01 22:52:47.925760"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "MO"], ["uid", "http://foo.com"], ["updated_at", "2014-07-01 22:52:47.925760"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
108
+  (0.0ms) RELEASE SAVEPOINT active_record_1
109
+  (0.1ms) SELECT COUNT(*) FROM "locations"
110
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
111
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
112
+  (0.0ms) SAVEPOINT active_record_1
113
+ SQL (0.3ms) UPDATE "locations" SET "name" = ?, "neighborhood" = ?, "updated_at" = ? WHERE "locations"."id" = 1 [["name", "Hollywood"], ["neighborhood", "River West"], ["updated_at", "2014-07-01 22:52:47.942410"]]
114
+  (0.0ms) RELEASE SAVEPOINT active_record_1
115
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
116
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
117
+  (0.0ms) SAVEPOINT active_record_1
118
+ SQL (0.1ms) INSERT INTO "locations" ("created_at", "name", "neighborhood", "updated_at", "urn") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-07-01 22:52:47.944491"], ["name", "North Shore Oahu"], ["neighborhood", "Westwood"], ["updated_at", "2014-07-01 22:52:47.944491"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
119
+  (0.0ms) RELEASE SAVEPOINT active_record_1
120
+  (0.1ms) SELECT COUNT(*) FROM "locations"
121
+  (0.4ms) rollback transaction
122
+  (0.0ms) begin transaction
123
+  (0.1ms) SAVEPOINT active_record_1
124
+ SQL (0.3ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "East Hollyhaven"], ["corporate", "f"], ["created_at", "2014-07-01 22:52:47.966553"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "AR"], ["uid", "http://foo.com"], ["updated_at", "2014-07-01 22:52:47.966553"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
125
+  (0.0ms) RELEASE SAVEPOINT active_record_1
126
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
127
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
128
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
129
+  (0.0ms) SAVEPOINT active_record_1
130
+ SQL (0.2ms) UPDATE "locations" SET "name" = ?, "neighborhood" = ?, "updated_at" = ? WHERE "locations"."id" = 1 [["name", "Hollywood"], ["neighborhood", "River West"], ["updated_at", "2014-07-01 22:52:47.969976"]]
131
+  (0.0ms) RELEASE SAVEPOINT active_record_1
132
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
133
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
134
+  (0.0ms) SAVEPOINT active_record_1
135
+ SQL (0.1ms) INSERT INTO "locations" ("created_at", "name", "neighborhood", "updated_at", "urn") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-07-01 22:52:47.971862"], ["name", "North Shore Oahu"], ["neighborhood", "Westwood"], ["updated_at", "2014-07-01 22:52:47.971862"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
136
+  (0.0ms) RELEASE SAVEPOINT active_record_1
137
+ Location Load (0.0ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
138
+  (0.5ms) rollback transaction
139
+  (0.0ms) begin transaction
140
+  (0.1ms) SAVEPOINT active_record_1
141
+ SQL (0.3ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "Champlinburgh"], ["corporate", "f"], ["created_at", "2014-07-01 22:52:47.997491"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "DE"], ["uid", "http://foo.com"], ["updated_at", "2014-07-01 22:52:47.997491"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
142
+  (0.0ms) RELEASE SAVEPOINT active_record_1
143
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
144
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
145
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
146
+  (0.0ms) SAVEPOINT active_record_1
147
+ SQL (0.2ms) UPDATE "locations" SET "name" = ?, "neighborhood" = ?, "updated_at" = ? WHERE "locations"."id" = 1 [["name", "Hollywood"], ["neighborhood", "River West"], ["updated_at", "2014-07-01 22:52:48.000912"]]
148
+  (0.0ms) RELEASE SAVEPOINT active_record_1
149
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
150
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
151
+  (0.0ms) SAVEPOINT active_record_1
152
+ SQL (0.1ms) INSERT INTO "locations" ("created_at", "name", "neighborhood", "updated_at", "urn") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-07-01 22:52:48.002730"], ["name", "North Shore Oahu"], ["neighborhood", "Westwood"], ["updated_at", "2014-07-01 22:52:48.002730"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
153
+  (0.0ms) RELEASE SAVEPOINT active_record_1
154
+ Location Load (0.0ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
155
+  (0.4ms) rollback transaction
156
+  (0.0ms) begin transaction
157
+  (0.1ms) SAVEPOINT active_record_1
158
+ SQL (0.3ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "Chynastad"], ["corporate", "f"], ["created_at", "2014-07-01 22:52:48.053190"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "IN"], ["uid", "http://foo.com"], ["updated_at", "2014-07-01 22:52:48.053190"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
159
+  (0.0ms) RELEASE SAVEPOINT active_record_1
160
+  (0.1ms) SELECT COUNT(*) FROM "locations"
161
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
162
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
163
+  (0.0ms) SAVEPOINT active_record_1
164
+ SQL (0.3ms) UPDATE "locations" SET "name" = ?, "updated_at" = ? WHERE "locations"."id" = 1 [["name", "Hollywood"], ["updated_at", "2014-07-01 22:52:48.056055"]]
165
+  (0.0ms) RELEASE SAVEPOINT active_record_1
166
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
167
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
168
+  (0.0ms) SAVEPOINT active_record_1
169
+ SQL (0.1ms) INSERT INTO "locations" ("created_at", "name", "updated_at", "urn") VALUES (?, ?, ?, ?) [["created_at", "2014-07-01 22:52:48.057837"], ["name", "North Shore Oahu"], ["updated_at", "2014-07-01 22:52:48.057837"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
170
+  (0.0ms) RELEASE SAVEPOINT active_record_1
171
+  (0.1ms) SELECT COUNT(*) FROM "locations"
172
+  (0.4ms) rollback transaction
173
+  (0.0ms) begin transaction
174
+  (0.1ms) SAVEPOINT active_record_1
175
+ SQL (0.3ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "North Ernestinabury"], ["corporate", "f"], ["created_at", "2014-07-01 22:52:48.079850"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "SC"], ["uid", "http://foo.com"], ["updated_at", "2014-07-01 22:52:48.079850"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
176
+  (0.0ms) RELEASE SAVEPOINT active_record_1
177
+ Location Load (0.0ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
178
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
179
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
180
+  (0.0ms) SAVEPOINT active_record_1
181
+ SQL (0.2ms) UPDATE "locations" SET "name" = ?, "updated_at" = ? WHERE "locations"."id" = 1 [["name", "Hollywood"], ["updated_at", "2014-07-01 22:52:48.082596"]]
182
+  (0.0ms) RELEASE SAVEPOINT active_record_1
183
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
184
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
185
+  (0.0ms) SAVEPOINT active_record_1
186
+ SQL (0.1ms) INSERT INTO "locations" ("created_at", "name", "updated_at", "urn") VALUES (?, ?, ?, ?) [["created_at", "2014-07-01 22:52:48.084235"], ["name", "North Shore Oahu"], ["updated_at", "2014-07-01 22:52:48.084235"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
187
+  (0.0ms) RELEASE SAVEPOINT active_record_1
188
+ Location Load (0.0ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
189
+  (0.3ms) rollback transaction
190
+  (0.0ms) begin transaction
191
+  (0.1ms) SAVEPOINT active_record_1
192
+ SQL (0.3ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "New Kristian"], ["corporate", "f"], ["created_at", "2014-07-01 22:52:48.106246"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "WA"], ["uid", "http://foo.com"], ["updated_at", "2014-07-01 22:52:48.106246"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
193
+  (0.0ms) RELEASE SAVEPOINT active_record_1
194
+ Location Load (0.0ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
195
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
196
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
197
+  (0.0ms) SAVEPOINT active_record_1
198
+ SQL (0.2ms) UPDATE "locations" SET "name" = ?, "updated_at" = ? WHERE "locations"."id" = 1 [["name", "Hollywood"], ["updated_at", "2014-07-01 22:52:48.108982"]]
199
+  (0.0ms) RELEASE SAVEPOINT active_record_1
200
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
201
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
202
+  (0.0ms) SAVEPOINT active_record_1
203
+ SQL (0.1ms) INSERT INTO "locations" ("created_at", "name", "updated_at", "urn") VALUES (?, ?, ?, ?) [["created_at", "2014-07-01 22:52:48.110655"], ["name", "North Shore Oahu"], ["updated_at", "2014-07-01 22:52:48.110655"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
204
+  (0.0ms) RELEASE SAVEPOINT active_record_1
205
+ Location Load (0.0ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
206
+  (0.4ms) rollback transaction
207
+  (0.0ms) begin transaction
208
+  (0.1ms) SAVEPOINT active_record_1
209
+ SQL (0.3ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "Frederickburgh"], ["corporate", "f"], ["created_at", "2014-07-01 22:52:48.132680"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "VI"], ["uid", "http://foo.com"], ["updated_at", "2014-07-01 22:52:48.132680"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
210
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211
+  (0.1ms) SELECT COUNT(*) FROM "locations"
212
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
213
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
214
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
215
+  (0.0ms) SAVEPOINT active_record_1
216
+ SQL (0.2ms) INSERT INTO "locations" ("created_at", "name", "updated_at", "urn") VALUES (?, ?, ?, ?) [["created_at", "2014-07-01 22:52:48.136164"], ["name", "North Shore Oahu"], ["updated_at", "2014-07-01 22:52:48.136164"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
217
+  (0.0ms) RELEASE SAVEPOINT active_record_1
218
+  (0.1ms) SELECT COUNT(*) FROM "locations"
219
+  (0.3ms) rollback transaction
220
+  (0.1ms) begin transaction
221
+  (0.1ms) SAVEPOINT active_record_1
222
+ SQL (0.2ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "Cronaside"], ["corporate", "f"], ["created_at", "2014-07-01 22:52:48.158469"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "GU"], ["uid", "http://foo.com"], ["updated_at", "2014-07-01 22:52:48.158469"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
223
+  (0.0ms) RELEASE SAVEPOINT active_record_1
224
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
225
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
226
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
227
+  (0.0ms) SAVEPOINT active_record_1
228
+ SQL (0.2ms) INSERT INTO "locations" ("created_at", "name", "updated_at", "urn") VALUES (?, ?, ?, ?) [["created_at", "2014-07-01 22:52:48.161998"], ["name", "North Shore Oahu"], ["updated_at", "2014-07-01 22:52:48.161998"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
229
+  (0.0ms) RELEASE SAVEPOINT active_record_1
230
+  (0.4ms) rollback transaction
231
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
232
+  (0.1ms) begin transaction
233
+  (0.1ms) rollback transaction
234
+  (0.1ms) begin transaction
235
+  (0.0ms) rollback transaction
236
+  (0.0ms) begin transaction
237
+  (0.1ms) SAVEPOINT active_record_1
238
+ SQL (0.5ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "North Mavishaven"], ["corporate", "f"], ["created_at", "2014-07-01 22:57:16.945359"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "VT"], ["uid", "http://foo.com"], ["updated_at", "2014-07-01 22:57:16.945359"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
239
+  (0.0ms) RELEASE SAVEPOINT active_record_1
240
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
241
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
242
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
243
+  (0.0ms) SAVEPOINT active_record_1
244
+ SQL (0.4ms) INSERT INTO "locations" ("created_at", "name", "updated_at", "urn") VALUES (?, ?, ?, ?) [["created_at", "2014-07-01 22:57:16.962356"], ["name", "North Shore Oahu"], ["updated_at", "2014-07-01 22:57:16.962356"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
245
+  (0.0ms) RELEASE SAVEPOINT active_record_1
246
+  (1.7ms) rollback transaction
247
+  (0.1ms) begin transaction
248
+  (0.1ms) SAVEPOINT active_record_1
249
+ SQL (0.3ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "Lake Aldaside"], ["corporate", "f"], ["created_at", "2014-07-01 22:57:17.012923"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "PW"], ["uid", "http://foo.com"], ["updated_at", "2014-07-01 22:57:17.012923"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
250
+  (0.0ms) RELEASE SAVEPOINT active_record_1
251
+  (0.1ms) SELECT COUNT(*) FROM "locations"
252
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
253
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
254
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
255
+  (0.0ms) SAVEPOINT active_record_1
256
+ SQL (0.3ms) INSERT INTO "locations" ("created_at", "name", "updated_at", "urn") VALUES (?, ?, ?, ?) [["created_at", "2014-07-01 22:57:17.018800"], ["name", "North Shore Oahu"], ["updated_at", "2014-07-01 22:57:17.018800"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
257
+  (0.0ms) RELEASE SAVEPOINT active_record_1
258
+  (0.1ms) SELECT COUNT(*) FROM "locations"
259
+  (0.4ms) rollback transaction
260
+  (0.0ms) begin transaction
261
+  (0.1ms) SAVEPOINT active_record_1
262
+ SQL (0.3ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "Mabelstad"], ["corporate", "f"], ["created_at", "2014-07-01 22:57:17.042082"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "NC"], ["uid", "http://foo.com"], ["updated_at", "2014-07-01 22:57:17.042082"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
263
+  (0.0ms) RELEASE SAVEPOINT active_record_1
264
+ Location Load (0.2ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
265
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
266
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
267
+  (0.0ms) SAVEPOINT active_record_1
268
+ SQL (0.3ms) UPDATE "locations" SET "name" = ?, "updated_at" = ? WHERE "locations"."id" = 1 [["name", "Hollywood"], ["updated_at", "2014-07-01 22:57:17.045216"]]
269
+  (0.0ms) RELEASE SAVEPOINT active_record_1
270
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
271
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
272
+  (0.0ms) SAVEPOINT active_record_1
273
+ SQL (0.1ms) INSERT INTO "locations" ("created_at", "name", "updated_at", "urn") VALUES (?, ?, ?, ?) [["created_at", "2014-07-01 22:57:17.047922"], ["name", "North Shore Oahu"], ["updated_at", "2014-07-01 22:57:17.047922"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
274
+  (0.0ms) RELEASE SAVEPOINT active_record_1
275
+ Location Load (0.0ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
276
+  (0.3ms) rollback transaction
277
+  (0.0ms) begin transaction
278
+  (0.1ms) SAVEPOINT active_record_1
279
+ SQL (0.3ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "Kaileeburgh"], ["corporate", "f"], ["created_at", "2014-07-01 22:57:17.070546"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "AR"], ["uid", "http://foo.com"], ["updated_at", "2014-07-01 22:57:17.070546"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
280
+  (0.0ms) RELEASE SAVEPOINT active_record_1
281
+ Location Load (0.0ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
282
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
283
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
284
+  (0.0ms) SAVEPOINT active_record_1
285
+ SQL (0.2ms) UPDATE "locations" SET "name" = ?, "updated_at" = ? WHERE "locations"."id" = 1 [["name", "Hollywood"], ["updated_at", "2014-07-01 22:57:17.073268"]]
286
+  (0.0ms) RELEASE SAVEPOINT active_record_1
287
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
288
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
289
+  (0.0ms) SAVEPOINT active_record_1
290
+ SQL (0.1ms) INSERT INTO "locations" ("created_at", "name", "updated_at", "urn") VALUES (?, ?, ?, ?) [["created_at", "2014-07-01 22:57:17.074933"], ["name", "North Shore Oahu"], ["updated_at", "2014-07-01 22:57:17.074933"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
291
+  (0.0ms) RELEASE SAVEPOINT active_record_1
292
+ Location Load (0.0ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
293
+  (0.4ms) rollback transaction
294
+  (0.1ms) begin transaction
295
+  (0.1ms) SAVEPOINT active_record_1
296
+ SQL (0.3ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "Port Eunaville"], ["corporate", "f"], ["created_at", "2014-07-01 22:57:17.101042"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "UT"], ["uid", "http://foo.com"], ["updated_at", "2014-07-01 22:57:17.101042"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
297
+  (0.0ms) RELEASE SAVEPOINT active_record_1
298
+  (0.1ms) SELECT COUNT(*) FROM "locations"
299
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
300
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
301
+  (0.0ms) SAVEPOINT active_record_1
302
+ SQL (0.2ms) UPDATE "locations" SET "name" = ?, "updated_at" = ? WHERE "locations"."id" = 1 [["name", "Hollywood"], ["updated_at", "2014-07-01 22:57:17.103916"]]
303
+  (0.0ms) RELEASE SAVEPOINT active_record_1
304
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
305
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
306
+  (0.0ms) SAVEPOINT active_record_1
307
+ SQL (0.1ms) INSERT INTO "locations" ("created_at", "name", "updated_at", "urn") VALUES (?, ?, ?, ?) [["created_at", "2014-07-01 22:57:17.105620"], ["name", "North Shore Oahu"], ["updated_at", "2014-07-01 22:57:17.105620"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
308
+  (0.0ms) RELEASE SAVEPOINT active_record_1
309
+  (0.1ms) SELECT COUNT(*) FROM "locations"
310
+  (0.3ms) rollback transaction
311
+  (0.0ms) begin transaction
312
+  (0.1ms) SAVEPOINT active_record_1
313
+ SQL (0.3ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "South Adolf"], ["corporate", "f"], ["created_at", "2014-07-01 22:57:17.159587"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "WI"], ["uid", "http://foo.com"], ["updated_at", "2014-07-01 22:57:17.159587"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
314
+  (0.0ms) RELEASE SAVEPOINT active_record_1
315
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
316
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
317
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
318
+  (0.0ms) SAVEPOINT active_record_1
319
+ SQL (0.3ms) UPDATE "locations" SET "name" = ?, "neighborhood" = ?, "updated_at" = ? WHERE "locations"."id" = 1 [["name", "Hollywood"], ["neighborhood", "River West"], ["updated_at", "2014-07-01 22:57:17.162821"]]
320
+  (0.0ms) RELEASE SAVEPOINT active_record_1
321
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
322
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
323
+  (0.0ms) SAVEPOINT active_record_1
324
+ SQL (0.1ms) INSERT INTO "locations" ("created_at", "name", "neighborhood", "updated_at", "urn") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-07-01 22:57:17.164702"], ["name", "North Shore Oahu"], ["neighborhood", "Westwood"], ["updated_at", "2014-07-01 22:57:17.164702"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
325
+  (0.0ms) RELEASE SAVEPOINT active_record_1
326
+ Location Load (0.0ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
327
+  (0.5ms) rollback transaction
328
+  (0.1ms) begin transaction
329
+  (0.1ms) SAVEPOINT active_record_1
330
+ SQL (0.3ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "Lake Marielleshire"], ["corporate", "f"], ["created_at", "2014-07-01 22:57:17.194288"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "LA"], ["uid", "http://foo.com"], ["updated_at", "2014-07-01 22:57:17.194288"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
331
+  (0.0ms) RELEASE SAVEPOINT active_record_1
332
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
333
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
334
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
335
+  (0.0ms) SAVEPOINT active_record_1
336
+ SQL (0.2ms) UPDATE "locations" SET "name" = ?, "neighborhood" = ?, "updated_at" = ? WHERE "locations"."id" = 1 [["name", "Hollywood"], ["neighborhood", "River West"], ["updated_at", "2014-07-01 22:57:17.197404"]]
337
+  (0.1ms) RELEASE SAVEPOINT active_record_1
338
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
339
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
340
+  (0.0ms) SAVEPOINT active_record_1
341
+ SQL (0.1ms) INSERT INTO "locations" ("created_at", "name", "neighborhood", "updated_at", "urn") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-07-01 22:57:17.199384"], ["name", "North Shore Oahu"], ["neighborhood", "Westwood"], ["updated_at", "2014-07-01 22:57:17.199384"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
342
+  (0.0ms) RELEASE SAVEPOINT active_record_1
343
+ Location Load (0.0ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
344
+  (0.4ms) rollback transaction
345
+  (0.0ms) begin transaction
346
+  (0.1ms) SAVEPOINT active_record_1
347
+ SQL (0.3ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "Padbergchester"], ["corporate", "f"], ["created_at", "2014-07-01 22:57:17.221974"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "FL"], ["uid", "http://foo.com"], ["updated_at", "2014-07-01 22:57:17.221974"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
348
+  (0.0ms) RELEASE SAVEPOINT active_record_1
349
+  (0.1ms) SELECT COUNT(*) FROM "locations"
350
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
351
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
352
+  (0.0ms) SAVEPOINT active_record_1
353
+ SQL (0.2ms) UPDATE "locations" SET "name" = ?, "neighborhood" = ?, "updated_at" = ? WHERE "locations"."id" = 1 [["name", "Hollywood"], ["neighborhood", "River West"], ["updated_at", "2014-07-01 22:57:17.225103"]]
354
+  (0.0ms) RELEASE SAVEPOINT active_record_1
355
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
356
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
357
+  (0.0ms) SAVEPOINT active_record_1
358
+ SQL (0.1ms) INSERT INTO "locations" ("created_at", "name", "neighborhood", "updated_at", "urn") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-07-01 22:57:17.226958"], ["name", "North Shore Oahu"], ["neighborhood", "Westwood"], ["updated_at", "2014-07-01 22:57:17.226958"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
359
+  (0.0ms) RELEASE SAVEPOINT active_record_1
360
+  (0.1ms) SELECT COUNT(*) FROM "locations"
361
+  (0.4ms) rollback transaction
362
+  (0.1ms) begin transaction
363
+  (0.1ms) rollback transaction
364
+  (0.1ms) begin transaction
365
+  (0.1ms) rollback transaction
366
+  (0.0ms) begin transaction
367
+  (0.1ms) rollback transaction
368
+  (0.1ms) begin transaction
369
+  (0.1ms) rollback transaction
370
+  (0.1ms) begin transaction
371
+  (0.1ms) rollback transaction
372
+  (0.0ms) begin transaction
373
+  (0.1ms) rollback transaction
374
+  (0.0ms) begin transaction
375
+  (0.1ms) rollback transaction
376
+  (0.0ms) begin transaction
377
+  (0.1ms) rollback transaction
378
+  (0.1ms) begin transaction
379
+  (0.1ms) rollback transaction
380
+  (0.0ms) begin transaction
381
+  (0.1ms) rollback transaction
382
+  (0.0ms) begin transaction
383
+  (0.1ms) rollback transaction
384
+  (0.1ms) begin transaction
385
+  (0.1ms) rollback transaction
386
+  (0.0ms) begin transaction
387
+  (0.1ms) rollback transaction
388
+  (0.1ms) begin transaction
389
+  (0.1ms) rollback transaction
390
+  (0.1ms) begin transaction
391
+  (0.1ms) rollback transaction
392
+  (0.1ms) begin transaction
393
+  (0.1ms) rollback transaction
394
+  (0.0ms) begin transaction
395
+  (0.1ms) rollback transaction
396
+  (0.1ms) begin transaction
397
+  (0.1ms) rollback transaction
398
+  (0.0ms) begin transaction
399
+  (0.1ms) rollback transaction
400
+  (0.0ms) begin transaction
401
+  (0.1ms) rollback transaction
402
+  (0.1ms) begin transaction
403
+  (0.1ms) rollback transaction
404
+  (0.0ms) begin transaction
405
+  (0.1ms) SAVEPOINT active_record_1
406
+ SQL (0.3ms) INSERT INTO "clients" ("created_at", "domain", "name", "uid", "updated_at", "vertical") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2014-07-01 22:57:17.552757"], ["domain", "http://bar.com"], ["name", "Foo"], ["uid", "/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html"], ["updated_at", "2014-07-01 22:57:17.552757"], ["vertical", "Self-Storage"]]
407
+  (0.0ms) RELEASE SAVEPOINT active_record_1
408
+  (1.9ms) rollback transaction
409
+  (0.1ms) begin transaction
410
+  (0.1ms) SAVEPOINT active_record_1
411
+ SQL (0.2ms) INSERT INTO "clients" ("created_at", "domain", "name", "uid", "updated_at", "vertical") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2014-07-01 22:57:17.601132"], ["domain", "http://bar.com"], ["name", "Foo"], ["uid", "/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html"], ["updated_at", "2014-07-01 22:57:17.601132"], ["vertical", "Self-Storage"]]
412
+  (0.0ms) RELEASE SAVEPOINT active_record_1
413
+ Client Load (0.1ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
414
+ Client Load (0.1ms) SELECT "clients".* FROM "clients" WHERE "clients"."uid" = '/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html' LIMIT 1
415
+  (0.0ms) SAVEPOINT active_record_1
416
+ SQL (0.3ms) UPDATE "clients" SET "name" = ?, "updated_at" = ? WHERE "clients"."id" = 1 [["name", "Farmhouse"], ["updated_at", "2014-07-01 22:57:17.616152"]]
417
+  (0.0ms) RELEASE SAVEPOINT active_record_1
418
+ Client Load (0.0ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
419
+  (0.3ms) rollback transaction
420
+  (0.0ms) begin transaction
421
+  (0.0ms) SAVEPOINT active_record_1
422
+ SQL (0.2ms) INSERT INTO "clients" ("created_at", "domain", "name", "uid", "updated_at", "vertical") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2014-07-01 22:57:17.619582"], ["domain", "http://bar.com"], ["name", "Foo"], ["uid", "/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html"], ["updated_at", "2014-07-01 22:57:17.619582"], ["vertical", "Self-Storage"]]
423
+  (0.0ms) RELEASE SAVEPOINT active_record_1
424
+ Client Load (0.1ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
425
+ Client Load (0.2ms) SELECT "clients".* FROM "clients" WHERE "clients"."uid" = '/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html' LIMIT 1
426
+  (0.0ms) SAVEPOINT active_record_1
427
+ SQL (0.3ms) UPDATE "clients" SET "name" = ?, "updated_at" = ? WHERE "clients"."id" = 1 [["name", "Farmhouse"], ["updated_at", "2014-07-01 22:57:17.634209"]]
428
+  (0.0ms) RELEASE SAVEPOINT active_record_1
429
+ Client Load (0.1ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
430
+  (0.4ms) rollback transaction
431
+  (0.0ms) begin transaction
432
+  (0.0ms) SAVEPOINT active_record_1
433
+ SQL (0.2ms) INSERT INTO "clients" ("created_at", "domain", "name", "uid", "updated_at", "vertical") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2014-07-01 22:57:17.637954"], ["domain", "http://bar.com"], ["name", "Foo"], ["uid", "/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html"], ["updated_at", "2014-07-01 22:57:17.637954"], ["vertical", "Self-Storage"]]
434
+  (0.0ms) RELEASE SAVEPOINT active_record_1
435
+ Client Load (0.1ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
436
+ Client Load (0.1ms) SELECT "clients".* FROM "clients" WHERE "clients"."uid" = '/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html' LIMIT 1
437
+  (0.0ms) SAVEPOINT active_record_1
438
+ SQL (0.3ms) UPDATE "clients" SET "name" = ?, "updated_at" = ?, "vertical" = ? WHERE "clients"."id" = 1 [["name", "Farmhouse"], ["updated_at", "2014-07-01 22:57:17.652928"], ["vertical", "Apartments"]]
439
+  (0.0ms) RELEASE SAVEPOINT active_record_1
440
+ Client Load (0.0ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
441
+  (0.4ms) rollback transaction
442
+  (0.1ms) begin transaction
443
+  (0.1ms) SAVEPOINT active_record_1
444
+ SQL (0.2ms) INSERT INTO "clients" ("created_at", "domain", "name", "uid", "updated_at", "vertical") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2014-07-01 22:57:17.656277"], ["domain", "http://bar.com"], ["name", "Foo"], ["uid", "/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html"], ["updated_at", "2014-07-01 22:57:17.656277"], ["vertical", "Self-Storage"]]
445
+  (0.0ms) RELEASE SAVEPOINT active_record_1
446
+ Client Load (0.0ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
447
+ Client Load (0.2ms) SELECT "clients".* FROM "clients" WHERE "clients"."uid" = '/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html' LIMIT 1
448
+  (0.1ms) SAVEPOINT active_record_1
449
+ SQL (0.3ms) UPDATE "clients" SET "name" = ?, "updated_at" = ?, "vertical" = ? WHERE "clients"."id" = 1 [["name", "Farmhouse"], ["updated_at", "2014-07-01 22:57:17.673203"], ["vertical", "Apartments"]]
450
+  (0.1ms) RELEASE SAVEPOINT active_record_1
451
+ Client Load (0.1ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
452
+  (0.5ms) rollback transaction
453
+  (0.0ms) begin transaction
454
+  (0.1ms) rollback transaction
455
+  (0.0ms) begin transaction
456
+  (0.1ms) rollback transaction
457
+  (0.0ms) begin transaction
458
+  (0.1ms) rollback transaction
459
+  (0.1ms) begin transaction
460
+  (0.1ms) rollback transaction
461
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
462
+  (0.1ms) begin transaction
463
+  (0.1ms) rollback transaction
464
+  (0.0ms) begin transaction
465
+  (0.1ms) rollback transaction
466
+  (0.0ms) begin transaction
467
+  (0.1ms) rollback transaction
468
+  (0.1ms) begin transaction
469
+  (0.0ms) rollback transaction
470
+  (0.0ms) begin transaction
471
+  (0.1ms) rollback transaction
472
+  (0.0ms) begin transaction
473
+  (0.1ms) rollback transaction
474
+  (0.0ms) begin transaction
475
+  (0.0ms) rollback transaction
476
+  (0.0ms) begin transaction
477
+  (0.0ms) rollback transaction
478
+  (0.1ms) begin transaction
479
+  (0.1ms) rollback transaction
480
+  (0.0ms) begin transaction
481
+  (0.0ms) rollback transaction
482
+  (0.0ms) begin transaction
483
+  (0.0ms) rollback transaction
484
+  (0.0ms) begin transaction
485
+  (0.0ms) rollback transaction
486
+  (0.0ms) begin transaction
487
+  (0.1ms) rollback transaction
488
+  (0.1ms) begin transaction
489
+  (0.1ms) rollback transaction
490
+  (0.0ms) begin transaction
491
+  (0.0ms) rollback transaction
492
+  (0.0ms) begin transaction
493
+  (0.0ms) rollback transaction
494
+  (0.1ms) begin transaction
495
+  (0.0ms) rollback transaction
496
+  (0.1ms) begin transaction
497
+  (0.1ms) rollback transaction
498
+  (0.1ms) begin transaction
499
+  (0.1ms) rollback transaction
500
+  (0.1ms) begin transaction
501
+  (0.1ms) rollback transaction
502
+  (0.0ms) begin transaction
503
+  (0.0ms) rollback transaction
504
+  (0.0ms) begin transaction
505
+  (0.1ms) rollback transaction
506
+  (0.0ms) begin transaction
507
+  (0.0ms) rollback transaction
508
+  (0.0ms) begin transaction
509
+  (0.1ms) SAVEPOINT active_record_1
510
+ SQL (0.3ms) INSERT INTO "clients" ("created_at", "domain", "name", "uid", "updated_at", "vertical") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2014-07-07 18:42:14.376414"], ["domain", "http://bar.com"], ["name", "Foo"], ["uid", "/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html"], ["updated_at", "2014-07-07 18:42:14.376414"], ["vertical", "Self-Storage"]]
511
+  (0.0ms) RELEASE SAVEPOINT active_record_1
512
+ Client Load (0.1ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
513
+ Client Load (0.1ms) SELECT "clients".* FROM "clients" WHERE "clients"."uid" = '/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html' LIMIT 1
514
+  (0.0ms) SAVEPOINT active_record_1
515
+ SQL (0.9ms) UPDATE "clients" SET "name" = ?, "updated_at" = ?, "vertical" = ? WHERE "clients"."id" = 1 [["name", "Farmhouse"], ["updated_at", "2014-07-07 18:42:14.399165"], ["vertical", "Apartments"]]
516
+  (0.0ms) RELEASE SAVEPOINT active_record_1
517
+ Client Load (0.0ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
518
+  (0.4ms) rollback transaction
519
+  (0.0ms) begin transaction
520
+  (0.0ms) SAVEPOINT active_record_1
521
+ SQL (0.2ms) INSERT INTO "clients" ("created_at", "domain", "name", "uid", "updated_at", "vertical") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2014-07-07 18:42:14.403587"], ["domain", "http://bar.com"], ["name", "Foo"], ["uid", "/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html"], ["updated_at", "2014-07-07 18:42:14.403587"], ["vertical", "Self-Storage"]]
522
+  (0.0ms) RELEASE SAVEPOINT active_record_1
523
+ Client Load (0.0ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
524
+ Client Load (0.1ms) SELECT "clients".* FROM "clients" WHERE "clients"."uid" = '/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html' LIMIT 1
525
+  (0.0ms) SAVEPOINT active_record_1
526
+ SQL (0.2ms) UPDATE "clients" SET "name" = ?, "updated_at" = ?, "vertical" = ? WHERE "clients"."id" = 1 [["name", "Farmhouse"], ["updated_at", "2014-07-07 18:42:14.416449"], ["vertical", "Apartments"]]
527
+  (0.0ms) RELEASE SAVEPOINT active_record_1
528
+ Client Load (0.0ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
529
+  (0.6ms) rollback transaction
530
+  (0.1ms) begin transaction
531
+  (0.0ms) SAVEPOINT active_record_1
532
+ SQL (0.2ms) INSERT INTO "clients" ("created_at", "domain", "name", "uid", "updated_at", "vertical") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2014-07-07 18:42:14.419781"], ["domain", "http://bar.com"], ["name", "Foo"], ["uid", "/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html"], ["updated_at", "2014-07-07 18:42:14.419781"], ["vertical", "Self-Storage"]]
533
+  (0.0ms) RELEASE SAVEPOINT active_record_1
534
+ Client Load (0.0ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
535
+ Client Load (0.1ms) SELECT "clients".* FROM "clients" WHERE "clients"."uid" = '/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html' LIMIT 1
536
+  (0.0ms) SAVEPOINT active_record_1
537
+ SQL (0.4ms) UPDATE "clients" SET "name" = ?, "updated_at" = ? WHERE "clients"."id" = 1 [["name", "Farmhouse"], ["updated_at", "2014-07-07 18:42:14.437023"]]
538
+  (0.1ms) RELEASE SAVEPOINT active_record_1
539
+ Client Load (0.0ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
540
+  (0.4ms) rollback transaction
541
+  (0.0ms) begin transaction
542
+  (0.0ms) SAVEPOINT active_record_1
543
+ SQL (0.2ms) INSERT INTO "clients" ("created_at", "domain", "name", "uid", "updated_at", "vertical") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2014-07-07 18:42:14.440323"], ["domain", "http://bar.com"], ["name", "Foo"], ["uid", "/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html"], ["updated_at", "2014-07-07 18:42:14.440323"], ["vertical", "Self-Storage"]]
544
+  (0.0ms) RELEASE SAVEPOINT active_record_1
545
+ Client Load (0.0ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
546
+ Client Load (0.1ms) SELECT "clients".* FROM "clients" WHERE "clients"."uid" = '/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html' LIMIT 1
547
+  (0.0ms) SAVEPOINT active_record_1
548
+ SQL (0.3ms) UPDATE "clients" SET "name" = ?, "updated_at" = ? WHERE "clients"."id" = 1 [["name", "Farmhouse"], ["updated_at", "2014-07-07 18:42:14.453659"]]
549
+  (0.0ms) RELEASE SAVEPOINT active_record_1
550
+ Client Load (0.0ms) SELECT "clients".* FROM "clients" WHERE "clients"."id" = ? LIMIT 1 [["id", 1]]
551
+  (0.4ms) rollback transaction
552
+  (0.1ms) begin transaction
553
+  (0.0ms) SAVEPOINT active_record_1
554
+ SQL (0.3ms) INSERT INTO "clients" ("created_at", "domain", "name", "uid", "updated_at", "vertical") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2014-07-07 18:42:14.457396"], ["domain", "http://bar.com"], ["name", "Foo"], ["uid", "/Users/brianbauer/g5/g5_updatable/spec/dummy/spec/support/client_feed.html"], ["updated_at", "2014-07-07 18:42:14.457396"], ["vertical", "Self-Storage"]]
555
+  (0.0ms) RELEASE SAVEPOINT active_record_1
556
+  (0.5ms) rollback transaction
557
+  (0.1ms) begin transaction
558
+  (0.0ms) SAVEPOINT active_record_1
559
+ SQL (0.3ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "Pollichstad"], ["corporate", "f"], ["created_at", "2014-07-07 18:42:14.559259"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "PA"], ["uid", "http://foo.com"], ["updated_at", "2014-07-07 18:42:14.559259"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
560
+  (0.0ms) RELEASE SAVEPOINT active_record_1
561
+  (0.1ms) SELECT COUNT(*) FROM "locations"
562
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
563
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
564
+  (0.0ms) SAVEPOINT active_record_1
565
+ SQL (0.3ms) UPDATE "locations" SET "name" = ?, "neighborhood" = ?, "updated_at" = ? WHERE "locations"."id" = 1 [["name", "Hollywood"], ["neighborhood", "River West"], ["updated_at", "2014-07-07 18:42:14.578530"]]
566
+  (0.0ms) RELEASE SAVEPOINT active_record_1
567
+ Location Exists (0.0ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
568
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
569
+  (0.0ms) SAVEPOINT active_record_1
570
+ SQL (0.1ms) INSERT INTO "locations" ("created_at", "name", "neighborhood", "updated_at", "urn") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-07-07 18:42:14.580503"], ["name", "North Shore Oahu"], ["neighborhood", "Westwood"], ["updated_at", "2014-07-07 18:42:14.580503"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
571
+  (0.0ms) RELEASE SAVEPOINT active_record_1
572
+  (0.0ms) SELECT COUNT(*) FROM "locations"
573
+  (0.3ms) rollback transaction
574
+  (0.1ms) begin transaction
575
+  (0.0ms) SAVEPOINT active_record_1
576
+ SQL (0.2ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "New Alana"], ["corporate", "f"], ["created_at", "2014-07-07 18:42:14.600874"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "AA"], ["uid", "http://foo.com"], ["updated_at", "2014-07-07 18:42:14.600874"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
577
+  (0.0ms) RELEASE SAVEPOINT active_record_1
578
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
579
+ Location Exists (0.0ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
580
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
581
+  (0.0ms) SAVEPOINT active_record_1
582
+ SQL (0.2ms) UPDATE "locations" SET "name" = ?, "neighborhood" = ?, "updated_at" = ? WHERE "locations"."id" = 1 [["name", "Hollywood"], ["neighborhood", "River West"], ["updated_at", "2014-07-07 18:42:14.603521"]]
583
+  (0.0ms) RELEASE SAVEPOINT active_record_1
584
+ Location Exists (0.0ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
585
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
586
+  (0.0ms) SAVEPOINT active_record_1
587
+ SQL (0.1ms) INSERT INTO "locations" ("created_at", "name", "neighborhood", "updated_at", "urn") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-07-07 18:42:14.605134"], ["name", "North Shore Oahu"], ["neighborhood", "Westwood"], ["updated_at", "2014-07-07 18:42:14.605134"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
588
+  (0.0ms) RELEASE SAVEPOINT active_record_1
589
+ Location Load (0.0ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
590
+  (0.4ms) rollback transaction
591
+  (0.0ms) begin transaction
592
+  (0.1ms) SAVEPOINT active_record_1
593
+ SQL (0.3ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "New Leramouth"], ["corporate", "f"], ["created_at", "2014-07-07 18:42:14.625691"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "MO"], ["uid", "http://foo.com"], ["updated_at", "2014-07-07 18:42:14.625691"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
594
+  (0.1ms) RELEASE SAVEPOINT active_record_1
595
+ Location Load (0.0ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
596
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
597
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
598
+  (0.0ms) SAVEPOINT active_record_1
599
+ SQL (0.2ms) UPDATE "locations" SET "name" = ?, "neighborhood" = ?, "updated_at" = ? WHERE "locations"."id" = 1 [["name", "Hollywood"], ["neighborhood", "River West"], ["updated_at", "2014-07-07 18:42:14.628491"]]
600
+  (0.0ms) RELEASE SAVEPOINT active_record_1
601
+ Location Exists (0.0ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
602
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
603
+  (0.0ms) SAVEPOINT active_record_1
604
+ SQL (0.1ms) INSERT INTO "locations" ("created_at", "name", "neighborhood", "updated_at", "urn") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-07-07 18:42:14.630080"], ["name", "North Shore Oahu"], ["neighborhood", "Westwood"], ["updated_at", "2014-07-07 18:42:14.630080"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
605
+  (0.0ms) RELEASE SAVEPOINT active_record_1
606
+ Location Load (0.0ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
607
+  (0.5ms) rollback transaction
608
+  (0.1ms) begin transaction
609
+  (0.1ms) SAVEPOINT active_record_1
610
+ SQL (0.2ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "Kanefort"], ["corporate", "f"], ["created_at", "2014-07-07 18:42:14.653576"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "ME"], ["uid", "http://foo.com"], ["updated_at", "2014-07-07 18:42:14.653576"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
611
+  (0.0ms) RELEASE SAVEPOINT active_record_1
612
+  (0.1ms) SELECT COUNT(*) FROM "locations"
613
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
614
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
615
+  (0.0ms) SAVEPOINT active_record_1
616
+ SQL (0.2ms) UPDATE "locations" SET "name" = ?, "updated_at" = ? WHERE "locations"."id" = 1 [["name", "Hollywood"], ["updated_at", "2014-07-07 18:42:14.655840"]]
617
+  (0.0ms) RELEASE SAVEPOINT active_record_1
618
+ Location Exists (0.0ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
619
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
620
+  (0.0ms) SAVEPOINT active_record_1
621
+ SQL (0.1ms) INSERT INTO "locations" ("created_at", "name", "updated_at", "urn") VALUES (?, ?, ?, ?) [["created_at", "2014-07-07 18:42:14.657373"], ["name", "North Shore Oahu"], ["updated_at", "2014-07-07 18:42:14.657373"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
622
+  (0.0ms) RELEASE SAVEPOINT active_record_1
623
+  (0.0ms) SELECT COUNT(*) FROM "locations"
624
+  (0.5ms) rollback transaction
625
+  (0.1ms) begin transaction
626
+  (0.1ms) SAVEPOINT active_record_1
627
+ SQL (0.3ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "Lake Kylee"], ["corporate", "f"], ["created_at", "2014-07-07 18:42:14.680359"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "SC"], ["uid", "http://foo.com"], ["updated_at", "2014-07-07 18:42:14.680359"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
628
+  (0.0ms) RELEASE SAVEPOINT active_record_1
629
+ Location Load (0.0ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
630
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
631
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
632
+  (0.0ms) SAVEPOINT active_record_1
633
+ SQL (0.2ms) UPDATE "locations" SET "name" = ?, "updated_at" = ? WHERE "locations"."id" = 1 [["name", "Hollywood"], ["updated_at", "2014-07-07 18:42:14.682727"]]
634
+  (0.0ms) RELEASE SAVEPOINT active_record_1
635
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
636
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
637
+  (0.0ms) SAVEPOINT active_record_1
638
+ SQL (0.1ms) INSERT INTO "locations" ("created_at", "name", "updated_at", "urn") VALUES (?, ?, ?, ?) [["created_at", "2014-07-07 18:42:14.684177"], ["name", "North Shore Oahu"], ["updated_at", "2014-07-07 18:42:14.684177"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
639
+  (0.0ms) RELEASE SAVEPOINT active_record_1
640
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
641
+  (0.3ms) rollback transaction
642
+  (0.0ms) begin transaction
643
+  (0.0ms) SAVEPOINT active_record_1
644
+ SQL (0.2ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "Omarimouth"], ["corporate", "f"], ["created_at", "2014-07-07 18:42:14.703885"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "MN"], ["uid", "http://foo.com"], ["updated_at", "2014-07-07 18:42:14.703885"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
645
+  (0.0ms) RELEASE SAVEPOINT active_record_1
646
+ Location Load (0.0ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
647
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
648
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
649
+  (0.0ms) SAVEPOINT active_record_1
650
+ SQL (0.2ms) UPDATE "locations" SET "name" = ?, "updated_at" = ? WHERE "locations"."id" = 1 [["name", "Hollywood"], ["updated_at", "2014-07-07 18:42:14.706156"]]
651
+  (0.0ms) RELEASE SAVEPOINT active_record_1
652
+ Location Exists (0.0ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
653
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
654
+  (0.0ms) SAVEPOINT active_record_1
655
+ SQL (0.1ms) INSERT INTO "locations" ("created_at", "name", "updated_at", "urn") VALUES (?, ?, ?, ?) [["created_at", "2014-07-07 18:42:14.707682"], ["name", "North Shore Oahu"], ["updated_at", "2014-07-07 18:42:14.707682"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
656
+  (0.0ms) RELEASE SAVEPOINT active_record_1
657
+ Location Load (0.0ms) SELECT "locations".* FROM "locations" WHERE "locations"."id" = ? LIMIT 1 [["id", 1]]
658
+  (0.3ms) rollback transaction
659
+  (0.0ms) begin transaction
660
+  (0.1ms) SAVEPOINT active_record_1
661
+ SQL (0.2ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "Rueckerfort"], ["corporate", "f"], ["created_at", "2014-07-07 18:42:14.727252"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "NV"], ["uid", "http://foo.com"], ["updated_at", "2014-07-07 18:42:14.727252"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
662
+  (0.0ms) RELEASE SAVEPOINT active_record_1
663
+  (0.1ms) SELECT COUNT(*) FROM "locations"
664
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
665
+ Location Exists (0.0ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
666
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
667
+  (0.0ms) SAVEPOINT active_record_1
668
+ SQL (0.2ms) INSERT INTO "locations" ("created_at", "name", "updated_at", "urn") VALUES (?, ?, ?, ?) [["created_at", "2014-07-07 18:42:14.730132"], ["name", "North Shore Oahu"], ["updated_at", "2014-07-07 18:42:14.730132"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
669
+  (0.0ms) RELEASE SAVEPOINT active_record_1
670
+  (0.0ms) SELECT COUNT(*) FROM "locations"
671
+  (0.4ms) rollback transaction
672
+  (0.1ms) begin transaction
673
+  (0.1ms) SAVEPOINT active_record_1
674
+ SQL (0.2ms) INSERT INTO "locations" ("city", "corporate", "created_at", "domain", "name", "neighborhood", "state", "uid", "updated_at", "urn") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["city", "Port Shayne"], ["corporate", "f"], ["created_at", "2014-07-07 18:42:14.754510"], ["domain", "http://bar.com"], ["name", "Foo"], ["neighborhood", "Eastside"], ["state", "VI"], ["uid", "http://foo.com"], ["updated_at", "2014-07-07 18:42:14.754510"], ["urn", "g5-cl-1qrcyt46-hollywood"]]
675
+  (0.0ms) RELEASE SAVEPOINT active_record_1
676
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt46-hollywood' LIMIT 1
677
+ Location Exists (0.1ms) SELECT 1 AS one FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
678
+ Location Load (0.1ms) SELECT "locations".* FROM "locations" WHERE "locations"."urn" = 'g5-cl-1qrcyt47-north-shore-oahu' LIMIT 1
679
+  (0.0ms) SAVEPOINT active_record_1
680
+ SQL (0.2ms) INSERT INTO "locations" ("created_at", "name", "updated_at", "urn") VALUES (?, ?, ?, ?) [["created_at", "2014-07-07 18:42:14.757462"], ["name", "North Shore Oahu"], ["updated_at", "2014-07-07 18:42:14.757462"], ["urn", "g5-cl-1qrcyt47-north-shore-oahu"]]
681
+  (0.0ms) RELEASE SAVEPOINT active_record_1
682
+  (0.5ms) rollback transaction
683
+  (0.1ms) begin transaction
684
+  (0.1ms) rollback transaction
685
+  (0.0ms) begin transaction
686
+  (0.1ms) rollback transaction
687
+  (0.0ms) begin transaction
688
+  (0.0ms) rollback transaction
689
+  (0.1ms) begin transaction
690
+  (0.0ms) rollback transaction
metadata CHANGED
@@ -1,94 +1,83 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: g5_updatable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
5
- prerelease:
4
+ version: 0.2.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Brian Bauer
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2014-07-01 00:00:00.000000000 Z
11
+ date: 2014-07-07 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rails
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ~>
17
+ - - "~>"
20
18
  - !ruby/object:Gem::Version
21
- version: 4.1.0
19
+ version: 4.1.4
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ~>
24
+ - - "~>"
28
25
  - !ruby/object:Gem::Version
29
- version: 4.1.0
26
+ version: 4.1.4
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: microformats2
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - ">="
36
32
  - !ruby/object:Gem::Version
37
33
  version: '0'
38
34
  type: :runtime
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - ">="
44
39
  - !ruby/object:Gem::Version
45
40
  version: '0'
46
41
  - !ruby/object:Gem::Dependency
47
42
  name: virtus
48
43
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
44
  requirements:
51
- - - ! '>='
45
+ - - ">="
52
46
  - !ruby/object:Gem::Version
53
47
  version: '0'
54
48
  type: :runtime
55
49
  prerelease: false
56
50
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
51
  requirements:
59
- - - ! '>='
52
+ - - ">="
60
53
  - !ruby/object:Gem::Version
61
54
  version: '0'
62
55
  - !ruby/object:Gem::Dependency
63
56
  name: sqlite3
64
57
  requirement: !ruby/object:Gem::Requirement
65
- none: false
66
58
  requirements:
67
- - - ! '>='
59
+ - - ">="
68
60
  - !ruby/object:Gem::Version
69
61
  version: '0'
70
62
  type: :development
71
63
  prerelease: false
72
64
  version_requirements: !ruby/object:Gem::Requirement
73
- none: false
74
65
  requirements:
75
- - - ! '>='
66
+ - - ">="
76
67
  - !ruby/object:Gem::Version
77
68
  version: '0'
78
69
  - !ruby/object:Gem::Dependency
79
70
  name: rspec-rails
80
71
  requirement: !ruby/object:Gem::Requirement
81
- none: false
82
72
  requirements:
83
- - - ~>
73
+ - - "~>"
84
74
  - !ruby/object:Gem::Version
85
75
  version: 3.0.0
86
76
  type: :development
87
77
  prerelease: false
88
78
  version_requirements: !ruby/object:Gem::Requirement
89
- none: false
90
79
  requirements:
91
- - - ~>
80
+ - - "~>"
92
81
  - !ruby/object:Gem::Version
93
82
  version: 3.0.0
94
83
  description: Client/Locations data update engine for G5 applications
@@ -98,6 +87,9 @@ executables: []
98
87
  extensions: []
99
88
  extra_rdoc_files: []
100
89
  files:
90
+ - MIT-LICENSE
91
+ - README.md
92
+ - Rakefile
101
93
  - app/assets/javascripts/g5_updatable/application.js
102
94
  - app/assets/stylesheets/g5_updatable/application.css
103
95
  - app/controllers/g5_updatable/application_controller.rb
@@ -105,6 +97,7 @@ files:
105
97
  - app/helpers/g5_updatable/application_helper.rb
106
98
  - app/views/layouts/g5_updatable/application.html.erb
107
99
  - config/routes.rb
100
+ - lib/g5_updatable.rb
108
101
  - lib/g5_updatable/client_feed_processor.rb
109
102
  - lib/g5_updatable/client_updater.rb
110
103
  - lib/g5_updatable/engine.rb
@@ -113,14 +106,12 @@ files:
113
106
  - lib/g5_updatable/g5_location.rb
114
107
  - lib/g5_updatable/locations_updater.rb
115
108
  - lib/g5_updatable/version.rb
116
- - lib/g5_updatable.rb
109
+ - lib/generators/g5_updatable/install/USAGE
117
110
  - lib/generators/g5_updatable/install/install_generator.rb
118
111
  - lib/generators/g5_updatable/install/templates/g5_updatable.rb
119
- - lib/generators/g5_updatable/install/USAGE
120
112
  - lib/tasks/g5_updatable_tasks.rake
121
- - MIT-LICENSE
122
- - Rakefile
123
- - README.md
113
+ - spec/dummy/README.rdoc
114
+ - spec/dummy/Rakefile
124
115
  - spec/dummy/app/assets/javascripts/application.js
125
116
  - spec/dummy/app/assets/stylesheets/application.css
126
117
  - spec/dummy/app/controllers/application_controller.rb
@@ -131,6 +122,7 @@ files:
131
122
  - spec/dummy/bin/bundle
132
123
  - spec/dummy/bin/rails
133
124
  - spec/dummy/bin/rake
125
+ - spec/dummy/config.ru
134
126
  - spec/dummy/config/application.rb
135
127
  - spec/dummy/config/boot.rb
136
128
  - spec/dummy/config/database.yml
@@ -150,19 +142,17 @@ files:
150
142
  - spec/dummy/config/locales/en.yml
151
143
  - spec/dummy/config/routes.rb
152
144
  - spec/dummy/config/secrets.yml
153
- - spec/dummy/config.ru
154
145
  - spec/dummy/db/development.sqlite3
155
146
  - spec/dummy/db/migrate/20140630175259_create_locations.rb
156
147
  - spec/dummy/db/migrate/20140630175330_create_clients.rb
157
148
  - spec/dummy/db/schema.rb
158
149
  - spec/dummy/db/test.sqlite3
159
150
  - spec/dummy/log/development.log
151
+ - spec/dummy/log/test.log
160
152
  - spec/dummy/public/404.html
161
153
  - spec/dummy/public/422.html
162
154
  - spec/dummy/public/500.html
163
155
  - spec/dummy/public/favicon.ico
164
- - spec/dummy/Rakefile
165
- - spec/dummy/README.rdoc
166
156
  - spec/dummy/spec/fabricators/client_fabricator.rb
167
157
  - spec/dummy/spec/fabricators/location_fabricator.rb
168
158
  - spec/dummy/spec/models/client_spec.rb
@@ -185,33 +175,26 @@ files:
185
175
  homepage: https://github.com/G5/g5_updatable
186
176
  licenses:
187
177
  - MIT
178
+ metadata: {}
188
179
  post_install_message:
189
180
  rdoc_options: []
190
181
  require_paths:
191
182
  - lib
192
183
  required_ruby_version: !ruby/object:Gem::Requirement
193
- none: false
194
184
  requirements:
195
- - - ! '>='
185
+ - - ">="
196
186
  - !ruby/object:Gem::Version
197
187
  version: '0'
198
- segments:
199
- - 0
200
- hash: -4247151774770677057
201
188
  required_rubygems_version: !ruby/object:Gem::Requirement
202
- none: false
203
189
  requirements:
204
- - - ! '>='
190
+ - - ">="
205
191
  - !ruby/object:Gem::Version
206
192
  version: '0'
207
- segments:
208
- - 0
209
- hash: -4247151774770677057
210
193
  requirements: []
211
194
  rubyforge_project:
212
- rubygems_version: 1.8.25
195
+ rubygems_version: 2.2.2
213
196
  signing_key:
214
- specification_version: 3
197
+ specification_version: 4
215
198
  summary: Client/Locations data update engine for G5 applications
216
199
  test_files:
217
200
  - spec/dummy/app/assets/javascripts/application.js
@@ -250,6 +233,7 @@ test_files:
250
233
  - spec/dummy/db/schema.rb
251
234
  - spec/dummy/db/test.sqlite3
252
235
  - spec/dummy/log/development.log
236
+ - spec/dummy/log/test.log
253
237
  - spec/dummy/public/404.html
254
238
  - spec/dummy/public/422.html
255
239
  - spec/dummy/public/500.html