stenographer-rails 0.6.2 → 0.6.3
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/{stenographer.rb → stenographer-rails.rb} +0 -0
- data/lib/stenographer/version.rb +1 -1
- data/spec/dummy/config/application.rb +1 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +50 -0
- data/spec/dummy/log/test.log +1636 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 72e97c4f3480006086232d35946652c6e4a4a80cd46ad29be7601adc09743a9d
|
|
4
|
+
data.tar.gz: ba8f45a2801439d46fa7f942a9a4ade60c6ad974b909c92f12589f00b615c020
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9811964db4624d5fa1590aea13728b965b48097f5208a5ac4386be58cd09250c273b01778e68a2f577097bc3c9ba92e3d793d5824b05d1eb520aa184e2d219cf
|
|
7
|
+
data.tar.gz: 8f3fe8639f3ea85af522e0a18b330a785b892535e7eba87058b08b60956e952cd2642f24a8658bed1ab84beb07b4c04802705ff1fc8e911d7f1db24366ceb89c
|
|
File without changes
|
data/lib/stenographer/version.rb
CHANGED
data/spec/dummy/db/test.sqlite3
CHANGED
|
Binary file
|
|
@@ -26030,3 +26030,53 @@ Completed 200 OK in 85ms (Views: 72.5ms | ActiveRecord: 1.0ms)
|
|
|
26030
26030
|
↳ /Users/michaelcarey/.rvm/gems/ruby-2.5.1/bin/rake:23
|
|
26031
26031
|
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
|
26032
26032
|
↳ /Users/michaelcarey/.rvm/gems/ruby-2.5.1/bin/rake:23
|
|
26033
|
+
[1m[35m (0.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
26034
|
+
↳ /Users/michaelcarey/.rvm/gems/ruby-2.5.1/bin/rake:23
|
|
26035
|
+
[1m[35m (1.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
|
26036
|
+
↳ /Users/michaelcarey/.rvm/gems/ruby-2.5.1/bin/rake:23
|
|
26037
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
26038
|
+
↳ /Users/michaelcarey/.rvm/gems/ruby-2.5.1/bin/rake:23
|
|
26039
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
|
26040
|
+
↳ /Users/michaelcarey/.rvm/gems/ruby-2.5.1/bin/rake:23
|
|
26041
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
26042
|
+
↳ /Users/michaelcarey/.rvm/gems/ruby-2.5.1/bin/rake:23
|
|
26043
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
|
26044
|
+
↳ /Users/michaelcarey/.rvm/gems/ruby-2.5.1/bin/rake:23
|
|
26045
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "stenographer_authentications"[0m
|
|
26046
|
+
↳ db/schema.rb:15
|
|
26047
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
26048
|
+
↳ db/schema.rb:15
|
|
26049
|
+
[1m[35m (2.3ms)[0m [1m[35mCREATE TABLE "stenographer_authentications" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "provider" varchar NOT NULL, "uid" varchar NOT NULL, "credentials" varchar, "source" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
26050
|
+
↳ db/schema.rb:15
|
|
26051
|
+
[1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "stenographer_changes"[0m
|
|
26052
|
+
↳ db/schema.rb:24
|
|
26053
|
+
[1m[35m (1.6ms)[0m [1m[35mCREATE TABLE "stenographer_changes" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar, "message" varchar NOT NULL, "source_id" varchar, "visible" boolean DEFAULT 1 NOT NULL, "change_type" varchar, "environments" varchar, "tracker_ids" varchar, "source" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
26054
|
+
↳ db/schema.rb:24
|
|
26055
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "stenographer_outputs"[0m
|
|
26056
|
+
↳ db/schema.rb:37
|
|
26057
|
+
[1m[35m (1.5ms)[0m [1m[35mCREATE TABLE "stenographer_outputs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "authentication_id" bigint NOT NULL, "configuration" text NOT NULL, "filters" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
26058
|
+
↳ db/schema.rb:37
|
|
26059
|
+
[1m[35m (1.3ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
|
26060
|
+
↳ db/schema.rb:13
|
|
26061
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
26062
|
+
↳ db/schema.rb:13
|
|
26063
|
+
[1m[35m (1.4ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20180502170621)[0m
|
|
26064
|
+
↳ db/schema.rb:13
|
|
26065
|
+
[1m[35m (1.2ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
26066
|
+
↳ db/schema.rb:13
|
|
26067
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
26068
|
+
↳ db/schema.rb:13
|
|
26069
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
26070
|
+
↳ db/schema.rb:13
|
|
26071
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-07-19 20:17:14.099496"], ["updated_at", "2018-07-19 20:17:14.099496"]]
|
|
26072
|
+
↳ db/schema.rb:13
|
|
26073
|
+
[1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
|
|
26074
|
+
↳ db/schema.rb:13
|
|
26075
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
26076
|
+
↳ /Users/michaelcarey/.rvm/gems/ruby-2.5.1/bin/rake:23
|
|
26077
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
26078
|
+
↳ /Users/michaelcarey/.rvm/gems/ruby-2.5.1/bin/rake:23
|
|
26079
|
+
[1m[36mActiveRecord::InternalMetadata Update (0.3ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2018-07-19 20:17:14.104195"], ["key", "environment"]]
|
|
26080
|
+
↳ /Users/michaelcarey/.rvm/gems/ruby-2.5.1/bin/rake:23
|
|
26081
|
+
[1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
|
|
26082
|
+
↳ /Users/michaelcarey/.rvm/gems/ruby-2.5.1/bin/rake:23
|
data/spec/dummy/log/test.log
CHANGED
|
@@ -95458,3 +95458,1639 @@ Redirected to http://test.host/stenographer/admin/authentications
|
|
|
95458
95458
|
Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
|
|
95459
95459
|
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_authentications"[0m
|
|
95460
95460
|
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
95461
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95462
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95463
|
+
[1m[36mStenographer::Change Create (0.4ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-05 20:17:17.272640"], ["updated_at", "2018-07-19 20:17:17.284861"]]
|
|
95464
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95465
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95466
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-12 20:17:17.293252"], ["updated_at", "2018-07-19 20:17:17.293754"]]
|
|
95467
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95468
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95469
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.294652"], ["updated_at", "2018-07-19 20:17:17.294652"]]
|
|
95470
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95471
|
+
Processing by Stenographer::Admin::ChangesController#index as HTML
|
|
95472
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/changes/index.html.erb within layouts/stenographer/application
|
|
95473
|
+
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
|
|
95474
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/changes/index.html.erb within layouts/stenographer/application (0.3ms)
|
|
95475
|
+
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
|
|
95476
|
+
Completed 200 OK in 20ms (Views: 14.6ms | ActiveRecord: 0.0ms)
|
|
95477
|
+
[1m[36mStenographer::Change Load (0.2ms)[0m [1m[34mSELECT "stenographer_changes".* FROM "stenographer_changes" ORDER BY "stenographer_changes"."created_at" DESC LIMIT ? OFFSET ?[0m [["LIMIT", 100], ["OFFSET", 0]]
|
|
95478
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
95479
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95480
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95481
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-05 20:17:17.320750"], ["updated_at", "2018-07-19 20:17:17.321394"]]
|
|
95482
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95483
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95484
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-12 20:17:17.322382"], ["updated_at", "2018-07-19 20:17:17.322796"]]
|
|
95485
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95486
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95487
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.323887"], ["updated_at", "2018-07-19 20:17:17.323887"]]
|
|
95488
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95489
|
+
Processing by Stenographer::Admin::ChangesController#index as HTML
|
|
95490
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/changes/index.html.erb within layouts/stenographer/application
|
|
95491
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/changes/index.html.erb within layouts/stenographer/application (0.1ms)
|
|
95492
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
|
95493
|
+
[1m[36mStenographer::Change Load (0.1ms)[0m [1m[34mSELECT "stenographer_changes".* FROM "stenographer_changes" ORDER BY "stenographer_changes"."created_at" DESC LIMIT ? OFFSET ?[0m [["LIMIT", 100], ["OFFSET", 0]]
|
|
95494
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
95495
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
95496
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95497
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-05 20:17:17.329593"], ["updated_at", "2018-07-19 20:17:17.330169"]]
|
|
95498
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95499
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95500
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-12 20:17:17.331179"], ["updated_at", "2018-07-19 20:17:17.331621"]]
|
|
95501
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95502
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95503
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.332627"], ["updated_at", "2018-07-19 20:17:17.332627"]]
|
|
95504
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95505
|
+
Processing by Stenographer::Admin::ChangesController#index as HTML
|
|
95506
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/changes/index.html.erb within layouts/stenographer/application
|
|
95507
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/changes/index.html.erb within layouts/stenographer/application (0.0ms)
|
|
95508
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
|
95509
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
95510
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95511
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95512
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-05 20:17:17.336137"], ["updated_at", "2018-07-19 20:17:17.336771"]]
|
|
95513
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95514
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95515
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-12 20:17:17.337755"], ["updated_at", "2018-07-19 20:17:17.338179"]]
|
|
95516
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95517
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95518
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.339179"], ["updated_at", "2018-07-19 20:17:17.339179"]]
|
|
95519
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95520
|
+
Processing by Stenographer::Admin::ChangesController#update as HTML
|
|
95521
|
+
Parameters: {"change"=>{"tracker_ids"=>"hummingbird"}, "id"=>"1"}
|
|
95522
|
+
[1m[36mStenographer::Change Load (0.1ms)[0m [1m[34mSELECT "stenographer_changes".* FROM "stenographer_changes" WHERE "stenographer_changes"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
95523
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95524
|
+
[1m[36mStenographer::Change Update (0.1ms)[0m [1m[33mUPDATE "stenographer_changes" SET "tracker_ids" = ?, "updated_at" = ? WHERE "stenographer_changes"."id" = ?[0m [["tracker_ids", "hummingbird"], ["updated_at", "2018-07-19 20:17:17.349219"], ["id", 1]]
|
|
95525
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95526
|
+
Redirected to http://test.host/stenographer/admin/changes/1
|
|
95527
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
|
|
95528
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
95529
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95530
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95531
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-05 20:17:17.353788"], ["updated_at", "2018-07-19 20:17:17.354410"]]
|
|
95532
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95533
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95534
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-12 20:17:17.355544"], ["updated_at", "2018-07-19 20:17:17.356228"]]
|
|
95535
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95536
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95537
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.357517"], ["updated_at", "2018-07-19 20:17:17.357517"]]
|
|
95538
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95539
|
+
Processing by Stenographer::Admin::ChangesController#update as HTML
|
|
95540
|
+
Parameters: {"change"=>{"tracker_ids"=>"hummingbird"}, "id"=>"1"}
|
|
95541
|
+
[1m[36mStenographer::Change Load (0.0ms)[0m [1m[34mSELECT "stenographer_changes".* FROM "stenographer_changes" WHERE "stenographer_changes"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
95542
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95543
|
+
[1m[36mStenographer::Change Update (0.1ms)[0m [1m[33mUPDATE "stenographer_changes" SET "tracker_ids" = ?, "updated_at" = ? WHERE "stenographer_changes"."id" = ?[0m [["tracker_ids", "hummingbird"], ["updated_at", "2018-07-19 20:17:17.359929"], ["id", 1]]
|
|
95544
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95545
|
+
Redirected to http://test.host/stenographer/admin/changes/1
|
|
95546
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
|
|
95547
|
+
[1m[36mStenographer::Change Load (0.0ms)[0m [1m[34mSELECT "stenographer_changes".* FROM "stenographer_changes" WHERE "stenographer_changes"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
95548
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
95549
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95550
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95551
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-05 20:17:17.364649"], ["updated_at", "2018-07-19 20:17:17.365275"]]
|
|
95552
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95553
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95554
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-12 20:17:17.366284"], ["updated_at", "2018-07-19 20:17:17.366692"]]
|
|
95555
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95556
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95557
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.367673"], ["updated_at", "2018-07-19 20:17:17.367673"]]
|
|
95558
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95559
|
+
Processing by Stenographer::Admin::ChangesController#edit as HTML
|
|
95560
|
+
Parameters: {"id"=>"1"}
|
|
95561
|
+
[1m[36mStenographer::Change Load (0.1ms)[0m [1m[34mSELECT "stenographer_changes".* FROM "stenographer_changes" WHERE "stenographer_changes"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
95562
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/changes/edit.html.erb within layouts/stenographer/application
|
|
95563
|
+
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
|
|
95564
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/changes/edit.html.erb within layouts/stenographer/application (0.3ms)
|
|
95565
|
+
Completed 200 OK in 9ms (Views: 0.8ms | ActiveRecord: 0.1ms)
|
|
95566
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
95567
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95568
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95569
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-05 20:17:17.379700"], ["updated_at", "2018-07-19 20:17:17.380358"]]
|
|
95570
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95571
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95572
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-12 20:17:17.381425"], ["updated_at", "2018-07-19 20:17:17.381918"]]
|
|
95573
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95574
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95575
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.383057"], ["updated_at", "2018-07-19 20:17:17.383057"]]
|
|
95576
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95577
|
+
Processing by Stenographer::Admin::ChangesController#edit as HTML
|
|
95578
|
+
Parameters: {"id"=>"1"}
|
|
95579
|
+
[1m[36mStenographer::Change Load (0.0ms)[0m [1m[34mSELECT "stenographer_changes".* FROM "stenographer_changes" WHERE "stenographer_changes"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
95580
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/changes/edit.html.erb within layouts/stenographer/application
|
|
95581
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/changes/edit.html.erb within layouts/stenographer/application (0.0ms)
|
|
95582
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
|
95583
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
95584
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95585
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95586
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-05 20:17:17.386480"], ["updated_at", "2018-07-19 20:17:17.387002"]]
|
|
95587
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95588
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95589
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-12 20:17:17.387923"], ["updated_at", "2018-07-19 20:17:17.388309"]]
|
|
95590
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95591
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95592
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.389601"], ["updated_at", "2018-07-19 20:17:17.389601"]]
|
|
95593
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95594
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_changes"[0m
|
|
95595
|
+
Processing by Stenographer::Admin::ChangesController#destroy as HTML
|
|
95596
|
+
Parameters: {"id"=>"1"}
|
|
95597
|
+
[1m[36mStenographer::Change Load (0.1ms)[0m [1m[34mSELECT "stenographer_changes".* FROM "stenographer_changes" WHERE "stenographer_changes"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
95598
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95599
|
+
[1m[36mStenographer::Change Destroy (0.1ms)[0m [1m[31mDELETE FROM "stenographer_changes" WHERE "stenographer_changes"."id" = ?[0m [["id", 1]]
|
|
95600
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95601
|
+
Redirected to http://test.host/stenographer/admin/changes
|
|
95602
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
|
|
95603
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_changes"[0m
|
|
95604
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
95605
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95606
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95607
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-05 20:17:17.397750"], ["updated_at", "2018-07-19 20:17:17.398387"]]
|
|
95608
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95609
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95610
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-12 20:17:17.399627"], ["updated_at", "2018-07-19 20:17:17.400133"]]
|
|
95611
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95612
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95613
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.401119"], ["updated_at", "2018-07-19 20:17:17.401119"]]
|
|
95614
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95615
|
+
Processing by Stenographer::Admin::ChangesController#destroy as HTML
|
|
95616
|
+
Parameters: {"id"=>"1"}
|
|
95617
|
+
[1m[36mStenographer::Change Load (0.0ms)[0m [1m[34mSELECT "stenographer_changes".* FROM "stenographer_changes" WHERE "stenographer_changes"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
95618
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95619
|
+
[1m[36mStenographer::Change Destroy (0.0ms)[0m [1m[31mDELETE FROM "stenographer_changes" WHERE "stenographer_changes"."id" = ?[0m [["id", 1]]
|
|
95620
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95621
|
+
Redirected to http://test.host/stenographer/admin/changes
|
|
95622
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
|
|
95623
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
95624
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95625
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95626
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-05 20:17:17.405276"], ["updated_at", "2018-07-19 20:17:17.405805"]]
|
|
95627
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95628
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95629
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-12 20:17:17.406709"], ["updated_at", "2018-07-19 20:17:17.407114"]]
|
|
95630
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95631
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95632
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.408093"], ["updated_at", "2018-07-19 20:17:17.408093"]]
|
|
95633
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95634
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_changes"[0m
|
|
95635
|
+
Processing by Stenographer::Admin::ChangesController#create as HTML
|
|
95636
|
+
Parameters: {"change"=>{"message"=>""}}
|
|
95637
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95638
|
+
[1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
95639
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/changes/new.html.erb within layouts/stenographer/application
|
|
95640
|
+
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
|
|
95641
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/changes/new.html.erb within layouts/stenographer/application (0.2ms)
|
|
95642
|
+
Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.1ms)
|
|
95643
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_changes"[0m
|
|
95644
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
|
95645
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95646
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95647
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-05 20:17:17.419264"], ["updated_at", "2018-07-19 20:17:17.419897"]]
|
|
95648
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95649
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95650
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-12 20:17:17.420889"], ["updated_at", "2018-07-19 20:17:17.421322"]]
|
|
95651
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95652
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95653
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.422345"], ["updated_at", "2018-07-19 20:17:17.422345"]]
|
|
95654
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95655
|
+
Processing by Stenographer::Admin::ChangesController#create as HTML
|
|
95656
|
+
Parameters: {"change"=>{"message"=>""}}
|
|
95657
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95658
|
+
[1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
95659
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/changes/new.html.erb within layouts/stenographer/application
|
|
95660
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/changes/new.html.erb within layouts/stenographer/application (0.0ms)
|
|
95661
|
+
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.1ms)
|
|
95662
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
95663
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95664
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95665
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-05 20:17:17.426923"], ["updated_at", "2018-07-19 20:17:17.427436"]]
|
|
95666
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95667
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95668
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-12 20:17:17.428385"], ["updated_at", "2018-07-19 20:17:17.428945"]]
|
|
95669
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95670
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95671
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.430262"], ["updated_at", "2018-07-19 20:17:17.430262"]]
|
|
95672
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95673
|
+
Processing by Stenographer::Admin::ChangesController#create as HTML
|
|
95674
|
+
Parameters: {"change"=>{"message"=>"snakes", "tracker_ids"=>"lego"}}
|
|
95675
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95676
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "environments", "tracker_ids", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["message", "snakes"], ["environments", "test"], ["tracker_ids", "lego"], ["created_at", "2018-07-19 20:17:17.432311"], ["updated_at", "2018-07-19 20:17:17.432311"]]
|
|
95677
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95678
|
+
Redirected to http://test.host/stenographer/admin/changes/4
|
|
95679
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
|
|
95680
|
+
[1m[36mStenographer::Change Load (0.1ms)[0m [1m[34mSELECT "stenographer_changes".* FROM "stenographer_changes" ORDER BY "stenographer_changes"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
|
|
95681
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
95682
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95683
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95684
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-05 20:17:17.435488"], ["updated_at", "2018-07-19 20:17:17.436062"]]
|
|
95685
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95686
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95687
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-12 20:17:17.437140"], ["updated_at", "2018-07-19 20:17:17.437617"]]
|
|
95688
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95689
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95690
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.438686"], ["updated_at", "2018-07-19 20:17:17.438686"]]
|
|
95691
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95692
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_changes"[0m
|
|
95693
|
+
Processing by Stenographer::Admin::ChangesController#create as HTML
|
|
95694
|
+
Parameters: {"change"=>{"message"=>"snakes", "tracker_ids"=>"lego"}}
|
|
95695
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95696
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "environments", "tracker_ids", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["message", "snakes"], ["environments", "test"], ["tracker_ids", "lego"], ["created_at", "2018-07-19 20:17:17.441206"], ["updated_at", "2018-07-19 20:17:17.441206"]]
|
|
95697
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95698
|
+
Redirected to http://test.host/stenographer/admin/changes/4
|
|
95699
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
|
|
95700
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_changes"[0m
|
|
95701
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
95702
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95703
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95704
|
+
[1m[36mStenographer::Change Create (0.4ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-05 20:17:17.444044"], ["updated_at", "2018-07-19 20:17:17.444649"]]
|
|
95705
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95706
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95707
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-12 20:17:17.445893"], ["updated_at", "2018-07-19 20:17:17.446475"]]
|
|
95708
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95709
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95710
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.447644"], ["updated_at", "2018-07-19 20:17:17.447644"]]
|
|
95711
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95712
|
+
Processing by Stenographer::Admin::ChangesController#create as HTML
|
|
95713
|
+
Parameters: {"change"=>{"message"=>"snakes", "tracker_ids"=>"lego"}}
|
|
95714
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95715
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "environments", "tracker_ids", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["message", "snakes"], ["environments", "test"], ["tracker_ids", "lego"], ["created_at", "2018-07-19 20:17:17.449621"], ["updated_at", "2018-07-19 20:17:17.449621"]]
|
|
95716
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95717
|
+
Redirected to http://test.host/stenographer/admin/changes/4
|
|
95718
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
|
|
95719
|
+
[1m[36mStenographer::Change Load (0.1ms)[0m [1m[34mSELECT "stenographer_changes".* FROM "stenographer_changes" ORDER BY "stenographer_changes"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
|
|
95720
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
95721
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95722
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95723
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-05 20:17:17.453091"], ["updated_at", "2018-07-19 20:17:17.453631"]]
|
|
95724
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95725
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95726
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-12 20:17:17.454604"], ["updated_at", "2018-07-19 20:17:17.455035"]]
|
|
95727
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95728
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95729
|
+
[1m[36mStenographer::Change Create (0.2ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.456073"], ["updated_at", "2018-07-19 20:17:17.456073"]]
|
|
95730
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95731
|
+
Processing by Stenographer::Admin::ChangesController#show as HTML
|
|
95732
|
+
Parameters: {"id"=>"1"}
|
|
95733
|
+
[1m[36mStenographer::Change Load (0.0ms)[0m [1m[34mSELECT "stenographer_changes".* FROM "stenographer_changes" WHERE "stenographer_changes"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
95734
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/changes/show.html.erb within layouts/stenographer/application
|
|
95735
|
+
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
|
|
95736
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/changes/show.html.erb within layouts/stenographer/application (0.3ms)
|
|
95737
|
+
Completed 200 OK in 7ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
|
95738
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
95739
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95740
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95741
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-05 20:17:17.466609"], ["updated_at", "2018-07-19 20:17:17.467263"]]
|
|
95742
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95743
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95744
|
+
[1m[36mStenographer::Change Create (0.2ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-12 20:17:17.468416"], ["updated_at", "2018-07-19 20:17:17.469002"]]
|
|
95745
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95746
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95747
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.470291"], ["updated_at", "2018-07-19 20:17:17.470291"]]
|
|
95748
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95749
|
+
Processing by Stenographer::Admin::ChangesController#show as HTML
|
|
95750
|
+
Parameters: {"id"=>"1"}
|
|
95751
|
+
[1m[36mStenographer::Change Load (0.0ms)[0m [1m[34mSELECT "stenographer_changes".* FROM "stenographer_changes" WHERE "stenographer_changes"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
95752
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/changes/show.html.erb within layouts/stenographer/application
|
|
95753
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/changes/show.html.erb within layouts/stenographer/application (0.0ms)
|
|
95754
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
|
95755
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
95756
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95757
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95758
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-05 20:17:17.474260"], ["updated_at", "2018-07-19 20:17:17.474824"]]
|
|
95759
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95760
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95761
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-12 20:17:17.475756"], ["updated_at", "2018-07-19 20:17:17.476261"]]
|
|
95762
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95763
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95764
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.477418"], ["updated_at", "2018-07-19 20:17:17.477418"]]
|
|
95765
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95766
|
+
Processing by Stenographer::Admin::ChangesController#new as HTML
|
|
95767
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/changes/new.html.erb within layouts/stenographer/application
|
|
95768
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/changes/new.html.erb within layouts/stenographer/application (0.0ms)
|
|
95769
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
|
95770
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
95771
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95772
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95773
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-05 20:17:17.481121"], ["updated_at", "2018-07-19 20:17:17.481701"]]
|
|
95774
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95775
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95776
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-12 20:17:17.482696"], ["updated_at", "2018-07-19 20:17:17.483143"]]
|
|
95777
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95778
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95779
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.484185"], ["updated_at", "2018-07-19 20:17:17.484185"]]
|
|
95780
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95781
|
+
Processing by Stenographer::Admin::ChangesController#new as HTML
|
|
95782
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/changes/new.html.erb within layouts/stenographer/application
|
|
95783
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/changes/new.html.erb within layouts/stenographer/application (0.0ms)
|
|
95784
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
|
95785
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
95786
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95787
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
95788
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95789
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95790
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.488697"], ["updated_at", "2018-07-19 20:17:17.488697"]]
|
|
95791
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95792
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
95793
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95794
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95795
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.492073"], ["updated_at", "2018-07-19 20:17:17.492073"]]
|
|
95796
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95797
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
95798
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95799
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95800
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "# hello"], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.495548"], ["updated_at", "2018-07-19 20:17:17.495548"]]
|
|
95801
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95802
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
95803
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95804
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95805
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.498435"], ["updated_at", "2018-07-19 20:17:17.498435"]]
|
|
95806
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95807
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95808
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.510143"], ["updated_at", "2018-07-19 20:17:17.510143"]]
|
|
95809
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95810
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95811
|
+
[1m[36mStenographer::Output Create (0.2ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 1], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-19 20:17:17.519427"], ["updated_at", "2018-07-19 20:17:17.519427"]]
|
|
95812
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95813
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95814
|
+
[1m[36mStenographer::Change Update (0.1ms)[0m [1m[33mUPDATE "stenographer_changes" SET "environments" = ?, "updated_at" = ? WHERE "stenographer_changes"."id" = ?[0m [["environments", "florida, california"], ["updated_at", "2018-07-19 20:17:17.520718"], ["id", 1]]
|
|
95815
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95816
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95817
|
+
[1m[36mStenographer::Output Update (0.1ms)[0m [1m[33mUPDATE "stenographer_outputs" SET "filters" = ?, "updated_at" = ? WHERE "stenographer_outputs"."id" = ?[0m [["filters", "{\"environments\":\"california\"}"], ["updated_at", "2018-07-19 20:17:17.521891"], ["id", 1]]
|
|
95818
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95819
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
95820
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95821
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95822
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.524338"], ["updated_at", "2018-07-19 20:17:17.524338"]]
|
|
95823
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95824
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95825
|
+
[1m[36mStenographer::Authentication Create (0.2ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.525897"], ["updated_at", "2018-07-19 20:17:17.525897"]]
|
|
95826
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95827
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95828
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 1], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-19 20:17:17.527343"], ["updated_at", "2018-07-19 20:17:17.527343"]]
|
|
95829
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95830
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95831
|
+
[1m[36mStenographer::Change Update (0.1ms)[0m [1m[33mUPDATE "stenographer_changes" SET "environments" = ?, "updated_at" = ? WHERE "stenographer_changes"."id" = ?[0m [["environments", "california, florida"], ["updated_at", "2018-07-19 20:17:17.528465"], ["id", 1]]
|
|
95832
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95833
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95834
|
+
[1m[36mStenographer::Output Update (0.1ms)[0m [1m[33mUPDATE "stenographer_outputs" SET "filters" = ?, "updated_at" = ? WHERE "stenographer_outputs"."id" = ?[0m [["filters", "{\"environments\":\"california\"}"], ["updated_at", "2018-07-19 20:17:17.529673"], ["id", 1]]
|
|
95835
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95836
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
95837
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95838
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95839
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.532052"], ["updated_at", "2018-07-19 20:17:17.532052"]]
|
|
95840
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95841
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95842
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.533612"], ["updated_at", "2018-07-19 20:17:17.533612"]]
|
|
95843
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95844
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95845
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 1], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-19 20:17:17.534714"], ["updated_at", "2018-07-19 20:17:17.534714"]]
|
|
95846
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95847
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95848
|
+
[1m[36mStenographer::Change Update (0.1ms)[0m [1m[33mUPDATE "stenographer_changes" SET "change_type" = ?, "updated_at" = ? WHERE "stenographer_changes"."id" = ?[0m [["change_type", "new"], ["updated_at", "2018-07-19 20:17:17.535682"], ["id", 1]]
|
|
95849
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95850
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95851
|
+
[1m[36mStenographer::Output Update (0.1ms)[0m [1m[33mUPDATE "stenographer_outputs" SET "filters" = ?, "updated_at" = ? WHERE "stenographer_outputs"."id" = ?[0m [["filters", "{\"change_type\":\"new\"}"], ["updated_at", "2018-07-19 20:17:17.536992"], ["id", 1]]
|
|
95852
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95853
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
95854
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95855
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95856
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.539599"], ["updated_at", "2018-07-19 20:17:17.539599"]]
|
|
95857
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95858
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95859
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.541207"], ["updated_at", "2018-07-19 20:17:17.541207"]]
|
|
95860
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95861
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95862
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 1], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-19 20:17:17.542236"], ["updated_at", "2018-07-19 20:17:17.542236"]]
|
|
95863
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95864
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
95865
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95866
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95867
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.544481"], ["updated_at", "2018-07-19 20:17:17.544481"]]
|
|
95868
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95869
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95870
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.545991"], ["updated_at", "2018-07-19 20:17:17.545991"]]
|
|
95871
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95872
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95873
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 1], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-19 20:17:17.547030"], ["updated_at", "2018-07-19 20:17:17.547030"]]
|
|
95874
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95875
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
95876
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95877
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95878
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.549323"], ["updated_at", "2018-07-19 20:17:17.549323"]]
|
|
95879
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95880
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95881
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.550804"], ["updated_at", "2018-07-19 20:17:17.550804"]]
|
|
95882
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95883
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95884
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 1], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-19 20:17:17.551744"], ["updated_at", "2018-07-19 20:17:17.551744"]]
|
|
95885
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95886
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95887
|
+
[1m[36mStenographer::Change Update (0.1ms)[0m [1m[33mUPDATE "stenographer_changes" SET "environments" = ?, "updated_at" = ? WHERE "stenographer_changes"."id" = ?[0m [["environments", "community"], ["updated_at", "2018-07-19 20:17:17.552639"], ["id", 1]]
|
|
95888
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95889
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95890
|
+
[1m[36mStenographer::Output Update (0.1ms)[0m [1m[33mUPDATE "stenographer_outputs" SET "filters" = ?, "updated_at" = ? WHERE "stenographer_outputs"."id" = ?[0m [["filters", "{\"environments\":\"the office\"}"], ["updated_at", "2018-07-19 20:17:17.553636"], ["id", 1]]
|
|
95891
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95892
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
95893
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95894
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95895
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.555782"], ["updated_at", "2018-07-19 20:17:17.555782"]]
|
|
95896
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95897
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95898
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.557137"], ["updated_at", "2018-07-19 20:17:17.557137"]]
|
|
95899
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95900
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95901
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 1], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-19 20:17:17.558057"], ["updated_at", "2018-07-19 20:17:17.558057"]]
|
|
95902
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95903
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95904
|
+
[1m[36mStenographer::Change Update (0.1ms)[0m [1m[33mUPDATE "stenographer_changes" SET "environments" = ?, "updated_at" = ? WHERE "stenographer_changes"."id" = ?[0m [["environments", "staging"], ["updated_at", "2018-07-19 20:17:17.559051"], ["id", 1]]
|
|
95905
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95906
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95907
|
+
[1m[36mStenographer::Output Update (0.1ms)[0m [1m[33mUPDATE "stenographer_outputs" SET "filters" = ?, "updated_at" = ? WHERE "stenographer_outputs"."id" = ?[0m [["filters", "{\"environments\":\"\"}"], ["updated_at", "2018-07-19 20:17:17.560216"], ["id", 1]]
|
|
95908
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95909
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
95910
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95911
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_changes"[0m
|
|
95912
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95913
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("subject", "message", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["subject", "test"], ["message", "test1"], ["environments", "test"], ["tracker_ids", "1234"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.563387"], ["updated_at", "2018-07-19 20:17:17.563387"]]
|
|
95914
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95915
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_changes"[0m
|
|
95916
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
95917
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95918
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_changes"[0m
|
|
95919
|
+
[1m[36mStenographer::Change Load (0.1ms)[0m [1m[34mSELECT "stenographer_changes".* FROM "stenographer_changes" WHERE "stenographer_changes"."source_id" = ? LIMIT ?[0m [["source_id", "#14983989"], ["LIMIT", 1]]
|
|
95920
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95921
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("subject", "message", "source_id", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["subject", "test"], ["message", "test1"], ["source_id", "#14983989"], ["environments", "test"], ["tracker_ids", "1234"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.567234"], ["updated_at", "2018-07-19 20:17:17.567234"]]
|
|
95922
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95923
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_changes"[0m
|
|
95924
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
95925
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95926
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95927
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "source_id", "visible", "change_type", "environments", "tracker_ids", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["source_id", "#aol"], ["visible", 0], ["change_type", "improved"], ["environments", "england"], ["tracker_ids", "#56789"], ["created_at", "2018-07-19 20:17:17.570112"], ["updated_at", "2018-07-19 20:17:17.570112"]]
|
|
95928
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95929
|
+
[1m[36mStenographer::Change Load (0.1ms)[0m [1m[34mSELECT "stenographer_changes".* FROM "stenographer_changes" WHERE "stenographer_changes"."source_id" = ? LIMIT ?[0m [["source_id", "#aol"], ["LIMIT", 1]]
|
|
95930
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95931
|
+
[1m[36mStenographer::Change Update (0.1ms)[0m [1m[33mUPDATE "stenographer_changes" SET "environments" = ?, "updated_at" = ? WHERE "stenographer_changes"."id" = ?[0m [["environments", "england, france"], ["updated_at", "2018-07-19 20:17:17.571934"], ["id", 1]]
|
|
95932
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95933
|
+
[1m[36mStenographer::Change Load (0.0ms)[0m [1m[34mSELECT "stenographer_changes".* FROM "stenographer_changes" WHERE "stenographer_changes"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
95934
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
95935
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
95936
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95937
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "source_id", "visible", "change_type", "environments", "tracker_ids", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["source_id", "#aol"], ["visible", 0], ["change_type", "improved"], ["environments", "england"], ["tracker_ids", "#56789"], ["created_at", "2018-07-19 20:17:17.580456"], ["updated_at", "2018-07-19 20:17:17.580456"]]
|
|
95938
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95939
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_changes"[0m
|
|
95940
|
+
[1m[36mStenographer::Change Load (0.1ms)[0m [1m[34mSELECT "stenographer_changes".* FROM "stenographer_changes" WHERE "stenographer_changes"."source_id" = ? LIMIT ?[0m [["source_id", "#aol"], ["LIMIT", 1]]
|
|
95941
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95942
|
+
[1m[36mStenographer::Change Update (0.1ms)[0m [1m[33mUPDATE "stenographer_changes" SET "environments" = ?, "updated_at" = ? WHERE "stenographer_changes"."id" = ?[0m [["environments", "england, france"], ["updated_at", "2018-07-19 20:17:17.582573"], ["id", 1]]
|
|
95943
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95944
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_changes"[0m
|
|
95945
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
|
95946
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95947
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
95948
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95949
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
95950
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95951
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
95952
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95953
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95954
|
+
[1m[36mStenographer::Change Create (0.5ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.588901"], ["updated_at", "2018-07-19 20:17:17.588901"]]
|
|
95955
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95956
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95957
|
+
[1m[36mStenographer::Change Update (0.1ms)[0m [1m[33mUPDATE "stenographer_changes" SET "environments" = ?, "updated_at" = ? WHERE "stenographer_changes"."id" = ?[0m [["environments", "staging, production"], ["updated_at", "2018-07-19 20:17:17.590654"], ["id", 1]]
|
|
95958
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95959
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
95960
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95961
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95962
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.593439"], ["updated_at", "2018-07-19 20:17:17.593439"]]
|
|
95963
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95964
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
95965
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
95966
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95967
|
+
[1m[36mStenographer::Change Create (0.5ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.596081"], ["updated_at", "2018-07-19 20:17:17.596081"]]
|
|
95968
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95969
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95970
|
+
[1m[36mStenographer::Change Update (0.1ms)[0m [1m[33mUPDATE "stenographer_changes" SET "environments" = ?, "updated_at" = ? WHERE "stenographer_changes"."id" = ?[0m [["environments", "cheese"], ["updated_at", "2018-07-19 20:17:17.597736"], ["id", 1]]
|
|
95971
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95972
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
95973
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95974
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95975
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.600054"], ["updated_at", "2018-07-19 20:17:17.600054"]]
|
|
95976
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95977
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95978
|
+
[1m[36mStenographer::Change Update (0.1ms)[0m [1m[33mUPDATE "stenographer_changes" SET "environments" = ?, "updated_at" = ? WHERE "stenographer_changes"."id" = ?[0m [["environments", "production"], ["updated_at", "2018-07-19 20:17:17.601336"], ["id", 1]]
|
|
95979
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95980
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
95981
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95982
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95983
|
+
[1m[36mStenographer::Change Create (0.4ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", " WOW "], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.617641"], ["updated_at", "2018-07-19 20:17:17.617641"]]
|
|
95984
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95985
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
95986
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95987
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95988
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.621029"], ["updated_at", "2018-07-19 20:17:17.621029"]]
|
|
95989
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95990
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95991
|
+
[1m[36mStenographer::Change Update (0.1ms)[0m [1m[33mUPDATE "stenographer_changes" SET "change_type" = ?, "updated_at" = ? WHERE "stenographer_changes"."id" = ?[0m [["change_type", "new"], ["updated_at", "2018-07-19 20:17:17.622695"], ["id", 1]]
|
|
95992
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95993
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
95994
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
95995
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95996
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.625037"], ["updated_at", "2018-07-19 20:17:17.625037"]]
|
|
95997
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
95998
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
95999
|
+
[1m[36mStenographer::Change Update (0.1ms)[0m [1m[33mUPDATE "stenographer_changes" SET "environments" = ?, "updated_at" = ? WHERE "stenographer_changes"."id" = ?[0m [["environments", "tea"], ["updated_at", "2018-07-19 20:17:17.626506"], ["id", 1]]
|
|
96000
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96001
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
96002
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96003
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96004
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", " WOW "], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.628838"], ["updated_at", "2018-07-19 20:17:17.628838"]]
|
|
96005
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96006
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
96007
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96008
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96009
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "env1"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-05 20:17:17.631477"], ["updated_at", "2018-07-19 20:17:17.632092"]]
|
|
96010
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96011
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96012
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "env2"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-12 20:17:17.633026"], ["updated_at", "2018-07-19 20:17:17.633491"]]
|
|
96013
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96014
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96015
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.634529"], ["updated_at", "2018-07-19 20:17:17.634529"]]
|
|
96016
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96017
|
+
Processing by Stenographer::ChangesController#show as HTML
|
|
96018
|
+
Parameters: {"id"=>"1"}
|
|
96019
|
+
[1m[36mStenographer::Change Load (0.0ms)[0m [1m[34mSELECT "stenographer_changes".* FROM "stenographer_changes" WHERE "stenographer_changes"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
96020
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/changes/show.html.erb within layouts/stenographer/application
|
|
96021
|
+
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
|
|
96022
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/changes/show.html.erb within layouts/stenographer/application (0.2ms)
|
|
96023
|
+
Completed 200 OK in 11ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
|
96024
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96025
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96026
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96027
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "env1"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-05 20:17:17.648850"], ["updated_at", "2018-07-19 20:17:17.649501"]]
|
|
96028
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96029
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96030
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "env2"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-12 20:17:17.650452"], ["updated_at", "2018-07-19 20:17:17.650889"]]
|
|
96031
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96032
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96033
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.651817"], ["updated_at", "2018-07-19 20:17:17.651817"]]
|
|
96034
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96035
|
+
Processing by Stenographer::ChangesController#show as HTML
|
|
96036
|
+
Parameters: {"id"=>"1"}
|
|
96037
|
+
[1m[36mStenographer::Change Load (0.0ms)[0m [1m[34mSELECT "stenographer_changes".* FROM "stenographer_changes" WHERE "stenographer_changes"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
96038
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/changes/show.html.erb within layouts/stenographer/application
|
|
96039
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/changes/show.html.erb within layouts/stenographer/application (0.0ms)
|
|
96040
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
|
96041
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96042
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96043
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96044
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "env1"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-05 20:17:17.655453"], ["updated_at", "2018-07-19 20:17:17.656009"]]
|
|
96045
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96046
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96047
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "env2"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-12 20:17:17.657062"], ["updated_at", "2018-07-19 20:17:17.657545"]]
|
|
96048
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96049
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96050
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.658722"], ["updated_at", "2018-07-19 20:17:17.658722"]]
|
|
96051
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96052
|
+
Processing by Stenographer::ChangesController#create as HTML
|
|
96053
|
+
Parameters: {"payload"=>"{\n \"ref\": \"refs/heads/master\",\n \"before\": \"728fcfe4bbf8106191684b223d2681b0862bffd1\",\n \"after\": \"c942dbc827b4c85f46160106eec02b0bd0c4e4fd\",\n \"created\": false,\n \"deleted\": false,\n \"forced\": false,\n \"base_ref\": null,\n \"compare\": \"https://github.com/CatchRelease/catchandrelease/compare/728fcfe4bbf8...c942dbc827b4\",\n \"commits\": [{\n \"id\": \"70d502bb0b68c1b4f8f35a6797ead79b48185979\",\n \"tree_id\": \"54e081c63bd86e510faca9d600c87b82ed38421d\",\n \"distinct\": true,\n \"message\": \"seven commit.\\n\\n[finishes #999]\",\n \"timestamp\": \"2017-10-06T11:25:04-07:00\",\n \"url\": \"https://github.com/CatchRelease/catchandrelease/commit/70d502bb0b68c1b4f8f35a6797ead79b48185979\",\n \"author\": {\n \"name\": \"Michael Carey\",\n \"email\": \"mikecx@gmail.com\",\n \"username\": \"mikecx\"\n },\n \"committer\": {\n \"name\": \"Michael Carey\",\n \"email\": \"mikecx@gmail.com\",\n \"username\": \"mikecx\"\n },\n \"added\": [],\n \"removed\": [],\n \"modified\": [\"test_file\"]\n }, {\n \"id\": \"3562f081b2da63eb6ef478ff266c5667e660c65a\",\n \"tree_id\": \"4bce3b9a1ffc3e7ae1076d1780cc7de0a91e8618\",\n \"distinct\": true,\n \"message\": \"eight commit.\\n\\n[finishes #666]\\n\\n[changelog it all starts somewhere]\",\n \"timestamp\": \"2017-10-06T11:25:32-07:00\",\n \"url\": \"https://github.com/CatchRelease/catchandrelease/commit/3562f081b2da63eb6ef478ff266c5667e660c65a\",\n \"author\": {\n \"name\": \"Michael Carey\",\n \"email\": \"mikecx@gmail.com\",\n \"username\": \"mikecx\"\n },\n \"committer\": {\n \"name\": \"Michael Carey\",\n \"email\": \"mikecx@gmail.com\",\n \"username\": \"mikecx\"\n },\n \"added\": [],\n \"removed\": [],\n \"modified\": [\"test_file\"]\n }, {\n \"id\": \"c942dbc827b4c85f46160106eec02b0bd0c4e4fd\",\n \"tree_id\": \"00e5fb24d9d60e5ca7dd779d93bc3d3b7a676c55\",\n \"distinct\": true,\n \"message\": \"nine commit.\\n\\n[finished #534, finished #234]\\n\\n[changelog trapazoids are just fun]\",\n \"timestamp\": \"2017-10-06T11:25:49-07:00\",\n \"url\": \"https://github.com/CatchRelease/catchandrelease/commit/c942dbc827b4c85f46160106eec02b0bd0c4e4fd\",\n \"author\": {\n \"name\": \"Michael Carey\",\n \"email\": \"mikecx@gmail.com\",\n \"username\": \"mikecx\"\n },\n \"committer\": {\n \"name\": \"Michael Carey\",\n \"email\": \"mikecx@gmail.com\",\n \"username\": \"mikecx\"\n },\n \"added\": [],\n \"removed\": [],\n \"modified\": [\"test_file\"]\n }],\n \"head_commit\": {\n \"id\": \"c942dbc827b4c85f46160106eec02b0bd0c4e4fd\",\n \"tree_id\": \"00e5fb24d9d60e5ca7dd779d93bc3d3b7a676c55\",\n \"distinct\": true,\n \"message\": \"nine commit. [finishes #777]\",\n \"timestamp\": \"2017-10-06T11:25:49-07:00\",\n \"url\": \"https://github.com/CatchRelease/catchandrelease/commit/c942dbc827b4c85f46160106eec02b0bd0c4e4fd\",\n \"author\": {\n \"name\": \"Michael Carey\",\n \"email\": \"mikecx@gmail.com\",\n \"username\": \"mikecx\"\n },\n \"committer\": {\n \"name\": \"Michael Carey\",\n \"email\": \"mikecx@gmail.com\",\n \"username\": \"mikecx\"\n },\n \"added\": [],\n \"removed\": [],\n \"modified\": [\"test_file\"]\n },\n \"repository\": {\n \"id\": 36463678,\n \"name\": \"catchandrelease\",\n \"full_name\": \"CatchRelease/catchandrelease\",\n \"owner\": {\n \"name\": \"CatchRelease\",\n \"email\": \"engineering@catchandrelease.tv\",\n \"login\": \"CatchRelease\",\n \"id\": 12631517,\n \"avatar_url\": \"https://avatars0.githubusercontent.com/u/12631517?v=4\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/CatchRelease\",\n \"html_url\": \"https://github.com/CatchRelease\",\n \"followers_url\": \"https://api.github.com/users/CatchRelease/followers\",\n \"following_url\": \"https://api.github.com/users/CatchRelease/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/CatchRelease/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/CatchRelease/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/CatchRelease/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/CatchRelease/orgs\",\n \"repos_url\": \"https://api.github.com/users/CatchRelease/repos\",\n \"events_url\": \"https://api.github.com/users/CatchRelease/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/CatchRelease/received_events\",\n \"type\": \"Organization\",\n \"site_admin\": false\n },\n \"private\": true,\n \"html_url\": \"https://github.com/CatchRelease/catchandrelease\",\n \"description\": \"Main pillar of C&R Ecosystem\",\n \"fork\": false,\n \"url\": \"https://github.com/CatchRelease/catchandrelease\",\n \"forks_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/forks\",\n \"keys_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/keys{/key_id}\",\n \"collaborators_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/collaborators{/collaborator}\",\n \"teams_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/teams\",\n \"hooks_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/hooks\",\n \"issue_events_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/issues/events{/number}\",\n \"events_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/events\",\n \"assignees_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/assignees{/user}\",\n \"branches_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/branches{/branch}\",\n \"tags_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/tags\",\n \"blobs_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/git/blobs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/git/tags{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/git/refs{/sha}\",\n \"trees_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/git/trees{/sha}\",\n \"statuses_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/statuses/{sha}\",\n \"languages_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/languages\",\n \"stargazers_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/stargazers\",\n \"contributors_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/contributors\",\n \"subscribers_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/subscription\",\n \"commits_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/commits{/sha}\",\n \"git_commits_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/git/commits{/sha}\",\n \"comments_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/comments{/number}\",\n \"issue_comment_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/issues/comments{/number}\",\n \"contents_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/contents/{+path}\",\n \"compare_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/compare/{base}...{head}\",\n \"merges_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/merges\",\n \"archive_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/{archive_format}{/ref}\",\n \"downloads_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/downloads\",\n \"issues_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/issues{/number}\",\n \"pulls_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/pulls{/number}\",\n \"milestones_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/notifications{?since,all,participating}\",\n \"labels_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/labels{/name}\",\n \"releases_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/releases{/id}\",\n \"deployments_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/deployments\",\n \"created_at\": 1432844172,\n \"updated_at\": \"2017-02-25T22:31:04Z\",\n \"pushed_at\": 1507314377,\n \"git_url\": \"git://github.com/CatchRelease/catchandrelease.git\",\n \"ssh_url\": \"git@github.com:CatchRelease/catchandrelease.git\",\n \"clone_url\": \"https://github.com/CatchRelease/catchandrelease.git\",\n \"svn_url\": \"https://github.com/CatchRelease/catchandrelease\",\n \"homepage\": \"http://catchandrelease.com\",\n \"size\": 546773,\n \"stargazers_count\": 1,\n \"watchers_count\": 1,\n \"language\": null,\n \"has_issues\": true,\n \"has_projects\": true,\n \"has_downloads\": true,\n \"has_wiki\": true,\n \"has_pages\": false,\n \"forks_count\": 0,\n \"mirror_url\": null,\n \"open_issues_count\": 2,\n \"forks\": 0,\n \"open_issues\": 2,\n \"watchers\": 1,\n \"default_branch\": \"work\",\n \"stargazers\": 1,\n \"master_branch\": \"work\",\n \"organization\": \"CatchRelease\"\n },\n \"pusher\": {\n \"name\": \"mikecx\",\n \"email\": \"mikecx@gmail.com\"\n },\n \"organization\": {\n \"login\": \"CatchRelease\",\n \"id\": 12631517,\n \"url\": \"https://api.github.com/orgs/CatchRelease\",\n \"repos_url\": \"https://api.github.com/orgs/CatchRelease/repos\",\n \"events_url\": \"https://api.github.com/orgs/CatchRelease/events\",\n \"hooks_url\": \"https://api.github.com/orgs/CatchRelease/hooks\",\n \"issues_url\": \"https://api.github.com/orgs/CatchRelease/issues\",\n \"members_url\": \"https://api.github.com/orgs/CatchRelease/members{/member}\",\n \"public_members_url\": \"https://api.github.com/orgs/CatchRelease/public_members{/member}\",\n \"avatar_url\": \"https://avatars0.githubusercontent.com/u/12631517?v=4\",\n \"description\": \"\"\n },\n \"sender\": {\n \"login\": \"mikecx\",\n \"id\": 467469,\n \"avatar_url\": \"https://avatars1.githubusercontent.com/u/467469?v=4\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/mikecx\",\n \"html_url\": \"https://github.com/mikecx\",\n \"followers_url\": \"https://api.github.com/users/mikecx/followers\",\n \"following_url\": \"https://api.github.com/users/mikecx/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/mikecx/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/mikecx/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/mikecx/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/mikecx/orgs\",\n \"repos_url\": \"https://api.github.com/users/mikecx/repos\",\n \"events_url\": \"https://api.github.com/users/mikecx/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/mikecx/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n }\n}\n"}
|
|
96054
|
+
[1m[36mStenographer::Change Load (0.1ms)[0m [1m[34mSELECT "stenographer_changes".* FROM "stenographer_changes" WHERE "stenographer_changes"."source_id" = ? LIMIT ?[0m [["source_id", "3562f081b2da63eb6ef478ff266c5667e660c65a"], ["LIMIT", 1]]
|
|
96055
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96056
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("subject", "message", "source_id", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["subject", "eight commit."], ["message", "it all starts somewhere"], ["source_id", "3562f081b2da63eb6ef478ff266c5667e660c65a"], ["environments", "production"], ["tracker_ids", "666"], ["source", "{\"id\":\"3562f081b2da63eb6ef478ff266c5667e660c65a\",\"tree_id\":\"4bce3b9a1ffc3e7ae1076d1780cc7de0a91e8618\",\"distinct\":true,\"message\":\"eight commit.\\n\\n[finishes #666]\\n\\n[changelog it all starts somewhere]\",\"timestamp\":\"2017-10-06T11:25:32-07:00\",\"url\":\"https://github.com/CatchRelease/catchandrelease/commit/3562f081b2da63eb6ef478ff266c5667e660c65a\",\"author\":{\"name\":\"Michael Carey\",\"email\":\"mikecx@gmail.com\",\"username\":\"mikecx\"},\"committer\":{\"name\":\"Michael Carey\",\"email\":\"mikecx@gmail.com\",\"username\":\"mikecx\"},\"added\":[],\"removed\":[],\"modified\":[\"test_file\"]}"], ["created_at", "2018-07-19 20:17:17.665742"], ["updated_at", "2018-07-19 20:17:17.665742"]]
|
|
96057
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96058
|
+
[1m[36mStenographer::Change Load (0.0ms)[0m [1m[34mSELECT "stenographer_changes".* FROM "stenographer_changes" WHERE "stenographer_changes"."source_id" = ? LIMIT ?[0m [["source_id", "c942dbc827b4c85f46160106eec02b0bd0c4e4fd"], ["LIMIT", 1]]
|
|
96059
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96060
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("subject", "message", "source_id", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["subject", "nine commit."], ["message", "trapazoids are just fun"], ["source_id", "c942dbc827b4c85f46160106eec02b0bd0c4e4fd"], ["environments", "production"], ["tracker_ids", "234, 534"], ["source", "{\"id\":\"c942dbc827b4c85f46160106eec02b0bd0c4e4fd\",\"tree_id\":\"00e5fb24d9d60e5ca7dd779d93bc3d3b7a676c55\",\"distinct\":true,\"message\":\"nine commit.\\n\\n[finished #534, finished #234]\\n\\n[changelog trapazoids are just fun]\",\"timestamp\":\"2017-10-06T11:25:49-07:00\",\"url\":\"https://github.com/CatchRelease/catchandrelease/commit/c942dbc827b4c85f46160106eec02b0bd0c4e4fd\",\"author\":{\"name\":\"Michael Carey\",\"email\":\"mikecx@gmail.com\",\"username\":\"mikecx\"},\"committer\":{\"name\":\"Michael Carey\",\"email\":\"mikecx@gmail.com\",\"username\":\"mikecx\"},\"added\":[],\"removed\":[],\"modified\":[\"test_file\"]}"], ["created_at", "2018-07-19 20:17:17.666921"], ["updated_at", "2018-07-19 20:17:17.666921"]]
|
|
96061
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96062
|
+
Completed 200 OK in 4ms (ActiveRecord: 0.4ms)
|
|
96063
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
96064
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96065
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96066
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "env1"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-05 20:17:17.669382"], ["updated_at", "2018-07-19 20:17:17.669978"]]
|
|
96067
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96068
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96069
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "env2"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-12 20:17:17.670922"], ["updated_at", "2018-07-19 20:17:17.671388"]]
|
|
96070
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96071
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96072
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.672444"], ["updated_at", "2018-07-19 20:17:17.672444"]]
|
|
96073
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96074
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_changes"[0m
|
|
96075
|
+
Processing by Stenographer::ChangesController#create as HTML
|
|
96076
|
+
Parameters: {"payload"=>"{\n \"ref\": \"refs/heads/master\",\n \"before\": \"728fcfe4bbf8106191684b223d2681b0862bffd1\",\n \"after\": \"c942dbc827b4c85f46160106eec02b0bd0c4e4fd\",\n \"created\": false,\n \"deleted\": false,\n \"forced\": false,\n \"base_ref\": null,\n \"compare\": \"https://github.com/CatchRelease/catchandrelease/compare/728fcfe4bbf8...c942dbc827b4\",\n \"commits\": [{\n \"id\": \"70d502bb0b68c1b4f8f35a6797ead79b48185979\",\n \"tree_id\": \"54e081c63bd86e510faca9d600c87b82ed38421d\",\n \"distinct\": true,\n \"message\": \"seven commit.\\n\\n[finishes #999]\",\n \"timestamp\": \"2017-10-06T11:25:04-07:00\",\n \"url\": \"https://github.com/CatchRelease/catchandrelease/commit/70d502bb0b68c1b4f8f35a6797ead79b48185979\",\n \"author\": {\n \"name\": \"Michael Carey\",\n \"email\": \"mikecx@gmail.com\",\n \"username\": \"mikecx\"\n },\n \"committer\": {\n \"name\": \"Michael Carey\",\n \"email\": \"mikecx@gmail.com\",\n \"username\": \"mikecx\"\n },\n \"added\": [],\n \"removed\": [],\n \"modified\": [\"test_file\"]\n }, {\n \"id\": \"3562f081b2da63eb6ef478ff266c5667e660c65a\",\n \"tree_id\": \"4bce3b9a1ffc3e7ae1076d1780cc7de0a91e8618\",\n \"distinct\": true,\n \"message\": \"eight commit.\\n\\n[finishes #666]\\n\\n[changelog it all starts somewhere]\",\n \"timestamp\": \"2017-10-06T11:25:32-07:00\",\n \"url\": \"https://github.com/CatchRelease/catchandrelease/commit/3562f081b2da63eb6ef478ff266c5667e660c65a\",\n \"author\": {\n \"name\": \"Michael Carey\",\n \"email\": \"mikecx@gmail.com\",\n \"username\": \"mikecx\"\n },\n \"committer\": {\n \"name\": \"Michael Carey\",\n \"email\": \"mikecx@gmail.com\",\n \"username\": \"mikecx\"\n },\n \"added\": [],\n \"removed\": [],\n \"modified\": [\"test_file\"]\n }, {\n \"id\": \"c942dbc827b4c85f46160106eec02b0bd0c4e4fd\",\n \"tree_id\": \"00e5fb24d9d60e5ca7dd779d93bc3d3b7a676c55\",\n \"distinct\": true,\n \"message\": \"nine commit.\\n\\n[finished #534, finished #234]\\n\\n[changelog trapazoids are just fun]\",\n \"timestamp\": \"2017-10-06T11:25:49-07:00\",\n \"url\": \"https://github.com/CatchRelease/catchandrelease/commit/c942dbc827b4c85f46160106eec02b0bd0c4e4fd\",\n \"author\": {\n \"name\": \"Michael Carey\",\n \"email\": \"mikecx@gmail.com\",\n \"username\": \"mikecx\"\n },\n \"committer\": {\n \"name\": \"Michael Carey\",\n \"email\": \"mikecx@gmail.com\",\n \"username\": \"mikecx\"\n },\n \"added\": [],\n \"removed\": [],\n \"modified\": [\"test_file\"]\n }],\n \"head_commit\": {\n \"id\": \"c942dbc827b4c85f46160106eec02b0bd0c4e4fd\",\n \"tree_id\": \"00e5fb24d9d60e5ca7dd779d93bc3d3b7a676c55\",\n \"distinct\": true,\n \"message\": \"nine commit. [finishes #777]\",\n \"timestamp\": \"2017-10-06T11:25:49-07:00\",\n \"url\": \"https://github.com/CatchRelease/catchandrelease/commit/c942dbc827b4c85f46160106eec02b0bd0c4e4fd\",\n \"author\": {\n \"name\": \"Michael Carey\",\n \"email\": \"mikecx@gmail.com\",\n \"username\": \"mikecx\"\n },\n \"committer\": {\n \"name\": \"Michael Carey\",\n \"email\": \"mikecx@gmail.com\",\n \"username\": \"mikecx\"\n },\n \"added\": [],\n \"removed\": [],\n \"modified\": [\"test_file\"]\n },\n \"repository\": {\n \"id\": 36463678,\n \"name\": \"catchandrelease\",\n \"full_name\": \"CatchRelease/catchandrelease\",\n \"owner\": {\n \"name\": \"CatchRelease\",\n \"email\": \"engineering@catchandrelease.tv\",\n \"login\": \"CatchRelease\",\n \"id\": 12631517,\n \"avatar_url\": \"https://avatars0.githubusercontent.com/u/12631517?v=4\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/CatchRelease\",\n \"html_url\": \"https://github.com/CatchRelease\",\n \"followers_url\": \"https://api.github.com/users/CatchRelease/followers\",\n \"following_url\": \"https://api.github.com/users/CatchRelease/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/CatchRelease/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/CatchRelease/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/CatchRelease/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/CatchRelease/orgs\",\n \"repos_url\": \"https://api.github.com/users/CatchRelease/repos\",\n \"events_url\": \"https://api.github.com/users/CatchRelease/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/CatchRelease/received_events\",\n \"type\": \"Organization\",\n \"site_admin\": false\n },\n \"private\": true,\n \"html_url\": \"https://github.com/CatchRelease/catchandrelease\",\n \"description\": \"Main pillar of C&R Ecosystem\",\n \"fork\": false,\n \"url\": \"https://github.com/CatchRelease/catchandrelease\",\n \"forks_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/forks\",\n \"keys_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/keys{/key_id}\",\n \"collaborators_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/collaborators{/collaborator}\",\n \"teams_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/teams\",\n \"hooks_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/hooks\",\n \"issue_events_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/issues/events{/number}\",\n \"events_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/events\",\n \"assignees_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/assignees{/user}\",\n \"branches_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/branches{/branch}\",\n \"tags_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/tags\",\n \"blobs_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/git/blobs{/sha}\",\n \"git_tags_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/git/tags{/sha}\",\n \"git_refs_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/git/refs{/sha}\",\n \"trees_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/git/trees{/sha}\",\n \"statuses_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/statuses/{sha}\",\n \"languages_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/languages\",\n \"stargazers_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/stargazers\",\n \"contributors_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/contributors\",\n \"subscribers_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/subscribers\",\n \"subscription_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/subscription\",\n \"commits_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/commits{/sha}\",\n \"git_commits_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/git/commits{/sha}\",\n \"comments_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/comments{/number}\",\n \"issue_comment_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/issues/comments{/number}\",\n \"contents_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/contents/{+path}\",\n \"compare_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/compare/{base}...{head}\",\n \"merges_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/merges\",\n \"archive_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/{archive_format}{/ref}\",\n \"downloads_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/downloads\",\n \"issues_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/issues{/number}\",\n \"pulls_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/pulls{/number}\",\n \"milestones_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/milestones{/number}\",\n \"notifications_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/notifications{?since,all,participating}\",\n \"labels_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/labels{/name}\",\n \"releases_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/releases{/id}\",\n \"deployments_url\": \"https://api.github.com/repos/CatchRelease/catchandrelease/deployments\",\n \"created_at\": 1432844172,\n \"updated_at\": \"2017-02-25T22:31:04Z\",\n \"pushed_at\": 1507314377,\n \"git_url\": \"git://github.com/CatchRelease/catchandrelease.git\",\n \"ssh_url\": \"git@github.com:CatchRelease/catchandrelease.git\",\n \"clone_url\": \"https://github.com/CatchRelease/catchandrelease.git\",\n \"svn_url\": \"https://github.com/CatchRelease/catchandrelease\",\n \"homepage\": \"http://catchandrelease.com\",\n \"size\": 546773,\n \"stargazers_count\": 1,\n \"watchers_count\": 1,\n \"language\": null,\n \"has_issues\": true,\n \"has_projects\": true,\n \"has_downloads\": true,\n \"has_wiki\": true,\n \"has_pages\": false,\n \"forks_count\": 0,\n \"mirror_url\": null,\n \"open_issues_count\": 2,\n \"forks\": 0,\n \"open_issues\": 2,\n \"watchers\": 1,\n \"default_branch\": \"work\",\n \"stargazers\": 1,\n \"master_branch\": \"work\",\n \"organization\": \"CatchRelease\"\n },\n \"pusher\": {\n \"name\": \"mikecx\",\n \"email\": \"mikecx@gmail.com\"\n },\n \"organization\": {\n \"login\": \"CatchRelease\",\n \"id\": 12631517,\n \"url\": \"https://api.github.com/orgs/CatchRelease\",\n \"repos_url\": \"https://api.github.com/orgs/CatchRelease/repos\",\n \"events_url\": \"https://api.github.com/orgs/CatchRelease/events\",\n \"hooks_url\": \"https://api.github.com/orgs/CatchRelease/hooks\",\n \"issues_url\": \"https://api.github.com/orgs/CatchRelease/issues\",\n \"members_url\": \"https://api.github.com/orgs/CatchRelease/members{/member}\",\n \"public_members_url\": \"https://api.github.com/orgs/CatchRelease/public_members{/member}\",\n \"avatar_url\": \"https://avatars0.githubusercontent.com/u/12631517?v=4\",\n \"description\": \"\"\n },\n \"sender\": {\n \"login\": \"mikecx\",\n \"id\": 467469,\n \"avatar_url\": \"https://avatars1.githubusercontent.com/u/467469?v=4\",\n \"gravatar_id\": \"\",\n \"url\": \"https://api.github.com/users/mikecx\",\n \"html_url\": \"https://github.com/mikecx\",\n \"followers_url\": \"https://api.github.com/users/mikecx/followers\",\n \"following_url\": \"https://api.github.com/users/mikecx/following{/other_user}\",\n \"gists_url\": \"https://api.github.com/users/mikecx/gists{/gist_id}\",\n \"starred_url\": \"https://api.github.com/users/mikecx/starred{/owner}{/repo}\",\n \"subscriptions_url\": \"https://api.github.com/users/mikecx/subscriptions\",\n \"organizations_url\": \"https://api.github.com/users/mikecx/orgs\",\n \"repos_url\": \"https://api.github.com/users/mikecx/repos\",\n \"events_url\": \"https://api.github.com/users/mikecx/events{/privacy}\",\n \"received_events_url\": \"https://api.github.com/users/mikecx/received_events\",\n \"type\": \"User\",\n \"site_admin\": false\n }\n}\n"}
|
|
96077
|
+
[1m[36mStenographer::Change Load (0.1ms)[0m [1m[34mSELECT "stenographer_changes".* FROM "stenographer_changes" WHERE "stenographer_changes"."source_id" = ? LIMIT ?[0m [["source_id", "70d502bb0b68c1b4f8f35a6797ead79b48185979"], ["LIMIT", 1]]
|
|
96078
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96079
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("subject", "message", "source_id", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["subject", "seven commit."], ["message", "seven commit."], ["source_id", "70d502bb0b68c1b4f8f35a6797ead79b48185979"], ["environments", "production"], ["tracker_ids", "999"], ["source", "{\"id\":\"70d502bb0b68c1b4f8f35a6797ead79b48185979\",\"tree_id\":\"54e081c63bd86e510faca9d600c87b82ed38421d\",\"distinct\":true,\"message\":\"seven commit.\\n\\n[finishes #999]\",\"timestamp\":\"2017-10-06T11:25:04-07:00\",\"url\":\"https://github.com/CatchRelease/catchandrelease/commit/70d502bb0b68c1b4f8f35a6797ead79b48185979\",\"author\":{\"name\":\"Michael Carey\",\"email\":\"mikecx@gmail.com\",\"username\":\"mikecx\"},\"committer\":{\"name\":\"Michael Carey\",\"email\":\"mikecx@gmail.com\",\"username\":\"mikecx\"},\"added\":[],\"removed\":[],\"modified\":[\"test_file\"]}"], ["created_at", "2018-07-19 20:17:17.679125"], ["updated_at", "2018-07-19 20:17:17.679125"]]
|
|
96080
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96081
|
+
[1m[36mStenographer::Change Load (0.0ms)[0m [1m[34mSELECT "stenographer_changes".* FROM "stenographer_changes" WHERE "stenographer_changes"."source_id" = ? LIMIT ?[0m [["source_id", "3562f081b2da63eb6ef478ff266c5667e660c65a"], ["LIMIT", 1]]
|
|
96082
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96083
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("subject", "message", "source_id", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["subject", "eight commit."], ["message", "it all starts somewhere"], ["source_id", "3562f081b2da63eb6ef478ff266c5667e660c65a"], ["environments", "production"], ["tracker_ids", "666"], ["source", "{\"id\":\"3562f081b2da63eb6ef478ff266c5667e660c65a\",\"tree_id\":\"4bce3b9a1ffc3e7ae1076d1780cc7de0a91e8618\",\"distinct\":true,\"message\":\"eight commit.\\n\\n[finishes #666]\\n\\n[changelog it all starts somewhere]\",\"timestamp\":\"2017-10-06T11:25:32-07:00\",\"url\":\"https://github.com/CatchRelease/catchandrelease/commit/3562f081b2da63eb6ef478ff266c5667e660c65a\",\"author\":{\"name\":\"Michael Carey\",\"email\":\"mikecx@gmail.com\",\"username\":\"mikecx\"},\"committer\":{\"name\":\"Michael Carey\",\"email\":\"mikecx@gmail.com\",\"username\":\"mikecx\"},\"added\":[],\"removed\":[],\"modified\":[\"test_file\"]}"], ["created_at", "2018-07-19 20:17:17.680284"], ["updated_at", "2018-07-19 20:17:17.680284"]]
|
|
96084
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96085
|
+
[1m[36mStenographer::Change Load (0.0ms)[0m [1m[34mSELECT "stenographer_changes".* FROM "stenographer_changes" WHERE "stenographer_changes"."source_id" = ? LIMIT ?[0m [["source_id", "c942dbc827b4c85f46160106eec02b0bd0c4e4fd"], ["LIMIT", 1]]
|
|
96086
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96087
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("subject", "message", "source_id", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["subject", "nine commit."], ["message", "trapazoids are just fun"], ["source_id", "c942dbc827b4c85f46160106eec02b0bd0c4e4fd"], ["environments", "production"], ["tracker_ids", "234, 534"], ["source", "{\"id\":\"c942dbc827b4c85f46160106eec02b0bd0c4e4fd\",\"tree_id\":\"00e5fb24d9d60e5ca7dd779d93bc3d3b7a676c55\",\"distinct\":true,\"message\":\"nine commit.\\n\\n[finished #534, finished #234]\\n\\n[changelog trapazoids are just fun]\",\"timestamp\":\"2017-10-06T11:25:49-07:00\",\"url\":\"https://github.com/CatchRelease/catchandrelease/commit/c942dbc827b4c85f46160106eec02b0bd0c4e4fd\",\"author\":{\"name\":\"Michael Carey\",\"email\":\"mikecx@gmail.com\",\"username\":\"mikecx\"},\"committer\":{\"name\":\"Michael Carey\",\"email\":\"mikecx@gmail.com\",\"username\":\"mikecx\"},\"added\":[],\"removed\":[],\"modified\":[\"test_file\"]}"], ["created_at", "2018-07-19 20:17:17.681345"], ["updated_at", "2018-07-19 20:17:17.681345"]]
|
|
96088
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96089
|
+
Completed 200 OK in 5ms (ActiveRecord: 0.6ms)
|
|
96090
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_changes"[0m
|
|
96091
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
96092
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
96093
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96094
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "env1"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-05 20:17:17.684400"], ["updated_at", "2018-07-19 20:17:17.685104"]]
|
|
96095
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96096
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96097
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "env2"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-12 20:17:17.686274"], ["updated_at", "2018-07-19 20:17:17.686883"]]
|
|
96098
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96099
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96100
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.688041"], ["updated_at", "2018-07-19 20:17:17.688041"]]
|
|
96101
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96102
|
+
Processing by Stenographer::ChangesController#index as HTML
|
|
96103
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_changes" WHERE "stenographer_changes"."visible" = ?[0m [["visible", 1]]
|
|
96104
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/changes/index.html.erb within layouts/stenographer/application
|
|
96105
|
+
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
|
|
96106
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/changes/index.html.erb within layouts/stenographer/application (0.2ms)
|
|
96107
|
+
Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.1ms)
|
|
96108
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
96109
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96110
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96111
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "env1"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-05 20:17:17.698434"], ["updated_at", "2018-07-19 20:17:17.699102"]]
|
|
96112
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96113
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96114
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "env2"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-12 20:17:17.700133"], ["updated_at", "2018-07-19 20:17:17.700622"]]
|
|
96115
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96116
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96117
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.701639"], ["updated_at", "2018-07-19 20:17:17.701639"]]
|
|
96118
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96119
|
+
Processing by Stenographer::ChangesController#index as HTML
|
|
96120
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_changes" WHERE "stenographer_changes"."visible" = ?[0m [["visible", 1]]
|
|
96121
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/changes/index.html.erb within layouts/stenographer/application
|
|
96122
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/changes/index.html.erb within layouts/stenographer/application (0.0ms)
|
|
96123
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.1ms)
|
|
96124
|
+
[1m[36mStenographer::Change Load (0.1ms)[0m [1m[34mSELECT "stenographer_changes".* FROM "stenographer_changes" WHERE "stenographer_changes"."visible" = ? ORDER BY "stenographer_changes"."created_at" DESC LIMIT ? OFFSET ?[0m [["visible", 1], ["LIMIT", 100], ["OFFSET", 0]]
|
|
96125
|
+
[1m[36mStenographer::Change Load (0.1ms)[0m [1m[34mSELECT "stenographer_changes".* FROM "stenographer_changes" WHERE "stenographer_changes"."visible" = ?[0m [["visible", 1]]
|
|
96126
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96127
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96128
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96129
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "env1"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-05 20:17:17.706097"], ["updated_at", "2018-07-19 20:17:17.706652"]]
|
|
96130
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96131
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96132
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "env2"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-12 20:17:17.707598"], ["updated_at", "2018-07-19 20:17:17.708124"]]
|
|
96133
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96134
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96135
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.709221"], ["updated_at", "2018-07-19 20:17:17.709221"]]
|
|
96136
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96137
|
+
Processing by Stenographer::ChangesController#index as HTML
|
|
96138
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_changes" WHERE "stenographer_changes"."visible" = ?[0m [["visible", 1]]
|
|
96139
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/changes/index.html.erb within layouts/stenographer/application
|
|
96140
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/changes/index.html.erb within layouts/stenographer/application (0.0ms)
|
|
96141
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.1ms)
|
|
96142
|
+
[1m[36mStenographer::Change Load (0.1ms)[0m [1m[34mSELECT "stenographer_changes".* FROM "stenographer_changes" WHERE "stenographer_changes"."visible" = ? ORDER BY "stenographer_changes"."created_at" DESC LIMIT ? OFFSET ?[0m [["visible", 1], ["LIMIT", 100], ["OFFSET", 0]]
|
|
96143
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96144
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
96145
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96146
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "env1"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-05 20:17:17.772027"], ["updated_at", "2018-07-19 20:17:17.772704"]]
|
|
96147
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96148
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96149
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "env2"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-12 20:17:17.773718"], ["updated_at", "2018-07-19 20:17:17.774184"]]
|
|
96150
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96151
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96152
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.775129"], ["updated_at", "2018-07-19 20:17:17.775129"]]
|
|
96153
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96154
|
+
Processing by Stenographer::ChangesController#index as HTML
|
|
96155
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_changes" WHERE "stenographer_changes"."visible" = ?[0m [["visible", 1]]
|
|
96156
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/changes/index.html.erb within layouts/stenographer/application
|
|
96157
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/changes/index.html.erb within layouts/stenographer/application (0.0ms)
|
|
96158
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.1ms)
|
|
96159
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96160
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96161
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96162
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "env1"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-05 20:17:17.779313"], ["updated_at", "2018-07-19 20:17:17.780029"]]
|
|
96163
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96164
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96165
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "env2"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-12 20:17:17.780952"], ["updated_at", "2018-07-19 20:17:17.781393"]]
|
|
96166
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96167
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96168
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.782277"], ["updated_at", "2018-07-19 20:17:17.782277"]]
|
|
96169
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96170
|
+
Processing by Stenographer::ChangesController#index as HTML
|
|
96171
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_changes" WHERE "stenographer_changes"."visible" = ?[0m [["visible", 1]]
|
|
96172
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/changes/index.html.erb within layouts/stenographer/application
|
|
96173
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/changes/index.html.erb within layouts/stenographer/application (0.0ms)
|
|
96174
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.1ms)
|
|
96175
|
+
[1m[36mStenographer::Change Load (0.1ms)[0m [1m[34mSELECT "stenographer_changes".* FROM "stenographer_changes" WHERE "stenographer_changes"."visible" = ? ORDER BY "stenographer_changes"."created_at" DESC LIMIT ? OFFSET ?[0m [["visible", 1], ["LIMIT", 100], ["OFFSET", 0]]
|
|
96176
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96177
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96178
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96179
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.789492"], ["updated_at", "2018-07-19 20:17:17.789492"]]
|
|
96180
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96181
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
96182
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96183
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96184
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.791945"], ["updated_at", "2018-07-19 20:17:17.791945"]]
|
|
96185
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96186
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96187
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 1], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-19 20:17:17.793124"], ["updated_at", "2018-07-19 20:17:17.793124"]]
|
|
96188
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96189
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
|
96190
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96191
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96192
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.796158"], ["updated_at", "2018-07-19 20:17:17.796158"]]
|
|
96193
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96194
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96195
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 1], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-19 20:17:17.797629"], ["updated_at", "2018-07-19 20:17:17.797629"]]
|
|
96196
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96197
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
96198
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96199
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96200
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.800621"], ["updated_at", "2018-07-19 20:17:17.800621"]]
|
|
96201
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96202
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96203
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 1], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-19 20:17:17.801665"], ["updated_at", "2018-07-19 20:17:17.801665"]]
|
|
96204
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96205
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96206
|
+
[1m[36mStenographer::Output Update (0.1ms)[0m [1m[33mUPDATE "stenographer_outputs" SET "filters" = ?, "updated_at" = ? WHERE "stenographer_outputs"."id" = ?[0m [["filters", "{\"country\":\"Ibiza\"}"], ["updated_at", "2018-07-19 20:17:17.802619"], ["id", 1]]
|
|
96207
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96208
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96209
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96210
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96211
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.804719"], ["updated_at", "2018-07-19 20:17:17.804719"]]
|
|
96212
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96213
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96214
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 1], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-19 20:17:17.805826"], ["updated_at", "2018-07-19 20:17:17.805826"]]
|
|
96215
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96216
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96217
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96218
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
96219
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96220
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96221
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.808698"], ["updated_at", "2018-07-19 20:17:17.808698"]]
|
|
96222
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96223
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96224
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 1], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-19 20:17:17.809922"], ["updated_at", "2018-07-19 20:17:17.809922"]]
|
|
96225
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96226
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96227
|
+
[1m[35m (0.1ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
96228
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
|
96229
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96230
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96231
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.813264"], ["updated_at", "2018-07-19 20:17:17.813264"]]
|
|
96232
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96233
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96234
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 1], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-19 20:17:17.814728"], ["updated_at", "2018-07-19 20:17:17.814728"]]
|
|
96235
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96236
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96237
|
+
[1m[36mStenographer::Output Update (0.1ms)[0m [1m[33mUPDATE "stenographer_outputs" SET "configuration" = ?, "updated_at" = ? WHERE "stenographer_outputs"."id" = ?[0m [["configuration", "{\"country\":\"Ibiza\"}"], ["updated_at", "2018-07-19 20:17:17.815665"], ["id", 1]]
|
|
96238
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96239
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96240
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96241
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96242
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.818129"], ["updated_at", "2018-07-19 20:17:17.818129"]]
|
|
96243
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96244
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96245
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 1], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-19 20:17:17.819275"], ["updated_at", "2018-07-19 20:17:17.819275"]]
|
|
96246
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96247
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
96248
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96249
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96250
|
+
[1m[36mStenographer::Authentication Create (0.2ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.821532"], ["updated_at", "2018-07-19 20:17:17.821532"]]
|
|
96251
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96252
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
96253
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96254
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96255
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.824663"], ["updated_at", "2018-07-19 20:17:17.824663"]]
|
|
96256
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96257
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96258
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.826095"], ["updated_at", "2018-07-19 20:17:17.826095"]]
|
|
96259
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96260
|
+
Processing by Stenographer::AdminController#index as HTML
|
|
96261
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_changes"[0m
|
|
96262
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_authentications"[0m
|
|
96263
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_outputs"[0m
|
|
96264
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/index.html.erb within layouts/stenographer/application
|
|
96265
|
+
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
|
|
96266
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/index.html.erb within layouts/stenographer/application (0.2ms)
|
|
96267
|
+
Completed 200 OK in 11ms (Views: 5.2ms | ActiveRecord: 0.1ms)
|
|
96268
|
+
Processing by Stenographer::AdminController#index as HTML
|
|
96269
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_changes"[0m
|
|
96270
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_authentications"[0m
|
|
96271
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_outputs"[0m
|
|
96272
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/index.html.erb within layouts/stenographer/application
|
|
96273
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/index.html.erb within layouts/stenographer/application (0.0ms)
|
|
96274
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.3ms)
|
|
96275
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
96276
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96277
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96278
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.842206"], ["updated_at", "2018-07-19 20:17:17.842206"]]
|
|
96279
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96280
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96281
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.843735"], ["updated_at", "2018-07-19 20:17:17.843735"]]
|
|
96282
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96283
|
+
Processing by Stenographer::AdminController#index as HTML
|
|
96284
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_changes"[0m
|
|
96285
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_authentications"[0m
|
|
96286
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_outputs"[0m
|
|
96287
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/index.html.erb within layouts/stenographer/application
|
|
96288
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/index.html.erb within layouts/stenographer/application (0.0ms)
|
|
96289
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.1ms)
|
|
96290
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_changes"[0m
|
|
96291
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
|
96292
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96293
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96294
|
+
[1m[36mStenographer::Change Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:17.848621"], ["updated_at", "2018-07-19 20:17:17.848621"]]
|
|
96295
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96296
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96297
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.850096"], ["updated_at", "2018-07-19 20:17:17.850096"]]
|
|
96298
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96299
|
+
Processing by Stenographer::AdminController#index as HTML
|
|
96300
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_changes"[0m
|
|
96301
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_authentications"[0m
|
|
96302
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_outputs"[0m
|
|
96303
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/index.html.erb within layouts/stenographer/application
|
|
96304
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/index.html.erb within layouts/stenographer/application (0.0ms)
|
|
96305
|
+
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.2ms)
|
|
96306
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_authentications"[0m
|
|
96307
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96308
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96309
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96310
|
+
[1m[36mStenographer::Authentication Create (0.4ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.855907"], ["updated_at", "2018-07-19 20:17:17.855907"]]
|
|
96311
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96312
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96313
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.857555"], ["updated_at", "2018-07-19 20:17:17.857555"]]
|
|
96314
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96315
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96316
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 2], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-05 20:17:17.856933"], ["updated_at", "2018-07-19 20:17:17.858506"]]
|
|
96317
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96318
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96319
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.859769"], ["updated_at", "2018-07-19 20:17:17.859769"]]
|
|
96320
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96321
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96322
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 3], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-12 20:17:17.859171"], ["updated_at", "2018-07-19 20:17:17.860692"]]
|
|
96323
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96324
|
+
Processing by Stenographer::Admin::OutputsController#create as HTML
|
|
96325
|
+
Parameters: {"configuration"=>{"other_stuff"=>"2", "stuff"=>"1"}, "output"=>{"authentication_id"=>"1"}}
|
|
96326
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96327
|
+
[1m[36mStenographer::Authentication Load (0.1ms)[0m [1m[34mSELECT "stenographer_authentications".* FROM "stenographer_authentications" WHERE "stenographer_authentications"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
96328
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "filters", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["authentication_id", 1], ["configuration", "{\"other_stuff\":\"2\",\"stuff\":\"1\"}"], ["filters", "null"], ["created_at", "2018-07-19 20:17:17.868294"], ["updated_at", "2018-07-19 20:17:17.868294"]]
|
|
96329
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96330
|
+
Redirected to http://test.host/stenographer/admin/outputs/3
|
|
96331
|
+
Completed 302 Found in 7ms (ActiveRecord: 0.3ms)
|
|
96332
|
+
[1m[36mStenographer::Output Load (0.1ms)[0m [1m[34mSELECT "stenographer_outputs".* FROM "stenographer_outputs" ORDER BY "stenographer_outputs"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
|
|
96333
|
+
[1m[36mStenographer::Authentication Load (0.0ms)[0m [1m[34mSELECT "stenographer_authentications".* FROM "stenographer_authentications" WHERE "stenographer_authentications"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
96334
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96335
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96336
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96337
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.872600"], ["updated_at", "2018-07-19 20:17:17.872600"]]
|
|
96338
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96339
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96340
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.874291"], ["updated_at", "2018-07-19 20:17:17.874291"]]
|
|
96341
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96342
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96343
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 2], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-05 20:17:17.873605"], ["updated_at", "2018-07-19 20:17:17.875302"]]
|
|
96344
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96345
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96346
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.876762"], ["updated_at", "2018-07-19 20:17:17.876762"]]
|
|
96347
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96348
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96349
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 3], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-12 20:17:17.876017"], ["updated_at", "2018-07-19 20:17:17.877772"]]
|
|
96350
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96351
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_outputs"[0m
|
|
96352
|
+
Processing by Stenographer::Admin::OutputsController#create as HTML
|
|
96353
|
+
Parameters: {"configuration"=>{"other_stuff"=>"2", "stuff"=>"1"}, "output"=>{"authentication_id"=>"1"}}
|
|
96354
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96355
|
+
[1m[36mStenographer::Authentication Load (0.1ms)[0m [1m[34mSELECT "stenographer_authentications".* FROM "stenographer_authentications" WHERE "stenographer_authentications"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
96356
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "filters", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["authentication_id", 1], ["configuration", "{\"other_stuff\":\"2\",\"stuff\":\"1\"}"], ["filters", "null"], ["created_at", "2018-07-19 20:17:17.880705"], ["updated_at", "2018-07-19 20:17:17.880705"]]
|
|
96357
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96358
|
+
Redirected to http://test.host/stenographer/admin/outputs/3
|
|
96359
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
|
|
96360
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_outputs"[0m
|
|
96361
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96362
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96363
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96364
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.884658"], ["updated_at", "2018-07-19 20:17:17.884658"]]
|
|
96365
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96366
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96367
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.886377"], ["updated_at", "2018-07-19 20:17:17.886377"]]
|
|
96368
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96369
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96370
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 2], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-05 20:17:17.885731"], ["updated_at", "2018-07-19 20:17:17.887391"]]
|
|
96371
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96372
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96373
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.888710"], ["updated_at", "2018-07-19 20:17:17.888710"]]
|
|
96374
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96375
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96376
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 3], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-12 20:17:17.888108"], ["updated_at", "2018-07-19 20:17:17.889672"]]
|
|
96377
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96378
|
+
Processing by Stenographer::Admin::OutputsController#create as HTML
|
|
96379
|
+
Parameters: {"configuration"=>{"other_stuff"=>"2", "stuff"=>"1"}, "output"=>{"authentication_id"=>"1"}}
|
|
96380
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96381
|
+
[1m[36mStenographer::Authentication Load (0.0ms)[0m [1m[34mSELECT "stenographer_authentications".* FROM "stenographer_authentications" WHERE "stenographer_authentications"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
96382
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "filters", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["authentication_id", 1], ["configuration", "{\"other_stuff\":\"2\",\"stuff\":\"1\"}"], ["filters", "null"], ["created_at", "2018-07-19 20:17:17.892144"], ["updated_at", "2018-07-19 20:17:17.892144"]]
|
|
96383
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96384
|
+
Redirected to http://test.host/stenographer/admin/outputs/3
|
|
96385
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
|
|
96386
|
+
[1m[36mStenographer::Output Load (0.1ms)[0m [1m[34mSELECT "stenographer_outputs".* FROM "stenographer_outputs" ORDER BY "stenographer_outputs"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
|
|
96387
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
96388
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96389
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96390
|
+
[1m[36mStenographer::Authentication Create (0.4ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.896407"], ["updated_at", "2018-07-19 20:17:17.896407"]]
|
|
96391
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96392
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96393
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.898216"], ["updated_at", "2018-07-19 20:17:17.898216"]]
|
|
96394
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96395
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96396
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 2], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-05 20:17:17.897531"], ["updated_at", "2018-07-19 20:17:17.899264"]]
|
|
96397
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96398
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96399
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.900554"], ["updated_at", "2018-07-19 20:17:17.900554"]]
|
|
96400
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96401
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96402
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 3], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-12 20:17:17.899952"], ["updated_at", "2018-07-19 20:17:17.901529"]]
|
|
96403
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96404
|
+
Processing by Stenographer::Admin::OutputsController#create as HTML
|
|
96405
|
+
Parameters: {"configuration"=>{"other_stuff"=>"2", "stuff"=>"1"}, "output"=>{"authentication_id"=>"1"}}
|
|
96406
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96407
|
+
[1m[36mStenographer::Authentication Load (0.0ms)[0m [1m[34mSELECT "stenographer_authentications".* FROM "stenographer_authentications" WHERE "stenographer_authentications"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
96408
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "filters", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["authentication_id", 1], ["configuration", "{\"other_stuff\":\"2\",\"stuff\":\"1\"}"], ["filters", "null"], ["created_at", "2018-07-19 20:17:17.904110"], ["updated_at", "2018-07-19 20:17:17.904110"]]
|
|
96409
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96410
|
+
Redirected to http://test.host/stenographer/admin/outputs/3
|
|
96411
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
|
|
96412
|
+
[1m[36mStenographer::Output Load (0.0ms)[0m [1m[34mSELECT "stenographer_outputs".* FROM "stenographer_outputs" ORDER BY "stenographer_outputs"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
|
|
96413
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
96414
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96415
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96416
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.908438"], ["updated_at", "2018-07-19 20:17:17.908438"]]
|
|
96417
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96418
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96419
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.910193"], ["updated_at", "2018-07-19 20:17:17.910193"]]
|
|
96420
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96421
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96422
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 2], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-05 20:17:17.909474"], ["updated_at", "2018-07-19 20:17:17.911206"]]
|
|
96423
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96424
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96425
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.912536"], ["updated_at", "2018-07-19 20:17:17.912536"]]
|
|
96426
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96427
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96428
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 3], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-12 20:17:17.911895"], ["updated_at", "2018-07-19 20:17:17.913509"]]
|
|
96429
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96430
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_outputs"[0m
|
|
96431
|
+
Processing by Stenographer::Admin::OutputsController#create as HTML
|
|
96432
|
+
Parameters: {"configuration"=>{"other_stuff"=>"2", "stuff"=>"1"}, "output"=>{"authentication_id"=>""}}
|
|
96433
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96434
|
+
[1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
96435
|
+
Redirected to http://test.host/stenographer/admin/outputs
|
|
96436
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
|
|
96437
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_outputs"[0m
|
|
96438
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96439
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96440
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96441
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.920123"], ["updated_at", "2018-07-19 20:17:17.920123"]]
|
|
96442
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96443
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96444
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.921801"], ["updated_at", "2018-07-19 20:17:17.921801"]]
|
|
96445
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96446
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96447
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 2], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-05 20:17:17.921180"], ["updated_at", "2018-07-19 20:17:17.922795"]]
|
|
96448
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96449
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96450
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.924087"], ["updated_at", "2018-07-19 20:17:17.924087"]]
|
|
96451
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96452
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96453
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 3], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-12 20:17:17.923493"], ["updated_at", "2018-07-19 20:17:17.925063"]]
|
|
96454
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96455
|
+
Processing by Stenographer::Admin::OutputsController#create as HTML
|
|
96456
|
+
Parameters: {"configuration"=>{"other_stuff"=>"2", "stuff"=>"1"}, "output"=>{"authentication_id"=>""}}
|
|
96457
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96458
|
+
[1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
96459
|
+
Redirected to http://test.host/stenographer/admin/outputs
|
|
96460
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
|
|
96461
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
|
96462
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96463
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96464
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.931523"], ["updated_at", "2018-07-19 20:17:17.931523"]]
|
|
96465
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96466
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96467
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.933174"], ["updated_at", "2018-07-19 20:17:17.933174"]]
|
|
96468
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96469
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96470
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 2], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-05 20:17:17.932558"], ["updated_at", "2018-07-19 20:17:17.934173"]]
|
|
96471
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96472
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96473
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.935582"], ["updated_at", "2018-07-19 20:17:17.935582"]]
|
|
96474
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96475
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96476
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 3], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-12 20:17:17.934857"], ["updated_at", "2018-07-19 20:17:17.936679"]]
|
|
96477
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96478
|
+
Processing by Stenographer::Admin::OutputsController#new as HTML
|
|
96479
|
+
Parameters: {"output"=>{"authentication_id"=>"1"}}
|
|
96480
|
+
[1m[36mStenographer::Authentication Load (0.0ms)[0m [1m[34mSELECT "stenographer_authentications".* FROM "stenographer_authentications" WHERE "stenographer_authentications"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
96481
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/outputs/new.html.erb within layouts/stenographer/application
|
|
96482
|
+
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
|
|
96483
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/outputs/new.html.erb within layouts/stenographer/application (0.2ms)
|
|
96484
|
+
Completed 200 OK in 12ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
|
96485
|
+
[1m[35m (0.9ms)[0m [1m[31mrollback transaction[0m
|
|
96486
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96487
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96488
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.952854"], ["updated_at", "2018-07-19 20:17:17.952854"]]
|
|
96489
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96490
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96491
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.954772"], ["updated_at", "2018-07-19 20:17:17.954772"]]
|
|
96492
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96493
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96494
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 2], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-05 20:17:17.953924"], ["updated_at", "2018-07-19 20:17:17.955826"]]
|
|
96495
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96496
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96497
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.957106"], ["updated_at", "2018-07-19 20:17:17.957106"]]
|
|
96498
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96499
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96500
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 3], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-12 20:17:17.956498"], ["updated_at", "2018-07-19 20:17:17.958061"]]
|
|
96501
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96502
|
+
Processing by Stenographer::Admin::OutputsController#new as HTML
|
|
96503
|
+
Parameters: {"output"=>{"authentication_id"=>"1"}}
|
|
96504
|
+
[1m[36mStenographer::Authentication Load (0.0ms)[0m [1m[34mSELECT "stenographer_authentications".* FROM "stenographer_authentications" WHERE "stenographer_authentications"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
96505
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/outputs/new.html.erb within layouts/stenographer/application
|
|
96506
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/outputs/new.html.erb within layouts/stenographer/application (0.0ms)
|
|
96507
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
|
96508
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96509
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96510
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96511
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.962872"], ["updated_at", "2018-07-19 20:17:17.962872"]]
|
|
96512
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96513
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96514
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.964605"], ["updated_at", "2018-07-19 20:17:17.964605"]]
|
|
96515
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96516
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96517
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 2], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-05 20:17:17.963962"], ["updated_at", "2018-07-19 20:17:17.965568"]]
|
|
96518
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96519
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96520
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.966811"], ["updated_at", "2018-07-19 20:17:17.966811"]]
|
|
96521
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96522
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96523
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 3], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-12 20:17:17.966225"], ["updated_at", "2018-07-19 20:17:17.967756"]]
|
|
96524
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96525
|
+
Processing by Stenographer::Admin::OutputsController#new as HTML
|
|
96526
|
+
Parameters: {"output"=>{"authentication_id"=>"1"}}
|
|
96527
|
+
[1m[36mStenographer::Authentication Load (0.0ms)[0m [1m[34mSELECT "stenographer_authentications".* FROM "stenographer_authentications" WHERE "stenographer_authentications"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
96528
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/outputs/new.html.erb within layouts/stenographer/application
|
|
96529
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/outputs/new.html.erb within layouts/stenographer/application (0.0ms)
|
|
96530
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
|
96531
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96532
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96533
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96534
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.972537"], ["updated_at", "2018-07-19 20:17:17.972537"]]
|
|
96535
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96536
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96537
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.974150"], ["updated_at", "2018-07-19 20:17:17.974150"]]
|
|
96538
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96539
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96540
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 2], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-05 20:17:17.973531"], ["updated_at", "2018-07-19 20:17:17.975246"]]
|
|
96541
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96542
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96543
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.976651"], ["updated_at", "2018-07-19 20:17:17.976651"]]
|
|
96544
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96545
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96546
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 3], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-12 20:17:17.975947"], ["updated_at", "2018-07-19 20:17:17.977626"]]
|
|
96547
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96548
|
+
Processing by Stenographer::Admin::OutputsController#show as HTML
|
|
96549
|
+
Parameters: {"id"=>"1"}
|
|
96550
|
+
[1m[36mStenographer::Output Load (0.1ms)[0m [1m[34mSELECT "stenographer_outputs".* FROM "stenographer_outputs" WHERE "stenographer_outputs"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
96551
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/outputs/show.html.erb within layouts/stenographer/application
|
|
96552
|
+
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
|
|
96553
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/outputs/show.html.erb within layouts/stenographer/application (0.3ms)
|
|
96554
|
+
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.1ms)
|
|
96555
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96556
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96557
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96558
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.988428"], ["updated_at", "2018-07-19 20:17:17.988428"]]
|
|
96559
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96560
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96561
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.990117"], ["updated_at", "2018-07-19 20:17:17.990117"]]
|
|
96562
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96563
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96564
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 2], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-05 20:17:17.989483"], ["updated_at", "2018-07-19 20:17:17.991086"]]
|
|
96565
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96566
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96567
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:17.992348"], ["updated_at", "2018-07-19 20:17:17.992348"]]
|
|
96568
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96569
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96570
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 3], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-12 20:17:17.991759"], ["updated_at", "2018-07-19 20:17:17.993368"]]
|
|
96571
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96572
|
+
Processing by Stenographer::Admin::OutputsController#show as HTML
|
|
96573
|
+
Parameters: {"id"=>"1"}
|
|
96574
|
+
[1m[36mStenographer::Output Load (0.0ms)[0m [1m[34mSELECT "stenographer_outputs".* FROM "stenographer_outputs" WHERE "stenographer_outputs"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
96575
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/outputs/show.html.erb within layouts/stenographer/application
|
|
96576
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/outputs/show.html.erb within layouts/stenographer/application (0.0ms)
|
|
96577
|
+
Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
|
|
96578
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96579
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96580
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96581
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.002557"], ["updated_at", "2018-07-19 20:17:18.002557"]]
|
|
96582
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96583
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96584
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.004349"], ["updated_at", "2018-07-19 20:17:18.004349"]]
|
|
96585
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96586
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96587
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 2], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-05 20:17:18.003670"], ["updated_at", "2018-07-19 20:17:18.005382"]]
|
|
96588
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96589
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96590
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.006764"], ["updated_at", "2018-07-19 20:17:18.006764"]]
|
|
96591
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96592
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96593
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 3], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-12 20:17:18.006093"], ["updated_at", "2018-07-19 20:17:18.007779"]]
|
|
96594
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96595
|
+
Processing by Stenographer::Admin::OutputsController#index as HTML
|
|
96596
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_authentications"[0m
|
|
96597
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT DISTINCT "stenographer_authentications"."provider" FROM "stenographer_authentications"[0m
|
|
96598
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/outputs/index.html.erb within layouts/stenographer/application
|
|
96599
|
+
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
|
|
96600
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/outputs/index.html.erb within layouts/stenographer/application (0.2ms)
|
|
96601
|
+
Completed 200 OK in 8ms (Views: 1.0ms | ActiveRecord: 0.2ms)
|
|
96602
|
+
[1m[36mStenographer::Output Load (0.1ms)[0m [1m[34mSELECT "stenographer_outputs".* FROM "stenographer_outputs" ORDER BY "stenographer_outputs"."id" DESC LIMIT ? OFFSET ?[0m [["LIMIT", 100], ["OFFSET", 0]]
|
|
96603
|
+
[1m[35m (0.8ms)[0m [1m[31mrollback transaction[0m
|
|
96604
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96605
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96606
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.020900"], ["updated_at", "2018-07-19 20:17:18.020900"]]
|
|
96607
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96608
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96609
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.022610"], ["updated_at", "2018-07-19 20:17:18.022610"]]
|
|
96610
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96611
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96612
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 2], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-05 20:17:18.021980"], ["updated_at", "2018-07-19 20:17:18.023627"]]
|
|
96613
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96614
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96615
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.024940"], ["updated_at", "2018-07-19 20:17:18.024940"]]
|
|
96616
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96617
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96618
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 3], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-12 20:17:18.024340"], ["updated_at", "2018-07-19 20:17:18.025919"]]
|
|
96619
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96620
|
+
Processing by Stenographer::Admin::OutputsController#index as HTML
|
|
96621
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_authentications"[0m
|
|
96622
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT DISTINCT "stenographer_authentications"."provider" FROM "stenographer_authentications"[0m
|
|
96623
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/outputs/index.html.erb within layouts/stenographer/application
|
|
96624
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/outputs/index.html.erb within layouts/stenographer/application (0.0ms)
|
|
96625
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.1ms)
|
|
96626
|
+
[1m[36mStenographer::Output Load (0.1ms)[0m [1m[34mSELECT "stenographer_outputs".* FROM "stenographer_outputs" ORDER BY "stenographer_outputs"."id" DESC LIMIT ? OFFSET ?[0m [["LIMIT", 100], ["OFFSET", 0]]
|
|
96627
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_outputs"[0m
|
|
96628
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
96629
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96630
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96631
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.031410"], ["updated_at", "2018-07-19 20:17:18.031410"]]
|
|
96632
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96633
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96634
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.033041"], ["updated_at", "2018-07-19 20:17:18.033041"]]
|
|
96635
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96636
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96637
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 2], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-05 20:17:18.032436"], ["updated_at", "2018-07-19 20:17:18.034043"]]
|
|
96638
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96639
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96640
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.035307"], ["updated_at", "2018-07-19 20:17:18.035307"]]
|
|
96641
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96642
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96643
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 3], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-12 20:17:18.034684"], ["updated_at", "2018-07-19 20:17:18.036254"]]
|
|
96644
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96645
|
+
Processing by Stenographer::Admin::OutputsController#index as HTML
|
|
96646
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_authentications"[0m
|
|
96647
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT DISTINCT "stenographer_authentications"."provider" FROM "stenographer_authentications"[0m
|
|
96648
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/outputs/index.html.erb within layouts/stenographer/application
|
|
96649
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/outputs/index.html.erb within layouts/stenographer/application (0.0ms)
|
|
96650
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.1ms)
|
|
96651
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
96652
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96653
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96654
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.041132"], ["updated_at", "2018-07-19 20:17:18.041132"]]
|
|
96655
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96656
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96657
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.042730"], ["updated_at", "2018-07-19 20:17:18.042730"]]
|
|
96658
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96659
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96660
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 2], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-05 20:17:18.042122"], ["updated_at", "2018-07-19 20:17:18.043705"]]
|
|
96661
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96662
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96663
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.044994"], ["updated_at", "2018-07-19 20:17:18.044994"]]
|
|
96664
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96665
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96666
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 3], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-12 20:17:18.044357"], ["updated_at", "2018-07-19 20:17:18.046054"]]
|
|
96667
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96668
|
+
Processing by Stenographer::Admin::OutputsController#index as HTML
|
|
96669
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_authentications"[0m
|
|
96670
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT DISTINCT "stenographer_authentications"."provider" FROM "stenographer_authentications"[0m
|
|
96671
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/outputs/index.html.erb within layouts/stenographer/application
|
|
96672
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/outputs/index.html.erb within layouts/stenographer/application (0.0ms)
|
|
96673
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.2ms)
|
|
96674
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_authentications"[0m
|
|
96675
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96676
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
96677
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96678
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.051202"], ["updated_at", "2018-07-19 20:17:18.051202"]]
|
|
96679
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96680
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96681
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.053015"], ["updated_at", "2018-07-19 20:17:18.053015"]]
|
|
96682
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96683
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96684
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 2], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-05 20:17:18.052351"], ["updated_at", "2018-07-19 20:17:18.054075"]]
|
|
96685
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96686
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96687
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.055360"], ["updated_at", "2018-07-19 20:17:18.055360"]]
|
|
96688
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96689
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96690
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 3], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-12 20:17:18.054778"], ["updated_at", "2018-07-19 20:17:18.056366"]]
|
|
96691
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96692
|
+
Processing by Stenographer::Admin::OutputsController#index as HTML
|
|
96693
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_authentications"[0m
|
|
96694
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT DISTINCT "stenographer_authentications"."provider" FROM "stenographer_authentications"[0m
|
|
96695
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/outputs/index.html.erb within layouts/stenographer/application
|
|
96696
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/outputs/index.html.erb within layouts/stenographer/application (0.0ms)
|
|
96697
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.1ms)
|
|
96698
|
+
[1m[36mStenographer::Authentication Load (0.1ms)[0m [1m[34mSELECT "stenographer_authentications".* FROM "stenographer_authentications"[0m
|
|
96699
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96700
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96701
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96702
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.061604"], ["updated_at", "2018-07-19 20:17:18.061604"]]
|
|
96703
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96704
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96705
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.063181"], ["updated_at", "2018-07-19 20:17:18.063181"]]
|
|
96706
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96707
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96708
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 2], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-05 20:17:18.062582"], ["updated_at", "2018-07-19 20:17:18.064178"]]
|
|
96709
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96710
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96711
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.065388"], ["updated_at", "2018-07-19 20:17:18.065388"]]
|
|
96712
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96713
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96714
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 3], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-12 20:17:18.064799"], ["updated_at", "2018-07-19 20:17:18.066292"]]
|
|
96715
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96716
|
+
Processing by Stenographer::Admin::OutputsController#edit as HTML
|
|
96717
|
+
Parameters: {"id"=>"1"}
|
|
96718
|
+
[1m[36mStenographer::Output Load (0.0ms)[0m [1m[34mSELECT "stenographer_outputs".* FROM "stenographer_outputs" WHERE "stenographer_outputs"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
96719
|
+
[1m[36mStenographer::Authentication Load (0.0ms)[0m [1m[34mSELECT "stenographer_authentications".* FROM "stenographer_authentications" WHERE "stenographer_authentications"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
|
96720
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/outputs/edit.html.erb within layouts/stenographer/application
|
|
96721
|
+
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
|
|
96722
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/outputs/edit.html.erb within layouts/stenographer/application (0.2ms)
|
|
96723
|
+
Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.1ms)
|
|
96724
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96725
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96726
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96727
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.077163"], ["updated_at", "2018-07-19 20:17:18.077163"]]
|
|
96728
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96729
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96730
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.079056"], ["updated_at", "2018-07-19 20:17:18.079056"]]
|
|
96731
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96732
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96733
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 2], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-05 20:17:18.078368"], ["updated_at", "2018-07-19 20:17:18.080146"]]
|
|
96734
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96735
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96736
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.081335"], ["updated_at", "2018-07-19 20:17:18.081335"]]
|
|
96737
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96738
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96739
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 3], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-12 20:17:18.080783"], ["updated_at", "2018-07-19 20:17:18.082244"]]
|
|
96740
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96741
|
+
Processing by Stenographer::Admin::OutputsController#edit as HTML
|
|
96742
|
+
Parameters: {"id"=>"1"}
|
|
96743
|
+
[1m[36mStenographer::Output Load (0.0ms)[0m [1m[34mSELECT "stenographer_outputs".* FROM "stenographer_outputs" WHERE "stenographer_outputs"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
96744
|
+
[1m[36mStenographer::Authentication Load (0.0ms)[0m [1m[34mSELECT "stenographer_authentications".* FROM "stenographer_authentications" WHERE "stenographer_authentications"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
|
96745
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/outputs/edit.html.erb within layouts/stenographer/application
|
|
96746
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/outputs/edit.html.erb within layouts/stenographer/application (0.0ms)
|
|
96747
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.1ms)
|
|
96748
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96749
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96750
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96751
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.086735"], ["updated_at", "2018-07-19 20:17:18.086735"]]
|
|
96752
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96753
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96754
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.088205"], ["updated_at", "2018-07-19 20:17:18.088205"]]
|
|
96755
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96756
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96757
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 2], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-05 20:17:18.087657"], ["updated_at", "2018-07-19 20:17:18.089139"]]
|
|
96758
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96759
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96760
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.090361"], ["updated_at", "2018-07-19 20:17:18.090361"]]
|
|
96761
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96762
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96763
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 3], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-12 20:17:18.089808"], ["updated_at", "2018-07-19 20:17:18.091287"]]
|
|
96764
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96765
|
+
Processing by Stenographer::Admin::OutputsController#edit as HTML
|
|
96766
|
+
Parameters: {"id"=>"1"}
|
|
96767
|
+
[1m[36mStenographer::Output Load (0.0ms)[0m [1m[34mSELECT "stenographer_outputs".* FROM "stenographer_outputs" WHERE "stenographer_outputs"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
96768
|
+
[1m[36mStenographer::Authentication Load (0.0ms)[0m [1m[34mSELECT "stenographer_authentications".* FROM "stenographer_authentications" WHERE "stenographer_authentications"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
|
96769
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/outputs/edit.html.erb within layouts/stenographer/application
|
|
96770
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/outputs/edit.html.erb within layouts/stenographer/application (0.1ms)
|
|
96771
|
+
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.1ms)
|
|
96772
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
|
96773
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96774
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96775
|
+
[1m[36mStenographer::Authentication Create (0.4ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.096956"], ["updated_at", "2018-07-19 20:17:18.096956"]]
|
|
96776
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96777
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96778
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.098529"], ["updated_at", "2018-07-19 20:17:18.098529"]]
|
|
96779
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96780
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96781
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 2], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-05 20:17:18.097950"], ["updated_at", "2018-07-19 20:17:18.099444"]]
|
|
96782
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96783
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96784
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.100642"], ["updated_at", "2018-07-19 20:17:18.100642"]]
|
|
96785
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96786
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96787
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 3], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-12 20:17:18.100099"], ["updated_at", "2018-07-19 20:17:18.101539"]]
|
|
96788
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96789
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_outputs"[0m
|
|
96790
|
+
Processing by Stenographer::Admin::OutputsController#destroy as HTML
|
|
96791
|
+
Parameters: {"id"=>"1"}
|
|
96792
|
+
[1m[36mStenographer::Output Load (0.1ms)[0m [1m[34mSELECT "stenographer_outputs".* FROM "stenographer_outputs" WHERE "stenographer_outputs"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
96793
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96794
|
+
[1m[36mStenographer::Output Destroy (0.0ms)[0m [1m[31mDELETE FROM "stenographer_outputs" WHERE "stenographer_outputs"."id" = ?[0m [["id", 1]]
|
|
96795
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96796
|
+
Redirected to http://test.host/stenographer/admin/outputs
|
|
96797
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
|
|
96798
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_outputs"[0m
|
|
96799
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96800
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96801
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96802
|
+
[1m[36mStenographer::Authentication Create (0.4ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.106738"], ["updated_at", "2018-07-19 20:17:18.106738"]]
|
|
96803
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96804
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96805
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.108636"], ["updated_at", "2018-07-19 20:17:18.108636"]]
|
|
96806
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96807
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96808
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 2], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-05 20:17:18.107891"], ["updated_at", "2018-07-19 20:17:18.109648"]]
|
|
96809
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96810
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96811
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.110910"], ["updated_at", "2018-07-19 20:17:18.110910"]]
|
|
96812
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96813
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96814
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 3], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-12 20:17:18.110338"], ["updated_at", "2018-07-19 20:17:18.112084"]]
|
|
96815
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96816
|
+
Processing by Stenographer::Admin::OutputsController#destroy as HTML
|
|
96817
|
+
Parameters: {"id"=>"1"}
|
|
96818
|
+
[1m[36mStenographer::Output Load (0.0ms)[0m [1m[34mSELECT "stenographer_outputs".* FROM "stenographer_outputs" WHERE "stenographer_outputs"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
96819
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96820
|
+
[1m[36mStenographer::Output Destroy (0.1ms)[0m [1m[31mDELETE FROM "stenographer_outputs" WHERE "stenographer_outputs"."id" = ?[0m [["id", 1]]
|
|
96821
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96822
|
+
Redirected to http://test.host/stenographer/admin/outputs
|
|
96823
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
|
|
96824
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96825
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96826
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96827
|
+
[1m[36mStenographer::Authentication Create (0.4ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.117179"], ["updated_at", "2018-07-19 20:17:18.117179"]]
|
|
96828
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96829
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96830
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.119034"], ["updated_at", "2018-07-19 20:17:18.119034"]]
|
|
96831
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96832
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96833
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 2], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-05 20:17:18.118366"], ["updated_at", "2018-07-19 20:17:18.120065"]]
|
|
96834
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96835
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96836
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.121298"], ["updated_at", "2018-07-19 20:17:18.121298"]]
|
|
96837
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96838
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96839
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 3], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-12 20:17:18.120718"], ["updated_at", "2018-07-19 20:17:18.122218"]]
|
|
96840
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96841
|
+
Processing by Stenographer::Admin::OutputsController#update as HTML
|
|
96842
|
+
Parameters: {"configuration"=>{"other_stuff"=>"4", "stuff"=>"3"}, "id"=>"1"}
|
|
96843
|
+
[1m[36mStenographer::Output Load (0.0ms)[0m [1m[34mSELECT "stenographer_outputs".* FROM "stenographer_outputs" WHERE "stenographer_outputs"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
96844
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96845
|
+
[1m[36mStenographer::Authentication Load (0.0ms)[0m [1m[34mSELECT "stenographer_authentications".* FROM "stenographer_authentications" WHERE "stenographer_authentications"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
|
96846
|
+
[1m[36mStenographer::Output Update (0.1ms)[0m [1m[33mUPDATE "stenographer_outputs" SET "configuration" = ?, "filters" = ?, "updated_at" = ? WHERE "stenographer_outputs"."id" = ?[0m [["configuration", "{\"other_stuff\":\"4\",\"stuff\":\"3\"}"], ["filters", "null"], ["updated_at", "2018-07-19 20:17:18.124783"], ["id", 1]]
|
|
96847
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96848
|
+
Redirected to http://test.host/stenographer/admin/outputs/1
|
|
96849
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
|
|
96850
|
+
[1m[36mStenographer::Output Load (0.0ms)[0m [1m[34mSELECT "stenographer_outputs".* FROM "stenographer_outputs" WHERE "stenographer_outputs"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
96851
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96852
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96853
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96854
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.128643"], ["updated_at", "2018-07-19 20:17:18.128643"]]
|
|
96855
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96856
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96857
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.130268"], ["updated_at", "2018-07-19 20:17:18.130268"]]
|
|
96858
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96859
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96860
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 2], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-05 20:17:18.129651"], ["updated_at", "2018-07-19 20:17:18.131206"]]
|
|
96861
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96862
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96863
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.132431"], ["updated_at", "2018-07-19 20:17:18.132431"]]
|
|
96864
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96865
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96866
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 3], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-12 20:17:18.131868"], ["updated_at", "2018-07-19 20:17:18.133318"]]
|
|
96867
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96868
|
+
Processing by Stenographer::Admin::OutputsController#update as HTML
|
|
96869
|
+
Parameters: {"configuration"=>{"other_stuff"=>"4", "stuff"=>"3"}, "id"=>"1"}
|
|
96870
|
+
[1m[36mStenographer::Output Load (0.0ms)[0m [1m[34mSELECT "stenographer_outputs".* FROM "stenographer_outputs" WHERE "stenographer_outputs"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
96871
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96872
|
+
[1m[36mStenographer::Authentication Load (0.0ms)[0m [1m[34mSELECT "stenographer_authentications".* FROM "stenographer_authentications" WHERE "stenographer_authentications"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
|
96873
|
+
[1m[36mStenographer::Output Update (0.1ms)[0m [1m[33mUPDATE "stenographer_outputs" SET "configuration" = ?, "filters" = ?, "updated_at" = ? WHERE "stenographer_outputs"."id" = ?[0m [["configuration", "{\"other_stuff\":\"4\",\"stuff\":\"3\"}"], ["filters", "null"], ["updated_at", "2018-07-19 20:17:18.135812"], ["id", 1]]
|
|
96874
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96875
|
+
Redirected to http://test.host/stenographer/admin/outputs/1
|
|
96876
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
|
|
96877
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96878
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96879
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
96880
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96881
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96882
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.140377"], ["updated_at", "2018-07-19 20:17:18.140377"]]
|
|
96883
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96884
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96885
|
+
[1m[36mStenographer::Authentication Update (0.1ms)[0m [1m[33mUPDATE "stenographer_authentications" SET "credentials" = ?, "updated_at" = ? WHERE "stenographer_authentications"."id" = ?[0m [["credentials", nil], ["updated_at", "2018-07-19 20:17:18.141565"], ["id", 1]]
|
|
96886
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96887
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
96888
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96889
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96890
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.143614"], ["updated_at", "2018-07-19 20:17:18.143614"]]
|
|
96891
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96892
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96893
|
+
[1m[36mStenographer::Authentication Update (0.1ms)[0m [1m[33mUPDATE "stenographer_authentications" SET "credentials" = ?, "updated_at" = ? WHERE "stenographer_authentications"."id" = ?[0m [["credentials", "{\"country\":\"Ibiza\"}"], ["updated_at", "2018-07-19 20:17:18.144775"], ["id", 1]]
|
|
96894
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96895
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
96896
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96897
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96898
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "alpha"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.146925"], ["updated_at", "2018-07-19 20:17:18.146925"]]
|
|
96899
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96900
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96901
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "alpha"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.148143"], ["updated_at", "2018-07-19 20:17:18.148143"]]
|
|
96902
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96903
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96904
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "beta"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.149044"], ["updated_at", "2018-07-19 20:17:18.149044"]]
|
|
96905
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96906
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT DISTINCT "stenographer_authentications"."provider" FROM "stenographer_authentications"[0m
|
|
96907
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
96908
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
96909
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
96910
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
96911
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96912
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.154053"], ["updated_at", "2018-07-19 20:17:18.154053"]]
|
|
96913
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96914
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96915
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96916
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96917
|
+
[1m[36mStenographer::Authentication Create (0.5ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.157645"], ["updated_at", "2018-07-19 20:17:18.157645"]]
|
|
96918
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96919
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96920
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96921
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96922
|
+
[1m[36mStenographer::Authentication Create (0.4ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.162023"], ["updated_at", "2018-07-19 20:17:18.162023"]]
|
|
96923
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96924
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96925
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 1], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-19 20:17:18.163570"], ["updated_at", "2018-07-19 20:17:18.163570"]]
|
|
96926
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96927
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96928
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:18.164751"], ["updated_at", "2018-07-19 20:17:18.164751"]]
|
|
96929
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96930
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96931
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96932
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96933
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.171707"], ["updated_at", "2018-07-19 20:17:18.171707"]]
|
|
96934
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96935
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96936
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 1], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-19 20:17:18.173127"], ["updated_at", "2018-07-19 20:17:18.173127"]]
|
|
96937
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96938
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96939
|
+
[1m[36mStenographer::Change Create (0.2ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:18.174260"], ["updated_at", "2018-07-19 20:17:18.174260"]]
|
|
96940
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96941
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
96942
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96943
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96944
|
+
[1m[36mStenographer::Authentication Create (0.4ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.177882"], ["updated_at", "2018-07-19 20:17:18.177882"]]
|
|
96945
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96946
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96947
|
+
[1m[36mStenographer::Output Create (0.2ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 1], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-19 20:17:18.179314"], ["updated_at", "2018-07-19 20:17:18.179314"]]
|
|
96948
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96949
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96950
|
+
[1m[36mStenographer::Change Create (0.2ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:18.180551"], ["updated_at", "2018-07-19 20:17:18.180551"]]
|
|
96951
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96952
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96953
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96954
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96955
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-19 20:17:18.184081"], ["updated_at", "2018-07-19 20:17:18.184081"]]
|
|
96956
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96957
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96958
|
+
[1m[36mStenographer::Output Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_outputs" ("authentication_id", "configuration", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["authentication_id", 1], ["configuration", "{\"aut\":[13]}"], ["created_at", "2018-07-19 20:17:18.185606"], ["updated_at", "2018-07-19 20:17:18.185606"]]
|
|
96959
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96960
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96961
|
+
[1m[36mStenographer::Change Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_changes" ("message", "visible", "change_type", "environments", "tracker_ids", "source", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["message", "They’ve got as much sex appeal as a road accident."], ["visible", 0], ["change_type", "improved"], ["environments", "Kamino"], ["tracker_ids", "#56789"], ["source", "{}"], ["created_at", "2018-07-19 20:17:18.186997"], ["updated_at", "2018-07-19 20:17:18.186997"]]
|
|
96962
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96963
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96964
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96965
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
96966
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96967
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
96968
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
96969
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
96970
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96971
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
96972
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96973
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
96974
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96975
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
96976
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
96977
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96978
|
+
[1m[36mStenographer::Authentication Create (0.4ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "slack"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-05 20:17:18.203479"], ["updated_at", "2018-07-19 20:17:18.204238"]]
|
|
96979
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96980
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96981
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-12 20:17:18.205279"], ["updated_at", "2018-07-19 20:17:18.205763"]]
|
|
96982
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96983
|
+
Processing by Stenographer::Admin::AuthenticationsController#show as HTML
|
|
96984
|
+
Parameters: {"id"=>"1"}
|
|
96985
|
+
[1m[36mStenographer::Authentication Load (0.0ms)[0m [1m[34mSELECT "stenographer_authentications".* FROM "stenographer_authentications" WHERE "stenographer_authentications"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
96986
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/authentications/show.html.erb within layouts/stenographer/application
|
|
96987
|
+
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
|
|
96988
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/authentications/show.html.erb within layouts/stenographer/application (0.2ms)
|
|
96989
|
+
Completed 200 OK in 11ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
|
96990
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
96991
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
96992
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96993
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "slack"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-05 20:17:18.220444"], ["updated_at", "2018-07-19 20:17:18.221131"]]
|
|
96994
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96995
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
96996
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-12 20:17:18.222088"], ["updated_at", "2018-07-19 20:17:18.222543"]]
|
|
96997
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
96998
|
+
Processing by Stenographer::Admin::AuthenticationsController#show as HTML
|
|
96999
|
+
Parameters: {"id"=>"1"}
|
|
97000
|
+
[1m[36mStenographer::Authentication Load (0.0ms)[0m [1m[34mSELECT "stenographer_authentications".* FROM "stenographer_authentications" WHERE "stenographer_authentications"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
97001
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/authentications/show.html.erb within layouts/stenographer/application
|
|
97002
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/authentications/show.html.erb within layouts/stenographer/application (0.1ms)
|
|
97003
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
|
97004
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
97005
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
97006
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
97007
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "slack"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-05 20:17:18.226661"], ["updated_at", "2018-07-19 20:17:18.227353"]]
|
|
97008
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
97009
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
97010
|
+
[1m[36mStenographer::Authentication Create (0.2ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-12 20:17:18.228359"], ["updated_at", "2018-07-19 20:17:18.228882"]]
|
|
97011
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
97012
|
+
Processing by Stenographer::Admin::AuthenticationsController#index as HTML
|
|
97013
|
+
[1m[36mStenographer::Authentication Load (0.1ms)[0m [1m[34mSELECT "stenographer_authentications".* FROM "stenographer_authentications" WHERE "stenographer_authentications"."provider" = ? LIMIT ?[0m [["provider", "slack"], ["LIMIT", 1]]
|
|
97014
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/authentications/index.html.erb within layouts/stenographer/application
|
|
97015
|
+
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
|
|
97016
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/authentications/index.html.erb within layouts/stenographer/application (0.2ms)
|
|
97017
|
+
Completed 200 OK in 7ms (Views: 0.6ms | ActiveRecord: 0.1ms)
|
|
97018
|
+
[1m[36mStenographer::Authentication Load (0.1ms)[0m [1m[34mSELECT "stenographer_authentications".* FROM "stenographer_authentications" ORDER BY "stenographer_authentications"."id" DESC LIMIT ? OFFSET ?[0m [["LIMIT", 100], ["OFFSET", 0]]
|
|
97019
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
97020
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
97021
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
97022
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "slack"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-05 20:17:18.239676"], ["updated_at", "2018-07-19 20:17:18.240361"]]
|
|
97023
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
97024
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
97025
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-12 20:17:18.241291"], ["updated_at", "2018-07-19 20:17:18.241757"]]
|
|
97026
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
97027
|
+
Processing by Stenographer::Admin::AuthenticationsController#index as HTML
|
|
97028
|
+
[1m[36mStenographer::Authentication Load (0.0ms)[0m [1m[34mSELECT "stenographer_authentications".* FROM "stenographer_authentications" WHERE "stenographer_authentications"."provider" = ? LIMIT ?[0m [["provider", "slack"], ["LIMIT", 1]]
|
|
97029
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/authentications/index.html.erb within layouts/stenographer/application
|
|
97030
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/authentications/index.html.erb within layouts/stenographer/application (0.0ms)
|
|
97031
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
|
97032
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
97033
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
97034
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
97035
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "slack"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-05 20:17:18.245309"], ["updated_at", "2018-07-19 20:17:18.245872"]]
|
|
97036
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
97037
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
97038
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-12 20:17:18.246809"], ["updated_at", "2018-07-19 20:17:18.247258"]]
|
|
97039
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
97040
|
+
Processing by Stenographer::Admin::AuthenticationsController#index as HTML
|
|
97041
|
+
[1m[36mStenographer::Authentication Load (0.0ms)[0m [1m[34mSELECT "stenographer_authentications".* FROM "stenographer_authentications" WHERE "stenographer_authentications"."provider" = ? LIMIT ?[0m [["provider", "slack"], ["LIMIT", 1]]
|
|
97042
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/authentications/index.html.erb within layouts/stenographer/application
|
|
97043
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/authentications/index.html.erb within layouts/stenographer/application (0.0ms)
|
|
97044
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
|
97045
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
97046
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
97047
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
97048
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "slack"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-05 20:17:18.250812"], ["updated_at", "2018-07-19 20:17:18.251443"]]
|
|
97049
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
97050
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
97051
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-12 20:17:18.252364"], ["updated_at", "2018-07-19 20:17:18.252807"]]
|
|
97052
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
97053
|
+
Processing by Stenographer::Admin::AuthenticationsController#index as HTML
|
|
97054
|
+
[1m[36mStenographer::Authentication Load (0.0ms)[0m [1m[34mSELECT "stenographer_authentications".* FROM "stenographer_authentications" WHERE "stenographer_authentications"."provider" = ? LIMIT ?[0m [["provider", "slack"], ["LIMIT", 1]]
|
|
97055
|
+
Rendering /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/authentications/index.html.erb within layouts/stenographer/application
|
|
97056
|
+
Rendered /Users/michaelcarey/code/stenographer/app/views/stenographer/admin/authentications/index.html.erb within layouts/stenographer/application (0.0ms)
|
|
97057
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
|
97058
|
+
[1m[36mStenographer::Authentication Load (0.0ms)[0m [1m[34mSELECT "stenographer_authentications".* FROM "stenographer_authentications" ORDER BY "stenographer_authentications"."id" DESC LIMIT ? OFFSET ?[0m [["LIMIT", 100], ["OFFSET", 0]]
|
|
97059
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_authentications"[0m
|
|
97060
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
|
97061
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
97062
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
97063
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "slack"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-05 20:17:18.257149"], ["updated_at", "2018-07-19 20:17:18.257737"]]
|
|
97064
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
97065
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
97066
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-12 20:17:18.258620"], ["updated_at", "2018-07-19 20:17:18.259067"]]
|
|
97067
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
97068
|
+
Processing by Stenographer::Admin::AuthenticationsController#destroy as HTML
|
|
97069
|
+
Parameters: {"id"=>"1"}
|
|
97070
|
+
[1m[36mStenographer::Authentication Load (0.1ms)[0m [1m[34mSELECT "stenographer_authentications".* FROM "stenographer_authentications" WHERE "stenographer_authentications"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
97071
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
97072
|
+
[1m[36mStenographer::Output Load (0.1ms)[0m [1m[34mSELECT "stenographer_outputs".* FROM "stenographer_outputs" WHERE "stenographer_outputs"."authentication_id" = ?[0m [["authentication_id", 1]]
|
|
97073
|
+
[1m[36mStenographer::Authentication Destroy (0.3ms)[0m [1m[31mDELETE FROM "stenographer_authentications" WHERE "stenographer_authentications"."id" = ?[0m [["id", 1]]
|
|
97074
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
97075
|
+
Redirected to http://test.host/stenographer/admin/authentications
|
|
97076
|
+
Completed 302 Found in 9ms (ActiveRecord: 0.6ms)
|
|
97077
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
|
97078
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
97079
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
97080
|
+
[1m[36mStenographer::Authentication Create (0.3ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "slack"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-05 20:17:18.271108"], ["updated_at", "2018-07-19 20:17:18.271840"]]
|
|
97081
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
97082
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
97083
|
+
[1m[36mStenographer::Authentication Create (0.1ms)[0m [1m[32mINSERT INTO "stenographer_authentications" ("provider", "uid", "credentials", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["provider", "Rapidash"], ["uid", "31d9552b293644c86dca791dc97c5091"], ["credentials", "{\"token\":\"1234\"}"], ["created_at", "2018-07-12 20:17:18.272827"], ["updated_at", "2018-07-19 20:17:18.273305"]]
|
|
97084
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
97085
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_authentications"[0m
|
|
97086
|
+
Processing by Stenographer::Admin::AuthenticationsController#destroy as HTML
|
|
97087
|
+
Parameters: {"id"=>"1"}
|
|
97088
|
+
[1m[36mStenographer::Authentication Load (0.1ms)[0m [1m[34mSELECT "stenographer_authentications".* FROM "stenographer_authentications" WHERE "stenographer_authentications"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
|
97089
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
|
97090
|
+
[1m[36mStenographer::Output Load (0.1ms)[0m [1m[34mSELECT "stenographer_outputs".* FROM "stenographer_outputs" WHERE "stenographer_outputs"."authentication_id" = ?[0m [["authentication_id", 1]]
|
|
97091
|
+
[1m[36mStenographer::Authentication Destroy (0.1ms)[0m [1m[31mDELETE FROM "stenographer_authentications" WHERE "stenographer_authentications"."id" = ?[0m [["id", 1]]
|
|
97092
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
|
97093
|
+
Redirected to http://test.host/stenographer/admin/authentications
|
|
97094
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
|
|
97095
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "stenographer_authentications"[0m
|
|
97096
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|