bookingsync-engine 0.4.4 → 0.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/bookingsync/engine.rb +1 -1
- data/lib/bookingsync/engine/version.rb +1 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/test.log +272 -1887
- metadata +3 -5
- data/spec/dummy/log/development.log +0 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 75f31ae9cf0b2602dbbab9ea743bb5cfa537e7fb
|
4
|
+
data.tar.gz: b554f66299b9df0f0f5482d032da16c48ec0733b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2ddb554ba0f1411576fd6e8019d92c5b002098542fabc2c04f93b4a4546d005189ad2510043431877c93aece5bbf001074a1136f8e259f0ea934f5f8037aedb3
|
7
|
+
data.tar.gz: 5c4e004307873196d810215b3c127405dd28238158af1acd3778f2bf940b6c27039112b818af517974814e7857030787dc1d3fb31156c565cf5af9fb60144511
|
data/lib/bookingsync/engine.rb
CHANGED
data/spec/dummy/db/test.sqlite3
CHANGED
Binary file
|
data/spec/dummy/log/test.log
CHANGED
@@ -1,2002 +1,387 @@
|
|
1
|
-
[1m[36m (0.
|
2
|
-
|
3
|
-
Rendered text template (0.0ms)
|
4
|
-
Filter chain halted as :authenticate_account! rendered or redirected
|
5
|
-
Completed 401 Unauthorized in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
6
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
7
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8
|
-
Processing by AuthenticatedController#index as JS
|
9
|
-
Filter chain halted as :authenticate_account! rendered or redirected
|
10
|
-
Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
11
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
12
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
13
|
-
Processing by AuthenticatedController#index as HTML
|
14
|
-
Redirected to http://test.host/auth/bookingsync/?account_id=
|
15
|
-
Filter chain halted as :authenticate_account! rendered or redirected
|
16
|
-
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
17
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
1
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
2
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
18
3
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
19
|
-
Processing by AuthenticatedController#index as HTML
|
20
|
-
Filter chain halted as :authenticate_account! rendered or redirected
|
21
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
22
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
23
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24
|
-
Processing by SessionsController#create as HTML
|
25
|
-
Parameters: {"provider"=>"bookingsync"}
|
26
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
27
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
28
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
29
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-11 15:46:47.450447"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-11 15:46:47.450447"]]
|
30
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
31
|
-
Redirected to http://test.host/
|
32
|
-
Completed 302 Found in 15ms (ActiveRecord: 1.2ms)
|
33
|
-
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
34
|
-
[1m[35m (0.0ms)[0m begin transaction
|
35
|
-
Processing by SessionsController#create as HTML
|
36
|
-
Parameters: {"provider"=>"bookingsync"}
|
37
|
-
[1m[36mAccount Load (0.1ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
38
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
39
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
40
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2015-02-11 15:46:47.454804"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-11 15:46:47.454804"]]
|
41
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
42
|
-
Redirected to http://test.host/
|
43
|
-
Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
|
44
|
-
[1m[35m (0.3ms)[0m rollback transaction
|
45
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
46
|
-
Processing by SessionsController#create as HTML
|
47
|
-
Parameters: {"provider"=>"bookingsync"}
|
48
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
49
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
50
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
51
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-11 15:46:47.457947"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-11 15:46:47.457947"]]
|
52
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
53
|
-
Redirected to http://test.host/admin
|
54
|
-
Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
|
55
|
-
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
56
|
-
[1m[35m (0.0ms)[0m begin transaction
|
57
|
-
Processing by SessionsController#destroy as HTML
|
58
|
-
Redirected to http://test.host/signed_out
|
59
|
-
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
60
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
61
|
-
[1m[35m (0.0ms)[0m begin transaction
|
62
|
-
Processing by SessionsController#destroy as HTML
|
63
|
-
Redirected to http://test.host/
|
64
|
-
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
65
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
66
|
-
[1m[35m (0.0ms)[0m begin transaction
|
67
|
-
Processing by SessionsController#failure as HTML
|
68
|
-
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
69
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
70
|
-
[1m[35m (0.0ms)[0m begin transaction
|
71
|
-
Processing by SessionsController#failure as HTML
|
72
|
-
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
73
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
74
|
-
[1m[35m (0.0ms)[0m begin transaction
|
75
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
76
|
-
[1m[35m (0.0ms)[0m begin transaction
|
77
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
78
|
-
[1m[35m (0.0ms)[0m begin transaction
|
79
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
80
|
-
[1m[35m (0.0ms)[0m begin transaction
|
81
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
82
|
-
[1m[35m (0.0ms)[0m begin transaction
|
83
|
-
[1m[36mAccount Load (0.1ms)[0m [1mSELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" ASC LIMIT 1[0m
|
84
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
85
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "accounts" ("created_at", "uid", "updated_at") VALUES (?, ?, ?)[0m [["created_at", "2015-02-11 15:46:47.475554"], ["uid", 0], ["updated_at", "2015-02-11 15:46:47.475554"]]
|
86
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
87
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 0 LIMIT 1[0m
|
88
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 0 LIMIT 1
|
89
|
-
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
90
|
-
[1m[35m (0.0ms)[0m begin transaction
|
91
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
92
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
93
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-11 15:46:47.483734"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-11 15:46:47.483734"]]
|
94
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
95
|
-
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "accounts"[0m
|
96
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
97
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
98
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
99
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-11 15:46:47.486462"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-11 15:46:47.486462"]]
|
100
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
101
|
-
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "accounts"[0m
|
102
|
-
[1m[35m (0.6ms)[0m rollback transaction
|
103
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
104
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
105
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
106
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-11 15:46:47.488922"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-11 15:46:47.488922"]]
|
107
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
108
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
109
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
110
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
111
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-11 15:46:47.490168"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-11 15:46:47.490168"]]
|
112
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
113
|
-
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
114
|
-
[1m[35m (0.0ms)[0m begin transaction
|
115
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
116
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
117
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-11 15:46:47.492300"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-11 15:46:47.492300"]]
|
118
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
119
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
120
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
121
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
122
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2015-02-11 15:46:47.493446"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-11 15:46:47.493446"]]
|
123
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
124
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
125
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
126
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
127
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
128
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-11 15:46:47.495332"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-11 15:46:47.495332"]]
|
129
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
130
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
131
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
132
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
133
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-11 15:46:47.496435"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-11 15:46:47.496435"]]
|
134
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
135
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
136
|
-
[1m[35m (0.0ms)[0m begin transaction
|
137
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
138
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
139
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-11 15:46:47.498489"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-11 15:46:47.498489"]]
|
140
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
141
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
142
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
143
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-11 15:46:47.499392"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-11 15:46:47.499392"]]
|
144
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
145
|
-
[1m[36mAccount Load (0.1ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
146
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
147
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1[0m
|
148
|
-
[1m[35mSQL (0.1ms)[0m UPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2 [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-11 15:46:47.500921"]]
|
149
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
150
|
-
[1m[35m (0.6ms)[0m rollback transaction
|
151
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
152
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
153
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
154
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-11 15:46:47.503144"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-11 15:46:47.503144"]]
|
155
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
156
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
157
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
158
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-11 15:46:47.503952"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-11 15:46:47.503952"]]
|
159
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
160
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
161
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
162
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1
|
163
|
-
[1m[36mSQL (0.0ms)[0m [1mUPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2[0m [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-11 15:46:47.505075"]]
|
164
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
165
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1[0m [["id", 2]]
|
166
|
-
[1m[35m (0.6ms)[0m rollback transaction
|
167
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
168
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
169
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
170
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-11 15:46:47.506981"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-11 15:46:47.506981"]]
|
171
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
172
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
173
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
174
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-11 15:46:47.507829"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-11 15:46:47.507829"]]
|
175
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
176
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
177
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
178
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1
|
179
|
-
[1m[36mSQL (0.0ms)[0m [1mUPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2[0m [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-11 15:46:47.508930"]]
|
180
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
181
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1[0m [["id", 2]]
|
182
|
-
[1m[35m (0.6ms)[0m rollback transaction
|
183
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
184
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
185
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
186
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
187
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1[0m
|
188
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-02-11 15:46:47.514663"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires"], ["oauth_refresh_token", "refresh"], ["updated_at", "2015-02-11 15:46:47.514663"]]
|
189
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
190
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
191
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 1) LIMIT 1[0m
|
192
|
-
[1m[35mSQL (1.1ms)[0m UPDATE "accounts" SET "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 1 [["oauth_access_token", nil], ["oauth_expires_at", nil], ["oauth_refresh_token", nil], ["updated_at", "2015-02-11 15:46:47.515717"]]
|
193
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
194
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 1]]
|
195
|
-
[1m[36m (4.8ms)[0m [1mrollback transaction[0m
|
196
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
197
|
-
Processing by AuthenticatedController#index as HTML
|
198
|
-
Rendered text template (0.0ms)
|
199
|
-
Filter chain halted as :authenticate_account! rendered or redirected
|
200
|
-
Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
201
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
202
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
203
|
-
Processing by AuthenticatedController#index as HTML
|
204
|
-
Redirected to http://test.host/auth/bookingsync/?account_id=
|
205
|
-
Filter chain halted as :authenticate_account! rendered or redirected
|
206
|
-
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
207
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
208
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
209
|
-
Processing by AuthenticatedController#index as JS
|
210
|
-
Filter chain halted as :authenticate_account! rendered or redirected
|
211
|
-
Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
212
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
213
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
214
|
-
Processing by AuthenticatedController#index as JS
|
215
|
-
Filter chain halted as :authenticate_account! rendered or redirected
|
216
|
-
Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
217
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
218
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
219
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" ASC LIMIT 1
|
220
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
221
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "accounts" ("created_at", "uid", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-02-11 15:49:40.531833"], ["uid", 0], ["updated_at", "2015-02-11 15:49:40.531833"]]
|
222
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
223
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 0 LIMIT 1
|
224
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 0 LIMIT 1[0m
|
225
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
226
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
227
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
228
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1[0m
|
229
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-02-11 15:49:40.544303"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires"], ["oauth_refresh_token", "refresh"], ["updated_at", "2015-02-11 15:49:40.544303"]]
|
230
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
231
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
232
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 1) LIMIT 1[0m
|
233
|
-
[1m[35mSQL (0.3ms)[0m UPDATE "accounts" SET "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 1 [["oauth_access_token", nil], ["oauth_expires_at", nil], ["oauth_refresh_token", nil], ["updated_at", "2015-02-11 15:49:40.545706"]]
|
234
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
235
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 1]]
|
236
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
237
|
-
[1m[35m (0.0ms)[0m begin transaction
|
238
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
239
|
-
[1m[35m (0.0ms)[0m begin transaction
|
240
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
241
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
242
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-11 15:49:40.555312"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-11 15:49:40.555312"]]
|
243
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
244
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
245
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
246
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-11 15:49:40.556260"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-11 15:49:40.556260"]]
|
247
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
248
|
-
[1m[36mAccount Load (0.1ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
249
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
250
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1[0m
|
251
|
-
[1m[35mSQL (0.1ms)[0m UPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2 [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-11 15:49:40.559001"]]
|
252
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
253
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
254
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
255
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
256
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
257
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-11 15:49:40.561107"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-11 15:49:40.561107"]]
|
258
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
259
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
260
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
261
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-11 15:49:40.561907"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-11 15:49:40.561907"]]
|
262
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
263
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
264
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
265
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1
|
266
|
-
[1m[36mSQL (0.0ms)[0m [1mUPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2[0m [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-11 15:49:40.563009"]]
|
267
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
268
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1[0m [["id", 2]]
|
269
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
270
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
271
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
272
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
273
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-11 15:49:40.564753"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-11 15:49:40.564753"]]
|
274
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
275
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
276
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
277
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-11 15:49:40.565494"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-11 15:49:40.565494"]]
|
278
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
279
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
280
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
281
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1
|
282
|
-
[1m[36mSQL (0.0ms)[0m [1mUPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2[0m [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-11 15:49:40.566666"]]
|
283
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
284
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1[0m [["id", 2]]
|
285
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
286
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
287
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
288
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
289
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-11 15:49:40.568805"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-11 15:49:40.568805"]]
|
290
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
291
|
-
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "accounts"
|
292
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
293
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
294
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
295
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2015-02-11 15:49:40.571337"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-11 15:49:40.571337"]]
|
296
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
297
|
-
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "accounts"
|
298
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
299
|
-
[1m[35m (0.0ms)[0m begin transaction
|
300
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
301
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
302
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-11 15:49:40.573462"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-11 15:49:40.573462"]]
|
303
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
304
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
305
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
306
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
307
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2015-02-11 15:49:40.574490"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-11 15:49:40.574490"]]
|
308
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
309
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
310
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
311
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
312
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
313
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-11 15:49:40.576222"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-11 15:49:40.576222"]]
|
314
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
315
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
316
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
317
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
318
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-11 15:49:40.577248"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-11 15:49:40.577248"]]
|
319
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
320
|
-
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
321
|
-
[1m[35m (0.0ms)[0m begin transaction
|
322
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
323
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
324
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-11 15:49:40.579157"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-11 15:49:40.579157"]]
|
325
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
326
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
327
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
328
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
329
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2015-02-11 15:49:40.580226"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-11 15:49:40.580226"]]
|
330
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
331
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
332
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
333
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
334
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
335
4
|
[1m[35m (0.0ms)[0m rollback transaction
|
336
|
-
[1m[36m (0.
|
5
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
337
10
|
[1m[35m (0.0ms)[0m rollback transaction
|
338
11
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
339
12
|
[1m[35m (0.0ms)[0m rollback transaction
|
340
|
-
[1m[36m (0.
|
341
|
-
Processing by SessionsController#create as HTML
|
342
|
-
Parameters: {"provider"=>"bookingsync"}
|
343
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
344
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
345
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
346
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-11 15:49:40.588056"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-11 15:49:40.588056"]]
|
347
|
-
[1m[35m (0.4ms)[0m RELEASE SAVEPOINT active_record_1
|
348
|
-
Redirected to http://test.host/
|
349
|
-
Completed 302 Found in 2ms (ActiveRecord: 0.7ms)
|
350
|
-
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
351
|
-
[1m[35m (0.0ms)[0m begin transaction
|
352
|
-
Processing by SessionsController#create as HTML
|
353
|
-
Parameters: {"provider"=>"bookingsync"}
|
354
|
-
[1m[36mAccount Load (0.1ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
355
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
356
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
357
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2015-02-11 15:49:40.591910"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-11 15:49:40.591910"]]
|
358
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
359
|
-
Redirected to http://test.host/admin
|
360
|
-
Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
|
361
|
-
[1m[35m (0.3ms)[0m rollback transaction
|
362
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
363
|
-
Processing by SessionsController#create as HTML
|
364
|
-
Parameters: {"provider"=>"bookingsync"}
|
365
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
366
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
367
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
368
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-11 15:49:40.594608"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-11 15:49:40.594608"]]
|
369
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
370
|
-
Redirected to http://test.host/
|
371
|
-
Completed 302 Found in 1ms (ActiveRecord: 0.3ms)
|
372
|
-
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
373
|
-
[1m[35m (0.0ms)[0m begin transaction
|
374
|
-
Processing by SessionsController#failure as HTML
|
375
|
-
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
376
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
377
|
-
[1m[35m (0.0ms)[0m begin transaction
|
378
|
-
Processing by SessionsController#failure as HTML
|
379
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
380
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
381
|
-
[1m[35m (0.1ms)[0m begin transaction
|
382
|
-
Processing by SessionsController#destroy as HTML
|
383
|
-
Redirected to http://test.host/
|
384
|
-
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
385
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
386
|
-
[1m[35m (0.0ms)[0m begin transaction
|
387
|
-
Processing by SessionsController#destroy as HTML
|
388
|
-
Redirected to http://test.host/signed_out
|
389
|
-
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
390
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
391
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
13
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
392
14
|
[1m[35m (0.0ms)[0m rollback transaction
|
393
15
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
394
16
|
[1m[35m (0.0ms)[0m rollback transaction
|
395
17
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
396
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" ASC LIMIT 1
|
397
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
398
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "accounts" ("created_at", "uid", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-02-12 20:01:06.371988"], ["uid", 0], ["updated_at", "2015-02-12 20:01:06.371988"]]
|
399
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
400
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 0 LIMIT 1
|
401
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 0 LIMIT 1[0m
|
402
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
403
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
404
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
405
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
406
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-12 20:01:06.389273"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-12 20:01:06.389273"]]
|
407
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
408
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
409
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
410
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-12 20:01:06.390208"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-12 20:01:06.390208"]]
|
411
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
412
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
413
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
414
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1
|
415
|
-
[1m[36mSQL (0.1ms)[0m [1mUPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2[0m [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-12 20:01:06.394590"]]
|
416
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
417
|
-
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
418
|
-
[1m[35m (0.0ms)[0m begin transaction
|
419
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
420
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
421
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:01:06.397910"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-12 20:01:06.397910"]]
|
422
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
423
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
424
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
425
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:01:06.398765"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-12 20:01:06.398765"]]
|
426
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
427
|
-
[1m[36mAccount Load (0.1ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
428
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
429
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1[0m
|
430
|
-
[1m[35mSQL (0.0ms)[0m UPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2 [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-12 20:01:06.399960"]]
|
431
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
432
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 2]]
|
433
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
434
|
-
[1m[35m (0.0ms)[0m begin transaction
|
435
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
436
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
437
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:01:06.401788"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-12 20:01:06.401788"]]
|
438
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
439
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
440
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
441
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:01:06.402598"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-12 20:01:06.402598"]]
|
442
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
443
|
-
[1m[36mAccount Load (0.1ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
444
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
445
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1[0m
|
446
|
-
[1m[35mSQL (0.0ms)[0m UPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2 [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-12 20:01:06.403630"]]
|
447
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
448
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 2]]
|
449
|
-
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
450
|
-
[1m[35m (0.0ms)[0m begin transaction
|
451
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
452
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
453
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:01:06.405479"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-12 20:01:06.405479"]]
|
454
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
455
|
-
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "accounts"[0m
|
456
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
457
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
458
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
459
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:01:06.408899"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-12 20:01:06.408899"]]
|
460
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
461
|
-
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "accounts"[0m
|
462
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
463
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
464
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
465
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
466
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-12 20:01:06.411202"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-12 20:01:06.411202"]]
|
467
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
468
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
469
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
470
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
471
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:01:06.412254"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-12 20:01:06.412254"]]
|
472
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
473
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
474
|
-
[1m[35m (0.0ms)[0m begin transaction
|
475
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
476
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
477
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:01:06.414042"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-12 20:01:06.414042"]]
|
478
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
479
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
480
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
481
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
482
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:01:06.415033"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-12 20:01:06.415033"]]
|
483
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
484
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
485
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
486
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
487
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
488
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-12 20:01:06.416719"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-12 20:01:06.416719"]]
|
489
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
490
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
491
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
492
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
493
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:01:06.417803"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-12 20:01:06.417803"]]
|
494
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
495
|
-
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
496
|
-
[1m[35m (0.0ms)[0m begin transaction
|
497
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
498
|
-
[1m[35mAccount Exists (0.2ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1
|
499
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:01:06.420932"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires"], ["oauth_refresh_token", "refresh"], ["updated_at", "2015-02-12 20:01:06.420932"]]
|
500
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
501
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
502
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 1) LIMIT 1
|
503
|
-
[1m[36mSQL (0.3ms)[0m [1mUPDATE "accounts" SET "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 1[0m [["oauth_access_token", nil], ["oauth_expires_at", nil], ["oauth_refresh_token", nil], ["updated_at", "2015-02-12 20:01:06.422276"]]
|
504
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
505
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1[0m [["id", 1]]
|
506
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
507
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
508
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
509
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
510
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-12 20:01:24.852149"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-12 20:01:24.852149"]]
|
511
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
512
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
513
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
514
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-12 20:01:24.853500"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-12 20:01:24.853500"]]
|
515
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
516
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
517
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
518
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1
|
519
|
-
[1m[36mSQL (0.1ms)[0m [1mUPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2[0m [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-12 20:01:24.857196"]]
|
520
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
521
|
-
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
522
|
-
[1m[35m (0.0ms)[0m begin transaction
|
523
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
524
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
525
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:01:24.860005"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-12 20:01:24.860005"]]
|
526
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
527
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
528
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
529
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:01:24.860892"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-12 20:01:24.860892"]]
|
530
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
531
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
532
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
533
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1[0m
|
534
|
-
[1m[35mSQL (0.0ms)[0m UPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2 [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-12 20:01:24.862066"]]
|
535
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
536
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 2]]
|
537
|
-
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
538
|
-
[1m[35m (0.0ms)[0m begin transaction
|
539
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
540
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
541
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:01:24.864769"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-12 20:01:24.864769"]]
|
542
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
543
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
544
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
545
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:01:24.865648"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-12 20:01:24.865648"]]
|
546
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
547
|
-
[1m[36mAccount Load (0.1ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
548
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
549
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1[0m
|
550
|
-
[1m[35mSQL (0.1ms)[0m UPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2 [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-12 20:01:24.866777"]]
|
551
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
552
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 2]]
|
553
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
554
|
-
[1m[35m (0.0ms)[0m begin transaction
|
555
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
556
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
557
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:01:24.869347"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-12 20:01:24.869347"]]
|
558
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
559
|
-
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "accounts"[0m
|
560
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
561
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
562
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
563
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:01:24.871921"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-12 20:01:24.871921"]]
|
564
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
565
|
-
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "accounts"[0m
|
566
|
-
[1m[35m (0.6ms)[0m rollback transaction
|
567
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
568
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
569
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
570
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-12 20:01:24.874052"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-12 20:01:24.874052"]]
|
571
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
572
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
573
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
574
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
575
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:01:24.875093"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-12 20:01:24.875093"]]
|
576
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
577
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
578
|
-
[1m[35m (0.0ms)[0m begin transaction
|
579
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
580
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
581
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:01:24.876954"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-12 20:01:24.876954"]]
|
582
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
583
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
584
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
585
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
586
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:01:24.877964"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-12 20:01:24.877964"]]
|
587
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
588
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
589
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
590
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
591
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
592
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-12 20:01:24.879669"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-12 20:01:24.879669"]]
|
593
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
594
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
595
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
596
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
597
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:01:24.880708"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-12 20:01:24.880708"]]
|
598
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
599
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
600
|
-
[1m[35m (0.0ms)[0m begin transaction
|
601
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
602
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
603
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:01:24.882712"], ["oauth_access_token", "token"], ["oauth_expires_at", 1423857684], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:01:24.882712"]]
|
604
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
605
|
-
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
606
|
-
[1m[35m (0.0ms)[0m begin transaction
|
607
|
-
[1m[36mAccount Load (0.1ms)[0m [1mSELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" ASC LIMIT 1[0m
|
608
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
609
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "uid", "updated_at") VALUES (?, ?, ?)[0m [["created_at", "2015-02-12 20:01:24.887200"], ["uid", 0], ["updated_at", "2015-02-12 20:01:24.887200"]]
|
610
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
611
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 0 LIMIT 1[0m
|
612
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 0 LIMIT 1
|
613
|
-
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
614
|
-
[1m[35m (0.0ms)[0m begin transaction
|
615
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
616
|
-
[1m[35m (0.0ms)[0m begin transaction
|
617
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
618
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1
|
619
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:01:24.900178"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires"], ["oauth_refresh_token", "refresh"], ["updated_at", "2015-02-12 20:01:24.900178"]]
|
620
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
621
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
622
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 1) LIMIT 1
|
623
|
-
[1m[36mSQL (0.2ms)[0m [1mUPDATE "accounts" SET "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 1[0m [["oauth_access_token", nil], ["oauth_expires_at", nil], ["oauth_refresh_token", nil], ["updated_at", "2015-02-12 20:01:24.901135"]]
|
624
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
625
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1[0m [["id", 1]]
|
626
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
627
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
628
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
629
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
630
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:01:31.125780"], ["oauth_access_token", "token"], ["oauth_expires_at", 1423857691], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:01:31.125780"]]
|
631
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
632
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
633
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
634
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
635
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
636
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:01:55.797523"], ["oauth_access_token", "token"], ["oauth_expires_at", 1423857715], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:01:55.797523"]]
|
637
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
638
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
639
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
640
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
641
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
642
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:06:16.319287"], ["oauth_access_token", "token"], ["oauth_expires_at", 1423685176], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:06:16.319287"]]
|
643
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
644
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
645
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
646
18
|
[1m[35m (0.0ms)[0m rollback transaction
|
647
19
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
648
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
649
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
650
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:06:16.322197"], ["oauth_access_token", "token"], ["oauth_expires_at", 1423857976], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:06:16.322197"]]
|
651
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
652
|
-
[1m[35m (0.3ms)[0m rollback transaction
|
653
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
654
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
655
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
656
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:07:09.770187"], ["oauth_access_token", "token"], ["oauth_expires_at", 1423858029], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:07:09.770187"]]
|
657
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
658
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
659
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
660
20
|
[1m[35m (0.0ms)[0m rollback transaction
|
661
|
-
[1m[36m (0.
|
662
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
663
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
664
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:07:09.777507"], ["oauth_access_token", "token"], ["oauth_expires_at", 1423685229], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:07:09.777507"]]
|
665
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
666
|
-
[1m[35m (0.3ms)[0m rollback transaction
|
667
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
668
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
669
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
670
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:07:19.000194"], ["oauth_access_token", "token"], ["oauth_expires_at", 1423685238], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:07:19.000194"]]
|
671
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
672
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
673
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
674
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
675
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
676
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:07:19.002839"], ["oauth_access_token", "token"], ["oauth_expires_at", 1423685239], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:07:19.002839"]]
|
677
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
678
|
-
[1m[35m (0.3ms)[0m rollback transaction
|
679
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
680
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
681
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
682
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:07:19.004445"], ["oauth_access_token", "token"], ["oauth_expires_at", 1423858039], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:07:19.004445"]]
|
683
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
684
|
-
[1m[35m (0.3ms)[0m rollback transaction
|
685
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
686
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
687
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
688
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:07:45.038363"], ["oauth_access_token", "token"], ["oauth_expires_at", 1423858065], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:07:45.038363"]]
|
689
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
690
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
691
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
692
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
693
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
694
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:07:45.045485"], ["oauth_access_token", "token"], ["oauth_expires_at", 1423685265], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:07:45.045485"]]
|
695
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
696
|
-
[1m[35m (0.3ms)[0m rollback transaction
|
697
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
698
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
699
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
700
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:07:45.047345"], ["oauth_access_token", "token"], ["oauth_expires_at", 1423685265], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:07:45.047345"]]
|
701
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
702
|
-
[1m[35m (0.3ms)[0m rollback transaction
|
703
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
704
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
705
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
706
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:07:51.526990"], ["oauth_access_token", "token"], ["oauth_expires_at", 1423858071], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:07:51.526990"]]
|
707
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
708
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
709
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
710
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
711
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
712
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:07:51.533708"], ["oauth_access_token", "token"], ["oauth_expires_at", 1423685271], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:07:51.533708"]]
|
713
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
714
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
715
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 1) LIMIT 1[0m
|
716
|
-
[1m[35mSQL (0.2ms)[0m UPDATE "accounts" SET "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 1 [["oauth_access_token", "refreshed_token"], ["oauth_expires_at", 1423944471], ["oauth_refresh_token", "refreshed_refresh_token"], ["updated_at", "2015-02-12 20:07:51.534846"]]
|
717
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
718
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
719
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
720
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
721
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
722
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:07:51.537102"], ["oauth_access_token", "token"], ["oauth_expires_at", 1423685271], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:07:51.537102"]]
|
723
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
724
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
725
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 1) LIMIT 1[0m
|
726
|
-
[1m[35mSQL (0.1ms)[0m UPDATE "accounts" SET "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 1 [["oauth_access_token", "refreshed_token"], ["oauth_expires_at", 1423944471], ["oauth_refresh_token", "refreshed_refresh_token"], ["updated_at", "2015-02-12 20:07:51.538004"]]
|
727
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
728
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 1]]
|
729
|
-
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
730
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
731
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
732
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
733
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:07:59.469958"], ["oauth_access_token", "token"], ["oauth_expires_at", 1423858079], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:07:59.469958"]]
|
734
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
735
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
736
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
737
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
738
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
739
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:07:59.476828"], ["oauth_access_token", "token"], ["oauth_expires_at", 1423685279], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:07:59.476828"]]
|
740
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
741
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
742
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 1) LIMIT 1[0m
|
743
|
-
[1m[35mSQL (0.2ms)[0m UPDATE "accounts" SET "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 1 [["oauth_access_token", "refreshed_token"], ["oauth_expires_at", 1423944479], ["oauth_refresh_token", "refreshed_refresh_token"], ["updated_at", "2015-02-12 20:07:59.478062"]]
|
744
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
745
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
746
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
747
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
748
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
749
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:07:59.480168"], ["oauth_access_token", "token"], ["oauth_expires_at", 1423685279], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:07:59.480168"]]
|
750
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
751
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
752
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 1) LIMIT 1[0m
|
753
|
-
[1m[35mSQL (0.2ms)[0m UPDATE "accounts" SET "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 1 [["oauth_access_token", "refreshed_token"], ["oauth_expires_at", 1423944479], ["oauth_refresh_token", "refreshed_refresh_token"], ["updated_at", "2015-02-12 20:07:59.481277"]]
|
754
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
755
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 1]]
|
756
|
-
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
757
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
758
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
759
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
760
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:08:17.361778"], ["oauth_access_token", "token"], ["oauth_expires_at", 1423858097], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:08:17.361778"]]
|
761
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
762
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
763
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
764
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
765
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
766
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:08:17.369132"], ["oauth_access_token", "token"], ["oauth_expires_at", "1423685297"], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:08:17.369132"]]
|
767
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
768
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
769
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 1) LIMIT 1[0m
|
770
|
-
[1m[35mSQL (0.2ms)[0m UPDATE "accounts" SET "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 1 [["oauth_access_token", "refreshed_token"], ["oauth_expires_at", "1423944497"], ["oauth_refresh_token", "refreshed_refresh_token"], ["updated_at", "2015-02-12 20:08:17.370555"]]
|
771
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
772
|
-
[1m[35m (0.6ms)[0m rollback transaction
|
773
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
774
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
775
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
776
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:08:17.373351"], ["oauth_access_token", "token"], ["oauth_expires_at", "1423685297"], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:08:17.373351"]]
|
777
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
778
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
779
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 1) LIMIT 1[0m
|
780
|
-
[1m[35mSQL (0.2ms)[0m UPDATE "accounts" SET "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 1 [["oauth_access_token", "refreshed_token"], ["oauth_expires_at", "1423944497"], ["oauth_refresh_token", "refreshed_refresh_token"], ["updated_at", "2015-02-12 20:08:17.374422"]]
|
781
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
782
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 1]]
|
783
|
-
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
784
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
785
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
786
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
787
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:08:27.663084"], ["oauth_access_token", "token"], ["oauth_expires_at", "1423685307"], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:08:27.663084"]]
|
788
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
789
|
-
[1m[35m (0.6ms)[0m rollback transaction
|
790
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
791
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
792
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
793
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:08:27.765821"], ["oauth_access_token", "token"], ["oauth_expires_at", "1423685307"], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:08:27.765821"]]
|
794
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
795
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
796
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
797
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
798
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
799
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:08:27.850237"], ["oauth_access_token", "token"], ["oauth_expires_at", 1423858107], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:08:27.850237"]]
|
800
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
801
|
-
[1m[35m (0.3ms)[0m rollback transaction
|
802
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
803
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
804
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
805
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:08:39.768969"], ["oauth_access_token", "token"], ["oauth_expires_at", "1423685319"], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:08:39.768969"]]
|
806
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
807
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
808
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 1) LIMIT 1[0m
|
809
|
-
[1m[35mSQL (0.2ms)[0m UPDATE "accounts" SET "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 1 [["oauth_access_token", "refreshed_token"], ["oauth_expires_at", "1423944519"], ["oauth_refresh_token", "refreshed_refresh_token"], ["updated_at", "2015-02-12 20:08:39.770439"]]
|
810
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
811
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 1]]
|
812
|
-
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
813
|
-
[1m[35m (0.0ms)[0m begin transaction
|
814
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
815
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
816
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:08:39.774408"], ["oauth_access_token", "token"], ["oauth_expires_at", "1423685319"], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:08:39.774408"]]
|
817
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
818
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
819
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 1) LIMIT 1
|
820
|
-
[1m[36mSQL (0.1ms)[0m [1mUPDATE "accounts" SET "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 1[0m [["oauth_access_token", "refreshed_token"], ["oauth_expires_at", "1423944519"], ["oauth_refresh_token", "refreshed_refresh_token"], ["updated_at", "2015-02-12 20:08:39.775257"]]
|
821
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
822
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
823
|
-
[1m[35m (0.0ms)[0m begin transaction
|
824
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
825
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
826
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:08:39.777040"], ["oauth_access_token", "token"], ["oauth_expires_at", 1423858119], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:08:39.777040"]]
|
827
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
828
|
-
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
829
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
830
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" ASC LIMIT 1
|
831
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
832
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "accounts" ("created_at", "uid", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-02-12 20:19:46.419520"], ["uid", 0], ["updated_at", "2015-02-12 20:19:46.419520"]]
|
833
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
834
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 0 LIMIT 1
|
835
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 0 LIMIT 1[0m
|
836
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
837
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
838
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
839
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
840
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-12 20:19:46.437620"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-12 20:19:46.437620"]]
|
841
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
842
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
843
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
844
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-12 20:19:46.438633"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-12 20:19:46.438633"]]
|
845
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
846
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
847
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
848
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1
|
849
|
-
[1m[36mSQL (0.1ms)[0m [1mUPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2[0m [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-12 20:19:46.443218"]]
|
850
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
851
|
-
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
852
|
-
[1m[35m (0.0ms)[0m begin transaction
|
853
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
854
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
855
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:19:46.446023"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-12 20:19:46.446023"]]
|
856
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
857
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
858
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
859
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:19:46.446895"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-12 20:19:46.446895"]]
|
860
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
861
|
-
[1m[36mAccount Load (0.1ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
862
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
863
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1[0m
|
864
|
-
[1m[35mSQL (0.0ms)[0m UPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2 [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-12 20:19:46.448155"]]
|
865
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
866
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 2]]
|
867
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
868
|
-
[1m[35m (0.0ms)[0m begin transaction
|
869
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
870
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
871
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:19:46.451130"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-12 20:19:46.451130"]]
|
872
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
873
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
874
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
875
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:19:46.452140"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-12 20:19:46.452140"]]
|
876
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
877
|
-
[1m[36mAccount Load (0.1ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
878
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
879
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1[0m
|
880
|
-
[1m[35mSQL (0.0ms)[0m UPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2 [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-12 20:19:46.453340"]]
|
881
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
882
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 2]]
|
883
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
884
|
-
[1m[35m (0.0ms)[0m begin transaction
|
885
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
886
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
887
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:19:46.455373"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-12 20:19:46.455373"]]
|
888
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
889
|
-
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "accounts"[0m
|
890
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
891
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
892
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
893
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:19:46.458622"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-12 20:19:46.458622"]]
|
894
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
895
|
-
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "accounts"[0m
|
896
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
897
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
898
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
899
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
900
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-12 20:19:46.460682"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-12 20:19:46.460682"]]
|
901
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
902
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
903
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
904
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
905
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:19:46.461899"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-12 20:19:46.461899"]]
|
906
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
907
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
908
|
-
[1m[35m (0.0ms)[0m begin transaction
|
909
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
910
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
911
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:19:46.463834"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-12 20:19:46.463834"]]
|
912
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
913
|
-
[1m[36mAccount Load (0.1ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
914
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
915
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
916
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:19:46.464970"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-12 20:19:46.464970"]]
|
917
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
918
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
919
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
920
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
921
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
922
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-12 20:19:46.467109"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-12 20:19:46.467109"]]
|
923
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
924
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
925
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
926
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
927
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:19:46.468395"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-12 20:19:46.468395"]]
|
928
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
929
|
-
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
930
|
-
[1m[35m (0.0ms)[0m begin transaction
|
931
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
932
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
933
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:19:46.471060"], ["oauth_access_token", "token"], ["oauth_expires_at", 1423858786], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:19:46.471060"]]
|
934
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
935
|
-
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
936
|
-
[1m[35m (0.0ms)[0m begin transaction
|
937
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
938
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
939
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:19:46.482655"], ["oauth_access_token", "token"], ["oauth_expires_at", "1423685986"], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:19:46.482655"]]
|
940
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
941
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
942
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 1) LIMIT 1
|
943
|
-
[1m[36mSQL (0.2ms)[0m [1mUPDATE "accounts" SET "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 1[0m [["oauth_access_token", "refreshed_token"], ["oauth_expires_at", "1423945186"], ["oauth_refresh_token", "refreshed_refresh_token"], ["updated_at", "2015-02-12 20:19:46.483744"]]
|
944
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
945
|
-
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
946
|
-
[1m[35m (0.1ms)[0m begin transaction
|
947
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
948
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
949
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:19:46.485858"], ["oauth_access_token", "token"], ["oauth_expires_at", "1423685986"], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:19:46.485858"]]
|
950
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
951
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
952
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 1) LIMIT 1
|
953
|
-
[1m[36mSQL (0.2ms)[0m [1mUPDATE "accounts" SET "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 1[0m [["oauth_access_token", "refreshed_token"], ["oauth_expires_at", "1423945186"], ["oauth_refresh_token", "refreshed_refresh_token"], ["updated_at", "2015-02-12 20:19:46.486830"]]
|
954
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
955
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1[0m [["id", 1]]
|
956
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
957
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
958
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
959
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1[0m
|
960
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:19:46.489197"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires"], ["oauth_refresh_token", "refresh"], ["updated_at", "2015-02-12 20:19:46.489197"]]
|
961
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
962
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
963
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 1) LIMIT 1[0m
|
964
|
-
[1m[35mSQL (0.1ms)[0m UPDATE "accounts" SET "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 1 [["oauth_access_token", nil], ["oauth_expires_at", nil], ["oauth_refresh_token", nil], ["updated_at", "2015-02-12 20:19:46.489992"]]
|
965
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
966
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 1]]
|
967
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
968
|
-
[1m[35m (0.1ms)[0m begin transaction
|
969
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
970
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
971
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
972
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
973
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:20:04.417751"], ["oauth_access_token", "token"], ["oauth_expires_at", 1423858804], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:20:04.417751"]]
|
974
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
975
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
976
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
977
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
978
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
979
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:20:04.424927"], ["oauth_access_token", "token"], ["oauth_expires_at", "1423686004"], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:20:04.424927"]]
|
980
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
981
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
982
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 1) LIMIT 1[0m
|
983
|
-
[1m[35mSQL (0.2ms)[0m UPDATE "accounts" SET "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 1 [["oauth_access_token", "refreshed_token"], ["oauth_expires_at", "1423945204"], ["oauth_refresh_token", "refreshed_refresh_token"], ["updated_at", "2015-02-12 20:20:04.426163"]]
|
984
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
985
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
986
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
987
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
988
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
989
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:20:04.428553"], ["oauth_access_token", "token"], ["oauth_expires_at", "1423686004"], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-12 20:20:04.428553"]]
|
990
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
991
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
992
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 1) LIMIT 1[0m
|
993
|
-
[1m[35mSQL (0.2ms)[0m UPDATE "accounts" SET "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 1 [["oauth_access_token", "refreshed_token"], ["oauth_expires_at", "1423945204"], ["oauth_refresh_token", "refreshed_refresh_token"], ["updated_at", "2015-02-12 20:20:04.429829"]]
|
994
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
995
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 1]]
|
996
|
-
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
997
|
-
[1m[35m (0.0ms)[0m begin transaction
|
998
|
-
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
999
|
-
[1m[35m (0.0ms)[0m begin transaction
|
1000
|
-
[1m[36mAccount Load (0.1ms)[0m [1mSELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" ASC LIMIT 1[0m
|
1001
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1002
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "uid", "updated_at") VALUES (?, ?, ?)[0m [["created_at", "2015-02-12 20:20:04.438271"], ["uid", 0], ["updated_at", "2015-02-12 20:20:04.438271"]]
|
1003
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1004
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 0 LIMIT 1[0m
|
1005
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 0 LIMIT 1
|
1006
|
-
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
1007
|
-
[1m[35m (0.0ms)[0m begin transaction
|
1008
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1009
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
1010
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:20:04.445127"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-12 20:20:04.445127"]]
|
1011
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1012
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1013
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
1014
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:20:04.446040"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-12 20:20:04.446040"]]
|
1015
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1016
|
-
[1m[36mAccount Load (0.1ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
1017
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1018
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1[0m
|
1019
|
-
[1m[35mSQL (0.1ms)[0m UPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2 [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-12 20:20:04.449112"]]
|
1020
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1021
|
-
[1m[35m (0.6ms)[0m rollback transaction
|
1022
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1023
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1024
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
1025
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-12 20:20:04.451438"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-12 20:20:04.451438"]]
|
1026
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1027
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1028
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
1029
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-12 20:20:04.452311"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-12 20:20:04.452311"]]
|
1030
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1031
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
1032
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1033
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1
|
1034
|
-
[1m[36mSQL (0.0ms)[0m [1mUPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2[0m [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-12 20:20:04.453458"]]
|
1035
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1036
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1[0m [["id", 2]]
|
1037
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
1038
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1039
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1040
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
1041
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-12 20:20:04.455241"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-12 20:20:04.455241"]]
|
1042
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1043
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1044
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
1045
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-12 20:20:04.456063"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-12 20:20:04.456063"]]
|
1046
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1047
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
1048
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1049
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1
|
1050
|
-
[1m[36mSQL (0.0ms)[0m [1mUPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2[0m [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-12 20:20:04.457138"]]
|
1051
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1052
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1[0m [["id", 2]]
|
1053
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
1054
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1055
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1056
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
1057
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-12 20:20:04.459060"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-12 20:20:04.459060"]]
|
1058
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1059
|
-
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "accounts"
|
1060
|
-
[1m[36mAccount Load (0.1ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
1061
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1062
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
1063
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:20:04.461841"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-12 20:20:04.461841"]]
|
1064
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1065
|
-
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "accounts"
|
1066
|
-
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
1067
|
-
[1m[35m (0.0ms)[0m begin transaction
|
1068
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1069
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
1070
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:20:04.464529"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-12 20:20:04.464529"]]
|
1071
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1072
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
1073
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1074
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
1075
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:20:04.465642"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-12 20:20:04.465642"]]
|
1076
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1077
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
1078
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1079
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1080
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
1081
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-12 20:20:04.467827"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-12 20:20:04.467827"]]
|
1082
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1083
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
1084
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1085
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
1086
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:20:04.469054"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-12 20:20:04.469054"]]
|
1087
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1088
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1089
|
-
[1m[35m (0.0ms)[0m begin transaction
|
1090
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1091
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
1092
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-12 20:20:04.471189"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-12 20:20:04.471189"]]
|
1093
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1094
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
1095
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1096
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
1097
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:20:04.472297"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-12 20:20:04.472297"]]
|
1098
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1099
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
1100
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1101
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1102
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1[0m
|
1103
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-02-12 20:20:04.474344"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires"], ["oauth_refresh_token", "refresh"], ["updated_at", "2015-02-12 20:20:04.474344"]]
|
1104
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1105
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1106
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 1) LIMIT 1[0m
|
1107
|
-
[1m[35mSQL (0.2ms)[0m UPDATE "accounts" SET "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 1 [["oauth_access_token", nil], ["oauth_expires_at", nil], ["oauth_refresh_token", nil], ["updated_at", "2015-02-12 20:20:04.475155"]]
|
1108
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1109
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 1]]
|
1110
|
-
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
1111
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1112
|
-
Processing by SessionsController#destroy as HTML
|
1113
|
-
Redirected to http://test.host/
|
1114
|
-
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
21
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1115
22
|
[1m[35m (0.0ms)[0m rollback transaction
|
23
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
24
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1116
25
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1117
|
-
Processing by SessionsController#destroy as HTML
|
1118
|
-
Redirected to http://test.host/signed_out
|
1119
|
-
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
1120
26
|
[1m[35m (0.0ms)[0m rollback transaction
|
1121
|
-
[1m[36m (0.
|
1122
|
-
Processing by SessionsController#create as HTML
|
1123
|
-
Parameters: {"provider"=>"bookingsync"}
|
1124
|
-
[1m[35mAccount Load (0.4ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
1125
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1126
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
1127
|
-
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-13 11:59:22.264039"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 11:59:22.264039"]]
|
1128
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1129
|
-
Redirected to http://test.host/
|
1130
|
-
Completed 302 Found in 21ms (ActiveRecord: 2.4ms)
|
1131
|
-
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
1132
|
-
[1m[35m (0.0ms)[0m begin transaction
|
1133
|
-
Processing by SessionsController#create as HTML
|
1134
|
-
Parameters: {"provider"=>"bookingsync"}
|
1135
|
-
[1m[36mAccount Load (0.1ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
1136
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1137
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
1138
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2015-02-13 11:59:22.268374"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 11:59:22.268374"]]
|
1139
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1140
|
-
Redirected to http://test.host/
|
1141
|
-
Completed 302 Found in 1ms (ActiveRecord: 0.3ms)
|
1142
|
-
[1m[35m (0.3ms)[0m rollback transaction
|
1143
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1144
|
-
Processing by SessionsController#create as HTML
|
1145
|
-
Parameters: {"provider"=>"bookingsync"}
|
1146
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
1147
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1148
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
1149
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-13 11:59:22.270992"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 11:59:22.270992"]]
|
1150
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1151
|
-
Redirected to http://test.host/admin
|
1152
|
-
Completed 302 Found in 1ms (ActiveRecord: 0.3ms)
|
1153
|
-
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
1154
|
-
[1m[35m (0.0ms)[0m begin transaction
|
1155
|
-
Processing by SessionsController#failure as HTML
|
1156
|
-
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
|
1157
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1158
|
-
[1m[35m (0.0ms)[0m begin transaction
|
1159
|
-
Processing by SessionsController#failure as HTML
|
1160
|
-
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
1161
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1162
|
-
[1m[35m (0.0ms)[0m begin transaction
|
27
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1163
28
|
Processing by AuthenticatedController#index as HTML
|
29
|
+
Rendered text template (0.0ms)
|
1164
30
|
Filter chain halted as :authenticate_account! rendered or redirected
|
1165
|
-
Completed 200 OK in
|
1166
|
-
[1m[
|
1167
|
-
[1m[
|
31
|
+
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
|
32
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
33
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1168
34
|
Processing by AuthenticatedController#index as HTML
|
1169
35
|
Redirected to http://test.host/auth/bookingsync/?account_id=
|
1170
36
|
Filter chain halted as :authenticate_account! rendered or redirected
|
1171
37
|
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
1172
|
-
[1m[
|
1173
|
-
[1m[
|
1174
|
-
Processing by AuthenticatedController#index as JS
|
1175
|
-
Filter chain halted as :authenticate_account! rendered or redirected
|
1176
|
-
Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1177
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1178
|
-
[1m[35m (0.0ms)[0m begin transaction
|
38
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
39
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1179
40
|
Processing by AuthenticatedController#index as JS
|
1180
41
|
Filter chain halted as :authenticate_account! rendered or redirected
|
1181
|
-
Completed 401 Unauthorized in
|
1182
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1183
|
-
[1m[35m (0.0ms)[0m begin transaction
|
1184
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1185
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
1186
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-13 11:59:22.292671"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-13 11:59:22.292671"]]
|
1187
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1188
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1189
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
1190
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-13 11:59:22.293954"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 11:59:22.293954"]]
|
1191
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1192
|
-
[1m[36mAccount Load (0.1ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
1193
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1194
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1[0m
|
1195
|
-
[1m[35mSQL (0.1ms)[0m UPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2 [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-13 11:59:22.295857"]]
|
1196
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1197
|
-
[1m[35m (0.7ms)[0m rollback transaction
|
1198
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1199
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1200
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
1201
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-13 11:59:22.298619"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-13 11:59:22.298619"]]
|
1202
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1203
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1204
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
1205
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-13 11:59:22.299478"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 11:59:22.299478"]]
|
1206
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1207
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
1208
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1209
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1
|
1210
|
-
[1m[36mSQL (0.0ms)[0m [1mUPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2[0m [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-13 11:59:22.300610"]]
|
1211
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1212
|
-
[1m[36mAccount Load (0.1ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1[0m [["id", 2]]
|
1213
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
1214
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1215
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1216
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
1217
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-13 11:59:22.302465"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-13 11:59:22.302465"]]
|
1218
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1219
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1220
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
1221
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-13 11:59:22.303256"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 11:59:22.303256"]]
|
1222
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1223
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
1224
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1225
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1
|
1226
|
-
[1m[36mSQL (0.0ms)[0m [1mUPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2[0m [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-13 11:59:22.304308"]]
|
1227
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1228
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1[0m [["id", 2]]
|
1229
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
1230
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1231
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1232
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
1233
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-13 11:59:22.306309"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-13 11:59:22.306309"]]
|
1234
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1235
|
-
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "accounts"
|
1236
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
1237
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1238
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
1239
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2015-02-13 11:59:22.309457"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 11:59:22.309457"]]
|
1240
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1241
|
-
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "accounts"
|
1242
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1243
|
-
[1m[35m (0.0ms)[0m begin transaction
|
1244
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1245
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
1246
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-13 11:59:22.311448"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-13 11:59:22.311448"]]
|
1247
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1248
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
1249
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1250
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
1251
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2015-02-13 11:59:22.312447"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 11:59:22.312447"]]
|
1252
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1253
|
-
[1m[35m (0.6ms)[0m rollback transaction
|
1254
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1255
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1256
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
1257
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-13 11:59:22.314257"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-13 11:59:22.314257"]]
|
1258
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1259
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
1260
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1261
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
1262
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-13 11:59:22.315304"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 11:59:22.315304"]]
|
1263
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1264
|
-
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
1265
|
-
[1m[35m (0.0ms)[0m begin transaction
|
1266
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1267
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
1268
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-13 11:59:22.317159"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-13 11:59:22.317159"]]
|
1269
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1270
|
-
[1m[36mAccount Load (0.1ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
1271
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1272
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
1273
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2015-02-13 11:59:22.318174"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 11:59:22.318174"]]
|
1274
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1275
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
1276
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1277
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" ASC LIMIT 1
|
1278
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1279
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "uid", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-02-13 11:59:22.322566"], ["uid", 0], ["updated_at", "2015-02-13 11:59:22.322566"]]
|
1280
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1281
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 0 LIMIT 1
|
1282
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 0 LIMIT 1[0m
|
1283
|
-
[1m[35m (0.3ms)[0m rollback transaction
|
1284
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1285
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
1286
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1287
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1288
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
1289
|
-
[1m[35mSQL (0.3ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-13 11:59:22.335773"], ["oauth_access_token", "token"], ["oauth_expires_at", 1423915162], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-13 11:59:22.335773"]]
|
1290
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1291
|
-
[1m[35m (0.3ms)[0m rollback transaction
|
1292
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1293
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1294
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
1295
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-13 11:59:22.338284"], ["oauth_access_token", "token"], ["oauth_expires_at", "1423742362"], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-13 11:59:22.338284"]]
|
1296
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1297
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1298
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 1) LIMIT 1[0m
|
1299
|
-
[1m[35mSQL (0.2ms)[0m UPDATE "accounts" SET "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 1 [["oauth_access_token", "refreshed_token"], ["oauth_expires_at", "1424001562"], ["oauth_refresh_token", "refreshed_refresh_token"], ["updated_at", "2015-02-13 11:59:22.339133"]]
|
1300
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1301
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
1302
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1303
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1304
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
1305
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-13 11:59:22.341119"], ["oauth_access_token", "token"], ["oauth_expires_at", "1423742362"], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-13 11:59:22.341119"]]
|
1306
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1307
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1308
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 1) LIMIT 1[0m
|
1309
|
-
[1m[35mSQL (0.2ms)[0m UPDATE "accounts" SET "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 1 [["oauth_access_token", "refreshed_token"], ["oauth_expires_at", "1424001562"], ["oauth_refresh_token", "refreshed_refresh_token"], ["updated_at", "2015-02-13 11:59:22.342036"]]
|
1310
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1311
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 1]]
|
1312
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1313
|
-
[1m[35m (0.0ms)[0m begin transaction
|
1314
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1315
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1
|
1316
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", "2015-02-13 11:59:22.344110"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires"], ["oauth_refresh_token", "refresh"], ["updated_at", "2015-02-13 11:59:22.344110"]]
|
1317
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1318
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1319
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 1) LIMIT 1
|
1320
|
-
[1m[36mSQL (0.2ms)[0m [1mUPDATE "accounts" SET "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 1[0m [["oauth_access_token", nil], ["oauth_expires_at", nil], ["oauth_refresh_token", nil], ["updated_at", "2015-02-13 11:59:22.344871"]]
|
1321
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1322
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1[0m [["id", 1]]
|
1323
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
1324
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1325
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
1326
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1327
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
1328
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1329
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
1330
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1331
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
1332
|
-
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1333
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
1334
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
42
|
+
Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1335
43
|
[1m[35m (0.1ms)[0m rollback transaction
|
1336
44
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1337
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
1338
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1339
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
1340
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1341
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
1342
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1343
|
-
Processing by AuthenticatedController#index as HTML
|
1344
|
-
Rendered text template (0.0ms)
|
1345
|
-
Filter chain halted as :authenticate_account! rendered or redirected
|
1346
|
-
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
1347
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
1348
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1349
|
-
Processing by AuthenticatedController#index as HTML
|
1350
|
-
Redirected to http://test.host/auth/bookingsync/?account_id=
|
1351
|
-
Filter chain halted as :authenticate_account! rendered or redirected
|
1352
|
-
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
1353
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
1354
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1355
45
|
Processing by AuthenticatedController#index as JS
|
1356
46
|
Filter chain halted as :authenticate_account! rendered or redirected
|
1357
47
|
Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1358
|
-
[1m[35m (0.
|
48
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1359
49
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1360
|
-
Processing by AuthenticatedController#index as JS
|
1361
|
-
Filter chain halted as :authenticate_account! rendered or redirected
|
1362
|
-
Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1363
50
|
[1m[35m (0.1ms)[0m rollback transaction
|
1364
51
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1365
52
|
[1m[35m (0.0ms)[0m rollback transaction
|
1366
53
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1367
|
-
[1m[
|
1368
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1369
|
-
[1m[35mSQL (0.4ms)[0m INSERT INTO "accounts" ("created_at", "uid", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-02-13 12:01:28.774397"], ["uid", 0], ["updated_at", "2015-02-13 12:01:28.774397"]]
|
1370
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1371
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 0 LIMIT 1
|
1372
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 0 LIMIT 1[0m
|
1373
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
1374
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1375
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1376
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
1377
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-13 12:01:28.786845"], ["oauth_access_token", "token"], ["oauth_expires_at", 1423915288], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-13 12:01:28.786845"]]
|
1378
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1379
|
-
[1m[35m (0.3ms)[0m rollback transaction
|
1380
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1381
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1382
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
1383
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-13 12:01:28.789217"], ["oauth_access_token", "token"], ["oauth_expires_at", "1423742488"], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-13 12:01:28.789217"]]
|
1384
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1385
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1386
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 1) LIMIT 1[0m
|
1387
|
-
[1m[35mSQL (0.2ms)[0m UPDATE "accounts" SET "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 1 [["oauth_access_token", "refreshed_token"], ["oauth_expires_at", "1424001688"], ["oauth_refresh_token", "refreshed_refresh_token"], ["updated_at", "2015-02-13 12:01:28.790583"]]
|
1388
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1389
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
1390
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1391
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1392
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
1393
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-13 12:01:28.793031"], ["oauth_access_token", "token"], ["oauth_expires_at", "1423742488"], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-13 12:01:28.793031"]]
|
1394
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1395
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1396
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 1) LIMIT 1[0m
|
1397
|
-
[1m[35mSQL (0.2ms)[0m UPDATE "accounts" SET "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 1 [["oauth_access_token", "refreshed_token"], ["oauth_expires_at", "1424001688"], ["oauth_refresh_token", "refreshed_refresh_token"], ["updated_at", "2015-02-13 12:01:28.794056"]]
|
1398
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1399
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 1]]
|
1400
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1401
|
-
[1m[35m (0.0ms)[0m begin transaction
|
1402
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1403
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1
|
1404
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:01:28.796286"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires"], ["oauth_refresh_token", "refresh"], ["updated_at", "2015-02-13 12:01:28.796286"]]
|
1405
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1406
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1407
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 1) LIMIT 1
|
1408
|
-
[1m[36mSQL (0.2ms)[0m [1mUPDATE "accounts" SET "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 1[0m [["oauth_access_token", nil], ["oauth_expires_at", nil], ["oauth_refresh_token", nil], ["updated_at", "2015-02-13 12:01:28.797089"]]
|
1409
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1410
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1[0m [["id", 1]]
|
1411
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
1412
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1413
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1414
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
1415
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-13 12:01:28.799331"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-13 12:01:28.799331"]]
|
1416
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1417
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1418
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
1419
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-13 12:01:28.800178"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 12:01:28.800178"]]
|
1420
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1421
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
1422
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1423
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1
|
1424
|
-
[1m[36mSQL (0.0ms)[0m [1mUPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2[0m [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-13 12:01:28.802970"]]
|
1425
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1426
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1427
|
-
[1m[35m (0.0ms)[0m begin transaction
|
1428
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1429
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
1430
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:01:28.805072"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-13 12:01:28.805072"]]
|
1431
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1432
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1433
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
1434
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:01:28.805863"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 12:01:28.805863"]]
|
1435
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1436
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
1437
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1438
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1[0m
|
1439
|
-
[1m[35mSQL (0.0ms)[0m UPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2 [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-13 12:01:28.807089"]]
|
1440
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1441
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 2]]
|
1442
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1443
|
-
[1m[35m (0.0ms)[0m begin transaction
|
1444
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1445
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
1446
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:01:28.808819"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-13 12:01:28.808819"]]
|
1447
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1448
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1449
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
1450
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:01:28.809568"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 12:01:28.809568"]]
|
1451
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1452
|
-
[1m[36mAccount Load (0.1ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
1453
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1454
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1[0m
|
1455
|
-
[1m[35mSQL (0.0ms)[0m UPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2 [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-13 12:01:28.810660"]]
|
1456
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1457
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 2]]
|
1458
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1459
|
-
[1m[35m (0.0ms)[0m begin transaction
|
1460
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1461
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
1462
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:01:28.812450"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-13 12:01:28.812450"]]
|
1463
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1464
|
-
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "accounts"[0m
|
1465
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
1466
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1467
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
1468
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:01:28.814921"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 12:01:28.814921"]]
|
1469
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1470
|
-
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "accounts"[0m
|
1471
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
54
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1472
55
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1473
|
-
[1m[35m (0.
|
1474
|
-
[1m[
|
1475
|
-
[1m[
|
1476
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1477
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
1478
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1479
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
1480
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:01:28.817994"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 12:01:28.817994"]]
|
1481
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1482
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1483
|
-
[1m[35m (0.0ms)[0m begin transaction
|
1484
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1485
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
1486
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:01:28.819868"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-13 12:01:28.819868"]]
|
1487
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1488
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
1489
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1490
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
1491
|
-
[1m[35mSQL (0.4ms)[0m INSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2015-02-13 12:01:28.820945"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 12:01:28.820945"]]
|
1492
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1493
|
-
[1m[35m (0.6ms)[0m rollback transaction
|
56
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
57
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
58
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1494
59
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1495
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1496
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
1497
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-13 12:01:28.823262"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-13 12:01:28.823262"]]
|
1498
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1499
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
1500
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1501
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
1502
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:01:28.824310"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 12:01:28.824310"]]
|
1503
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1504
|
-
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
1505
|
-
[1m[35m (0.0ms)[0m begin transaction
|
1506
60
|
Processing by SessionsController#create as HTML
|
1507
61
|
Parameters: {"provider"=>"bookingsync"}
|
1508
|
-
[1m[
|
1509
|
-
|
1510
|
-
|
1511
|
-
[1m[
|
1512
|
-
[1m[
|
1513
|
-
Redirected to http://test.host/
|
1514
|
-
Completed 302 Found in 1ms (ActiveRecord: 0.3ms)
|
1515
|
-
[1m[35m (0.3ms)[0m rollback transaction
|
1516
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
62
|
+
[1m[35mAccount Load (0.2ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
63
|
+
SQLite3::SQLException: no such table: accounts: SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
64
|
+
Completed 500 Internal Server Error in 5ms
|
65
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
66
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1517
67
|
Processing by SessionsController#create as HTML
|
1518
68
|
Parameters: {"provider"=>"bookingsync"}
|
1519
|
-
[1m[
|
1520
|
-
|
1521
|
-
|
1522
|
-
[1m[
|
1523
|
-
[1m[
|
1524
|
-
Redirected to http://test.host/admin
|
1525
|
-
Completed 302 Found in 1ms (ActiveRecord: 0.3ms)
|
1526
|
-
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
1527
|
-
[1m[35m (0.0ms)[0m begin transaction
|
69
|
+
[1m[36mAccount Load (0.2ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
70
|
+
SQLite3::SQLException: no such table: accounts: SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
71
|
+
Completed 500 Internal Server Error in 1ms
|
72
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
73
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1528
74
|
Processing by SessionsController#create as HTML
|
1529
75
|
Parameters: {"provider"=>"bookingsync"}
|
1530
|
-
[1m[
|
1531
|
-
|
1532
|
-
|
1533
|
-
[1m[
|
1534
|
-
[1m[
|
1535
|
-
Redirected to http://test.host/
|
1536
|
-
Completed 302 Found in 1ms (ActiveRecord: 0.3ms)
|
1537
|
-
[1m[35m (0.3ms)[0m rollback transaction
|
1538
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
76
|
+
[1m[35mAccount Load (0.2ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
77
|
+
SQLite3::SQLException: no such table: accounts: SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
78
|
+
Completed 500 Internal Server Error in 1ms
|
79
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
80
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1539
81
|
Processing by SessionsController#failure as HTML
|
1540
82
|
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
1541
|
-
[1m[
|
1542
|
-
[1m[
|
83
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
84
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1543
85
|
Processing by SessionsController#failure as HTML
|
1544
|
-
Completed 200 OK in
|
1545
|
-
[1m[
|
1546
|
-
[1m[
|
86
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
87
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
88
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1547
89
|
Processing by SessionsController#destroy as HTML
|
1548
90
|
Redirected to http://test.host/
|
1549
91
|
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
1550
|
-
[1m[
|
1551
|
-
[1m[
|
92
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
93
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1552
94
|
Processing by SessionsController#destroy as HTML
|
1553
95
|
Redirected to http://test.host/signed_out
|
1554
96
|
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
97
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
98
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
99
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
100
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1555
101
|
[1m[35m (0.0ms)[0m rollback transaction
|
102
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
103
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1556
104
|
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
105
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
106
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
107
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
108
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
109
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
110
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1557
111
|
[1m[35m (0.0ms)[0m rollback transaction
|
112
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
113
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1558
114
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1559
115
|
[1m[35m (0.0ms)[0m rollback transaction
|
1560
116
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1561
117
|
[1m[35m (0.0ms)[0m rollback transaction
|
118
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
119
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
120
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
121
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1562
122
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1563
123
|
[1m[35m (0.0ms)[0m rollback transaction
|
1564
124
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
125
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
126
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
127
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
128
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
129
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
130
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1565
131
|
[1m[35m (0.0ms)[0m rollback transaction
|
132
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
133
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
134
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
135
|
+
Processing by SessionsController#failure as HTML
|
136
|
+
Rendered /Users/pr0d1r2/projects/bookingsync-engine/app/views/sessions/failure.html.erb within layouts/application (0.4ms)
|
137
|
+
Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)
|
138
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
139
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
140
|
+
Processing by SessionsController#failure as HTML
|
141
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
142
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1566
143
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1567
144
|
Processing by SessionsController#destroy as HTML
|
1568
145
|
Redirected to http://test.host/signed_out
|
1569
|
-
Completed 302 Found in
|
1570
|
-
[1m[35m (0.
|
1571
|
-
[1m[36m (0.
|
146
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
147
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
148
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1572
149
|
Processing by SessionsController#destroy as HTML
|
1573
150
|
Redirected to http://test.host/
|
1574
151
|
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
1575
152
|
[1m[35m (0.1ms)[0m rollback transaction
|
1576
|
-
[1m[36m (0.
|
1577
|
-
Processing by SessionsController#failure as HTML
|
1578
|
-
Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
|
1579
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
1580
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1581
|
-
Processing by SessionsController#failure as HTML
|
1582
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1583
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
1584
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
153
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1585
154
|
Processing by SessionsController#create as HTML
|
1586
155
|
Parameters: {"provider"=>"bookingsync"}
|
1587
|
-
[1m[35mAccount Load (0.
|
1588
|
-
|
1589
|
-
|
1590
|
-
[1m[
|
1591
|
-
[1m[35m (0.
|
1592
|
-
Redirected to http://test.host/
|
1593
|
-
Completed 302 Found in 14ms (ActiveRecord: 1.1ms)
|
1594
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1595
|
-
[1m[35m (0.0ms)[0m begin transaction
|
156
|
+
[1m[35mAccount Load (0.4ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
157
|
+
SQLite3::SQLException: no such table: accounts: SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
158
|
+
Completed 500 Internal Server Error in 6ms
|
159
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
160
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1596
161
|
Processing by SessionsController#create as HTML
|
1597
162
|
Parameters: {"provider"=>"bookingsync"}
|
1598
|
-
[1m[36mAccount Load (0.
|
1599
|
-
|
1600
|
-
|
1601
|
-
[1m[
|
1602
|
-
[1m[36m (0.
|
1603
|
-
Redirected to http://test.host/admin
|
1604
|
-
Completed 302 Found in 1ms (ActiveRecord: 0.3ms)
|
1605
|
-
[1m[35m (0.3ms)[0m rollback transaction
|
1606
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
163
|
+
[1m[36mAccount Load (0.3ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
164
|
+
SQLite3::SQLException: no such table: accounts: SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
165
|
+
Completed 500 Internal Server Error in 1ms
|
166
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
167
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1607
168
|
Processing by SessionsController#create as HTML
|
1608
169
|
Parameters: {"provider"=>"bookingsync"}
|
1609
|
-
[1m[35mAccount Load (0.
|
1610
|
-
|
1611
|
-
|
1612
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:02:14.052702"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 12:02:14.052702"]]
|
1613
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1614
|
-
Redirected to http://test.host/
|
1615
|
-
Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
|
1616
|
-
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
1617
|
-
[1m[35m (0.0ms)[0m begin transaction
|
170
|
+
[1m[35mAccount Load (0.3ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
171
|
+
SQLite3::SQLException: no such table: accounts: SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
172
|
+
Completed 500 Internal Server Error in 1ms
|
1618
173
|
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
1619
|
-
[1m[35m (0.0ms)[0m begin transaction
|
1620
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1621
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1
|
1622
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:02:14.058887"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires"], ["oauth_refresh_token", "refresh"], ["updated_at", "2015-02-13 12:02:14.058887"]]
|
1623
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1624
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1625
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 1) LIMIT 1
|
1626
|
-
[1m[36mSQL (0.3ms)[0m [1mUPDATE "accounts" SET "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 1[0m [["oauth_access_token", nil], ["oauth_expires_at", nil], ["oauth_refresh_token", nil], ["updated_at", "2015-02-13 12:02:14.060317"]]
|
1627
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1628
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1[0m [["id", 1]]
|
1629
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
1630
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1631
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1632
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
1633
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-13 12:02:14.062778"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-13 12:02:14.062778"]]
|
1634
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1635
|
-
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "accounts"
|
1636
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
1637
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1638
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
1639
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2015-02-13 12:02:14.065358"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 12:02:14.065358"]]
|
1640
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1641
|
-
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "accounts"
|
1642
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1643
|
-
[1m[35m (0.0ms)[0m begin transaction
|
1644
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1645
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
1646
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:02:14.067402"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-13 12:02:14.067402"]]
|
1647
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1648
|
-
[1m[36mAccount Load (0.1ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
1649
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1650
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
1651
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2015-02-13 12:02:14.068405"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 12:02:14.068405"]]
|
1652
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1653
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
1654
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1655
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1656
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
1657
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-13 12:02:14.070233"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-13 12:02:14.070233"]]
|
1658
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1659
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
1660
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1661
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
1662
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:02:14.071246"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 12:02:14.071246"]]
|
1663
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1664
|
-
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
1665
|
-
[1m[35m (0.0ms)[0m begin transaction
|
1666
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1667
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
1668
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:02:14.073056"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-13 12:02:14.073056"]]
|
1669
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1670
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
1671
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1672
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
1673
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2015-02-13 12:02:14.074071"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 12:02:14.074071"]]
|
1674
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1675
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
1676
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1677
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1678
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
1679
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-13 12:02:14.075880"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-13 12:02:14.075880"]]
|
1680
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1681
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1682
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
1683
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-13 12:02:14.076650"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 12:02:14.076650"]]
|
1684
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1685
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
1686
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1687
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1
|
1688
|
-
[1m[36mSQL (0.1ms)[0m [1mUPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2[0m [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-13 12:02:14.077739"]]
|
1689
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1690
|
-
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
1691
|
-
[1m[35m (0.0ms)[0m begin transaction
|
1692
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1693
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
1694
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:02:14.079500"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-13 12:02:14.079500"]]
|
1695
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1696
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1697
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
1698
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:02:14.080291"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 12:02:14.080291"]]
|
1699
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1700
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
1701
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1702
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1[0m
|
1703
|
-
[1m[35mSQL (0.0ms)[0m UPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2 [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-13 12:02:14.081434"]]
|
1704
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1705
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 2]]
|
1706
|
-
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
1707
|
-
[1m[35m (0.0ms)[0m begin transaction
|
1708
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1709
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
1710
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:02:14.083272"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-13 12:02:14.083272"]]
|
1711
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1712
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1713
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
1714
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:02:14.084049"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 12:02:14.084049"]]
|
1715
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1716
|
-
[1m[36mAccount Load (0.1ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
1717
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1718
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1[0m
|
1719
|
-
[1m[35mSQL (0.0ms)[0m UPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2 [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-13 12:02:14.085230"]]
|
1720
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1721
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 2]]
|
1722
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
1723
174
|
[1m[35m (0.1ms)[0m begin transaction
|
1724
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1725
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
1726
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:02:14.087480"], ["oauth_access_token", "token"], ["oauth_expires_at", "1423742534"], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-13 12:02:14.087480"]]
|
1727
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1728
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1729
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 1) LIMIT 1
|
1730
|
-
[1m[36mSQL (0.2ms)[0m [1mUPDATE "accounts" SET "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 1[0m [["oauth_access_token", "refreshed_token"], ["oauth_expires_at", "1424001734"], ["oauth_refresh_token", "refreshed_refresh_token"], ["updated_at", "2015-02-13 12:02:14.088451"]]
|
1731
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1732
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1[0m [["id", 1]]
|
1733
|
-
[1m[35m (0.6ms)[0m rollback transaction
|
1734
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1735
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1736
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
1737
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-13 12:02:14.090795"], ["oauth_access_token", "token"], ["oauth_expires_at", "1423742534"], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-13 12:02:14.090795"]]
|
1738
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1739
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1740
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 1) LIMIT 1[0m
|
1741
|
-
[1m[35mSQL (0.2ms)[0m UPDATE "accounts" SET "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 1 [["oauth_access_token", "refreshed_token"], ["oauth_expires_at", "1424001734"], ["oauth_refresh_token", "refreshed_refresh_token"], ["updated_at", "2015-02-13 12:02:14.091595"]]
|
1742
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1743
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
1744
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1745
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1746
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
1747
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2015-02-13 12:02:14.093361"], ["oauth_access_token", "token"], ["oauth_expires_at", 1423915334], ["oauth_refresh_token", "refresh_token"], ["uid", 123], ["updated_at", "2015-02-13 12:02:14.093361"]]
|
1748
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1749
|
-
[1m[35m (0.3ms)[0m rollback transaction
|
1750
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1751
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" ORDER BY "accounts"."id" ASC LIMIT 1
|
1752
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1753
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "uid", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-02-13 12:02:14.096394"], ["uid", 0], ["updated_at", "2015-02-13 12:02:14.096394"]]
|
1754
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1755
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 0 LIMIT 1
|
1756
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 0 LIMIT 1[0m
|
1757
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
1758
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1759
175
|
Processing by AuthenticatedController#index as JS
|
1760
176
|
Filter chain halted as :authenticate_account! rendered or redirected
|
1761
|
-
Completed 401 Unauthorized in
|
1762
|
-
[1m[
|
1763
|
-
[1m[
|
177
|
+
Completed 401 Unauthorized in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
178
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
179
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1764
180
|
Processing by AuthenticatedController#index as JS
|
1765
181
|
Filter chain halted as :authenticate_account! rendered or redirected
|
1766
|
-
Completed 401 Unauthorized in
|
1767
|
-
[1m[
|
1768
|
-
[1m[
|
182
|
+
Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
183
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
184
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1769
185
|
Processing by AuthenticatedController#index as HTML
|
1770
186
|
Redirected to http://test.host/auth/bookingsync/?account_id=
|
1771
187
|
Filter chain halted as :authenticate_account! rendered or redirected
|
1772
188
|
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
1773
|
-
[1m[
|
1774
|
-
[1m[
|
189
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
190
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1775
191
|
Processing by AuthenticatedController#index as HTML
|
1776
192
|
Filter chain halted as :authenticate_account! rendered or redirected
|
1777
|
-
Completed 200 OK in 0ms (Views: 0.
|
1778
|
-
[1m[
|
1779
|
-
[1m[36m (0.
|
1780
|
-
|
1781
|
-
|
1782
|
-
|
1783
|
-
|
1784
|
-
[1m[35m (0.
|
1785
|
-
[1m[36m (0.
|
1786
|
-
|
1787
|
-
|
1788
|
-
|
1789
|
-
[1m[
|
1790
|
-
[1m[
|
1791
|
-
|
1792
|
-
|
1793
|
-
|
1794
|
-
|
193
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
194
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
195
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
196
|
+
Processing by AuthenticatedController#index as JS
|
197
|
+
Rendered text template (0.0ms)
|
198
|
+
Filter chain halted as :authenticate_account! rendered or redirected
|
199
|
+
Completed 401 Unauthorized in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
|
200
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
201
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
202
|
+
Processing by AuthenticatedController#index as JS
|
203
|
+
Filter chain halted as :authenticate_account! rendered or redirected
|
204
|
+
Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
205
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
206
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
207
|
+
Processing by AuthenticatedController#index as HTML
|
208
|
+
Redirected to http://test.host/auth/bookingsync/?account_id=
|
209
|
+
Filter chain halted as :authenticate_account! rendered or redirected
|
210
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
211
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
212
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
213
|
+
Processing by AuthenticatedController#index as HTML
|
214
|
+
Filter chain halted as :authenticate_account! rendered or redirected
|
215
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
216
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1795
217
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1796
|
-
|
1797
|
-
|
1798
|
-
|
1799
|
-
[1m[
|
1800
|
-
[1m[
|
1801
|
-
|
1802
|
-
|
1803
|
-
|
1804
|
-
[1m[
|
1805
|
-
[1m[36m (0.
|
218
|
+
Processing by SessionsController#destroy as HTML
|
219
|
+
Redirected to http://test.host/signed_out
|
220
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
221
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
222
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
223
|
+
Processing by SessionsController#destroy as HTML
|
224
|
+
Redirected to http://test.host/
|
225
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
226
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
227
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
228
|
+
Processing by SessionsController#create as HTML
|
229
|
+
Parameters: {"provider"=>"bookingsync"}
|
230
|
+
[1m[35mAccount Load (0.2ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
231
|
+
SQLite3::SQLException: no such table: accounts: SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
232
|
+
Completed 500 Internal Server Error in 7ms
|
233
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
234
|
+
[1m[35m (0.1ms)[0m begin transaction
|
235
|
+
Processing by SessionsController#create as HTML
|
236
|
+
Parameters: {"provider"=>"bookingsync"}
|
237
|
+
[1m[36mAccount Load (0.3ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
238
|
+
SQLite3::SQLException: no such table: accounts: SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
239
|
+
Completed 500 Internal Server Error in 1ms
|
240
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
241
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
242
|
+
Processing by SessionsController#create as HTML
|
243
|
+
Parameters: {"provider"=>"bookingsync"}
|
244
|
+
[1m[35mAccount Load (0.3ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
245
|
+
SQLite3::SQLException: no such table: accounts: SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
246
|
+
Completed 500 Internal Server Error in 1ms
|
247
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
248
|
+
[1m[35m (0.1ms)[0m begin transaction
|
249
|
+
Processing by SessionsController#failure as HTML
|
250
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
251
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
252
|
+
[1m[35m (0.1ms)[0m begin transaction
|
253
|
+
Processing by SessionsController#failure as HTML
|
254
|
+
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
255
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
256
|
+
[1m[35m (0.1ms)[0m begin transaction
|
257
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
258
|
+
[1m[35m (0.1ms)[0m begin transaction
|
259
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
260
|
+
[1m[35m (0.1ms)[0m begin transaction
|
261
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
262
|
+
[1m[35m (0.0ms)[0m begin transaction
|
263
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
1806
264
|
[1m[35m (0.0ms)[0m begin transaction
|
1807
265
|
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1808
266
|
[1m[35m (0.0ms)[0m begin transaction
|
1809
|
-
[1m[36m (0.0ms)[0m [
|
1810
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" IS NULL LIMIT 1
|
1811
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:02:27.249614"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires"], ["oauth_refresh_token", "refresh"], ["updated_at", "2015-02-13 12:02:27.249614"]]
|
1812
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1813
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1814
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" IS NULL AND "accounts"."id" != 1) LIMIT 1
|
1815
|
-
[1m[36mSQL (0.2ms)[0m [1mUPDATE "accounts" SET "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 1[0m [["oauth_access_token", nil], ["oauth_expires_at", nil], ["oauth_refresh_token", nil], ["updated_at", "2015-02-13 12:02:27.250423"]]
|
1816
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1817
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1[0m [["id", 1]]
|
1818
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
1819
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1820
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1821
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
1822
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-13 12:02:27.252443"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-13 12:02:27.252443"]]
|
1823
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1824
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1825
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
1826
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-13 12:02:27.253255"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 12:02:27.253255"]]
|
1827
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1828
|
-
[1m[35mAccount Load (0.1ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
1829
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1830
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1
|
1831
|
-
[1m[36mSQL (0.1ms)[0m [1mUPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2[0m [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-13 12:02:27.255950"]]
|
1832
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1833
|
-
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
267
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1834
268
|
[1m[35m (0.0ms)[0m begin transaction
|
1835
|
-
[1m[36m (0.0ms)[0m [
|
1836
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
1837
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:02:27.258039"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-13 12:02:27.258039"]]
|
1838
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1839
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1840
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
1841
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:02:27.258805"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 12:02:27.258805"]]
|
1842
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1843
|
-
[1m[36mAccount Load (0.1ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
1844
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1845
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1[0m
|
1846
|
-
[1m[35mSQL (0.0ms)[0m UPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2 [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-13 12:02:27.259907"]]
|
1847
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1848
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 2]]
|
1849
|
-
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
269
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1850
270
|
[1m[35m (0.0ms)[0m begin transaction
|
1851
|
-
[1m[36m (0.
|
1852
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
1853
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:02:27.261710"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-13 12:02:27.261710"]]
|
1854
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1855
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1856
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
1857
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:02:27.262482"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 12:02:27.262482"]]
|
1858
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1859
|
-
[1m[36mAccount Load (0.1ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
1860
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1861
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE ("accounts"."uid" = 123 AND "accounts"."id" != 2) LIMIT 1[0m
|
1862
|
-
[1m[35mSQL (0.0ms)[0m UPDATE "accounts" SET "name" = ?, "oauth_access_token" = ?, "oauth_expires_at" = ?, "oauth_refresh_token" = ?, "updated_at" = ? WHERE "accounts"."id" = 2 [["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["updated_at", "2015-02-13 12:02:27.263567"]]
|
1863
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1864
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."id" = ? LIMIT 1 [["id", 2]]
|
1865
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
271
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
1866
272
|
[1m[35m (0.0ms)[0m begin transaction
|
1867
|
-
[1m[36m (0.0ms)[0m [
|
1868
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
1869
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:02:27.265373"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-13 12:02:27.265373"]]
|
1870
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1871
|
-
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "accounts"[0m
|
1872
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
1873
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1874
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
1875
|
-
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:02:27.267722"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 12:02:27.267722"]]
|
1876
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1877
|
-
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "accounts"[0m
|
1878
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
1879
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1880
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1881
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
1882
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-13 12:02:27.269947"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-13 12:02:27.269947"]]
|
1883
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1884
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
1885
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1886
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
1887
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:02:27.270974"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 12:02:27.270974"]]
|
1888
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1889
|
-
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
273
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1890
274
|
[1m[35m (0.0ms)[0m begin transaction
|
1891
|
-
[1m[36m (0.0ms)[0m [
|
1892
|
-
[1m[35mAccount Exists (0.1ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1
|
1893
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:02:27.272800"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-13 12:02:27.272800"]]
|
1894
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1895
|
-
[1m[36mAccount Load (0.0ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
1896
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1897
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1[0m
|
1898
|
-
[1m[35mSQL (0.2ms)[0m INSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2015-02-13 12:02:27.273814"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 12:02:27.273814"]]
|
1899
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1900
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
1901
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1902
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1903
|
-
[1m[36mAccount Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 456 LIMIT 1[0m
|
1904
|
-
[1m[35mSQL (0.1ms)[0m INSERT INTO "accounts" ("created_at", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-02-13 12:02:27.275580"], ["provider", "bookingsync"], ["uid", 456], ["updated_at", "2015-02-13 12:02:27.275580"]]
|
1905
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1906
|
-
[1m[35mAccount Load (0.0ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
1907
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
1908
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 123 LIMIT 1
|
1909
|
-
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("created_at", "name", "oauth_access_token", "oauth_expires_at", "oauth_refresh_token", "provider", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2015-02-13 12:02:27.276599"], ["name", "business name"], ["oauth_access_token", "token"], ["oauth_expires_at", "expires at"], ["oauth_refresh_token", "refresh token"], ["provider", "bookingsync"], ["uid", 123], ["updated_at", "2015-02-13 12:02:27.276599"]]
|
1910
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1911
|
-
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
275
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1912
276
|
[1m[35m (0.0ms)[0m begin transaction
|
1913
|
-
[1m[
|
1914
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
1915
|
-
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "accounts" ("created_at", "uid", "updated_at") VALUES (?, ?, ?)[0m [["created_at", "2015-02-13 12:02:27.279909"], ["uid", 0], ["updated_at", "2015-02-13 12:02:27.279909"]]
|
1916
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
1917
|
-
[1m[36mAccount Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 0 LIMIT 1[0m
|
1918
|
-
[1m[35mAccount Exists (0.0ms)[0m SELECT 1 AS one FROM "accounts" WHERE "accounts"."uid" = 0 LIMIT 1
|
1919
|
-
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
277
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1920
278
|
[1m[35m (0.0ms)[0m begin transaction
|
1921
|
-
Processing by SessionsController#failure as HTML
|
1922
|
-
Rendered /Users/grk/code/bookingsync-engine/app/views/sessions/failure.html.erb within layouts/application (0.1ms)
|
1923
|
-
Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
|
1924
279
|
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
1925
|
-
[1m[35m (0.
|
1926
|
-
Processing by SessionsController#failure as HTML
|
1927
|
-
Completed 200 OK in 0ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
280
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1928
281
|
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1929
282
|
[1m[35m (0.0ms)[0m begin transaction
|
1930
|
-
|
1931
|
-
|
1932
|
-
|
283
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
284
|
+
[1m[35m (0.1ms)[0m begin transaction
|
285
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
286
|
+
[1m[35m (0.1ms)[0m begin transaction
|
287
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
288
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1933
289
|
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
1934
290
|
[1m[35m (0.0ms)[0m begin transaction
|
291
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
292
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
293
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
294
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
295
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
296
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
297
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
298
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
299
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
300
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
301
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
302
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1935
303
|
Processing by SessionsController#destroy as HTML
|
1936
304
|
Redirected to http://test.host/signed_out
|
1937
|
-
Completed 302 Found in
|
1938
|
-
[1m[
|
1939
|
-
[1m[
|
305
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
306
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
307
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
308
|
+
Processing by SessionsController#destroy as HTML
|
309
|
+
Redirected to http://test.host/
|
310
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
311
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
312
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
313
|
+
Processing by SessionsController#failure as HTML
|
314
|
+
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)
|
315
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
316
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
317
|
+
Processing by SessionsController#failure as HTML
|
318
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
319
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
320
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1940
321
|
Processing by SessionsController#create as HTML
|
1941
322
|
Parameters: {"provider"=>"bookingsync"}
|
1942
|
-
[1m[
|
1943
|
-
|
1944
|
-
|
1945
|
-
[1m[
|
1946
|
-
[1m[
|
1947
|
-
Redirected to http://test.host/admin
|
1948
|
-
Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
|
1949
|
-
[1m[35m (0.3ms)[0m rollback transaction
|
1950
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
323
|
+
[1m[35mAccount Load (0.3ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
324
|
+
SQLite3::SQLException: no such table: accounts: SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
325
|
+
Completed 500 Internal Server Error in 8ms
|
326
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
327
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1951
328
|
Processing by SessionsController#create as HTML
|
1952
329
|
Parameters: {"provider"=>"bookingsync"}
|
1953
|
-
[1m[
|
1954
|
-
|
1955
|
-
|
1956
|
-
[1m[
|
1957
|
-
[1m[
|
1958
|
-
Redirected to http://test.host/
|
1959
|
-
Completed 302 Found in 1ms (ActiveRecord: 0.3ms)
|
1960
|
-
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
1961
|
-
[1m[35m (0.0ms)[0m begin transaction
|
330
|
+
[1m[36mAccount Load (0.2ms)[0m [1mSELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1[0m
|
331
|
+
SQLite3::SQLException: no such table: accounts: SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
332
|
+
Completed 500 Internal Server Error in 1ms
|
333
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
334
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1962
335
|
Processing by SessionsController#create as HTML
|
1963
336
|
Parameters: {"provider"=>"bookingsync"}
|
1964
|
-
[1m[
|
1965
|
-
|
1966
|
-
|
1967
|
-
[1m[
|
1968
|
-
[1m[
|
1969
|
-
|
1970
|
-
|
1971
|
-
[1m[
|
1972
|
-
[1m[
|
1973
|
-
|
337
|
+
[1m[35mAccount Load (0.2ms)[0m SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
338
|
+
SQLite3::SQLException: no such table: accounts: SELECT "accounts".* FROM "accounts" WHERE "accounts"."uid" = 123 AND "accounts"."provider" = 'bookingsync' LIMIT 1
|
339
|
+
Completed 500 Internal Server Error in 1ms
|
340
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
341
|
+
[1m[35m (0.1ms)[0m begin transaction
|
342
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
343
|
+
[1m[35m (0.0ms)[0m begin transaction
|
344
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
345
|
+
[1m[35m (0.0ms)[0m begin transaction
|
346
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
347
|
+
[1m[35m (0.0ms)[0m begin transaction
|
348
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
349
|
+
[1m[35m (0.0ms)[0m begin transaction
|
350
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
351
|
+
[1m[35m (0.0ms)[0m begin transaction
|
352
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
353
|
+
[1m[35m (0.1ms)[0m begin transaction
|
354
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
355
|
+
[1m[35m (0.0ms)[0m begin transaction
|
356
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
357
|
+
[1m[35m (0.1ms)[0m begin transaction
|
358
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
359
|
+
[1m[35m (0.0ms)[0m begin transaction
|
360
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
361
|
+
[1m[35m (0.1ms)[0m begin transaction
|
362
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
363
|
+
[1m[35m (0.1ms)[0m begin transaction
|
364
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
365
|
+
[1m[35m (0.0ms)[0m begin transaction
|
366
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
367
|
+
[1m[35m (0.1ms)[0m begin transaction
|
368
|
+
Processing by AuthenticatedController#index as JS
|
1974
369
|
Filter chain halted as :authenticate_account! rendered or redirected
|
1975
|
-
Completed
|
1976
|
-
[1m[
|
1977
|
-
[1m[
|
370
|
+
Completed 401 Unauthorized in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
371
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
372
|
+
[1m[35m (0.1ms)[0m begin transaction
|
373
|
+
Processing by AuthenticatedController#index as JS
|
374
|
+
Filter chain halted as :authenticate_account! rendered or redirected
|
375
|
+
Completed 401 Unauthorized in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
376
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
377
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1978
378
|
Processing by AuthenticatedController#index as HTML
|
1979
379
|
Redirected to http://test.host/auth/bookingsync/?account_id=
|
1980
380
|
Filter chain halted as :authenticate_account! rendered or redirected
|
1981
381
|
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
1982
|
-
[1m[
|
1983
|
-
[1m[
|
1984
|
-
Processing by AuthenticatedController#index as
|
1985
|
-
Filter chain halted as :authenticate_account! rendered or redirected
|
1986
|
-
Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1987
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
1988
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1989
|
-
Processing by AuthenticatedController#index as JS
|
382
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
383
|
+
[1m[35m (0.1ms)[0m begin transaction
|
384
|
+
Processing by AuthenticatedController#index as HTML
|
1990
385
|
Filter chain halted as :authenticate_account! rendered or redirected
|
1991
|
-
Completed
|
1992
|
-
[1m[
|
1993
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1994
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
1995
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1996
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
1997
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1998
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
1999
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2000
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
2001
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2002
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
386
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
387
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|