lady_josephine 0.6.3 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/uploader/lady_josephine/base_uploader.rb +1 -1
- data/lib/lady_josephine.rb +3 -0
- data/lib/lady_josephine/version.rb +1 -1
- data/spec/controllers/lady_josephine/images_controller_spec.rb +9 -0
- data/spec/dummy/log/test.log +1099 -0
- data/spec/dummy/public/system/test/lady_josephine/image/file/1/depressed-cat.jpg +0 -0
- data/spec/dummy/public/system/test/lady_josephine/image/file/1/thumbnail_depressed-cat.jpg +0 -0
- data/spec/dummy/public/system/test/lady_josephine/image/file/1/w1000_depressed-cat.jpg +0 -0
- data/spec/dummy/public/system/test/lady_josephine/image/file/1/w2000_depressed-cat.jpg +0 -0
- data/spec/dummy/public/system/test/lady_josephine/image/file/1/w300_depressed-cat.jpg +0 -0
- data/spec/dummy/public/system/test/lady_josephine/image/file/1/w600_depressed-cat.jpg +0 -0
- metadata +14 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c626a58e29bbc7b657c2d26d431e4365b6a0b39b
|
4
|
+
data.tar.gz: 03a87fc3178c6e438294dbdfbdda474a59c43c81
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e934650fca9b4e1d25294ce5550bfe6bcfb2d4ad96195adff1278a0e110803d68ac82eec9e6ca6d097cd6cf696fd35153bdaa9f72c1a2c4fbda1155508453cce
|
7
|
+
data.tar.gz: e9526c444268ea90462a306df74af177dfc422a6e6080c62a113b824e1d7d3429d40d44e017fa3211cae551c0d4ed0c89dba8d8200f3159b4138ef434fbda6b4
|
@@ -17,7 +17,7 @@ module LadyJosephine
|
|
17
17
|
end
|
18
18
|
|
19
19
|
def store_dir
|
20
|
-
"
|
20
|
+
"#{LadyJosephine.image_base_path}/#{model.class.to_s.underscore}/#{mounted_as}/#{model.id}"
|
21
21
|
end
|
22
22
|
|
23
23
|
# https://makandracards.com/makandra/12323-carrierwave-auto-rotate-tagged-jpegs
|
data/lib/lady_josephine.rb
CHANGED
@@ -36,6 +36,15 @@ describe LadyJosephine::ImagesController, type: :controller do
|
|
36
36
|
expect(response.body).to eq '{"file":{"url":"/storage/test/lady_josephine/image/file/1/depressed-cat.jpg"},"versions":{"w300":"/storage/test/lady_josephine/image/file/1/w300_depressed-cat.jpg","w600":"/storage/test/lady_josephine/image/file/1/w600_depressed-cat.jpg","w1000":"/storage/test/lady_josephine/image/file/1/w1000_depressed-cat.jpg","w2000":"/storage/test/lady_josephine/image/file/1/w2000_depressed-cat.jpg","thumbnail":"/storage/test/lady_josephine/image/file/1/thumbnail_depressed-cat.jpg"}}'
|
37
37
|
end
|
38
38
|
|
39
|
+
it 'uses the image base path of the configuration' do
|
40
|
+
old_path = LadyJosephine.image_base_path
|
41
|
+
LadyJosephine.image_base_path = "system/test"
|
42
|
+
post :create, attachment: { name: 'file.jpg', file: file}, "block-uuid" => "uuid-uuid-uuid", "article-uuid" => article.lady_josephine_server_uuid, "model-name" => "article", "column-name" => "content-data"
|
43
|
+
expect(response.status).to eq 200
|
44
|
+
expect(response.body).to eq '{"file":{"url":"/system/test/lady_josephine/image/file/1/depressed-cat.jpg"},"versions":{"w300":"/system/test/lady_josephine/image/file/1/w300_depressed-cat.jpg","w600":"/system/test/lady_josephine/image/file/1/w600_depressed-cat.jpg","w1000":"/system/test/lady_josephine/image/file/1/w1000_depressed-cat.jpg","w2000":"/system/test/lady_josephine/image/file/1/w2000_depressed-cat.jpg","thumbnail":"/system/test/lady_josephine/image/file/1/thumbnail_depressed-cat.jpg"}}'
|
45
|
+
LadyJosephine.image_base_path = old_path
|
46
|
+
end
|
47
|
+
|
39
48
|
end
|
40
49
|
|
41
50
|
end
|
data/spec/dummy/log/test.log
CHANGED
@@ -23633,3 +23633,1102 @@ Completed 200 OK in 1881ms (Views: 0.3ms | ActiveRecord: 0.5ms)
|
|
23633
23633
|
[1m[35m (0.0ms)[0m begin transaction
|
23634
23634
|
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.3ms)
|
23635
23635
|
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
23636
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
23637
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
23638
|
+
[1m[36mSQL (1.0ms)[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-29 07:32:13.394901"], ["updated_at", "2016-03-29 07:32:13.394901"]]
|
23639
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
23640
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
23641
|
+
[1m[35m (0.0ms)[0m begin transaction
|
23642
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
23643
|
+
[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-29 07:32:13.402180"], ["updated_at", "2016-03-29 07:32:13.402180"]]
|
23644
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
23645
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
23646
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
23647
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
23648
|
+
[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-29 07:32:13.405875"], ["updated_at", "2016-03-29 07:32:13.405875"]]
|
23649
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
23650
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
23651
|
+
[1m[35m (0.0ms)[0m begin transaction
|
23652
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
23653
|
+
[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-29 07:32:13.409164"], ["updated_at", "2016-03-29 07:32:13.409164"]]
|
23654
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
23655
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
23656
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23657
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (4.3ms)
|
23658
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23659
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23660
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23661
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23662
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23663
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23664
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23665
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23666
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23667
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23668
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23669
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23670
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23671
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23672
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23673
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23674
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23675
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23676
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23677
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23678
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23679
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23680
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23681
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23682
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.0ms)
|
23683
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23684
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23685
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23686
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23687
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23688
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23689
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
23690
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
23691
|
+
[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-29 07:32:13.453696"], ["updated_at", "2016-03-29 07:32:13.453696"]]
|
23692
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
23693
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
23694
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007f9920b5b060 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160329-90203-q2jkav>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"NotAllowed", "column-name"=>"content-data"}
|
23695
|
+
Completed 500 Internal Server Error in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
23696
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
23697
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
23698
|
+
[1m[35m (0.0ms)[0m begin transaction
|
23699
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
23700
|
+
[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-29 07:32:13.463055"], ["updated_at", "2016-03-29 07:32:13.463055"]]
|
23701
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
23702
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
23703
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007f9920aab458 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160329-90203-61opj7>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"article", "column-name"=>"content-data"}
|
23704
|
+
[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"]]
|
23705
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
23706
|
+
[1m[35mSQL (0.7ms)[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-29 07:32:15.394797"], ["updated_at", "2016-03-29 07:32:15.394797"]]
|
23707
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
23708
|
+
Completed 200 OK in 1943ms (Views: 0.3ms | ActiveRecord: 1.1ms)
|
23709
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
23710
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23711
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
23712
|
+
[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-29 07:32:15.413710"], ["updated_at", "2016-03-29 07:32:15.413710"]]
|
23713
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
23714
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
23715
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007f991b617e78 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160329-90203-1hbgr91>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"article", "column-name"=>"content-data"}
|
23716
|
+
[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"]]
|
23717
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
23718
|
+
[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", "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-29 07:32:17.296736"], ["updated_at", "2016-03-29 07:32:17.296736"]]
|
23719
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
23720
|
+
Completed 200 OK in 1886ms (Views: 0.3ms | ActiveRecord: 0.5ms)
|
23721
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
23722
|
+
[1m[35m (0.1ms)[0m begin transaction
|
23723
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "lady_josephine_images"[0m
|
23724
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
23725
|
+
[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-29 07:32:17.308007"], ["updated_at", "2016-03-29 07:32:17.308007"]]
|
23726
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
23727
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
23728
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007f991b297410 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160329-90203-i648x>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"article", "column-name"=>"content-data"}
|
23729
|
+
[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"]]
|
23730
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
23731
|
+
[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", "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-29 07:32:19.246400"], ["updated_at", "2016-03-29 07:32:19.246400"]]
|
23732
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
23733
|
+
Completed 200 OK in 1940ms (Views: 0.3ms | ActiveRecord: 0.4ms)
|
23734
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "lady_josephine_images"[0m
|
23735
|
+
[1m[35mLadyJosephine::Image Load (0.1ms)[0m SELECT "lady_josephine_images".* FROM "lady_josephine_images" ORDER BY "lady_josephine_images"."id" DESC LIMIT 1
|
23736
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
23737
|
+
[1m[35m (0.0ms)[0m begin transaction
|
23738
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
23739
|
+
[1m[35m (0.0ms)[0m begin transaction
|
23740
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
23741
|
+
[1m[35m (0.1ms)[0m begin transaction
|
23742
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
23743
|
+
[1m[35m (0.0ms)[0m begin transaction
|
23744
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
23745
|
+
[1m[35m (0.1ms)[0m begin transaction
|
23746
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
23747
|
+
[1m[35m (0.1ms)[0m begin transaction
|
23748
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
23749
|
+
[1m[35m (0.0ms)[0m begin transaction
|
23750
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
23751
|
+
[1m[35m (0.0ms)[0m begin transaction
|
23752
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.3ms)
|
23753
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
23754
|
+
[1m[35m (0.0ms)[0m begin transaction
|
23755
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
23756
|
+
[1m[35m (0.0ms)[0m begin transaction
|
23757
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
23758
|
+
[1m[35m (0.1ms)[0m begin transaction
|
23759
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.1ms)
|
23760
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
23761
|
+
[1m[35m (0.0ms)[0m begin transaction
|
23762
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
23763
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("content_data", "created_at", "updated_at") VALUES (?, ?, ?) [["content_data", "{\"one\":\"two\"}"], ["created_at", "2016-03-29 07:32:19.284726"], ["updated_at", "2016-03-29 07:32:19.284726"]]
|
23764
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
23765
|
+
[1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" IS NULL LIMIT 1
|
23766
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
23767
|
+
[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-29 07:32:21.192121"], ["updated_at", "2016-03-29 07:32:21.192121"]]
|
23768
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
23769
|
+
[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"]]
|
23770
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_extended_image_block.haml (9.2ms)
|
23771
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
23772
|
+
[1m[35m (0.0ms)[0m begin transaction
|
23773
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
23774
|
+
[1m[35m (0.0ms)[0m begin transaction
|
23775
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
23776
|
+
[1m[35m (0.0ms)[0m begin transaction
|
23777
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
23778
|
+
[1m[35m (0.0ms)[0m begin transaction
|
23779
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
23780
|
+
[1m[35m (0.1ms)[0m begin transaction
|
23781
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
23782
|
+
[1m[35m (0.0ms)[0m begin transaction
|
23783
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
23784
|
+
[1m[35m (0.0ms)[0m begin transaction
|
23785
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
23786
|
+
[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-29 07:32:21.233331"], ["updated_at", "2016-03-29 07:32:21.233331"]]
|
23787
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
23788
|
+
[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"]]
|
23789
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
23790
|
+
[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", "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-29 07:32:23.110449"], ["updated_at", "2016-03-29 07:32:23.110449"]]
|
23791
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
23792
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
23793
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23794
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
23795
|
+
[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-29 07:32:23.121971"], ["updated_at", "2016-03-29 07:32:23.121971"]]
|
23796
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
23797
|
+
[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"]]
|
23798
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
23799
|
+
[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", "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-29 07:32:25.073619"], ["updated_at", "2016-03-29 07:32:25.073619"]]
|
23800
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
23801
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
23802
|
+
[1m[35m (0.1ms)[0m begin transaction
|
23803
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
23804
|
+
[1m[35mSQL (0.4ms)[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-29 07:32:25.081685"], ["updated_at", "2016-03-29 07:32:25.081685"]]
|
23805
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
23806
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
23807
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23808
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23809
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23810
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23811
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23812
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23813
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23814
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23815
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23816
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23817
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
23818
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23819
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
23820
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23821
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23822
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23823
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23824
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23825
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
23826
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23827
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23828
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23829
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23830
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
23831
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23832
|
+
Processing by LadyJosephine::EditorController#version as HTML
|
23833
|
+
Parameters: {"id"=>"not-found", "resource"=>"article"}
|
23834
|
+
[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", "not-found"]]
|
23835
|
+
Rendered text template (0.0ms)
|
23836
|
+
Completed 404 Not Found in 7ms (Views: 4.3ms | ActiveRecord: 0.2ms)
|
23837
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
23838
|
+
[1m[35m (0.1ms)[0m begin transaction
|
23839
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
23840
|
+
[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-29 07:32:25.146000"], ["updated_at", "2016-03-29 07:32:25.146000"]]
|
23841
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
23842
|
+
Processing by LadyJosephine::EditorController#version as HTML
|
23843
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
23844
|
+
[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"]]
|
23845
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
23846
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
23847
|
+
[1m[35m (0.0ms)[0m begin transaction
|
23848
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
23849
|
+
[1m[35mUser Exists (0.3ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1
|
23850
|
+
[1m[36mSQL (0.6ms)[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$sh/dJET4ZjMvKOA6U60zmuam29Z1rE55Logf8WMrvy5oESdctMIH."], ["created_at", "2016-03-29 07:32:25.171758"], ["updated_at", "2016-03-29 07:32:25.171758"]]
|
23851
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
23852
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
23853
|
+
[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"]]
|
23854
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
23855
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
23856
|
+
[1m[36mUser Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'marge@simpson.com' LIMIT 1[0m
|
23857
|
+
[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$ZLRdQGC7nYngP6lpOHxg6uRjX7Pfo23gvJEB20bjfhAJh4IeN7xt."], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
23858
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
23859
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
23860
|
+
[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]]
|
23861
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
23862
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
23863
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
23864
|
+
[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"]]
|
23865
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
|
23866
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
|
23867
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
23868
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
23869
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23870
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
23871
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1[0m
|
23872
|
+
[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$7TK15Ya9hI0toa.CMRrRB.kKGwytigWpSH6TyuKRmNXAjlb/HRwiG"], ["created_at", "2016-03-29 07:32:25.201456"], ["updated_at", "2016-03-29 07:32:25.201456"]]
|
23873
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
23874
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
23875
|
+
Parameters: {"id"=>"not-found", "resource"=>"article"}
|
23876
|
+
[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"]]
|
23877
|
+
Rendered text template (0.0ms)
|
23878
|
+
Completed 404 Not Found in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
23879
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
23880
|
+
[1m[35m (0.0ms)[0m begin transaction
|
23881
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
23882
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1
|
23883
|
+
[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$zhd8b4AqqYnm/35F7qktcuyy4tWvGkVNkyuSG9bv1ILBZvA6PhabW"], ["created_at", "2016-03-29 07:32:25.210648"], ["updated_at", "2016-03-29 07:32:25.210648"]]
|
23884
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
23885
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
23886
|
+
[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-29 07:32:25.212253"], ["updated_at", "2016-03-29 07:32:25.212253"]]
|
23887
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
23888
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
23889
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
23890
|
+
[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"]]
|
23891
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1[0m [["id", 1]]
|
23892
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
23893
|
+
[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-29 07:32:25.217752"], ["lady_josephine_ping_user_id", 1], ["updated_at", "2016-03-29 07:32:25.218446"], ["id", 1]]
|
23894
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
23895
|
+
Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.3ms)
|
23896
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
23897
|
+
[1m[35m (0.0ms)[0m begin transaction
|
23898
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
23899
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1
|
23900
|
+
[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$I/b7aiLpSprNhvZUvtSlXOrLb4BMq4nGbW/Ki.qkyJQM.U0CxgJXq"], ["created_at", "2016-03-29 07:32:25.224306"], ["updated_at", "2016-03-29 07:32:25.224306"]]
|
23901
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
23902
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
23903
|
+
[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"]]
|
23904
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
23905
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
23906
|
+
[1m[36mUser Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'marge@simpson.com' LIMIT 1[0m
|
23907
|
+
[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$1fEVLir6AoZcyFmrCz8c1OYrx0bnWvd.YjkqlyuXH.rYxQuJwsaty"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
23908
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
23909
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
23910
|
+
[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]]
|
23911
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
23912
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
23913
|
+
Parameters: {"update"=>"force", "id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
23914
|
+
[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"]]
|
23915
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
|
23916
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
|
23917
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
23918
|
+
[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]]
|
23919
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
23920
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
23921
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
23922
|
+
[1m[35m (0.0ms)[0m begin transaction
|
23923
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
23924
|
+
[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-29 07:32:25.238495"], ["updated_at", "2016-03-29 07:32:25.238495"]]
|
23925
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
23926
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
23927
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
23928
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
23929
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
23930
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
23931
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
23932
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
23933
|
+
[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-29 07:32:25.253832"], ["updated_at", "2016-03-29 07:32:25.253832"]]
|
23934
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
23935
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
23936
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
23937
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
23938
|
+
[1m[35m (0.0ms)[0m begin transaction
|
23939
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
23940
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
23941
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
23942
|
+
[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-29 07:32:25.259154"], ["updated_at", "2016-03-29 07:32:25.259154"]]
|
23943
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
23944
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
23945
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23946
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
23947
|
+
[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-29 07:32:25.261257"], ["updated_at", "2016-03-29 07:32:25.261257"]]
|
23948
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
23949
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
23950
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
23951
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
23952
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
23953
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
23954
|
+
[1m[35m (0.0ms)[0m begin transaction
|
23955
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
23956
|
+
[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-29 07:32:25.266409"], ["updated_at", "2016-03-29 07:32:25.266409"]]
|
23957
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
23958
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
23959
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
23960
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
23961
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
23962
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
23963
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23964
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
23965
|
+
[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-29 07:32:25.270703"], ["updated_at", "2016-03-29 07:32:25.270703"]]
|
23966
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
23967
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
23968
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
23969
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
23970
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
23971
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
23972
|
+
[1m[35m (0.0ms)[0m begin transaction
|
23973
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
23974
|
+
[1m[35m (0.0ms)[0m begin transaction
|
23975
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
23976
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "articles" ("content_data", "created_at", "updated_at") VALUES (?, ?, ?) [["content_data", "{\"one\":\"two\"}"], ["created_at", "2016-03-29 07:32:25.276831"], ["updated_at", "2016-03-29 07:32:25.276831"]]
|
23977
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
23978
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
23979
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23980
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23981
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23982
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23983
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
23984
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
23985
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "articles" ("content_data", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["content_data", "{\"one\":\"two\"}"], ["created_at", "2016-03-29 07:35:02.473926"], ["updated_at", "2016-03-29 07:35:02.473926"]]
|
23986
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
23987
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" IS NULL LIMIT 1[0m
|
23988
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
23989
|
+
[1m[36mSQL (1.2ms)[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-29 07:35:04.401148"], ["updated_at", "2016-03-29 07:35:04.401148"]]
|
23990
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
23991
|
+
[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"]]
|
23992
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_extended_image_block.haml (12.1ms)
|
23993
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
23994
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
23995
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23996
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23997
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
23998
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
23999
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24000
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24001
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24002
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24003
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (26.5ms)
|
24004
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24005
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24006
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (0.9ms)
|
24007
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24008
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24009
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24010
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24011
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
24012
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "articles" ("content_data", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["content_data", "{\"one\":\"two\"}"], ["created_at", "2016-03-29 07:35:10.861256"], ["updated_at", "2016-03-29 07:35:10.861256"]]
|
24013
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24014
|
+
[1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" IS NULL LIMIT 1[0m
|
24015
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
24016
|
+
[1m[36mSQL (1.4ms)[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-29 07:35:12.869323"], ["updated_at", "2016-03-29 07:35:12.869323"]]
|
24017
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
24018
|
+
[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"]]
|
24019
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_extended_image_block.haml (8.9ms)
|
24020
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
24021
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24022
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24023
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24024
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24025
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24026
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24027
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24028
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24029
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24030
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24031
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
24032
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24033
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
24034
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24035
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24036
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24037
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24038
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24039
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24040
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24041
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
24042
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24043
|
+
[1m[36mUser Exists (0.4ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1[0m
|
24044
|
+
[1m[35mSQL (0.7ms)[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$TfI9up3cFBTKgKu6Bq0NIeWrlwIQjUUkN9x36/D2crxz3H7s8cEhu"], ["created_at", "2016-03-29 07:35:20.345396"], ["updated_at", "2016-03-29 07:35:20.345396"]]
|
24045
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24046
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24047
|
+
[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-29 07:35:20.354278"], ["updated_at", "2016-03-29 07:35:20.354278"]]
|
24048
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24049
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
24050
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
24051
|
+
[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"]]
|
24052
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
|
24053
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
24054
|
+
[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-29 07:35:20.371299"], ["lady_josephine_ping_user_id", 1], ["updated_at", "2016-03-29 07:35:20.372213"], ["id", 1]]
|
24055
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24056
|
+
Completed 200 OK in 14ms (Views: 0.2ms | ActiveRecord: 0.4ms)
|
24057
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
24058
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24059
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24060
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1[0m
|
24061
|
+
[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$xJ4dCCtuW1aIFQuzpdNyAuJx6w.WZTPE4dEueukqD3QbGxYkDC.ui"], ["created_at", "2016-03-29 07:35:20.379275"], ["updated_at", "2016-03-29 07:35:20.379275"]]
|
24062
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24063
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
24064
|
+
Parameters: {"id"=>"not-found", "resource"=>"article"}
|
24065
|
+
[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"]]
|
24066
|
+
Rendered text template (0.0ms)
|
24067
|
+
Completed 404 Not Found in 7ms (Views: 6.5ms | ActiveRecord: 0.1ms)
|
24068
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
24069
|
+
[1m[35m (0.1ms)[0m begin transaction
|
24070
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24071
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1
|
24072
|
+
[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$TrlMNRw9wOprqfCCh0AMVuDPeS6n/KOP7X/A98bEfzrLyQA7hHFI6"], ["created_at", "2016-03-29 07:35:20.394471"], ["updated_at", "2016-03-29 07:35:20.394471"]]
|
24073
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24074
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24075
|
+
[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"]]
|
24076
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24077
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24078
|
+
[1m[36mUser Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'marge@simpson.com' LIMIT 1[0m
|
24079
|
+
[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$ZE2w4Dz0jmJifKlTORfDj.WRX4VlF.YbVk2K21PsrFOpL.fFVrWiS"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
24080
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24081
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24082
|
+
[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]]
|
24083
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24084
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
24085
|
+
Parameters: {"update"=>"force", "id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
24086
|
+
[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"]]
|
24087
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
|
24088
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
|
24089
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24090
|
+
[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]]
|
24091
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24092
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
24093
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
24094
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24095
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24096
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1
|
24097
|
+
[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$ftLeuLUYK8h1nguC9bS89OWc6HeTD4YAdbmoJIj.iwLMIWk.ZsBbW"], ["created_at", "2016-03-29 07:35:20.414400"], ["updated_at", "2016-03-29 07:35:20.414400"]]
|
24098
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24099
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24100
|
+
[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"]]
|
24101
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24102
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24103
|
+
[1m[36mUser Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'marge@simpson.com' LIMIT 1[0m
|
24104
|
+
[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$gZZPfwjIYKA/uw6VB.RHUOUXDBPhN.IUUA5DVuKvyBQ.DbhpbFJOG"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
24105
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24106
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24107
|
+
[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]]
|
24108
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24109
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
24110
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
24111
|
+
[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"]]
|
24112
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
|
24113
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
|
24114
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
24115
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
24116
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24117
|
+
Processing by LadyJosephine::EditorController#version as HTML
|
24118
|
+
Parameters: {"id"=>"not-found", "resource"=>"article"}
|
24119
|
+
[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"]]
|
24120
|
+
Rendered text template (0.0ms)
|
24121
|
+
Completed 404 Not Found in 1ms (Views: 0.3ms | ActiveRecord: 0.1ms)
|
24122
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
24123
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24124
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24125
|
+
[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-29 07:35:20.433498"], ["updated_at", "2016-03-29 07:35:20.433498"]]
|
24126
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24127
|
+
Processing by LadyJosephine::EditorController#version as HTML
|
24128
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
24129
|
+
[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"]]
|
24130
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
24131
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
24132
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24133
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24134
|
+
[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-29 07:35:20.440150"], ["updated_at", "2016-03-29 07:35:20.440150"]]
|
24135
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24136
|
+
[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"]]
|
24137
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
24138
|
+
[1m[35mSQL (0.5ms)[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-29 07:35:22.384812"], ["updated_at", "2016-03-29 07:35:22.384812"]]
|
24139
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24140
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
24141
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
24142
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
24143
|
+
[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-29 07:35:22.393633"], ["updated_at", "2016-03-29 07:35:22.393633"]]
|
24144
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24145
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
24146
|
+
[1m[35m (0.1ms)[0m begin transaction
|
24147
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24148
|
+
[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-29 07:35:22.396248"], ["updated_at", "2016-03-29 07:35:22.396248"]]
|
24149
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24150
|
+
[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"]]
|
24151
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
24152
|
+
[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", "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-29 07:35:24.385124"], ["updated_at", "2016-03-29 07:35:24.385124"]]
|
24153
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24154
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
24155
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24156
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24157
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24158
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24159
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24160
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24161
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24162
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24163
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24164
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24165
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24166
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24167
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
24168
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24169
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
24170
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24171
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24172
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24173
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24174
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24175
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24176
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24177
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24178
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24179
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24180
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24181
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24182
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24183
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24184
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24185
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24186
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24187
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24188
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24189
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24190
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24191
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24192
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24193
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24194
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24195
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24196
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24197
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24198
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24199
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24200
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24201
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24202
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24203
|
+
[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-29 07:35:24.410566"], ["updated_at", "2016-03-29 07:35:24.410566"]]
|
24204
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24205
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
24206
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007fb6f188f978 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160329-91072-19btepr>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"article", "column-name"=>"content-data"}
|
24207
|
+
[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"]]
|
24208
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
24209
|
+
[1m[36mSQL (0.4ms)[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-29 07:35:26.323829"], ["updated_at", "2016-03-29 07:35:26.323829"]]
|
24210
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
24211
|
+
Completed 200 OK in 1915ms (Views: 0.3ms | ActiveRecord: 0.6ms)
|
24212
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
24213
|
+
[1m[35m (0.1ms)[0m begin transaction
|
24214
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "lady_josephine_images"[0m
|
24215
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
24216
|
+
[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-29 07:35:26.343926"], ["updated_at", "2016-03-29 07:35:26.343926"]]
|
24217
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
24218
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
24219
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007fb6f1a05c58 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160329-91072-djdqq4>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"NotAllowed", "column-name"=>"content-data"}
|
24220
|
+
Completed 500 Internal Server Error in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
24221
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "lady_josephine_images"[0m
|
24222
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
24223
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24224
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
24225
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24226
|
+
[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-29 07:35:26.353666"], ["updated_at", "2016-03-29 07:35:26.353666"]]
|
24227
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24228
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
24229
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007fb6f193a698 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160329-91072-1jivvo>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"article", "column-name"=>"content-data"}
|
24230
|
+
[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"]]
|
24231
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
24232
|
+
[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-29 07:35:28.256531"], ["updated_at", "2016-03-29 07:35:28.256531"]]
|
24233
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24234
|
+
Completed 200 OK in 1906ms (Views: 0.4ms | ActiveRecord: 0.5ms)
|
24235
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
24236
|
+
[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
|
24237
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
24238
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24239
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24240
|
+
[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-29 07:35:28.267878"], ["updated_at", "2016-03-29 07:35:28.267878"]]
|
24241
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24242
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
24243
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007fb6ecbfbd78 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160329-91072-7axf3p>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"article", "column-name"=>"content-data"}
|
24244
|
+
[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"]]
|
24245
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
24246
|
+
[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", "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-29 07:35:30.220338"], ["updated_at", "2016-03-29 07:35:30.220338"]]
|
24247
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24248
|
+
Completed 200 OK in 1954ms (Views: 0.4ms | ActiveRecord: 0.4ms)
|
24249
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
24250
|
+
[1m[35m (0.1ms)[0m begin transaction
|
24251
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24252
|
+
[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-29 07:35:30.244473"], ["updated_at", "2016-03-29 07:35:30.244473"]]
|
24253
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24254
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24255
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
24256
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24257
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
24258
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
24259
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24260
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24261
|
+
[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-29 07:35:30.296718"], ["updated_at", "2016-03-29 07:35:30.296718"]]
|
24262
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24263
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24264
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
24265
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24266
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
24267
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
24268
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24269
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24270
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
24271
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24272
|
+
[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-29 07:35:30.303712"], ["updated_at", "2016-03-29 07:35:30.303712"]]
|
24273
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24274
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
24275
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24276
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24277
|
+
[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-29 07:35:30.305607"], ["updated_at", "2016-03-29 07:35:30.305607"]]
|
24278
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24279
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24280
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
24281
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
24282
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24283
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24284
|
+
[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-29 07:35:30.309085"], ["updated_at", "2016-03-29 07:35:30.309085"]]
|
24285
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24286
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24287
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
24288
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24289
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
24290
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
24291
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24292
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24293
|
+
[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-29 07:35:30.314491"], ["updated_at", "2016-03-29 07:35:30.314491"]]
|
24294
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24295
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24296
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
24297
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24298
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
24299
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
24300
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24301
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (3.2ms)
|
24302
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
24303
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24304
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
24305
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24306
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
24307
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24308
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
24309
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24310
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
24311
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24312
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
24313
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24314
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
24315
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24316
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
24317
|
+
[1m[35m (0.1ms)[0m begin transaction
|
24318
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.3ms)
|
24319
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
24320
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24321
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.1ms)
|
24322
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
24323
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24324
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
24325
|
+
[1m[35m (0.1ms)[0m begin transaction
|
24326
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24327
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("content_data", "created_at", "updated_at") VALUES (?, ?, ?) [["content_data", "{\"one\":\"two\"}"], ["created_at", "2016-03-29 07:35:30.354057"], ["updated_at", "2016-03-29 07:35:30.354057"]]
|
24328
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24329
|
+
[1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" IS NULL LIMIT 1
|
24330
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
24331
|
+
[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-29 07:35:32.348257"], ["updated_at", "2016-03-29 07:35:32.348257"]]
|
24332
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24333
|
+
[1m[35mLadyJosephine::Image Load (0.2ms)[0m SELECT "lady_josephine_images".* FROM "lady_josephine_images" WHERE "lady_josephine_images"."block_uuid" = ? LIMIT 1 [["block_uuid", "uuid-image"]]
|
24334
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_extended_image_block.haml (10.5ms)
|
24335
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
24336
|
+
[1m[35m (0.1ms)[0m begin transaction
|
24337
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
24338
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24339
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
24340
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24341
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
24342
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24343
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
24344
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24345
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
24346
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24347
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
24348
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24349
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
24350
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24351
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
24352
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24353
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
24354
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24355
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
24356
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24357
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24358
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("content_data", "created_at", "updated_at") VALUES (?, ?, ?) [["content_data", "{\"one\":\"two\"}"], ["created_at", "2016-03-29 07:35:32.386375"], ["updated_at", "2016-03-29 07:35:32.386375"]]
|
24359
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24360
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
24361
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24362
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24363
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24364
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24365
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24366
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24367
|
+
[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-29 07:35:32.390681"], ["updated_at", "2016-03-29 07:35:32.390681"]]
|
24368
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24369
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
24370
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24371
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24372
|
+
[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-29 07:35:32.393324"], ["updated_at", "2016-03-29 07:35:32.393324"]]
|
24373
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24374
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
24375
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24376
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.3ms)
|
24377
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24378
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24379
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24380
|
+
[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-29 07:35:32.402766"], ["updated_at", "2016-03-29 07:35:32.402766"]]
|
24381
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24382
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
24383
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24384
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24385
|
+
[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-29 07:35:32.405740"], ["updated_at", "2016-03-29 07:35:32.405740"]]
|
24386
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24387
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
24388
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
24389
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24390
|
+
[1m[36mSQL (0.6ms)[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-29 07:35:48.159232"], ["updated_at", "2016-03-29 07:35:48.159232"]]
|
24391
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24392
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
24393
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007f9661892548 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160329-91556-14z4sta>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"article", "column-name"=>"content-data"}
|
24394
|
+
[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"]]
|
24395
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
24396
|
+
[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", "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-29 07:35:50.045970"], ["updated_at", "2016-03-29 07:35:50.045970"]]
|
24397
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24398
|
+
Completed 200 OK in 1884ms (Views: 0.3ms | ActiveRecord: 1.2ms)
|
24399
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
24400
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24401
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "lady_josephine_images"[0m
|
24402
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24403
|
+
[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-29 07:35:50.059108"], ["updated_at", "2016-03-29 07:35:50.059108"]]
|
24404
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24405
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
24406
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007f9660d8bcd0 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160329-91556-17fvfsy>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"article", "column-name"=>"content-data"}
|
24407
|
+
[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"]]
|
24408
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
24409
|
+
[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", "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-29 07:35:51.968383"], ["updated_at", "2016-03-29 07:35:51.968383"]]
|
24410
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
24411
|
+
Completed 200 OK in 1911ms (Views: 0.3ms | ActiveRecord: 0.4ms)
|
24412
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "lady_josephine_images"[0m
|
24413
|
+
[1m[35mLadyJosephine::Image Load (0.1ms)[0m SELECT "lady_josephine_images".* FROM "lady_josephine_images" ORDER BY "lady_josephine_images"."id" DESC LIMIT 1
|
24414
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
24415
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24416
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24417
|
+
[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-29 07:35:51.979555"], ["updated_at", "2016-03-29 07:35:51.979555"]]
|
24418
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24419
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
24420
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007f9660970718 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160329-91556-33mvk4>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"article", "column-name"=>"content-data"}
|
24421
|
+
[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"]]
|
24422
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
24423
|
+
[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-29 07:35:53.869654"], ["updated_at", "2016-03-29 07:35:53.869654"]]
|
24424
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24425
|
+
Completed 200 OK in 1892ms (Views: 0.3ms | ActiveRecord: 0.5ms)
|
24426
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
24427
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24428
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
24429
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24430
|
+
[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-29 07:35:53.879946"], ["updated_at", "2016-03-29 07:35:53.879946"]]
|
24431
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24432
|
+
Processing by LadyJosephine::ImagesController#create as HTML
|
24433
|
+
Parameters: {"attachment"=>{"name"=>"file.jpg", "file"=>#<Rack::Test::UploadedFile:0x007f965a460aa8 @content_type="image/jpeg", @original_filename="depressed-cat.jpg", @tempfile=#<Tempfile:/var/folders/k1/gqz8k3_x2612vk470583zhwc0000gn/T/depressed-cat.jpg20160329-91556-11eowr9>>}, "block-uuid"=>"uuid-uuid-uuid", "article-uuid"=>"uuid-uuid-uuid", "model-name"=>"NotAllowed", "column-name"=>"content-data"}
|
24434
|
+
Completed 500 Internal Server Error in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
24435
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "lady_josephine_images"
|
24436
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
24437
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24438
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24439
|
+
[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-29 07:35:53.887028"], ["updated_at", "2016-03-29 07:35:53.887028"]]
|
24440
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24441
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
24442
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24443
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24444
|
+
[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-29 07:35:53.889270"], ["updated_at", "2016-03-29 07:35:53.889270"]]
|
24445
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24446
|
+
[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"]]
|
24447
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
24448
|
+
[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", "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-29 07:35:55.875948"], ["updated_at", "2016-03-29 07:35:55.875948"]]
|
24449
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
24450
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
24451
|
+
[1m[35m (0.1ms)[0m begin transaction
|
24452
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24453
|
+
[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-29 07:35:55.883552"], ["updated_at", "2016-03-29 07:35:55.883552"]]
|
24454
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24455
|
+
[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"]]
|
24456
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
24457
|
+
[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-29 07:35:57.812084"], ["updated_at", "2016-03-29 07:35:57.812084"]]
|
24458
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24459
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
24460
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
24461
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24462
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24463
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24464
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24465
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24466
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24467
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24468
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24469
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24470
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24471
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24472
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24473
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24474
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24475
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24476
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24477
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24478
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24479
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24480
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24481
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24482
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24483
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (2.8ms)
|
24484
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24485
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24486
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.1ms)
|
24487
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24488
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
24489
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24490
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
24491
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24492
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24493
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24494
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("content_data", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["content_data", "{\"one\":\"two\"}"], ["created_at", "2016-03-29 07:35:57.851591"], ["updated_at", "2016-03-29 07:35:57.851591"]]
|
24495
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24496
|
+
[1m[36mArticle Load (0.4ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."lady_josephine_server_uuid" IS NULL LIMIT 1[0m
|
24497
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
24498
|
+
[1m[36mSQL (0.4ms)[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-29 07:35:59.755456"], ["updated_at", "2016-03-29 07:35:59.755456"]]
|
24499
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24500
|
+
[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"]]
|
24501
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_extended_image_block.haml (8.8ms)
|
24502
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
24503
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
24504
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24505
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24506
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24507
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24508
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24509
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24510
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24511
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24512
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
24513
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24514
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24515
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24516
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24517
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24518
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24519
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24520
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24521
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24522
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24523
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24524
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24525
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24526
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24527
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24528
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24529
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24530
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.4ms)
|
24531
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24532
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
24533
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24534
|
+
[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-29 07:35:59.800569"], ["updated_at", "2016-03-29 07:35:59.800569"]]
|
24535
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24536
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
24537
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24538
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24539
|
+
[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-29 07:35:59.803858"], ["updated_at", "2016-03-29 07:35:59.803858"]]
|
24540
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24541
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
24542
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24543
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24544
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24545
|
+
Rendered /Users/bodo/bitcrowd/bitcrowd/lady_josephine/app/views/lady_josephine/blocks/_text_block.html.haml (1.1ms)
|
24546
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24547
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24548
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24549
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24550
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
24551
|
+
[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-29 07:35:59.814353"], ["updated_at", "2016-03-29 07:35:59.814353"]]
|
24552
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
24553
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
24554
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24555
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24556
|
+
[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-29 07:35:59.816872"], ["updated_at", "2016-03-29 07:35:59.816872"]]
|
24557
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24558
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
24559
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
24560
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24561
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24562
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
24563
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24564
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24565
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
24566
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24567
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("content_data", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["content_data", "{\"one\":\"two\"}"], ["created_at", "2016-03-29 07:35:59.820859"], ["updated_at", "2016-03-29 07:35:59.820859"]]
|
24568
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
24569
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
24570
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24571
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
24572
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24573
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
24574
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24575
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
24576
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24577
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
24578
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24579
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
24580
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24581
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
24582
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24583
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
24584
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24585
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
24586
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24587
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
24588
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24589
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
24590
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24591
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
24592
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24593
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
24594
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24595
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24596
|
+
[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-29 07:35:59.831420"], ["updated_at", "2016-03-29 07:35:59.831420"]]
|
24597
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24598
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24599
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
24600
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24601
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
24602
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
24603
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24604
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24605
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
24606
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24607
|
+
[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-29 07:35:59.897704"], ["updated_at", "2016-03-29 07:35:59.897704"]]
|
24608
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24609
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
24610
|
+
[1m[35m (0.1ms)[0m begin transaction
|
24611
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24612
|
+
[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-29 07:35:59.899942"], ["updated_at", "2016-03-29 07:35:59.899942"]]
|
24613
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24614
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24615
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
24616
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24617
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
24618
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
24619
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24620
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24621
|
+
[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-29 07:35:59.904964"], ["updated_at", "2016-03-29 07:35:59.904964"]]
|
24622
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24623
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24624
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
24625
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24626
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
24627
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
24628
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24629
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24630
|
+
[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-29 07:35:59.910560"], ["updated_at", "2016-03-29 07:35:59.910560"]]
|
24631
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24632
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24633
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
24634
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24635
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
24636
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
24637
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24638
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24639
|
+
[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-29 07:35:59.915204"], ["updated_at", "2016-03-29 07:35:59.915204"]]
|
24640
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24641
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24642
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
24643
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
24644
|
+
[1m[35m (0.3ms)[0m begin transaction
|
24645
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24646
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1
|
24647
|
+
[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$ri4UNr1y1tyB18MsgpOOOu3lO9spkaQzAUcF3wyPqRPXeoYZBPlBO"], ["created_at", "2016-03-29 07:35:59.926516"], ["updated_at", "2016-03-29 07:35:59.926516"]]
|
24648
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24649
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24650
|
+
[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-29 07:35:59.928151"], ["updated_at", "2016-03-29 07:35:59.928151"]]
|
24651
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24652
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
24653
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
24654
|
+
[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"]]
|
24655
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1[0m [["id", 1]]
|
24656
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24657
|
+
[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-29 07:35:59.934763"], ["lady_josephine_ping_user_id", 1], ["updated_at", "2016-03-29 07:35:59.935661"], ["id", 1]]
|
24658
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24659
|
+
Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.5ms)
|
24660
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
24661
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24662
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24663
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1
|
24664
|
+
[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$FonFUl3DpON4mXTIPEzg3u3eyQ/K0XCRwUxzNE21akZGkzmduDhfm"], ["created_at", "2016-03-29 07:35:59.942445"], ["updated_at", "2016-03-29 07:35:59.942445"]]
|
24665
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24666
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
24667
|
+
Parameters: {"id"=>"not-found", "resource"=>"article"}
|
24668
|
+
[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"]]
|
24669
|
+
Rendered text template (0.0ms)
|
24670
|
+
Completed 404 Not Found in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)
|
24671
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
24672
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24673
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24674
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1[0m
|
24675
|
+
[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$JUezcrgnekjQ/T0rW/kafOD0JXQZziDkvObWZqj6s7H7jWdr7wFD2"], ["created_at", "2016-03-29 07:35:59.953912"], ["updated_at", "2016-03-29 07:35:59.953912"]]
|
24676
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24677
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24678
|
+
[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"]]
|
24679
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24680
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24681
|
+
[1m[35mUser Exists (0.0ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'marge@simpson.com' LIMIT 1
|
24682
|
+
[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$j1c8DCec9krpYcKJI.oRWu/lnVAoX.gt7l4NfAr1HdP.lQUvY.PeO"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
24683
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24684
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24685
|
+
[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]]
|
24686
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24687
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
24688
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
24689
|
+
[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"]]
|
24690
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1[0m [["id", 1]]
|
24691
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
|
24692
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
24693
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
24694
|
+
[1m[35m (0.0ms)[0m begin transaction
|
24695
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24696
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'homer@simpson.com' LIMIT 1
|
24697
|
+
[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$f1.mYqZhX7VEMsnYFxyQ6uqjMwJp7TCoYviKLkF32pfdF/sXvvKdm"], ["created_at", "2016-03-29 07:35:59.971583"], ["updated_at", "2016-03-29 07:35:59.971583"]]
|
24698
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24699
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
24700
|
+
[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"]]
|
24701
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24702
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24703
|
+
[1m[36mUser Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'marge@simpson.com' LIMIT 1[0m
|
24704
|
+
[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$VHqDuxH7.dATAy/b9bLTZeCAezoxgPIyRNAzrVhAJfjvpV0jy3xS2"], ["created_at", "2014-10-09 23:00:15.000000"], ["updated_at", "2014-10-09 23:00:15.000000"]]
|
24705
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
24706
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24707
|
+
[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]]
|
24708
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24709
|
+
Processing by LadyJosephine::EditorController#ping as HTML
|
24710
|
+
Parameters: {"update"=>"force", "id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
24711
|
+
[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"]]
|
24712
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
|
24713
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
|
24714
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24715
|
+
[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]]
|
24716
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24717
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
24718
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
24719
|
+
[1m[35m (0.1ms)[0m begin transaction
|
24720
|
+
Processing by LadyJosephine::EditorController#version as HTML
|
24721
|
+
Parameters: {"id"=>"not-found", "resource"=>"article"}
|
24722
|
+
[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"]]
|
24723
|
+
Rendered text template (0.0ms)
|
24724
|
+
Completed 404 Not Found in 1ms (Views: 0.3ms | ActiveRecord: 0.1ms)
|
24725
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
24726
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
24727
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
24728
|
+
[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-29 07:35:59.993366"], ["updated_at", "2016-03-29 07:35:59.993366"]]
|
24729
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
24730
|
+
Processing by LadyJosephine::EditorController#version as HTML
|
24731
|
+
Parameters: {"id"=>"uuid-uuid-uuid", "resource"=>"article"}
|
24732
|
+
[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"]]
|
24733
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
24734
|
+
[1m[35m (0.4ms)[0m rollback transaction
|