lady_josephine 0.5.0 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/MIT-LICENSE +1 -1
- data/app/controllers/lady_josephine/images_controller.rb +9 -1
- data/app/uploader/lady_josephine/base_uploader.rb +20 -0
- data/app/uploader/lady_josephine/image_uploader.rb +8 -32
- data/lib/lady_josephine/version.rb +1 -1
- data/lib/lady_josephine.rb +19 -0
- data/spec/controllers/lady_josephine/images_controller_spec.rb +6 -0
- data/spec/dummy/log/test.log +2982 -0
- data/spec/dummy/public/storage/test/lady_josephine/image/file/1/thumbnail_depressed-cat.jpg +0 -0
- data/spec/dummy/public/storage/test/lady_josephine/image/file/1/w1000_depressed-cat.jpg +0 -0
- data/spec/dummy/public/storage/test/lady_josephine/image/file/1/w2000_depressed-cat.jpg +0 -0
- data/spec/dummy/public/storage/test/lady_josephine/image/file/1/w300_depressed-cat.jpg +0 -0
- data/spec/dummy/public/storage/test/lady_josephine/image/file/1/w600_depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458297625-14767-2478/depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458297625-14767-5632/depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458297625-14767-6955/depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458297625-14767-7681/depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458297650-14955-0391/depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458297650-14955-0678/w600_depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458297650-14955-2981/depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458297650-14955-3843/depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458297650-14955-4815/w600_depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458297650-14955-5314/w600_depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458297650-14955-6911/w600_depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458297650-14955-8584/depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458297683-15123-1076/w600_depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458297683-15123-1603/w600_depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458297683-15123-2185/depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458297683-15123-2208/w600_depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458297683-15123-4253/depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458297683-15123-5822/depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458297684-15123-6302/w600_depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458297684-15123-7185/depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458297837-15423-0221/w600_depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458297837-15423-4034/depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458297941-15648-3378/w600_depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458297941-15648-7747/depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458298031-15804-3719/w600_depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458298031-15804-6451/depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458298080-15891-3288/w600_depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458298080-15891-8575/depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458298150-16006-2061/w2000_depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458298150-16006-4216/depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458298150-16006-4216/thumbnail_depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458298150-16006-4216/w1000_depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458298150-16006-4216/w300_depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458298150-16006-7424/w600_depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458298244-16154-1253/depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458298244-16154-1253/thumbnail_depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458298244-16154-1253/w1000_depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458298244-16154-1253/w300_depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458298244-16154-2402/w600_depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458298244-16154-9561/w2000_depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458298289-16330-3415/depressed-cat.jpg +0 -0
- data/spec/dummy/public/uploads/tmp/1458298289-16330-4694/w600_depressed-cat.jpg +0 -0
- data/spec/helper/lady_josephine/sir_trevor_helper_spec.rb +1 -1
- metadata +88 -2
data/spec/dummy/log/test.log
CHANGED
@@ -19981,3 +19981,2985 @@ Completed 404 Not Found in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)
|
|
19981
19981
|
[1m[35m (0.0ms)[0m rollback transaction
|
19982
19982
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
19983
19983
|
[1m[35m (0.0ms)[0m rollback transaction
|
19984
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
19985
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
19986
|
+
[1m[36mUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1[0m
|
19987
|
+
[1m[35mSQL (1.4ms)[0m INSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$CJ6dW8rL8yCL3kccC1bffeto1PHrRRlR5qplMQQ6rnR24fOUoIRoC"], ["created_at", "2016-03-12 15:22:57.653160"], ["updated_at", "2016-03-12 15:22:57.653160"]]
|
19988
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
19989
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
19990
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
19991
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
19992
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
19993
|
+
[1m[35mUser Exists (0.0ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'marge@simpson.com' LIMIT 1
|
19994
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["first_name", "Marge"], ["email", "marge@simpson.com"], ["encrypted_password", "$2a$04$o4Xa/Xv5HMKH3vlR7x28E.vDmpHPuLDDg5w3tsWE.0G9VYoMwGLGu"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
19995
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
19996
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
19997
|
+
[1m[35mSQL (0.0ms)[0m UPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ? WHERE "articles"."id" = ? [["lady_josephine_ping_date", "2014-10-09 23:00:00.000000"], ["lady_josephine_ping_user_id", 2], ["id", 1]]
|
19998
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
19999
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
20000
|
+
Parameters: {"update"=>"force", "id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
20001
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
20002
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1[0m [["id", 1]]
|
20003
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
|
20004
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20005
|
+
[1m[35mSQL (0.0ms)[0m UPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ? WHERE "articles"."id" = ? [["lady_josephine_ping_date", "2014-10-09 23:00:15.000000"], ["lady_josephine_ping_user_id", 1], ["id", 1]]
|
20006
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20007
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
20008
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
20009
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20010
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20011
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1[0m
|
20012
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$RxrM.3MNTNwfb8VLxNDFd.slrF2hWJqk/Dx4jlNtMUKoWhGkV7ew2"], ["created_at", "2016-03-12 15:22:57.701998"], ["updated_at", "2016-03-12 15:22:57.701998"]]
|
20013
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20014
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20015
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-12 15:22:57.703638"], ["updated_at", "2016-03-12 15:22:57.703638"]]
|
20016
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20017
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
20018
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
20019
|
+
[1m[36mArticle Load (0.0ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
20020
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
|
20021
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
20022
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ?, "updated_at" = ? WHERE "articles"."id" = ? [["lady_josephine_ping_date", "2016-03-12 15:22:57.709291"], ["lady_josephine_ping_user_id", 1], ["updated_at", "2016-03-12 15:22:57.710005"], ["id", 1]]
|
20023
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20024
|
+
Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms)
|
20025
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
20026
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20027
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
20028
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1[0m
|
20029
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$RyfFVT1E2edLDIaEJRREduI.8gLf0x8uY4kJX5AQvEJWh.RGVDBqa"], ["created_at", "2016-03-12 15:22:57.716111"], ["updated_at", "2016-03-12 15:22:57.716111"]]
|
20030
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20031
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20032
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
20033
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20034
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20035
|
+
[1m[35mUser Exists (0.0ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'marge@simpson.com' LIMIT 1
|
20036
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["first_name", "Marge"], ["email", "marge@simpson.com"], ["encrypted_password", "$2a$04$eDo6udWz8TCto0o95Hs.Q.3YsdZHykpUqIwXwyOvLRLPlqL94A5oa"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
20037
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20038
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20039
|
+
[1m[35mSQL (0.0ms)[0m UPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ? WHERE "articles"."id" = ? [["lady_josephine_ping_date", "2014-10-09 23:00:00.000000"], ["lady_josephine_ping_user_id", 2], ["id", 1]]
|
20040
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20041
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
20042
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
20043
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
20044
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1[0m [["id", 1]]
|
20045
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
|
20046
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
20047
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
20048
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20049
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20050
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1
|
20051
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$H6XcI9d4p6TKaVGJ9uJljOeaJgYzfUiQws9SRTUmF2N5PNSRkIpdi"], ["created_at", "2016-03-12 15:22:57.732522"], ["updated_at", "2016-03-12 15:22:57.732522"]]
|
20052
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20053
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
20054
|
+
Parameters: {"id"=>"not-found", "resource"=>"article"}
|
20055
|
+
[1m[36mArticle Load (0.0ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1[0m [["lady_josephine_server_uuid", "not-found"]]
|
20056
|
+
Rendered text template (0.0ms)
|
20057
|
+
Completed 404 Not Found in 8ms (Views: 6.9ms | ActiveRecord: 0.0ms)
|
20058
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
20059
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20060
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20061
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-12 15:22:57.747443"], ["updated_at", "2016-03-12 15:22:57.747443"]]
|
20062
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20063
|
+
Processing by LadyJosephine::EditorController#version as HTML
|
20064
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
20065
|
+
[1m[36mArticle Load (0.0ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
20066
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
20067
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
20068
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20069
|
+
Processing by LadyJosephine::EditorController#version as HTML
|
20070
|
+
Parameters: {"id"=>"not-found", "resource"=>"article"}
|
20071
|
+
[1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1 [["lady_josephine_server_uuid", "not-found"]]
|
20072
|
+
Rendered text template (0.0ms)
|
20073
|
+
Completed 404 Not Found in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)
|
20074
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
20075
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20076
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20077
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20078
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20079
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20080
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20081
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20082
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
20083
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-12 15:22:57.759425"], ["updated_at", "2016-03-12 15:22:57.759425"]]
|
20084
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20085
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
20086
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20087
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
20088
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-12 15:22:57.761359"], ["updated_at", "2016-03-12 15:22:57.761359"]]
|
20089
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20090
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
20091
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
20092
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_uuid", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["block_uuid", "block-uuid-uuid"], ["uploadable_type", "Article"], ["uploadable_uuid", "uuid-uuid-uuid"], ["uploadable_id", 1], ["uploadable_attribute", "image"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1000,\"height\":667,\"size\":90,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5}}"], ["created_at", "2016-03-12 15:22:58.923557"], ["updated_at", "2016-03-12 15:22:58.923557"]]
|
20093
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
20094
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
20095
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20096
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20097
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-12 15:22:58.941020"], ["updated_at", "2016-03-12 15:22:58.941020"]]
|
20098
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20099
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
20100
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
20101
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_uuid", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["block_uuid", "block-uuid-uuid"], ["uploadable_type", "Article"], ["uploadable_uuid", "uuid-uuid-uuid"], ["uploadable_id", 1], ["uploadable_attribute", "image"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1000,\"height\":667,\"size\":90,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5}}"], ["created_at", "2016-03-12 15:23:00.002383"], ["updated_at", "2016-03-12 15:23:00.002383"]]
|
20102
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20103
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
20104
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20105
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (4.2ms)
|
20106
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
20107
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20108
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20109
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-12 15:23:00.026903"], ["updated_at", "2016-03-12 15:23:00.026903"]]
|
20110
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20111
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
20112
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20113
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20114
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-12 15:23:00.030752"], ["updated_at", "2016-03-12 15:23:00.030752"]]
|
20115
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20116
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
20117
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20118
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
20119
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-12 15:23:00.034577"], ["updated_at", "2016-03-12 15:23:00.034577"]]
|
20120
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20121
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
20122
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20123
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20124
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_uuid", "lady_josephine_server_version", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.1\",\"server_version\":\"1.1\"}"], ["lady_josephine_server_uuid", "abc-abc-abc"], ["lady_josephine_server_version", "1.1"], ["created_at", "2016-03-12 15:23:00.037205"], ["updated_at", "2016-03-12 15:23:00.037205"]]
|
20125
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20126
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
20127
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20128
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
20129
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20130
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20131
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20132
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20133
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20134
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20135
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20136
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
20137
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20138
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20139
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20140
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20141
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20142
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20143
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20144
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20145
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20146
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20147
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20148
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20149
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20150
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20151
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20152
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
20153
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20154
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-12 15:23:00.064465"], ["updated_at", "2016-03-12 15:23:00.064465"]]
|
20155
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20156
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
20157
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007f8d496cc338 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160312-18096-195bw3t>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"article", "column-name"=>"content-data"}
|
20158
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
20159
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
20160
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_uuid", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["block_uuid", "uuid-uuid-uuid"], ["uploadable_type", "Article"], ["uploadable_uuid", "uuid-uuid-uuid"], ["uploadable_id", 1], ["uploadable_attribute", "content-data"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1000,\"height\":667,\"size\":90,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5}}"], ["created_at", "2016-03-12 15:23:01.146012"], ["updated_at", "2016-03-12 15:23:01.146012"]]
|
20161
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20162
|
+
Completed 200 OK in 1081ms (Views: 0.2ms | ActiveRecord: 0.5ms)
|
20163
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
20164
|
+
[1m[36mLadyJosephine::Image Load (0.1ms)[0m [1mSELECT "lady_josephine_images".* FROM "lady_josephine_images" ORDER BY "lady_josephine_images"."id" DESC LIMIT 1[0m
|
20165
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
20166
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20167
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
20168
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20169
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-12 15:23:01.156778"], ["updated_at", "2016-03-12 15:23:01.156778"]]
|
20170
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20171
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
20172
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007f8d50027760 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160312-18096-msaiar>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"NotAllowed", "column-name"=>"content-data"}
|
20173
|
+
Completed 500 Internal Server Error in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
20174
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
20175
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
20176
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20177
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20178
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20179
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20180
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20181
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
20182
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20183
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20184
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("content_data", "created_at", "updated_at") VALUES (?, ?, ?) [["content_data", "{\"one\":\"two\"}"], ["created_at", "2016-03-12 15:23:01.166444"], ["updated_at", "2016-03-12 15:23:01.166444"]]
|
20185
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20186
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
20187
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20188
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.5ms)
|
20189
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20190
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20191
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20192
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20193
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20194
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20195
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20196
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-12 15:23:01.177718"], ["updated_at", "2016-03-12 15:23:01.177718"]]
|
20197
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20198
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20199
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20200
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
20201
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20202
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20203
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-12 15:23:01.192075"], ["updated_at", "2016-03-12 15:23:01.192075"]]
|
20204
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20205
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20206
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
20207
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20208
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
20209
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
20210
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20211
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20212
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
20213
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20214
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-12 15:23:01.200414"], ["updated_at", "2016-03-12 15:23:01.200414"]]
|
20215
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20216
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
20217
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20218
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20219
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-12 15:23:01.202796"], ["updated_at", "2016-03-12 15:23:01.202796"]]
|
20220
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20221
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20222
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
20223
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20224
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
20225
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
20226
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20227
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20228
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-12 15:23:01.207452"], ["updated_at", "2016-03-12 15:23:01.207452"]]
|
20229
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20230
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20231
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20232
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20233
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20234
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
20235
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20236
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20237
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-12 15:23:01.212243"], ["updated_at", "2016-03-12 15:23:01.212243"]]
|
20238
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20239
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20240
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
20241
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20242
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
20243
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
20244
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20245
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20246
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20247
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
20248
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20249
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20250
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20251
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20252
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20253
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20254
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20255
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20256
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20257
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
20258
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20259
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20260
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20261
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20262
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20263
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20264
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20265
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20266
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20267
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.3ms)
|
20268
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20269
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20270
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (0.8ms)
|
20271
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20272
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20273
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
20274
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20275
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
20276
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20277
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
20278
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("content_data", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["content_data", "{\"one\":\"two\"}"], ["created_at", "2016-03-12 15:23:01.249699"], ["updated_at", "2016-03-12 15:23:01.249699"]]
|
20279
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20280
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" IS NULL LIMIT 1[0m
|
20281
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
20282
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["block_uuid", "uuid-image"], ["uploadable_type", "Article"], ["uploadable_id", 1], ["uploadable_attribute", "image"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1000,\"height\":667,\"size\":90,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5}}"], ["created_at", "2016-03-12 15:23:02.361291"], ["updated_at", "2016-03-12 15:23:02.361291"]]
|
20283
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20284
|
+
[1m[36mLadyJosephine::Image Load (0.1ms)[0m [1mSELECT "lady_josephine_images".* FROM "lady_josephine_images" WHERE "lady_josephine_images"."block_uuid" = ? LIMIT 1[0m [["block_uuid", "uuid-image"]]
|
20285
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_extended_image_block.haml (8.5ms)
|
20286
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
20287
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20288
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20289
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20290
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20291
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20292
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20293
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20294
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20295
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20296
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20297
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20298
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20299
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20300
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20301
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20302
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20303
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20304
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20305
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20306
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20307
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
20308
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
20309
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-12 15:23:07.203741"], ["updated_at", "2016-03-12 15:23:07.203741"]]
|
20310
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20311
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
20312
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
20313
|
+
[1m[36mSQL (1.1ms)[0m [1mINSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_uuid", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["block_uuid", "block-uuid-uuid"], ["uploadable_type", "Article"], ["uploadable_uuid", "uuid-uuid-uuid"], ["uploadable_id", 1], ["uploadable_attribute", "image"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1000,\"height\":667,\"size\":90,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5}}"], ["created_at", "2016-03-12 15:23:08.304939"], ["updated_at", "2016-03-12 15:23:08.304939"]]
|
20314
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
20315
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
20316
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20317
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20318
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-12 15:23:08.313303"], ["updated_at", "2016-03-12 15:23:08.313303"]]
|
20319
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20320
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
20321
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
20322
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_uuid", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["block_uuid", "block-uuid-uuid"], ["uploadable_type", "Article"], ["uploadable_uuid", "uuid-uuid-uuid"], ["uploadable_id", 1], ["uploadable_attribute", "image"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1000,\"height\":667,\"size\":90,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5}}"], ["created_at", "2016-03-12 15:23:09.380610"], ["updated_at", "2016-03-12 15:23:09.380610"]]
|
20323
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20324
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
20325
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20326
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20327
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-12 15:23:09.387813"], ["updated_at", "2016-03-12 15:23:09.387813"]]
|
20328
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20329
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
20330
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20331
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20332
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20333
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (2.5ms)
|
20334
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
20335
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20336
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20337
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20338
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20339
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_uuid", "lady_josephine_server_version", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.1\",\"server_version\":\"1.1\"}"], ["lady_josephine_server_uuid", "abc-abc-abc"], ["lady_josephine_server_version", "1.1"], ["created_at", "2016-03-12 15:23:09.407076"], ["updated_at", "2016-03-12 15:23:09.407076"]]
|
20340
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20341
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
20342
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20343
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
20344
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-12 15:23:09.410280"], ["updated_at", "2016-03-12 15:23:09.410280"]]
|
20345
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20346
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
20347
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20348
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20349
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20350
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20351
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20352
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20353
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20354
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20355
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20356
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
20357
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20358
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20359
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20360
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20361
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20362
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
20363
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20364
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20365
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20366
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20367
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20368
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20369
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20370
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20371
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20372
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20373
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20374
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20375
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20376
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20377
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("content_data", "created_at", "updated_at") VALUES (?, ?, ?) [["content_data", "{\"one\":\"two\"}"], ["created_at", "2016-03-12 15:23:09.424525"], ["updated_at", "2016-03-12 15:23:09.424525"]]
|
20378
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20379
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
20380
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20381
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20382
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20383
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20384
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-12 15:23:09.427115"], ["updated_at", "2016-03-12 15:23:09.427115"]]
|
20385
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20386
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20387
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20388
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
20389
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20390
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20391
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20392
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20393
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-12 15:23:09.449786"], ["updated_at", "2016-03-12 15:23:09.449786"]]
|
20394
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20395
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
20396
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20397
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20398
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-12 15:23:09.451962"], ["updated_at", "2016-03-12 15:23:09.451962"]]
|
20399
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20400
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20401
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20402
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20403
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20404
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
20405
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20406
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20407
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-12 15:23:09.458342"], ["updated_at", "2016-03-12 15:23:09.458342"]]
|
20408
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20409
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20410
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
20411
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20412
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
20413
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
20414
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20415
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20416
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-12 15:23:09.463930"], ["updated_at", "2016-03-12 15:23:09.463930"]]
|
20417
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20418
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20419
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20420
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20421
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20422
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
20423
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20424
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20425
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-12 15:23:09.469483"], ["updated_at", "2016-03-12 15:23:09.469483"]]
|
20426
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20427
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20428
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
20429
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20430
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
20431
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
20432
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20433
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20434
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20435
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20436
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20437
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20438
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20439
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20440
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20441
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20442
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20443
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20444
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20445
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20446
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20447
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20448
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20449
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20450
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20451
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20452
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20453
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
20454
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20455
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
20456
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
20457
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-12 15:23:09.485260"], ["updated_at", "2016-03-12 15:23:09.485260"]]
|
20458
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20459
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
20460
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007f9a61b9ff48 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160312-18269-1ky69is>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"NotAllowed", "column-name"=>"content-data"}
|
20461
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
20462
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
20463
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
20464
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20465
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "lady_josephine_images"[0m
|
20466
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20467
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-12 15:23:09.494829"], ["updated_at", "2016-03-12 15:23:09.494829"]]
|
20468
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
20469
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
20470
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007f9a629adc70 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160312-18269-uyer9k>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"article", "column-name"=>"content-data"}
|
20471
|
+
[1m[36mArticle Load (0.0ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
20472
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
20473
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_uuid", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["block_uuid", "uuid-uuid-uuid"], ["uploadable_type", "Article"], ["uploadable_uuid", "uuid-uuid-uuid"], ["uploadable_id", 1], ["uploadable_attribute", "content-data"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1000,\"height\":667,\"size\":90,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5}}"], ["created_at", "2016-03-12 15:23:10.580550"], ["updated_at", "2016-03-12 15:23:10.580550"]]
|
20474
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
20475
|
+
Completed 200 OK in 1078ms (Views: 0.3ms | ActiveRecord: 0.6ms)
|
20476
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "lady_josephine_images"[0m
|
20477
|
+
[1m[35mLadyJosephine::Image Load (0.1ms)[0m SELECT "lady_josephine_images".* FROM "lady_josephine_images" ORDER BY "lady_josephine_images"."id" DESC LIMIT 1
|
20478
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
20479
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20480
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20481
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1
|
20482
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$E28ukauFGhch2HHczh5TsOxeFG3bghf69YKbWqJPzBgOtsxsbfQxq"], ["created_at", "2016-03-12 15:23:10.600406"], ["updated_at", "2016-03-12 15:23:10.600406"]]
|
20483
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20484
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20485
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
20486
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20487
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20488
|
+
[1m[36mUser Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'marge@simpson.com' LIMIT 1[0m
|
20489
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Marge"], ["email", "marge@simpson.com"], ["encrypted_password", "$2a$04$gpQ99b5V2CUk0y.NfZ9kvevSU9GwGDs6tmouHrxC4GrVx52p1AL.2"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
20490
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20491
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20492
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ? WHERE "articles"."id" = ?[0m [["lady_josephine_ping_date", "2014-10-09 23:00:00.000000"], ["lady_josephine_ping_user_id", 2], ["id", 1]]
|
20493
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20494
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
20495
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
20496
|
+
[1m[36mArticle Load (0.0ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
20497
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
|
20498
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
|
20499
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
20500
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
20501
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20502
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20503
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1[0m
|
20504
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$ogEWbf5g.ztRi2Y1gJQI.O32YhzPCZkUm5bVXJCVHITSqYllAK2Ti"], ["created_at", "2016-03-12 15:23:10.622566"], ["updated_at", "2016-03-12 15:23:10.622566"]]
|
20505
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20506
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
20507
|
+
Parameters: {"id"=>"not-found", "resource"=>"article"}
|
20508
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1 [["lady_josephine_server_uuid", "not-found"]]
|
20509
|
+
Rendered text template (0.0ms)
|
20510
|
+
Completed 404 Not Found in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
20511
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
20512
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20513
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
20514
|
+
[1m[35mUser Exists (0.2ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1
|
20515
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$tl3uEnIuvniYPHEKbO7sWOGQDWA7KxBAT5DmAvKSR8GUJljvHkoF2"], ["created_at", "2016-03-12 15:23:10.633829"], ["updated_at", "2016-03-12 15:23:10.633829"]]
|
20516
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20517
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20518
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
20519
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20520
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20521
|
+
[1m[36mUser Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'marge@simpson.com' LIMIT 1[0m
|
20522
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Marge"], ["email", "marge@simpson.com"], ["encrypted_password", "$2a$04$zws7D19JlJTiGratZimtVuWnTUJ.PU6DV1lSaPWAF3KmExt.7iJX6"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
20523
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20524
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20525
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ? WHERE "articles"."id" = ?[0m [["lady_josephine_ping_date", "2014-10-09 23:00:00.000000"], ["lady_josephine_ping_user_id", 2], ["id", 1]]
|
20526
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20527
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
20528
|
+
Parameters: {"update"=>"force", "id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
20529
|
+
[1m[36mArticle Load (0.0ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
20530
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
|
20531
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
|
20532
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20533
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ? WHERE "articles"."id" = ?[0m [["lady_josephine_ping_date", "2014-10-09 23:00:15.000000"], ["lady_josephine_ping_user_id", 1], ["id", 1]]
|
20534
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20535
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
20536
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
20537
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20538
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20539
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1
|
20540
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$0RbEwowixYVxkUgSbvnZAuX15.SupnIKdTC1/c2DgBEdqsp3c82d."], ["created_at", "2016-03-12 15:23:10.651722"], ["updated_at", "2016-03-12 15:23:10.651722"]]
|
20541
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20542
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20543
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-12 15:23:10.653118"], ["updated_at", "2016-03-12 15:23:10.653118"]]
|
20544
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20545
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
20546
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
20547
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
20548
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1[0m [["id", 1]]
|
20549
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20550
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ?, "updated_at" = ? WHERE "articles"."id" = ?[0m [["lady_josephine_ping_date", "2016-03-12 15:23:10.657073"], ["lady_josephine_ping_user_id", 1], ["updated_at", "2016-03-12 15:23:10.657569"], ["id", 1]]
|
20551
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
20552
|
+
Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)
|
20553
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
20554
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20555
|
+
Processing by LadyJosephine::EditorController#version as HTML
|
20556
|
+
Parameters: {"id"=>"not-found", "resource"=>"article"}
|
20557
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1[0m [["lady_josephine_server_uuid", "not-found"]]
|
20558
|
+
Rendered text template (0.0ms)
|
20559
|
+
Completed 404 Not Found in 1ms (Views: 0.3ms | ActiveRecord: 0.1ms)
|
20560
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20561
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20562
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20563
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-12 15:23:10.665127"], ["updated_at", "2016-03-12 15:23:10.665127"]]
|
20564
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20565
|
+
Processing by LadyJosephine::EditorController#version as HTML
|
20566
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
20567
|
+
[1m[36mArticle Load (0.0ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
20568
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
20569
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
20570
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20571
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20572
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20573
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20574
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20575
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
20576
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20577
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20578
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20579
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
20580
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20581
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20582
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20583
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20584
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20585
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20586
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20587
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20588
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20589
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20590
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20591
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20592
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20593
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20594
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20595
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.5ms)
|
20596
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20597
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20598
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (0.8ms)
|
20599
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20600
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20601
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20602
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20603
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20604
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("content_data", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["content_data", "{\"one\":\"two\"}"], ["created_at", "2016-03-12 15:23:10.700729"], ["updated_at", "2016-03-12 15:23:10.700729"]]
|
20605
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20606
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" IS NULL LIMIT 1[0m
|
20607
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
20608
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["block_uuid", "uuid-image"], ["uploadable_type", "Article"], ["uploadable_id", 1], ["uploadable_attribute", "image"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1000,\"height\":667,\"size\":90,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5}}"], ["created_at", "2016-03-12 15:23:11.774222"], ["updated_at", "2016-03-12 15:23:11.774222"]]
|
20609
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20610
|
+
[1m[36mLadyJosephine::Image Load (0.2ms)[0m [1mSELECT "lady_josephine_images".* FROM "lady_josephine_images" WHERE "lady_josephine_images"."block_uuid" = ? LIMIT 1[0m [["block_uuid", "uuid-image"]]
|
20611
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_extended_image_block.haml (9.0ms)
|
20612
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
20613
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20614
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20615
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20616
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20617
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20618
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20619
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-12 15:23:11.799070"], ["updated_at", "2016-03-12 15:23:11.799070"]]
|
20620
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20621
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
20622
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20623
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20624
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-12 15:23:11.802997"], ["updated_at", "2016-03-12 15:23:11.802997"]]
|
20625
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20626
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
20627
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20628
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.4ms)
|
20629
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20630
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
20631
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
20632
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20633
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (3.2ms)
|
20634
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
20635
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20636
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
20637
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20638
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
20639
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
20640
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:40:25.154227"], ["updated_at", "2016-03-18 10:40:25.154227"]]
|
20641
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20642
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
20643
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007fb25cc7ede8 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160318-14767-1uzzbsd>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"article", "column-name"=>"content-data"}
|
20644
|
+
[1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
20645
|
+
Completed 500 Internal Server Error in 126ms (ActiveRecord: 0.2ms)
|
20646
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
20647
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20648
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "lady_josephine_images"[0m
|
20649
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20650
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:40:25.293218"], ["updated_at", "2016-03-18 10:40:25.293218"]]
|
20651
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20652
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
20653
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007fb25cd87028 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160318-14767-rzlmda>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"NotAllowed", "column-name"=>"content-data"}
|
20654
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
20655
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "lady_josephine_images"[0m
|
20656
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
20657
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20658
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20659
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20660
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20661
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20662
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20663
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20664
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20665
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20666
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20667
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20668
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20669
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20670
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20671
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20672
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20673
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20674
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20675
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20676
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20677
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20678
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20679
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20680
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20681
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20682
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
20683
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20684
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20685
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20686
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20687
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20688
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20689
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20690
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20691
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20692
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
20693
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20694
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20695
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20696
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20697
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20698
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20699
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20700
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20701
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20702
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20703
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20704
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20705
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:40:25.319286"], ["updated_at", "2016-03-18 10:40:25.319286"]]
|
20706
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20707
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20708
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20709
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20710
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20711
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
20712
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20713
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20714
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:40:25.346735"], ["updated_at", "2016-03-18 10:40:25.346735"]]
|
20715
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20716
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20717
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
20718
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20719
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
20720
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
20721
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20722
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20723
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:40:25.351073"], ["updated_at", "2016-03-18 10:40:25.351073"]]
|
20724
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20725
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20726
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20727
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20728
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20729
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
20730
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20731
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20732
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20733
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20734
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:40:25.356642"], ["updated_at", "2016-03-18 10:40:25.356642"]]
|
20735
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20736
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
20737
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20738
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20739
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:40:25.358970"], ["updated_at", "2016-03-18 10:40:25.358970"]]
|
20740
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20741
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20742
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20743
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20744
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20745
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
20746
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20747
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20748
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:40:25.366395"], ["updated_at", "2016-03-18 10:40:25.366395"]]
|
20749
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20750
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20751
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
20752
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
20753
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20754
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20755
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20756
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20757
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20758
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20759
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("content_data", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["content_data", "{\"one\":\"two\"}"], ["created_at", "2016-03-18 10:40:25.372463"], ["updated_at", "2016-03-18 10:40:25.372463"]]
|
20760
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20761
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
20762
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20763
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20764
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20765
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20766
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20767
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20768
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20769
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20770
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20771
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20772
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20773
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
20774
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20775
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20776
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20777
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20778
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20779
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20780
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20781
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.9ms)
|
20782
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
20783
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20784
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20785
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20786
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
20787
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20788
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.2ms)
|
20789
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
20790
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20791
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
20792
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("content_data", "created_at", "updated_at") VALUES (?, ?, ?) [["content_data", "{\"one\":\"two\"}"], ["created_at", "2016-03-18 10:40:25.401318"], ["updated_at", "2016-03-18 10:40:25.401318"]]
|
20793
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20794
|
+
[1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" IS NULL LIMIT 1
|
20795
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
20796
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20797
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
20798
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20799
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20800
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20801
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
20802
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20803
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
20804
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20805
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20806
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20807
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
20808
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:40:25.509567"], ["updated_at", "2016-03-18 10:40:25.509567"]]
|
20809
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20810
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
20811
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20812
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20813
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_uuid", "lady_josephine_server_version", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.1\",\"server_version\":\"1.1\"}"], ["lady_josephine_server_uuid", "abc-abc-abc"], ["lady_josephine_server_version", "1.1"], ["created_at", "2016-03-18 10:40:25.512494"], ["updated_at", "2016-03-18 10:40:25.512494"]]
|
20814
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20815
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
20816
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20817
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20818
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:40:25.516041"], ["updated_at", "2016-03-18 10:40:25.516041"]]
|
20819
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20820
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
20821
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20822
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20823
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:40:25.518689"], ["updated_at", "2016-03-18 10:40:25.518689"]]
|
20824
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
20825
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
20826
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20827
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.5ms)
|
20828
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
20829
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20830
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20831
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:40:25.528943"], ["updated_at", "2016-03-18 10:40:25.528943"]]
|
20832
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20833
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
20834
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
20835
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20836
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20837
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:40:25.604866"], ["updated_at", "2016-03-18 10:40:25.604866"]]
|
20838
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20839
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
20840
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
20841
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20842
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20843
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:40:25.682649"], ["updated_at", "2016-03-18 10:40:25.682649"]]
|
20844
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20845
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
20846
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20847
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
20848
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1[0m
|
20849
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$D/DiSsVFdQtDkj7OPPZRZ.CEaoP8bP.CFSV4KqeeYIWfZSdmlyoIq"], ["created_at", "2016-03-18 10:40:25.697896"], ["updated_at", "2016-03-18 10:40:25.697896"]]
|
20850
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20851
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20852
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:40:25.700368"], ["updated_at", "2016-03-18 10:40:25.700368"]]
|
20853
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20854
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
20855
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
20856
|
+
[1m[36mArticle Load (0.2ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
20857
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
|
20858
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20859
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ?, "updated_at" = ? WHERE "articles"."id" = ? [["lady_josephine_ping_date", "2016-03-18 10:40:25.708447"], ["lady_josephine_ping_user_id", 1], ["updated_at", "2016-03-18 10:40:25.709086"], ["id", 1]]
|
20860
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20861
|
+
Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.5ms)
|
20862
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
20863
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20864
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
20865
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1[0m
|
20866
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$f4V1LUYspPluF2ZzseuiHOq4S2na2vvyW.BR7dxw4bFTSbTAB.NOO"], ["created_at", "2016-03-18 10:40:25.715967"], ["updated_at", "2016-03-18 10:40:25.715967"]]
|
20867
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20868
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20869
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
20870
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20871
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20872
|
+
[1m[35mUser Exists (0.0ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'marge@simpson.com' LIMIT 1
|
20873
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["first_name", "Marge"], ["email", "marge@simpson.com"], ["encrypted_password", "$2a$04$I72BXootfu2M0xVVU4x5AOa6s2cgrM8bjER.VVB8RXnHdZTDSex8G"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
20874
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20875
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20876
|
+
[1m[35mSQL (0.0ms)[0m UPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ? WHERE "articles"."id" = ? [["lady_josephine_ping_date", "2014-10-09 23:00:00.000000"], ["lady_josephine_ping_user_id", 2], ["id", 1]]
|
20877
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20878
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
20879
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
20880
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
20881
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1[0m [["id", 1]]
|
20882
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
|
20883
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
20884
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
20885
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20886
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20887
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1
|
20888
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$lGPHkwSR6rVB1y/ijbsdduU9mhM2.0QFohTGxUcxYZeP2pwHFA6ya"], ["created_at", "2016-03-18 10:40:25.735492"], ["updated_at", "2016-03-18 10:40:25.735492"]]
|
20889
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20890
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
20891
|
+
Parameters: {"id"=>"not-found", "resource"=>"article"}
|
20892
|
+
[1m[36mArticle Load (0.0ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1[0m [["lady_josephine_server_uuid", "not-found"]]
|
20893
|
+
Rendered text template (0.0ms)
|
20894
|
+
Completed 404 Not Found in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms)
|
20895
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
20896
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20897
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20898
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1[0m
|
20899
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$4fhWZPPrWs86ntRvVImJruDEjvHiJeerX.xvYJyhVSspGhMkGurk6"], ["created_at", "2016-03-18 10:40:25.748630"], ["updated_at", "2016-03-18 10:40:25.748630"]]
|
20900
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20901
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20902
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
20903
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20904
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20905
|
+
[1m[35mUser Exists (0.0ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'marge@simpson.com' LIMIT 1
|
20906
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["first_name", "Marge"], ["email", "marge@simpson.com"], ["encrypted_password", "$2a$04$xNEvAuD3oPzAAXwtWc.cl.m55MdQOakibASq9ewV7WAjR2uCX0AdK"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
20907
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20908
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20909
|
+
[1m[35mSQL (0.0ms)[0m UPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ? WHERE "articles"."id" = ? [["lady_josephine_ping_date", "2014-10-09 23:00:00.000000"], ["lady_josephine_ping_user_id", 2], ["id", 1]]
|
20910
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20911
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
20912
|
+
Parameters: {"update"=>"force", "id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
20913
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
20914
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1[0m [["id", 1]]
|
20915
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
|
20916
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20917
|
+
[1m[35mSQL (0.0ms)[0m UPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ? WHERE "articles"."id" = ? [["lady_josephine_ping_date", "2014-10-09 23:00:15.000000"], ["lady_josephine_ping_user_id", 1], ["id", 1]]
|
20918
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20919
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
20920
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
20921
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20922
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20923
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:40:25.766080"], ["updated_at", "2016-03-18 10:40:25.766080"]]
|
20924
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20925
|
+
Processing by LadyJosephine::EditorController#version as HTML
|
20926
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
20927
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
20928
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.1ms)
|
20929
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
20930
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20931
|
+
Processing by LadyJosephine::EditorController#version as HTML
|
20932
|
+
Parameters: {"id"=>"not-found", "resource"=>"article"}
|
20933
|
+
[1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1 [["lady_josephine_server_uuid", "not-found"]]
|
20934
|
+
Rendered text template (0.0ms)
|
20935
|
+
Completed 404 Not Found in 1ms (Views: 0.3ms | ActiveRecord: 0.1ms)
|
20936
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20937
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
20938
|
+
Processing by LadyJosephine::EditorController#version as HTML
|
20939
|
+
Parameters: {"id"=>"not-found", "resource"=>"article"}
|
20940
|
+
Rendered text template (0.0ms)
|
20941
|
+
Completed 404 Not Found in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
20942
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
20943
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20944
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
20945
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:40:50.140090"], ["updated_at", "2016-03-18 10:40:50.140090"]]
|
20946
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20947
|
+
Processing by LadyJosephine::EditorController#version as HTML
|
20948
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
20949
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
20950
|
+
Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.1ms)
|
20951
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
20952
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
20953
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
20954
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1[0m
|
20955
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$2ovepGSODQyAw3nREJbHHOfrnKcUn7k7ITWZgGzNO4l4qud/X1MSa"], ["created_at", "2016-03-18 10:40:50.167826"], ["updated_at", "2016-03-18 10:40:50.167826"]]
|
20956
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20957
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20958
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
20959
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20960
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20961
|
+
[1m[35mUser Exists (0.0ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'marge@simpson.com' LIMIT 1
|
20962
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["first_name", "Marge"], ["email", "marge@simpson.com"], ["encrypted_password", "$2a$04$6Yhdxbc06s230qDVW/yzxehKthtC8.4KNIp4BlvcT0PhOKYBUhFd2"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
20963
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20964
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20965
|
+
[1m[35mSQL (0.0ms)[0m UPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ? WHERE "articles"."id" = ? [["lady_josephine_ping_date", "2014-10-09 23:00:00.000000"], ["lady_josephine_ping_user_id", 2], ["id", 1]]
|
20966
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20967
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
20968
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
20969
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
20970
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1[0m [["id", 1]]
|
20971
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
|
20972
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
20973
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
20974
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20975
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20976
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1
|
20977
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$C.imNzpFnhmyABGgJXxgYeKy8KkArbanYt7xigXvm7Yk2U6y62nye"], ["created_at", "2016-03-18 10:40:50.191346"], ["updated_at", "2016-03-18 10:40:50.191346"]]
|
20978
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20979
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20980
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:40:50.193010"], ["updated_at", "2016-03-18 10:40:50.193010"]]
|
20981
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20982
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
20983
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
20984
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
20985
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1[0m [["id", 1]]
|
20986
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20987
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ?, "updated_at" = ? WHERE "articles"."id" = ?[0m [["lady_josephine_ping_date", "2016-03-18 10:40:50.197954"], ["lady_josephine_ping_user_id", 1], ["updated_at", "2016-03-18 10:40:50.198583"], ["id", 1]]
|
20988
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20989
|
+
Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)
|
20990
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
20991
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20992
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20993
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1
|
20994
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$bEi5840WeZJnXJxgalj0UuPp8/OtGwGFI53yyUo9q82FvS.zbcxPG"], ["created_at", "2016-03-18 10:40:50.203146"], ["updated_at", "2016-03-18 10:40:50.203146"]]
|
20995
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20996
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20997
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
20998
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20999
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21000
|
+
[1m[36mUser Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'marge@simpson.com' LIMIT 1[0m
|
21001
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Marge"], ["email", "marge@simpson.com"], ["encrypted_password", "$2a$04$tXcJkToccwZN2S2.pk1wVeJN5x22Av2SVpWekmhHusZM2kfBAIOlu"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
21002
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21003
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21004
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ? WHERE "articles"."id" = ?[0m [["lady_josephine_ping_date", "2014-10-09 23:00:00.000000"], ["lady_josephine_ping_user_id", 2], ["id", 1]]
|
21005
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21006
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
21007
|
+
Parameters: {"update"=>"force", "id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
21008
|
+
[1m[36mArticle Load (0.0ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
21009
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
|
21010
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
|
21011
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21012
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ? WHERE "articles"."id" = ?[0m [["lady_josephine_ping_date", "2014-10-09 23:00:15.000000"], ["lady_josephine_ping_user_id", 1], ["id", 1]]
|
21013
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21014
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
21015
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
21016
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21017
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21018
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1
|
21019
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$42R/lCwfkH2phDKO8hnWD.x/t53RKDqpuJDyi1WjN7hwAkM3FNn06"], ["created_at", "2016-03-18 10:40:50.219317"], ["updated_at", "2016-03-18 10:40:50.219317"]]
|
21020
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21021
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
21022
|
+
Parameters: {"id"=>"not-found", "resource"=>"article"}
|
21023
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1[0m [["lady_josephine_server_uuid", "not-found"]]
|
21024
|
+
Rendered text template (0.0ms)
|
21025
|
+
Completed 404 Not Found in 1ms (Views: 0.3ms | ActiveRecord: 0.1ms)
|
21026
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
21027
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21028
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21029
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:40:50.225607"], ["updated_at", "2016-03-18 10:40:50.225607"]]
|
21030
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21031
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
21032
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21033
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21034
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:40:50.228418"], ["updated_at", "2016-03-18 10:40:50.228418"]]
|
21035
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21036
|
+
[1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
21037
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
21038
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21039
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21040
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:40:50.415174"], ["updated_at", "2016-03-18 10:40:50.415174"]]
|
21041
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21042
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
21043
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
21044
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21045
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
21046
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:40:50.595208"], ["updated_at", "2016-03-18 10:40:50.595208"]]
|
21047
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21048
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
21049
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21050
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21051
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:40:50.598807"], ["updated_at", "2016-03-18 10:40:50.598807"]]
|
21052
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21053
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
21054
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21055
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (2.6ms)
|
21056
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
21057
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21058
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21059
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21060
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21061
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21062
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21063
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21064
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21065
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21066
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21067
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21068
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21069
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21070
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21071
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21072
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21073
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21074
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21075
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:40:50.617016"], ["updated_at", "2016-03-18 10:40:50.617016"]]
|
21076
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21077
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21078
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
21079
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21080
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
21081
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
21082
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
21083
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21084
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:40:50.633004"], ["updated_at", "2016-03-18 10:40:50.633004"]]
|
21085
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21086
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21087
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21088
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21089
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21090
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
21091
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21092
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21093
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:40:50.647504"], ["updated_at", "2016-03-18 10:40:50.647504"]]
|
21094
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21095
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21096
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
21097
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
21098
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21099
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21100
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:40:50.651344"], ["updated_at", "2016-03-18 10:40:50.651344"]]
|
21101
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21102
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21103
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21104
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21105
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21106
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
21107
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21108
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21109
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21110
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21111
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:40:50.657871"], ["updated_at", "2016-03-18 10:40:50.657871"]]
|
21112
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21113
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
21114
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21115
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21116
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:40:50.660081"], ["updated_at", "2016-03-18 10:40:50.660081"]]
|
21117
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21118
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21119
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21120
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21121
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21122
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
21123
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21124
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21125
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21126
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21127
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21128
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21129
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21130
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
21131
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21132
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21133
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21134
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21135
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21136
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21137
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21138
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
21139
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21140
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21141
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21142
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.1ms)
|
21143
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21144
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21145
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (0.9ms)
|
21146
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21147
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21148
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21149
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21150
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21151
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("content_data", "created_at", "updated_at") VALUES (?, ?, ?) [["content_data", "{\"one\":\"two\"}"], ["created_at", "2016-03-18 10:40:50.686835"], ["updated_at", "2016-03-18 10:40:50.686835"]]
|
21152
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21153
|
+
[1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" IS NULL LIMIT 1
|
21154
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
21155
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21156
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21157
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21158
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21159
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21160
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
21161
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21162
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21163
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21164
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21165
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21166
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21167
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21168
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
21169
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21170
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21171
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21172
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
21173
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21174
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21175
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("content_data", "created_at", "updated_at") VALUES (?, ?, ?) [["content_data", "{\"one\":\"two\"}"], ["created_at", "2016-03-18 10:40:50.881690"], ["updated_at", "2016-03-18 10:40:50.881690"]]
|
21176
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21177
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
21178
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
21179
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21180
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21181
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21182
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21183
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21184
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:40:50.885735"], ["updated_at", "2016-03-18 10:40:50.885735"]]
|
21185
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21186
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
21187
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21188
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21189
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_uuid", "lady_josephine_server_version", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.1\",\"server_version\":\"1.1\"}"], ["lady_josephine_server_uuid", "abc-abc-abc"], ["lady_josephine_server_version", "1.1"], ["created_at", "2016-03-18 10:40:50.887999"], ["updated_at", "2016-03-18 10:40:50.887999"]]
|
21190
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21191
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
21192
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
21193
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21194
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21195
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21196
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21197
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21198
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21199
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21200
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21201
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21202
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21203
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21204
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21205
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21206
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
21207
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
21208
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21209
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21210
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21211
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21212
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21213
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21214
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21215
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21216
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21217
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
21218
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21219
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:40:50.902079"], ["updated_at", "2016-03-18 10:40:50.902079"]]
|
21220
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21221
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
21222
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007ff719bd6880 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160318-14955-o83ntk>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"article", "column-name"=>"content-data"}
|
21223
|
+
[1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
21224
|
+
Completed 500 Internal Server Error in 174ms (ActiveRecord: 0.1ms)
|
21225
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
21226
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21227
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "lady_josephine_images"[0m
|
21228
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21229
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:40:51.086295"], ["updated_at", "2016-03-18 10:40:51.086295"]]
|
21230
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21231
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
21232
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007ff71b4a8610 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160318-14955-1ee2zqt>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"NotAllowed", "column-name"=>"content-data"}
|
21233
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
21234
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "lady_josephine_images"[0m
|
21235
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
21236
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
21237
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.5ms)
|
21238
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
21239
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21240
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21241
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21242
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21243
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
21244
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
21245
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21246
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21247
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21248
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21249
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21250
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
21251
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21252
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21253
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21254
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21255
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21256
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21257
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21258
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21259
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21260
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21261
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
21262
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
21263
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21264
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21265
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21266
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21267
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21268
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21269
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21270
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21271
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21272
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21273
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21274
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21275
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21276
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (2.2ms)
|
21277
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
21278
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21279
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21280
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21281
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.1ms)
|
21282
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
21283
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21284
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21285
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "articles" ("content_data", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["content_data", "{\"one\":\"two\"}"], ["created_at", "2016-03-18 10:41:23.487718"], ["updated_at", "2016-03-18 10:41:23.487718"]]
|
21286
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21287
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" IS NULL LIMIT 1[0m
|
21288
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
21289
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
21290
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21291
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21292
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
21293
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21294
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:41:23.685104"], ["updated_at", "2016-03-18 10:41:23.685104"]]
|
21295
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21296
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
21297
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007f80c4f227a8 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160318-15123-3n5d4e>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"NotAllowed", "column-name"=>"content-data"}
|
21298
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
21299
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
21300
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
21301
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21302
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "lady_josephine_images"[0m
|
21303
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21304
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:41:23.696075"], ["updated_at", "2016-03-18 10:41:23.696075"]]
|
21305
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
21306
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
21307
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007f80c335d018 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160318-15123-3xcijt>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"article", "column-name"=>"content-data"}
|
21308
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
21309
|
+
Completed 500 Internal Server Error in 178ms (ActiveRecord: 0.1ms)
|
21310
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
21311
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
21312
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21313
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21314
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21315
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21316
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21317
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21318
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
21319
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
21320
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21321
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
21322
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21323
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21324
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21325
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21326
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21327
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21328
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
21329
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21330
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
21331
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21332
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21333
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
21334
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
21335
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
21336
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21337
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21338
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.3ms)
|
21339
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
21340
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21341
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21342
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
21343
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21344
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21345
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21346
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21347
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21348
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21349
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21350
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21351
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21352
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21353
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21354
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21355
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21356
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21357
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21358
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21359
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21360
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21361
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21362
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21363
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21364
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21365
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21366
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("content_data", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["content_data", "{\"one\":\"two\"}"], ["created_at", "2016-03-18 10:41:23.906026"], ["updated_at", "2016-03-18 10:41:23.906026"]]
|
21367
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
21368
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
21369
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21370
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21371
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:41:23.910185"], ["updated_at", "2016-03-18 10:41:23.910185"]]
|
21372
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21373
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
21374
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21375
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21376
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:41:23.913723"], ["updated_at", "2016-03-18 10:41:23.913723"]]
|
21377
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21378
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
21379
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21380
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.1ms)
|
21381
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21382
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21383
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21384
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:41:23.922739"], ["updated_at", "2016-03-18 10:41:23.922739"]]
|
21385
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21386
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
21387
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21388
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21389
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:41:23.924903"], ["updated_at", "2016-03-18 10:41:23.924903"]]
|
21390
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21391
|
+
[1m[36mArticle Load (0.0ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
21392
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
21393
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
21394
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
21395
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:41:24.104997"], ["updated_at", "2016-03-18 10:41:24.104997"]]
|
21396
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
21397
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
21398
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
21399
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
21400
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21401
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:41:24.284861"], ["updated_at", "2016-03-18 10:41:24.284861"]]
|
21402
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21403
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21404
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21405
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21406
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21407
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
21408
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21409
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21410
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21411
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21412
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:41:24.324580"], ["updated_at", "2016-03-18 10:41:24.324580"]]
|
21413
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21414
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
21415
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21416
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21417
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:41:24.326627"], ["updated_at", "2016-03-18 10:41:24.326627"]]
|
21418
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21419
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21420
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21421
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
21422
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21423
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21424
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:41:24.330404"], ["updated_at", "2016-03-18 10:41:24.330404"]]
|
21425
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21426
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21427
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
21428
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21429
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
21430
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
21431
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21432
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21433
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:41:24.336386"], ["updated_at", "2016-03-18 10:41:24.336386"]]
|
21434
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21435
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21436
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21437
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21438
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21439
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
21440
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21441
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21442
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:41:24.340763"], ["updated_at", "2016-03-18 10:41:24.340763"]]
|
21443
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21444
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21445
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
21446
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21447
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
21448
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
21449
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21450
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21451
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:41:24.346461"], ["updated_at", "2016-03-18 10:41:24.346461"]]
|
21452
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21453
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
21454
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21455
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21456
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_uuid", "lady_josephine_server_version", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.1\",\"server_version\":\"1.1\"}"], ["lady_josephine_server_uuid", "abc-abc-abc"], ["lady_josephine_server_version", "1.1"], ["created_at", "2016-03-18 10:41:24.348739"], ["updated_at", "2016-03-18 10:41:24.348739"]]
|
21457
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21458
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
21459
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21460
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21461
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:41:24.351918"], ["updated_at", "2016-03-18 10:41:24.351918"]]
|
21462
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21463
|
+
Processing by LadyJosephine::EditorController#version as HTML
|
21464
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
21465
|
+
[1m[36mArticle Load (0.2ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
21466
|
+
Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.1ms)
|
21467
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
21468
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21469
|
+
Processing by LadyJosephine::EditorController#version as HTML
|
21470
|
+
Parameters: {"id"=>"not-found", "resource"=>"article"}
|
21471
|
+
[1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1 [["lady_josephine_server_uuid", "not-found"]]
|
21472
|
+
Rendered text template (0.0ms)
|
21473
|
+
Completed 404 Not Found in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms)
|
21474
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
21475
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21476
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21477
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1
|
21478
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$2gEwtKMA/7CQ9K/NjJoyAuksnLEq1xVJfCzDTX/ypB2PGGSFNdvQq"], ["created_at", "2016-03-18 10:41:24.376750"], ["updated_at", "2016-03-18 10:41:24.376750"]]
|
21479
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21480
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
21481
|
+
Parameters: {"id"=>"not-found", "resource"=>"article"}
|
21482
|
+
[1m[36mArticle Load (0.0ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1[0m [["lady_josephine_server_uuid", "not-found"]]
|
21483
|
+
Rendered text template (0.0ms)
|
21484
|
+
Completed 404 Not Found in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
21485
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
21486
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21487
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
21488
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1[0m
|
21489
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$gDNh7.XRw3DYjqChHMM6tuBcZNkPW0pAl/4mfLy59z2MXsReVsZjO"], ["created_at", "2016-03-18 10:41:24.386207"], ["updated_at", "2016-03-18 10:41:24.386207"]]
|
21490
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21491
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21492
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
21493
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21494
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21495
|
+
[1m[35mUser Exists (0.0ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'marge@simpson.com' LIMIT 1
|
21496
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["first_name", "Marge"], ["email", "marge@simpson.com"], ["encrypted_password", "$2a$04$AMVd46zTkMw3LBvHjUTxj.9KQsvx15SpYpc3QignMOD/cFyCFpNqu"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
21497
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21498
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21499
|
+
[1m[35mSQL (0.0ms)[0m UPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ? WHERE "articles"."id" = ? [["lady_josephine_ping_date", "2014-10-09 23:00:00.000000"], ["lady_josephine_ping_user_id", 2], ["id", 1]]
|
21500
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21501
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
21502
|
+
Parameters: {"update"=>"force", "id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
21503
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
21504
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1[0m [["id", 1]]
|
21505
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
|
21506
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21507
|
+
[1m[35mSQL (0.0ms)[0m UPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ? WHERE "articles"."id" = ? [["lady_josephine_ping_date", "2014-10-09 23:00:15.000000"], ["lady_josephine_ping_user_id", 1], ["id", 1]]
|
21508
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21509
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
21510
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
21511
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21512
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21513
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1[0m
|
21514
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$1vDEPuMYDZaVr9/0UL8.s.q9Rmp8k.Qw.KZhG2FseDku7ihPUTT/m"], ["created_at", "2016-03-18 10:41:24.407584"], ["updated_at", "2016-03-18 10:41:24.407584"]]
|
21515
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21516
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21517
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
21518
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21519
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21520
|
+
[1m[35mUser Exists (0.0ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'marge@simpson.com' LIMIT 1
|
21521
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["first_name", "Marge"], ["email", "marge@simpson.com"], ["encrypted_password", "$2a$04$EYLsbGgrBvzxtxE9dK9Dme2nt.fKc0jEfJ0NjRezVCXymMSzGlXdW"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
21522
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21523
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21524
|
+
[1m[35mSQL (0.0ms)[0m UPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ? WHERE "articles"."id" = ? [["lady_josephine_ping_date", "2014-10-09 23:00:00.000000"], ["lady_josephine_ping_user_id", 2], ["id", 1]]
|
21525
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21526
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
21527
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
21528
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
21529
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1[0m [["id", 1]]
|
21530
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
|
21531
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
21532
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
21533
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21534
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
21535
|
+
[1m[35mUser Exists (0.2ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1
|
21536
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$45rnfoZPHUVoXguWnDyBDOdF1Tl.xcHiOWVzrRzJ3J9HvMKppL0O6"], ["created_at", "2016-03-18 10:41:24.425721"], ["updated_at", "2016-03-18 10:41:24.425721"]]
|
21537
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21538
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21539
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:41:24.427945"], ["updated_at", "2016-03-18 10:41:24.427945"]]
|
21540
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21541
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
21542
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
21543
|
+
[1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
21544
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1[0m [["id", 1]]
|
21545
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21546
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ?, "updated_at" = ? WHERE "articles"."id" = ?[0m [["lady_josephine_ping_date", "2016-03-18 10:41:24.433414"], ["lady_josephine_ping_user_id", 1], ["updated_at", "2016-03-18 10:41:24.434003"], ["id", 1]]
|
21547
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21548
|
+
Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)
|
21549
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
21550
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
21551
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21552
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:43:57.220760"], ["updated_at", "2016-03-18 10:43:57.220760"]]
|
21553
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21554
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
21555
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
21556
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
21557
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21558
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:45:41.197508"], ["updated_at", "2016-03-18 10:45:41.197508"]]
|
21559
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21560
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
21561
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
21562
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
21563
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
21564
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:47:11.349864"], ["updated_at", "2016-03-18 10:47:11.349864"]]
|
21565
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21566
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
21567
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
21568
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
21569
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
21570
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:48:00.139738"], ["updated_at", "2016-03-18 10:48:00.139738"]]
|
21571
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21572
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
21573
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
21574
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
21575
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
21576
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:49:10.209011"], ["updated_at", "2016-03-18 10:49:10.209011"]]
|
21577
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21578
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
21579
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
21580
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
21581
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21582
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:50:44.385625"], ["updated_at", "2016-03-18 10:50:44.385625"]]
|
21583
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21584
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
21585
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
21586
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
21587
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21588
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:51:29.436603"], ["updated_at", "2016-03-18 10:51:29.436603"]]
|
21589
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21590
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
21591
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
21592
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
21593
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
21594
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:51:43.112089"], ["updated_at", "2016-03-18 10:51:43.112089"]]
|
21595
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21596
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
21597
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
21598
|
+
[1m[36mSQL (1.2ms)[0m [1mINSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_uuid", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["block_uuid", "block-uuid-uuid"], ["uploadable_type", "Article"], ["uploadable_uuid", "uuid-uuid-uuid"], ["uploadable_id", 1], ["uploadable_attribute", "image"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1090,\"height\":727,\"size\":100,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5},\"thumbnail\":{\"width\":128,\"height\":128,\"size\":4,\"ratio\":1.0}}"], ["created_at", "2016-03-18 10:51:45.081893"], ["updated_at", "2016-03-18 10:51:45.081893"]]
|
21599
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
21600
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
21601
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
21602
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21603
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
21604
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
21605
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:51:50.631953"], ["updated_at", "2016-03-18 10:51:50.631953"]]
|
21606
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21607
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
21608
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21609
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21610
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:51:50.642104"], ["updated_at", "2016-03-18 10:51:50.642104"]]
|
21611
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21612
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21613
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
21614
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21615
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
21616
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
21617
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21618
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21619
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:51:50.647201"], ["updated_at", "2016-03-18 10:51:50.647201"]]
|
21620
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21621
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21622
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21623
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21624
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21625
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
21626
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21627
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21628
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:51:50.651460"], ["updated_at", "2016-03-18 10:51:50.651460"]]
|
21629
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21630
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21631
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
21632
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
21633
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21634
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21635
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:51:50.654571"], ["updated_at", "2016-03-18 10:51:50.654571"]]
|
21636
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21637
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21638
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21639
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21640
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21641
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
21642
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21643
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21644
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:51:50.659110"], ["updated_at", "2016-03-18 10:51:50.659110"]]
|
21645
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21646
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21647
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
21648
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21649
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
21650
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
21651
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21652
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21653
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_uuid", "lady_josephine_server_version", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.1\",\"server_version\":\"1.1\"}"], ["lady_josephine_server_uuid", "abc-abc-abc"], ["lady_josephine_server_version", "1.1"], ["created_at", "2016-03-18 10:51:50.664764"], ["updated_at", "2016-03-18 10:51:50.664764"]]
|
21654
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21655
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
21656
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21657
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21658
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:51:50.667633"], ["updated_at", "2016-03-18 10:51:50.667633"]]
|
21659
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21660
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
21661
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21662
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
21663
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21664
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:51:50.672700"], ["updated_at", "2016-03-18 10:51:50.672700"]]
|
21665
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21666
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
21667
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007fb50a0cfaa0 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160318-16499-dosygg>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"article", "column-name"=>"content-data"}
|
21668
|
+
[1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
21669
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
21670
|
+
[1m[35mSQL (0.9ms)[0m INSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_uuid", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["block_uuid", "uuid-uuid-uuid"], ["uploadable_type", "Article"], ["uploadable_uuid", "uuid-uuid-uuid"], ["uploadable_id", 1], ["uploadable_attribute", "content-data"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1090,\"height\":727,\"size\":100,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5},\"thumbnail\":{\"width\":128,\"height\":128,\"size\":4,\"ratio\":1.0}}"], ["created_at", "2016-03-18 10:51:52.644254"], ["updated_at", "2016-03-18 10:51:52.644254"]]
|
21671
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21672
|
+
Completed 200 OK in 1973ms (Views: 0.3ms | ActiveRecord: 1.2ms)
|
21673
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
21674
|
+
[1m[36mLadyJosephine::Image Load (0.2ms)[0m [1mSELECT "lady_josephine_images".* FROM "lady_josephine_images" ORDER BY "lady_josephine_images"."id" DESC LIMIT 1[0m
|
21675
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
21676
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21677
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
21678
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21679
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:51:52.660154"], ["updated_at", "2016-03-18 10:51:52.660154"]]
|
21680
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21681
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
21682
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007fb50366ae08 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160318-16499-t0hkkf>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"NotAllowed", "column-name"=>"content-data"}
|
21683
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
21684
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
21685
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
21686
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21687
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21688
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21689
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21690
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21691
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21692
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21693
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21694
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:51:52.673116"], ["updated_at", "2016-03-18 10:51:52.673116"]]
|
21695
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21696
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
21697
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21698
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21699
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:51:52.676386"], ["updated_at", "2016-03-18 10:51:52.676386"]]
|
21700
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21701
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
21702
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21703
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (3.7ms)
|
21704
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
21705
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21706
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21707
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21708
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
21709
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21710
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21711
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21712
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21713
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21714
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21715
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21716
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21717
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21718
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21719
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21720
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21721
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21722
|
+
Processing by LadyJosephine::EditorController#version as HTML
|
21723
|
+
Parameters: {"id"=>"not-found", "resource"=>"article"}
|
21724
|
+
[1m[36mArticle Load (0.2ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1[0m [["lady_josephine_server_uuid", "not-found"]]
|
21725
|
+
Rendered text template (0.0ms)
|
21726
|
+
Completed 404 Not Found in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms)
|
21727
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
21728
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21729
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21730
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:51:52.712010"], ["updated_at", "2016-03-18 10:51:52.712010"]]
|
21731
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
21732
|
+
Processing by LadyJosephine::EditorController#version as HTML
|
21733
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
21734
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
21735
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)
|
21736
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
21737
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21738
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21739
|
+
[1m[36mUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1[0m
|
21740
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$Irg9BcIIqeNhek/wyFAhsORY9zkDBHsbdvSZFToxvinldnXzRN6Rm"], ["created_at", "2016-03-18 10:51:52.741371"], ["updated_at", "2016-03-18 10:51:52.741371"]]
|
21741
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21742
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21743
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
21744
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21745
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21746
|
+
[1m[35mUser Exists (0.0ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'marge@simpson.com' LIMIT 1
|
21747
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["first_name", "Marge"], ["email", "marge@simpson.com"], ["encrypted_password", "$2a$04$zbIkpd97kBWx.WdFjms2..o76htask8QnenzUDj6vE1KZK06zSUwe"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
21748
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21749
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21750
|
+
[1m[35mSQL (0.0ms)[0m UPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ? WHERE "articles"."id" = ? [["lady_josephine_ping_date", "2014-10-09 23:00:00.000000"], ["lady_josephine_ping_user_id", 2], ["id", 1]]
|
21751
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21752
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
21753
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
21754
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
21755
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1[0m [["id", 1]]
|
21756
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
|
21757
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
21758
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
21759
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21760
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21761
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1
|
21762
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$FBK94hVNQvLA6gtRBEZg8e7m2JK0eo5yVcAr10y4rbs2o3VNUaqBy"], ["created_at", "2016-03-18 10:51:52.763296"], ["updated_at", "2016-03-18 10:51:52.763296"]]
|
21763
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21764
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
21765
|
+
Parameters: {"id"=>"not-found", "resource"=>"article"}
|
21766
|
+
[1m[36mArticle Load (0.0ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1[0m [["lady_josephine_server_uuid", "not-found"]]
|
21767
|
+
Rendered text template (0.0ms)
|
21768
|
+
Completed 404 Not Found in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
21769
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
21770
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21771
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21772
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1[0m
|
21773
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$/a1fUGwPeJTQ0dXJybvJEulXBwCR2mrz9OMlUXJ7PM8H/E02fbOaC"], ["created_at", "2016-03-18 10:51:52.771632"], ["updated_at", "2016-03-18 10:51:52.771632"]]
|
21774
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21775
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21776
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:51:52.773253"], ["updated_at", "2016-03-18 10:51:52.773253"]]
|
21777
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21778
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
21779
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
21780
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
21781
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
|
21782
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21783
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ?, "updated_at" = ? WHERE "articles"."id" = ? [["lady_josephine_ping_date", "2016-03-18 10:51:52.778656"], ["lady_josephine_ping_user_id", 1], ["updated_at", "2016-03-18 10:51:52.779379"], ["id", 1]]
|
21784
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21785
|
+
Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.4ms)
|
21786
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
21787
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21788
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21789
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1[0m
|
21790
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$t9rCL5JItDl4Zaq1uMA08eai3fLM2EZVTtA1cXJYeWvyd3N74U/7G"], ["created_at", "2016-03-18 10:51:52.785081"], ["updated_at", "2016-03-18 10:51:52.785081"]]
|
21791
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21792
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21793
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
21794
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21795
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21796
|
+
[1m[35mUser Exists (0.0ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'marge@simpson.com' LIMIT 1
|
21797
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["first_name", "Marge"], ["email", "marge@simpson.com"], ["encrypted_password", "$2a$04$Aj1hqvRK6wWfkJzx5.BgXuXw7TorrLgZxhk/zFmB/RiKhUga0I0yC"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
21798
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21799
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21800
|
+
[1m[35mSQL (0.0ms)[0m UPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ? WHERE "articles"."id" = ? [["lady_josephine_ping_date", "2014-10-09 23:00:00.000000"], ["lady_josephine_ping_user_id", 2], ["id", 1]]
|
21801
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21802
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
21803
|
+
Parameters: {"update"=>"force", "id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
21804
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
21805
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1[0m [["id", 1]]
|
21806
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
|
21807
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21808
|
+
[1m[35mSQL (0.0ms)[0m UPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ? WHERE "articles"."id" = ? [["lady_josephine_ping_date", "2014-10-09 23:00:15.000000"], ["lady_josephine_ping_user_id", 1], ["id", 1]]
|
21809
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21810
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
21811
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
21812
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
21813
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
21814
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
21815
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21816
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("content_data", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["content_data", "{\"one\":\"two\"}"], ["created_at", "2016-03-18 10:51:52.802199"], ["updated_at", "2016-03-18 10:51:52.802199"]]
|
21817
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21818
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
21819
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21820
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21821
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21822
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21823
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21824
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.2ms)
|
21825
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
21826
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21827
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21828
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21829
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21830
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21831
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21832
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21833
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21834
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21835
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21836
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21837
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21838
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21839
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21840
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21841
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21842
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21843
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
21844
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21845
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21846
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21847
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21848
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21849
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21850
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21851
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21852
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21853
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21854
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21855
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21856
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21857
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21858
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21859
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
21860
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21861
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21862
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21863
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21864
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21865
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21866
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21867
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21868
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21869
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.7ms)
|
21870
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
21871
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21872
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.4ms)
|
21873
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
21874
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21875
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21876
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21877
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21878
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21879
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21880
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("content_data", "created_at", "updated_at") VALUES (?, ?, ?) [["content_data", "{\"one\":\"two\"}"], ["created_at", "2016-03-18 10:51:52.851438"], ["updated_at", "2016-03-18 10:51:52.851438"]]
|
21881
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21882
|
+
[1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" IS NULL LIMIT 1
|
21883
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
21884
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["block_uuid", "uuid-image"], ["uploadable_type", "Article"], ["uploadable_id", 1], ["uploadable_attribute", "image"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1090,\"height\":727,\"size\":100,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5},\"thumbnail\":{\"width\":128,\"height\":128,\"size\":4,\"ratio\":1.0}}"], ["created_at", "2016-03-18 10:51:54.770348"], ["updated_at", "2016-03-18 10:51:54.770348"]]
|
21885
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21886
|
+
[1m[35mLadyJosephine::Image Load (0.1ms)[0m SELECT "lady_josephine_images".* FROM "lady_josephine_images" WHERE "lady_josephine_images"."block_uuid" = ? LIMIT 1 [["block_uuid", "uuid-image"]]
|
21887
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_extended_image_block.haml (9.7ms)
|
21888
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
21889
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21890
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
21891
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21892
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
21893
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21894
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21895
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21896
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21897
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21898
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
21899
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21900
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21901
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21902
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21903
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:51:54.823779"], ["updated_at", "2016-03-18 10:51:54.823779"]]
|
21904
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21905
|
+
[1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
21906
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
21907
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_uuid", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["block_uuid", "block-uuid-uuid"], ["uploadable_type", "Article"], ["uploadable_uuid", "uuid-uuid-uuid"], ["uploadable_id", 1], ["uploadable_attribute", "image"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1090,\"height\":727,\"size\":100,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5},\"thumbnail\":{\"width\":128,\"height\":128,\"size\":4,\"ratio\":1.0}}"], ["created_at", "2016-03-18 10:51:56.748956"], ["updated_at", "2016-03-18 10:51:56.748956"]]
|
21908
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21909
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
21910
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
21911
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21912
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:51:56.793305"], ["updated_at", "2016-03-18 10:51:56.793305"]]
|
21913
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21914
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
21915
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21916
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21917
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:51:56.795569"], ["updated_at", "2016-03-18 10:51:56.795569"]]
|
21918
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21919
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
21920
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
21921
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_uuid", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["block_uuid", "block-uuid-uuid"], ["uploadable_type", "Article"], ["uploadable_uuid", "uuid-uuid-uuid"], ["uploadable_id", 1], ["uploadable_attribute", "image"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1090,\"height\":727,\"size\":100,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5},\"thumbnail\":{\"width\":128,\"height\":128,\"size\":4,\"ratio\":1.0}}"], ["created_at", "2016-03-18 10:51:58.751707"], ["updated_at", "2016-03-18 10:51:58.751707"]]
|
21922
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21923
|
+
[1m[35m (2.8ms)[0m rollback transaction
|
21924
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
21925
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
21926
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:53:31.270560"], ["updated_at", "2016-03-18 10:53:31.270560"]]
|
21927
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21928
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
21929
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21930
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21931
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:53:31.275015"], ["updated_at", "2016-03-18 10:53:31.275015"]]
|
21932
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21933
|
+
[1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
21934
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
21935
|
+
[1m[35mSQL (0.9ms)[0m INSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_uuid", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["block_uuid", "block-uuid-uuid"], ["uploadable_type", "Article"], ["uploadable_uuid", "uuid-uuid-uuid"], ["uploadable_id", 1], ["uploadable_attribute", "image"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1090,\"height\":727,\"size\":100,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5},\"thumbnail\":{\"width\":128,\"height\":128,\"size\":4,\"ratio\":1.0}}"], ["created_at", "2016-03-18 10:53:33.243329"], ["updated_at", "2016-03-18 10:53:33.243329"]]
|
21936
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21937
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
21938
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
21939
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
21940
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:53:33.264813"], ["updated_at", "2016-03-18 10:53:33.264813"]]
|
21941
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21942
|
+
[1m[36mArticle Load (0.0ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
21943
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
21944
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_uuid", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["block_uuid", "block-uuid-uuid"], ["uploadable_type", "Article"], ["uploadable_uuid", "uuid-uuid-uuid"], ["uploadable_id", 1], ["uploadable_attribute", "image"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1090,\"height\":727,\"size\":100,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5},\"thumbnail\":{\"width\":128,\"height\":128,\"size\":4,\"ratio\":1.0}}"], ["created_at", "2016-03-18 10:53:35.233002"], ["updated_at", "2016-03-18 10:53:35.233002"]]
|
21945
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
21946
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
21947
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21948
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (2.6ms)
|
21949
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
21950
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21951
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21952
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21953
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
21954
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21955
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21956
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21957
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21958
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21959
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21960
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("content_data", "created_at", "updated_at") VALUES (?, ?, ?) [["content_data", "{\"one\":\"two\"}"], ["created_at", "2016-03-18 10:53:35.263715"], ["updated_at", "2016-03-18 10:53:35.263715"]]
|
21961
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21962
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
21963
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21964
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
21965
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21966
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21967
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_uuid", "lady_josephine_server_version", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.1\",\"server_version\":\"1.1\"}"], ["lady_josephine_server_uuid", "abc-abc-abc"], ["lady_josephine_server_version", "1.1"], ["created_at", "2016-03-18 10:53:35.266782"], ["updated_at", "2016-03-18 10:53:35.266782"]]
|
21968
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21969
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
21970
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21971
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21972
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:53:35.268956"], ["updated_at", "2016-03-18 10:53:35.268956"]]
|
21973
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21974
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
21975
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21976
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21977
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:53:35.270829"], ["updated_at", "2016-03-18 10:53:35.270829"]]
|
21978
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21979
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21980
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21981
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21982
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21983
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
21984
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21985
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21986
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:53:35.302110"], ["updated_at", "2016-03-18 10:53:35.302110"]]
|
21987
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
21988
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21989
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
21990
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
21991
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
21992
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
21993
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:53:35.306864"], ["updated_at", "2016-03-18 10:53:35.306864"]]
|
21994
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21995
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21996
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21997
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21998
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21999
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
22000
|
+
[1m[35m (0.1ms)[0m begin transaction
|
22001
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22002
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
22003
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22004
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:53:35.314455"], ["updated_at", "2016-03-18 10:53:35.314455"]]
|
22005
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22006
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
22007
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22008
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22009
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:53:35.325470"], ["updated_at", "2016-03-18 10:53:35.325470"]]
|
22010
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22011
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22012
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
22013
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22014
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
22015
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
22016
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22017
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22018
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:53:35.330419"], ["updated_at", "2016-03-18 10:53:35.330419"]]
|
22019
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22020
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22021
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
22022
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22023
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
22024
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
22025
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22026
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22027
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22028
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
22029
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22030
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22031
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22032
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
22033
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22034
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
22035
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22036
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
22037
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22038
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22039
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22040
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
22041
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22042
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
22043
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:53:35.346691"], ["updated_at", "2016-03-18 10:53:35.346691"]]
|
22044
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22045
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
22046
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22047
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22048
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:53:35.350481"], ["updated_at", "2016-03-18 10:53:35.350481"]]
|
22049
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22050
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
22051
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22052
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.4ms)
|
22053
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
22054
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22055
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22056
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22057
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.1ms)
|
22058
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22059
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22060
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22061
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22062
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (0.9ms)
|
22063
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22064
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22065
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22066
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("content_data", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["content_data", "{\"one\":\"two\"}"], ["created_at", "2016-03-18 10:53:35.374224"], ["updated_at", "2016-03-18 10:53:35.374224"]]
|
22067
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22068
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" IS NULL LIMIT 1[0m
|
22069
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
22070
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["block_uuid", "uuid-image"], ["uploadable_type", "Article"], ["uploadable_id", 1], ["uploadable_attribute", "image"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1090,\"height\":727,\"size\":100,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5},\"thumbnail\":{\"width\":128,\"height\":128,\"size\":4,\"ratio\":1.0}}"], ["created_at", "2016-03-18 10:53:37.342129"], ["updated_at", "2016-03-18 10:53:37.342129"]]
|
22071
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
22072
|
+
[1m[36mLadyJosephine::Image Load (0.1ms)[0m [1mSELECT "lady_josephine_images".* FROM "lady_josephine_images" WHERE "lady_josephine_images"."block_uuid" = ? LIMIT 1[0m [["block_uuid", "uuid-image"]]
|
22073
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_extended_image_block.haml (7.3ms)
|
22074
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
22075
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22076
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
22077
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22078
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22079
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22080
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22081
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22082
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
22083
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22084
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22085
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22086
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22087
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22088
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22089
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22090
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22091
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22092
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
22093
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22094
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22095
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22096
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22097
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22098
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22099
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22100
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22101
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22102
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22103
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22104
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22105
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22106
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22107
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22108
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22109
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22110
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22111
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22112
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22113
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22114
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22115
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22116
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22117
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22118
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22119
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22120
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22121
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22122
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22123
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22124
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22125
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22126
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22127
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22128
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22129
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22130
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22131
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22132
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22133
|
+
[1m[36mUser Exists (0.4ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1[0m
|
22134
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$szNq.PFIV0CMSpDojcGG/eNuYH4gkigC7L899t03HK.xKY6u8aE2m"], ["created_at", "2016-03-18 10:53:37.403098"], ["updated_at", "2016-03-18 10:53:37.403098"]]
|
22135
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22136
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22137
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:53:37.405216"], ["updated_at", "2016-03-18 10:53:37.405216"]]
|
22138
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22139
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
22140
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
22141
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
22142
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
|
22143
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22144
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ?, "updated_at" = ? WHERE "articles"."id" = ? [["lady_josephine_ping_date", "2016-03-18 10:53:37.413957"], ["lady_josephine_ping_user_id", 1], ["updated_at", "2016-03-18 10:53:37.414647"], ["id", 1]]
|
22145
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22146
|
+
Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.4ms)
|
22147
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
22148
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22149
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22150
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1[0m
|
22151
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$6R0aHBoA6d..5MK5ifTR.Ohl4KJwDAKPsfgc6FYBv1ytWQdm.Mm7."], ["created_at", "2016-03-18 10:53:37.420860"], ["updated_at", "2016-03-18 10:53:37.420860"]]
|
22152
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22153
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22154
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
22155
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22156
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22157
|
+
[1m[35mUser Exists (0.0ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'marge@simpson.com' LIMIT 1
|
22158
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["first_name", "Marge"], ["email", "marge@simpson.com"], ["encrypted_password", "$2a$04$OPg6ULM7XqLr50R3lJzQ.OfMfqerlYQzKQs2182MgERv/1RQf9jtS"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
22159
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22160
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22161
|
+
[1m[35mSQL (0.0ms)[0m UPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ? WHERE "articles"."id" = ? [["lady_josephine_ping_date", "2014-10-09 23:00:00.000000"], ["lady_josephine_ping_user_id", 2], ["id", 1]]
|
22162
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22163
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
22164
|
+
Parameters: {"update"=>"force", "id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
22165
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
22166
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1[0m [["id", 1]]
|
22167
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
|
22168
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22169
|
+
[1m[35mSQL (0.0ms)[0m UPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ? WHERE "articles"."id" = ? [["lady_josephine_ping_date", "2014-10-09 23:00:15.000000"], ["lady_josephine_ping_user_id", 1], ["id", 1]]
|
22170
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22171
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
22172
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
22173
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22174
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22175
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1[0m
|
22176
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$mdk5Swd1IKDjv/WyF8SJ0elBCvLBlg31UZz5MNJ8PbE3yodRU3KiW"], ["created_at", "2016-03-18 10:53:37.441306"], ["updated_at", "2016-03-18 10:53:37.441306"]]
|
22177
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22178
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
22179
|
+
Parameters: {"id"=>"not-found", "resource"=>"article"}
|
22180
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1 [["lady_josephine_server_uuid", "not-found"]]
|
22181
|
+
Rendered text template (0.0ms)
|
22182
|
+
Completed 404 Not Found in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
22183
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
22184
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22185
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22186
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1
|
22187
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$/.2PTJ5x/olbjrAkMifH1.KAvygDHE809v2Czxyf4zPGCnghimc5."], ["created_at", "2016-03-18 10:53:37.452497"], ["updated_at", "2016-03-18 10:53:37.452497"]]
|
22188
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22189
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22190
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
22191
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22192
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22193
|
+
[1m[36mUser Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'marge@simpson.com' LIMIT 1[0m
|
22194
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Marge"], ["email", "marge@simpson.com"], ["encrypted_password", "$2a$04$RGvbhJR.tSwVOqv80ZEIi.UnAjCnnc5iAzH1aqx2zI64JEYPljgeG"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
22195
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22196
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22197
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ? WHERE "articles"."id" = ?[0m [["lady_josephine_ping_date", "2014-10-09 23:00:00.000000"], ["lady_josephine_ping_user_id", 2], ["id", 1]]
|
22198
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22199
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
22200
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
22201
|
+
[1m[36mArticle Load (0.0ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
22202
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
|
22203
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
|
22204
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
22205
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
22206
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22207
|
+
Processing by LadyJosephine::EditorController#version as HTML
|
22208
|
+
Parameters: {"id"=>"not-found", "resource"=>"article"}
|
22209
|
+
[1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1 [["lady_josephine_server_uuid", "not-found"]]
|
22210
|
+
Rendered text template (0.0ms)
|
22211
|
+
Completed 404 Not Found in 1ms (Views: 0.3ms | ActiveRecord: 0.1ms)
|
22212
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22213
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22214
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
22215
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:53:37.474246"], ["updated_at", "2016-03-18 10:53:37.474246"]]
|
22216
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22217
|
+
Processing by LadyJosephine::EditorController#version as HTML
|
22218
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
22219
|
+
[1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
22220
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.1ms)
|
22221
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
22222
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22223
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "lady_josephine_images"[0m
|
22224
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22225
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:53:37.484826"], ["updated_at", "2016-03-18 10:53:37.484826"]]
|
22226
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22227
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
22228
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007fee9ba6b058 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160318-16942-bqjj70>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"NotAllowed", "column-name"=>"content-data"}
|
22229
|
+
Completed 500 Internal Server Error in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
22230
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "lady_josephine_images"[0m
|
22231
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
22232
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22233
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
22234
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22235
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:53:37.492805"], ["updated_at", "2016-03-18 10:53:37.492805"]]
|
22236
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22237
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
22238
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007fee9b948b58 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160318-16942-fsnhi2>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"article", "column-name"=>"content-data"}
|
22239
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
22240
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
22241
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_uuid", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["block_uuid", "uuid-uuid-uuid"], ["uploadable_type", "Article"], ["uploadable_uuid", "uuid-uuid-uuid"], ["uploadable_id", 1], ["uploadable_attribute", "content-data"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1090,\"height\":727,\"size\":100,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5},\"thumbnail\":{\"width\":128,\"height\":128,\"size\":4,\"ratio\":1.0}}"], ["created_at", "2016-03-18 10:53:39.466847"], ["updated_at", "2016-03-18 10:53:39.466847"]]
|
22242
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22243
|
+
Completed 200 OK in 1942ms (Views: 0.5ms | ActiveRecord: 0.5ms)
|
22244
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
22245
|
+
[1m[36mLadyJosephine::Image Load (0.1ms)[0m [1mSELECT "lady_josephine_images".* FROM "lady_josephine_images" ORDER BY "lady_josephine_images"."id" DESC LIMIT 1[0m
|
22246
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
22247
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
22248
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (2.0ms)
|
22249
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
22250
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22251
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
22252
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:54:38.650136"], ["updated_at", "2016-03-18 10:54:38.650136"]]
|
22253
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
22254
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
22255
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22256
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22257
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:54:38.655980"], ["updated_at", "2016-03-18 10:54:38.655980"]]
|
22258
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22259
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
22260
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22261
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22262
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22263
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22264
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("content_data", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["content_data", "{\"one\":\"two\"}"], ["created_at", "2016-03-18 10:54:38.658763"], ["updated_at", "2016-03-18 10:54:38.658763"]]
|
22265
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22266
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
22267
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22268
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22269
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22270
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22271
|
+
[1m[35m (0.1ms)[0m begin transaction
|
22272
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22273
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:54:38.662120"], ["updated_at", "2016-03-18 10:54:38.662120"]]
|
22274
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22275
|
+
Processing by LadyJosephine::EditorController#version as HTML
|
22276
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
22277
|
+
[1m[35mArticle Load (0.2ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
22278
|
+
Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.1ms)
|
22279
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
22280
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22281
|
+
Processing by LadyJosephine::EditorController#version as HTML
|
22282
|
+
Parameters: {"id"=>"not-found", "resource"=>"article"}
|
22283
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1[0m [["lady_josephine_server_uuid", "not-found"]]
|
22284
|
+
Rendered text template (0.0ms)
|
22285
|
+
Completed 404 Not Found in 4ms (Views: 2.8ms | ActiveRecord: 0.1ms)
|
22286
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
22287
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22288
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22289
|
+
[1m[36mUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1[0m
|
22290
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$fNOGKlkBwDyL0YBG7il5P.64SHSKHprGxqHnDKeI7GDMBqFe769pa"], ["created_at", "2016-03-18 10:54:38.698682"], ["updated_at", "2016-03-18 10:54:38.698682"]]
|
22291
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22292
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22293
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:54:38.700855"], ["updated_at", "2016-03-18 10:54:38.700855"]]
|
22294
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22295
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
22296
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
22297
|
+
[1m[36mArticle Load (0.0ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
22298
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
|
22299
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22300
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ?, "updated_at" = ? WHERE "articles"."id" = ? [["lady_josephine_ping_date", "2016-03-18 10:54:38.710599"], ["lady_josephine_ping_user_id", 1], ["updated_at", "2016-03-18 10:54:38.711273"], ["id", 1]]
|
22301
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22302
|
+
Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 0.3ms)
|
22303
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
22304
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22305
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22306
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1[0m
|
22307
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$7VgRt/xwrY7JUBTFmB5g5uHZkt4VbejhPFdPhE4rprbySl9PYRYRa"], ["created_at", "2016-03-18 10:54:38.716584"], ["updated_at", "2016-03-18 10:54:38.716584"]]
|
22308
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22309
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22310
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
22311
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22312
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22313
|
+
[1m[35mUser Exists (0.0ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'marge@simpson.com' LIMIT 1
|
22314
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["first_name", "Marge"], ["email", "marge@simpson.com"], ["encrypted_password", "$2a$04$1/myDaEE1nh43y9FT6xeeuTfwVirxDGfWvcRhrApS4biUHjCtk.Ya"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
22315
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22316
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22317
|
+
[1m[35mSQL (0.0ms)[0m UPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ? WHERE "articles"."id" = ? [["lady_josephine_ping_date", "2014-10-09 23:00:00.000000"], ["lady_josephine_ping_user_id", 2], ["id", 1]]
|
22318
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22319
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
22320
|
+
Parameters: {"update"=>"force", "id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
22321
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
22322
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1[0m [["id", 1]]
|
22323
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
|
22324
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22325
|
+
[1m[35mSQL (0.0ms)[0m UPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ? WHERE "articles"."id" = ? [["lady_josephine_ping_date", "2014-10-09 23:00:15.000000"], ["lady_josephine_ping_user_id", 1], ["id", 1]]
|
22326
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22327
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
22328
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
22329
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22330
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
22331
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1[0m
|
22332
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$ujRtOJRnbPC2cEX5dAzOgeBNVVejNq1lB3Vc7UUPFkz7XVR1/ejmK"], ["created_at", "2016-03-18 10:54:38.736850"], ["updated_at", "2016-03-18 10:54:38.736850"]]
|
22333
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22334
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
22335
|
+
Parameters: {"id"=>"not-found", "resource"=>"article"}
|
22336
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1 [["lady_josephine_server_uuid", "not-found"]]
|
22337
|
+
Rendered text template (0.0ms)
|
22338
|
+
Completed 404 Not Found in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
22339
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
22340
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22341
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22342
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1
|
22343
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$i2hkdYooctaT2PCRn2rRSeGO9ZXn9X9Ehy5//6V9hJMz26uIxuvdS"], ["created_at", "2016-03-18 10:54:38.744843"], ["updated_at", "2016-03-18 10:54:38.744843"]]
|
22344
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22345
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22346
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
22347
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22348
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22349
|
+
[1m[36mUser Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'marge@simpson.com' LIMIT 1[0m
|
22350
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Marge"], ["email", "marge@simpson.com"], ["encrypted_password", "$2a$04$QbOqtIEz/uv.XK/P.CaOX.arzHYq8iZKJc4JHtWUNyA5eZVzqgA.G"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
22351
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22352
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22353
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ? WHERE "articles"."id" = ?[0m [["lady_josephine_ping_date", "2014-10-09 23:00:00.000000"], ["lady_josephine_ping_user_id", 2], ["id", 1]]
|
22354
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22355
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
22356
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
22357
|
+
[1m[36mArticle Load (0.0ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
22358
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
|
22359
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
|
22360
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
22361
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
22362
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22363
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22364
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22365
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22366
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22367
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
22368
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22369
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22370
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22371
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22372
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22373
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22374
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22375
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22376
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22377
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22378
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22379
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22380
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22381
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22382
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22383
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22384
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22385
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22386
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22387
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22388
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22389
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22390
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22391
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22392
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22393
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22394
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22395
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
22396
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22397
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22398
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22399
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22400
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22401
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22402
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22403
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
22404
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22405
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22406
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22407
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.0ms)
|
22408
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
22409
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22410
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (0.8ms)
|
22411
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22412
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22413
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22414
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22415
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
22416
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22417
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22418
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("content_data", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["content_data", "{\"one\":\"two\"}"], ["created_at", "2016-03-18 10:54:38.787888"], ["updated_at", "2016-03-18 10:54:38.787888"]]
|
22419
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22420
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" IS NULL LIMIT 1[0m
|
22421
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
22422
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["block_uuid", "uuid-image"], ["uploadable_type", "Article"], ["uploadable_id", 1], ["uploadable_attribute", "image"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1000,\"height\":667,\"size\":90,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5},\"thumbnail\":{\"width\":128,\"height\":128,\"size\":4,\"ratio\":1.0}}"], ["created_at", "2016-03-18 10:54:40.665662"], ["updated_at", "2016-03-18 10:54:40.665662"]]
|
22423
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
22424
|
+
[1m[36mLadyJosephine::Image Load (0.1ms)[0m [1mSELECT "lady_josephine_images".* FROM "lady_josephine_images" WHERE "lady_josephine_images"."block_uuid" = ? LIMIT 1[0m [["block_uuid", "uuid-image"]]
|
22425
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_extended_image_block.haml (8.3ms)
|
22426
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
22427
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22428
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22429
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22430
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22431
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22432
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
22433
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22434
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
22435
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22436
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22437
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22438
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22439
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22440
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22441
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22442
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22443
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22444
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22445
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22446
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22447
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22448
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22449
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22450
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
22451
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22452
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:54:40.706383"], ["updated_at", "2016-03-18 10:54:40.706383"]]
|
22453
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22454
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
22455
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007fcfb55a1c70 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160318-17281-bxj4l7>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"article", "column-name"=>"content-data"}
|
22456
|
+
[1m[35mArticle Load (0.2ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
22457
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
22458
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_uuid", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["block_uuid", "uuid-uuid-uuid"], ["uploadable_type", "Article"], ["uploadable_uuid", "uuid-uuid-uuid"], ["uploadable_id", 1], ["uploadable_attribute", "content-data"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1000,\"height\":667,\"size\":90,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5},\"thumbnail\":{\"width\":128,\"height\":128,\"size\":4,\"ratio\":1.0}}"], ["created_at", "2016-03-18 10:54:42.589304"], ["updated_at", "2016-03-18 10:54:42.589304"]]
|
22459
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22460
|
+
Completed 200 OK in 1884ms (Views: 0.2ms | ActiveRecord: 0.6ms)
|
22461
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
22462
|
+
[1m[36mLadyJosephine::Image Load (0.1ms)[0m [1mSELECT "lady_josephine_images".* FROM "lady_josephine_images" ORDER BY "lady_josephine_images"."id" DESC LIMIT 1[0m
|
22463
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
22464
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22465
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
22466
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22467
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:54:42.600552"], ["updated_at", "2016-03-18 10:54:42.600552"]]
|
22468
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22469
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
22470
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007fcfb4aac8b0 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160318-17281-dz9t7w>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"NotAllowed", "column-name"=>"content-data"}
|
22471
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
22472
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
22473
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
22474
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22475
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22476
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:54:42.607627"], ["updated_at", "2016-03-18 10:54:42.607627"]]
|
22477
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22478
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
22479
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22480
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
22481
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_uuid", "lady_josephine_server_version", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.1\",\"server_version\":\"1.1\"}"], ["lady_josephine_server_uuid", "abc-abc-abc"], ["lady_josephine_server_version", "1.1"], ["created_at", "2016-03-18 10:54:42.610234"], ["updated_at", "2016-03-18 10:54:42.610234"]]
|
22482
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22483
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
22484
|
+
[1m[35m (0.1ms)[0m begin transaction
|
22485
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22486
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:54:42.612649"], ["updated_at", "2016-03-18 10:54:42.612649"]]
|
22487
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22488
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
22489
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
22490
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_uuid", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["block_uuid", "block-uuid-uuid"], ["uploadable_type", "Article"], ["uploadable_uuid", "uuid-uuid-uuid"], ["uploadable_id", 1], ["uploadable_attribute", "image"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1000,\"height\":667,\"size\":90,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5},\"thumbnail\":{\"width\":128,\"height\":128,\"size\":4,\"ratio\":1.0}}"], ["created_at", "2016-03-18 10:54:44.471576"], ["updated_at", "2016-03-18 10:54:44.471576"]]
|
22491
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22492
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
22493
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
22494
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22495
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:54:44.478855"], ["updated_at", "2016-03-18 10:54:44.478855"]]
|
22496
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22497
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
22498
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22499
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22500
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 10:54:44.481490"], ["updated_at", "2016-03-18 10:54:44.481490"]]
|
22501
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22502
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
22503
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
22504
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_uuid", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["block_uuid", "block-uuid-uuid"], ["uploadable_type", "Article"], ["uploadable_uuid", "uuid-uuid-uuid"], ["uploadable_id", 1], ["uploadable_attribute", "image"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1000,\"height\":667,\"size\":90,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5},\"thumbnail\":{\"width\":128,\"height\":128,\"size\":4,\"ratio\":1.0}}"], ["created_at", "2016-03-18 10:54:46.352731"], ["updated_at", "2016-03-18 10:54:46.352731"]]
|
22505
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22506
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
22507
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22508
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22509
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22510
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22511
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22512
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
22513
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22514
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22515
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:54:46.363057"], ["updated_at", "2016-03-18 10:54:46.363057"]]
|
22516
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22517
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22518
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
22519
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
22520
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22521
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22522
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:54:46.376822"], ["updated_at", "2016-03-18 10:54:46.376822"]]
|
22523
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22524
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22525
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
22526
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22527
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
22528
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
22529
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22530
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22531
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:54:46.382084"], ["updated_at", "2016-03-18 10:54:46.382084"]]
|
22532
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22533
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22534
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
22535
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22536
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
22537
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
22538
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22539
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22540
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:54:46.387235"], ["updated_at", "2016-03-18 10:54:46.387235"]]
|
22541
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22542
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22543
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
22544
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22545
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
22546
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
22547
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22548
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22549
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
22550
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22551
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:54:46.394899"], ["updated_at", "2016-03-18 10:54:46.394899"]]
|
22552
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
22553
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
22554
|
+
[1m[35m (0.1ms)[0m begin transaction
|
22555
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22556
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 10:54:46.397803"], ["updated_at", "2016-03-18 10:54:46.397803"]]
|
22557
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22558
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22559
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
22560
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22561
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
22562
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
22563
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22564
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.6ms)
|
22565
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
22566
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22567
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
22568
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22569
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
22570
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
22571
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
22572
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22573
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 11:04:37.105099"], ["updated_at", "2016-03-18 11:04:37.105099"]]
|
22574
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22575
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
22576
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007fdc35566eb8 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160318-18118-10s266a>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"NotAllowed", "column-name"=>"content-data"}
|
22577
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
22578
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
22579
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
22580
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22581
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "lady_josephine_images"[0m
|
22582
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22583
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 11:04:37.118137"], ["updated_at", "2016-03-18 11:04:37.118137"]]
|
22584
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22585
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
22586
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007fdc3720e4a8 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160318-18118-1quxmz>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"article", "column-name"=>"content-data"}
|
22587
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
22588
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
22589
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_uuid", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["block_uuid", "uuid-uuid-uuid"], ["uploadable_type", "Article"], ["uploadable_uuid", "uuid-uuid-uuid"], ["uploadable_id", 1], ["uploadable_attribute", "content-data"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1000,\"height\":667,\"size\":90,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5},\"thumbnail\":{\"width\":128,\"height\":128,\"size\":4,\"ratio\":1.0}}"], ["created_at", "2016-03-18 11:04:39.013432"], ["updated_at", "2016-03-18 11:04:39.013432"]]
|
22590
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
22591
|
+
Completed 200 OK in 1902ms (Views: 0.3ms | ActiveRecord: 1.3ms)
|
22592
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "lady_josephine_images"[0m
|
22593
|
+
[1m[35mLadyJosephine::Image Load (0.1ms)[0m SELECT "lady_josephine_images".* FROM "lady_josephine_images" ORDER BY "lady_josephine_images"."id" DESC LIMIT 1
|
22594
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
22595
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
22596
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
22597
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22598
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 11:04:57.717675"], ["updated_at", "2016-03-18 11:04:57.717675"]]
|
22599
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22600
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
22601
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007fd2421c6c10 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160318-18363-wnpepf>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"article", "column-name"=>"content-data"}
|
22602
|
+
[1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
22603
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
22604
|
+
[1m[35mSQL (0.9ms)[0m INSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_uuid", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["block_uuid", "uuid-uuid-uuid"], ["uploadable_type", "Article"], ["uploadable_uuid", "uuid-uuid-uuid"], ["uploadable_id", 1], ["uploadable_attribute", "content-data"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1000,\"height\":667,\"size\":90,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5},\"thumbnail\":{\"width\":128,\"height\":128,\"size\":4,\"ratio\":1.0}}"], ["created_at", "2016-03-18 11:04:59.615583"], ["updated_at", "2016-03-18 11:04:59.615583"]]
|
22605
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22606
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
22607
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
22608
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
22609
|
+
[1m[35mSQL (1.1ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 11:10:16.017744"], ["updated_at", "2016-03-18 11:10:16.017744"]]
|
22610
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22611
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
22612
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007f95ace82170 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160318-18723-1qdso2e>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"article", "column-name"=>"content-data"}
|
22613
|
+
[1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
22614
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
22615
|
+
[1m[35mSQL (1.2ms)[0m INSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_uuid", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["block_uuid", "uuid-uuid-uuid"], ["uploadable_type", "Article"], ["uploadable_uuid", "uuid-uuid-uuid"], ["uploadable_id", 1], ["uploadable_attribute", "content-data"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1000,\"height\":667,\"size\":90,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5},\"thumbnail\":{\"width\":128,\"height\":128,\"size\":4,\"ratio\":1.0}}"], ["created_at", "2016-03-18 11:10:17.996968"], ["updated_at", "2016-03-18 11:10:17.996968"]]
|
22616
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22617
|
+
Completed 200 OK in 1977ms (Views: 0.3ms | ActiveRecord: 1.5ms)
|
22618
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
22619
|
+
[1m[36mLadyJosephine::Image Load (0.1ms)[0m [1mSELECT "lady_josephine_images".* FROM "lady_josephine_images" ORDER BY "lady_josephine_images"."id" DESC LIMIT 1[0m
|
22620
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
22621
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22622
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
22623
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22624
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 11:10:18.012709"], ["updated_at", "2016-03-18 11:10:18.012709"]]
|
22625
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22626
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
22627
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007f95aca91d40 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160318-18723-5idjn7>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"NotAllowed", "column-name"=>"content-data"}
|
22628
|
+
Completed 500 Internal Server Error in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
22629
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
22630
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
22631
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
22632
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
22633
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22634
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22635
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("content_data", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["content_data", "{\"one\":\"two\"}"], ["created_at", "2016-03-18 11:11:55.545921"], ["updated_at", "2016-03-18 11:11:55.545921"]]
|
22636
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22637
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
22638
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22639
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22640
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22641
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22642
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22643
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22644
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22645
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22646
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22647
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22648
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22649
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22650
|
+
[1m[35m (0.1ms)[0m begin transaction
|
22651
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22652
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22653
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22654
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22655
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22656
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22657
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22658
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22659
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22660
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22661
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22662
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22663
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22664
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22665
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22666
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22667
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22668
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22669
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22670
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22671
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22672
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22673
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22674
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22675
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22676
|
+
[1m[35m (0.1ms)[0m begin transaction
|
22677
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22678
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22679
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22680
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22681
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22682
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22683
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (2.1ms)
|
22684
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
22685
|
+
[1m[35m (0.1ms)[0m begin transaction
|
22686
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22687
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 11:11:55.580633"], ["updated_at", "2016-03-18 11:11:55.580633"]]
|
22688
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22689
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
22690
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22691
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22692
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 11:11:55.583848"], ["updated_at", "2016-03-18 11:11:55.583848"]]
|
22693
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22694
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
22695
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22696
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22697
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 11:11:55.587383"], ["updated_at", "2016-03-18 11:11:55.587383"]]
|
22698
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22699
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
22700
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007fe4229cd5e8 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160318-18939-1udgnk>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"article", "column-name"=>"content-data"}
|
22701
|
+
[1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
22702
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
22703
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_uuid", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["block_uuid", "uuid-uuid-uuid"], ["uploadable_type", "Article"], ["uploadable_uuid", "uuid-uuid-uuid"], ["uploadable_id", 1], ["uploadable_attribute", "content-data"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1000,\"height\":667,\"size\":90,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5},\"thumbnail\":{\"width\":128,\"height\":128,\"size\":4,\"ratio\":1.0}}"], ["created_at", "2016-03-18 11:11:57.481198"], ["updated_at", "2016-03-18 11:11:57.481198"]]
|
22704
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22705
|
+
Completed 200 OK in 1894ms (Views: 0.3ms | ActiveRecord: 1.2ms)
|
22706
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
22707
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22708
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
22709
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22710
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 11:11:57.493282"], ["updated_at", "2016-03-18 11:11:57.493282"]]
|
22711
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22712
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
22713
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007fe41bf49ac8 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160318-18939-i1z7ue>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"NotAllowed", "column-name"=>"content-data"}
|
22714
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
22715
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
22716
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
22717
|
+
[1m[35m (0.1ms)[0m begin transaction
|
22718
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "lady_josephine_images"[0m
|
22719
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22720
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 11:11:57.502532"], ["updated_at", "2016-03-18 11:11:57.502532"]]
|
22721
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
22722
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
22723
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007fe41bec94b8 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160318-18939-18av70c>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"article", "column-name"=>"content-data"}
|
22724
|
+
[1m[36mArticle Load (0.0ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
22725
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
22726
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_uuid", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["block_uuid", "uuid-uuid-uuid"], ["uploadable_type", "Article"], ["uploadable_uuid", "uuid-uuid-uuid"], ["uploadable_id", 1], ["uploadable_attribute", "content-data"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1000,\"height\":667,\"size\":90,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5},\"thumbnail\":{\"width\":128,\"height\":128,\"size\":4,\"ratio\":1.0}}"], ["created_at", "2016-03-18 11:11:59.378408"], ["updated_at", "2016-03-18 11:11:59.378408"]]
|
22727
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
22728
|
+
Completed 200 OK in 1878ms (Views: 0.3ms | ActiveRecord: 0.5ms)
|
22729
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "lady_josephine_images"[0m
|
22730
|
+
[1m[35mLadyJosephine::Image Load (0.1ms)[0m SELECT "lady_josephine_images".* FROM "lady_josephine_images" ORDER BY "lady_josephine_images"."id" DESC LIMIT 1
|
22731
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
22732
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22733
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22734
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22735
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22736
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22737
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22738
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22739
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
22740
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
22741
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22742
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 11:11:59.411997"], ["updated_at", "2016-03-18 11:11:59.411997"]]
|
22743
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22744
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
22745
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22746
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22747
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 11:11:59.429613"], ["updated_at", "2016-03-18 11:11:59.429613"]]
|
22748
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22749
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22750
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
22751
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22752
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
22753
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
22754
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22755
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22756
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 11:11:59.434721"], ["updated_at", "2016-03-18 11:11:59.434721"]]
|
22757
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22758
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22759
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
22760
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22761
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
22762
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
22763
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22764
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22765
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 11:11:59.438996"], ["updated_at", "2016-03-18 11:11:59.438996"]]
|
22766
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22767
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22768
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
22769
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
22770
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22771
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22772
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?) [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 11:11:59.442563"], ["updated_at", "2016-03-18 11:11:59.442563"]]
|
22773
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22774
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22775
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
22776
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22777
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
22778
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
22779
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22780
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22781
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "articles" ("title", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["created_at", "2016-03-18 11:11:59.447219"], ["updated_at", "2016-03-18 11:11:59.447219"]]
|
22782
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22783
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22784
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
22785
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22786
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
22787
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
22788
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22789
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.4ms)
|
22790
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
22791
|
+
[1m[35m (0.1ms)[0m begin transaction
|
22792
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.3ms)
|
22793
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
22794
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22795
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22796
|
+
[1m[35m (0.1ms)[0m begin transaction
|
22797
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
22798
|
+
[1m[35m (0.1ms)[0m begin transaction
|
22799
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22800
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("content_data", "created_at", "updated_at") VALUES (?, ?, ?) [["content_data", "{\"one\":\"two\"}"], ["created_at", "2016-03-18 11:11:59.471378"], ["updated_at", "2016-03-18 11:11:59.471378"]]
|
22801
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22802
|
+
[1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" IS NULL LIMIT 1
|
22803
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
22804
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["block_uuid", "uuid-image"], ["uploadable_type", "Article"], ["uploadable_id", 1], ["uploadable_attribute", "image"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1000,\"height\":667,\"size\":90,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5},\"thumbnail\":{\"width\":128,\"height\":128,\"size\":4,\"ratio\":1.0}}"], ["created_at", "2016-03-18 11:12:01.402282"], ["updated_at", "2016-03-18 11:12:01.402282"]]
|
22805
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22806
|
+
[1m[35mLadyJosephine::Image Load (0.1ms)[0m SELECT "lady_josephine_images".* FROM "lady_josephine_images" WHERE "lady_josephine_images"."block_uuid" = ? LIMIT 1 [["block_uuid", "uuid-image"]]
|
22807
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_extended_image_block.haml (8.7ms)
|
22808
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
22809
|
+
[1m[35m (0.1ms)[0m begin transaction
|
22810
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22811
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22812
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22813
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22814
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22815
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22816
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
22817
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22818
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22819
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22820
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22821
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22822
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
22823
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22824
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22825
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22826
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22827
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22828
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22829
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22830
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22831
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22832
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22833
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22834
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
22835
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22836
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22837
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_uuid", "lady_josephine_server_version", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.1\",\"server_version\":\"1.1\"}"], ["lady_josephine_server_uuid", "abc-abc-abc"], ["lady_josephine_server_version", "1.1"], ["created_at", "2016-03-18 11:12:01.443908"], ["updated_at", "2016-03-18 11:12:01.443908"]]
|
22838
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22839
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
22840
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22841
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22842
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 11:12:01.446831"], ["updated_at", "2016-03-18 11:12:01.446831"]]
|
22843
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22844
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
22845
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22846
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22847
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 11:12:01.449195"], ["updated_at", "2016-03-18 11:12:01.449195"]]
|
22848
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22849
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
22850
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22851
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22852
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 11:12:01.451909"], ["updated_at", "2016-03-18 11:12:01.451909"]]
|
22853
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22854
|
+
[1m[36mArticle Load (0.0ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
22855
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
22856
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_uuid", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["block_uuid", "block-uuid-uuid"], ["uploadable_type", "Article"], ["uploadable_uuid", "uuid-uuid-uuid"], ["uploadable_id", 1], ["uploadable_attribute", "image"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1000,\"height\":667,\"size\":90,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5},\"thumbnail\":{\"width\":128,\"height\":128,\"size\":4,\"ratio\":1.0}}"], ["created_at", "2016-03-18 11:12:03.372325"], ["updated_at", "2016-03-18 11:12:03.372325"]]
|
22857
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
22858
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
22859
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22860
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22861
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("title", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Hello"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 11:12:03.383892"], ["updated_at", "2016-03-18 11:12:03.383892"]]
|
22862
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22863
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? LIMIT 1 [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
22864
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
22865
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "lady_josephine_images" ("block_uuid", "uploadable_type", "uploadable_uuid", "uploadable_id", "uploadable_attribute", "file", "file_metadata", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["block_uuid", "block-uuid-uuid"], ["uploadable_type", "Article"], ["uploadable_uuid", "uuid-uuid-uuid"], ["uploadable_id", 1], ["uploadable_attribute", "image"], ["file", "depressed-cat.jpg"], ["file_metadata", "{\"w300\":{\"width\":300,\"height\":200,\"size\":15,\"ratio\":1.5},\"w600\":{\"width\":600,\"height\":400,\"size\":46,\"ratio\":1.5},\"w1000\":{\"width\":1000,\"height\":667,\"size\":90,\"ratio\":1.5},\"w2000\":{\"width\":2000,\"height\":1333,\"size\":222,\"ratio\":1.5},\"thumbnail\":{\"width\":128,\"height\":128,\"size\":4,\"ratio\":1.0}}"], ["created_at", "2016-03-18 11:12:05.277231"], ["updated_at", "2016-03-18 11:12:05.277231"]]
|
22866
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22867
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
22868
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22869
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
22870
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 11:12:05.286625"], ["updated_at", "2016-03-18 11:12:05.286625"]]
|
22871
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22872
|
+
Processing by LadyJosephine::EditorController#version as HTML
|
22873
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
22874
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
22875
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)
|
22876
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
22877
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22878
|
+
Processing by LadyJosephine::EditorController#version as HTML
|
22879
|
+
Parameters: {"id"=>"not-found", "resource"=>"article"}
|
22880
|
+
[1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1 [["lady_josephine_server_uuid", "not-found"]]
|
22881
|
+
Rendered text template (0.0ms)
|
22882
|
+
Completed 404 Not Found in 4ms (Views: 3.5ms | ActiveRecord: 0.1ms)
|
22883
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
22884
|
+
[1m[35m (0.1ms)[0m begin transaction
|
22885
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22886
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1
|
22887
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$cyLHzLuIN3oe2YwofOdZdu86s7hDexjFjEaJxpPG1..EifzcFT2rO"], ["created_at", "2016-03-18 11:12:05.317165"], ["updated_at", "2016-03-18 11:12:05.317165"]]
|
22888
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22889
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22890
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
22891
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22892
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22893
|
+
[1m[36mUser Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'marge@simpson.com' LIMIT 1[0m
|
22894
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Marge"], ["email", "marge@simpson.com"], ["encrypted_password", "$2a$04$3gV5Xsa2oW1oQ5/t7DZ6uuYRgyNJTvwoHBIbL6Fc5idtIDI2SrCTi"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
22895
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22896
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22897
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ? WHERE "articles"."id" = ?[0m [["lady_josephine_ping_date", "2014-10-09 23:00:00.000000"], ["lady_josephine_ping_user_id", 2], ["id", 1]]
|
22898
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22899
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
22900
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
22901
|
+
[1m[36mArticle Load (0.0ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
22902
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
|
22903
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
|
22904
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
22905
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
22906
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22907
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22908
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1[0m
|
22909
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$s.4e.B5KTCVnZkyNXfV.EOVuy4r6NXrh8HKKwrtkTk/2eTRSt2lw6"], ["created_at", "2016-03-18 11:12:05.374694"], ["updated_at", "2016-03-18 11:12:05.374694"]]
|
22910
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22911
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22912
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2016-03-18 11:12:05.376644"], ["updated_at", "2016-03-18 11:12:05.376644"]]
|
22913
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22914
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
22915
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
22916
|
+
[1m[36mArticle Load (0.0ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
22917
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
|
22918
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22919
|
+
[1m[35mSQL (0.1ms)[0m UPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ?, "updated_at" = ? WHERE "articles"."id" = ? [["lady_josephine_ping_date", "2016-03-18 11:12:05.382471"], ["lady_josephine_ping_user_id", 1], ["updated_at", "2016-03-18 11:12:05.383138"], ["id", 1]]
|
22920
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22921
|
+
Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)
|
22922
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
22923
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
22924
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22925
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1[0m
|
22926
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$QcyBzx4PtUTGZvgIPlm8O.KAZOSjQVupwbpIE1dhe7wUSBzFrJtI2"], ["created_at", "2016-03-18 11:12:05.388531"], ["updated_at", "2016-03-18 11:12:05.388531"]]
|
22927
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22928
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
22929
|
+
Parameters: {"id"=>"not-found", "resource"=>"article"}
|
22930
|
+
[1m[35mArticle Load (0.0ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1 [["lady_josephine_server_uuid", "not-found"]]
|
22931
|
+
Rendered text template (0.0ms)
|
22932
|
+
Completed 404 Not Found in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
22933
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
22934
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22935
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22936
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1
|
22937
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["first_name", "Homer"], ["email", "homer@simpson.com"], ["encrypted_password", "$2a$04$41M5WbEY/OuShbkgf6jfQO3gvz9xieM6xbdtyamlkjkpyCol6Wige"], ["created_at", "2016-03-18 11:12:05.397610"], ["updated_at", "2016-03-18 11:12:05.397610"]]
|
22938
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22939
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
22940
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "articles" ("title", "content_data", "lady_josephine_server_version", "lady_josephine_server_uuid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Local man thinks wrestling is real"], ["content_data", "{\"uuid\":\"uuid-uuid-uuid\",\"version\":\"1.0\",\"server_uuid\":\"uuid-uuid-uuid\",\"server_version\":\"1.0\"}"], ["lady_josephine_server_version", "1.0"], ["lady_josephine_server_uuid", "uuid-uuid-uuid"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
22941
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22942
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22943
|
+
[1m[36mUser Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'marge@simpson.com' LIMIT 1[0m
|
22944
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "users" ("first_name", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Marge"], ["email", "marge@simpson.com"], ["encrypted_password", "$2a$04$hyN1LND6Mb0bxZPmuxlyKutQ2Cbj6jj5QAgfFXHso6e4zKR8kh6/C"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
22945
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
22946
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22947
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ? WHERE "articles"."id" = ?[0m [["lady_josephine_ping_date", "2014-10-09 23:00:00.000000"], ["lady_josephine_ping_user_id", 2], ["id", 1]]
|
22948
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22949
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
22950
|
+
Parameters: {"update"=>"force", "id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
22951
|
+
[1m[36mArticle Load (0.0ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" = ? ORDER BY "articles"."id" ASC LIMIT 1[0m [["lady_josephine_server_uuid", "uuid-uuid-uuid"]]
|
22952
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
|
22953
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
|
22954
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
22955
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE "articles" SET "lady_josephine_ping_date" = ?, "lady_josephine_ping_user_id" = ? WHERE "articles"."id" = ?[0m [["lady_josephine_ping_date", "2014-10-09 23:00:15.000000"], ["lady_josephine_ping_user_id", 1], ["id", 1]]
|
22956
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
22957
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
22958
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
22959
|
+
[1m[35m (0.1ms)[0m begin transaction
|
22960
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22961
|
+
[1m[35m (0.0ms)[0m begin transaction
|
22962
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
22963
|
+
[1m[35m (0.1ms)[0m begin transaction
|
22964
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.4ms)
|
22965
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|