homesteading_publisher 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/homesteading_publisher/engine.rb +2 -2
- data/lib/homesteading_publisher/version.rb +1 -1
- data/spec/dummy/log/test.log +371 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4c4c085c5383d90bb9159f1fcf480ff6d931543a
|
4
|
+
data.tar.gz: 58aac952b3fe133362e5cb88be518722600102e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8315f49f00fa01e39ac9f7f58df6e806746fccee190bb8a0f162703c853755074735cb256b3c3d7f6e44ce6d3318582f6658fe9aae1e6189b3f3524c62968f13
|
7
|
+
data.tar.gz: bc7a2de5c62c1b67ab9c53d2499b76c3057450f4bf9abdfdb0083ea582c0ca188c1ec3015b2cb43af24671fb4e5c52748cd0cd319719695f0e99a2a59850be7e
|
@@ -10,12 +10,12 @@ module HomesteadingPublisher
|
|
10
10
|
end
|
11
11
|
|
12
12
|
initializer :append_migrations do |app|
|
13
|
-
|
13
|
+
if app.root.to_s != root.to_s
|
14
14
|
config.paths["db/migrate"].expanded.each do |expanded_path|
|
15
15
|
app.config.paths["db/migrate"] << expanded_path
|
16
16
|
end
|
17
17
|
end
|
18
18
|
end
|
19
|
-
|
19
|
+
|
20
20
|
end
|
21
21
|
end
|
data/spec/dummy/log/test.log
CHANGED
@@ -14340,3 +14340,374 @@ Unpermitted parameters: post, year, month, day
|
|
14340
14340
|
Redirected to http://test.host/posts/2015/03/17/test-slug
|
14341
14341
|
Completed 302 Found in 8ms (ActiveRecord: 0.4ms)
|
14342
14342
|
[1m[35m (0.7ms)[0m rollback transaction
|
14343
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
14344
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
14345
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14346
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
14347
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-20 19:35:33.344478"], ["updated_at", "2015-03-20 19:35:33.344478"]]
|
14348
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
14349
|
+
[1m[36mLicense Load (0.1ms)[0m [1mSELECT "licenses".* FROM "licenses"[0m
|
14350
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
14351
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14352
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14353
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14354
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
14355
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14356
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14357
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
14358
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
14359
|
+
[1m[36mSQL (1.1ms)[0m [1mINSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.379512"], ["updated_at", "2015-03-20 19:35:33.379512"], ["published_at", "2015-03-20 19:35:33.380069"]]
|
14360
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
14361
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
14362
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14363
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
14364
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-20 19:35:33.393346"], ["updated_at", "2015-03-20 19:35:33.393346"], ["key", "post_type"]]
|
14365
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
14366
|
+
[1m[35m (0.4ms)[0m SAVEPOINT active_record_1
|
14367
|
+
[1m[36mSQL (1.1ms)[0m [1mINSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.399752"], ["updated_at", "2015-03-20 19:35:33.399752"], ["published_at", "2015-03-20 19:35:33.401224"]]
|
14368
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
14369
|
+
[1m[36mSetting Load (0.6ms)[0m [1mSELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1[0m [["name", "Post Type"]]
|
14370
|
+
[1m[35m (1.2ms)[0m rollback transaction
|
14371
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14372
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
14373
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?)[0m [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-20 19:35:33.422961"], ["updated_at", "2015-03-20 19:35:33.422961"], ["key", "post_type"]]
|
14374
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
14375
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
14376
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "30"], ["second", "33"], ["slug", "test-slug"], ["published_at", "2015-03-20 19:30:33.424926"], ["created_at", "2015-03-20 19:35:33.428075"], ["updated_at", "2015-03-20 19:35:33.428075"]]
|
14377
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
14378
|
+
[1m[35mSetting Load (0.1ms)[0m SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]
|
14379
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
14380
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14381
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
14382
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-20 19:35:33.436869"], ["updated_at", "2015-03-20 19:35:33.436869"], ["key", "post_type"]]
|
14383
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
14384
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
14385
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]
|
14386
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
14387
|
+
[1m[36mSetting Load (0.0ms)[0m [1mSELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1[0m [["name", "Post Type"]]
|
14388
|
+
[1m[35m (1.1ms)[0m rollback transaction
|
14389
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
14390
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14391
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14392
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14393
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14394
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14395
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14396
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
14397
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-20 19:35:33.468403"], ["updated_at", "2015-03-20 19:35:33.468403"]]
|
14398
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
14399
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
14400
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14401
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
14402
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-20 19:35:33.474946"], ["updated_at", "2015-03-20 19:35:33.474946"]]
|
14403
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
14404
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
14405
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14406
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
14407
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-20 19:35:33.488784"], ["updated_at", "2015-03-20 19:35:33.488784"]]
|
14408
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
14409
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
14410
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14411
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
14412
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-20 19:35:33.496539"], ["updated_at", "2015-03-20 19:35:33.496539"]]
|
14413
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
14414
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
14415
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14416
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
14417
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-20 19:35:33.502714"], ["updated_at", "2015-03-20 19:35:33.502714"]]
|
14418
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
14419
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
14420
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14421
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
14422
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-20 19:35:33.508485"], ["updated_at", "2015-03-20 19:35:33.508485"]]
|
14423
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
14424
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
14425
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
14426
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
14427
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["title", "Test Post Title"], ["created_at", "2015-03-20 19:35:33.518350"], ["updated_at", "2015-03-20 19:35:33.518350"], ["published_at", "2015-03-20 19:35:33.518914"], ["slug", "test-post-title"]]
|
14428
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
14429
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
14430
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14431
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
14432
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["content", "Lorem Impsum"], ["created_at", "2015-03-20 19:35:33.581822"], ["updated_at", "2015-03-20 19:35:33.581822"], ["published_at", "2015-03-20 19:35:33.582093"], ["slug", "lorem-impsum"]]
|
14433
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
14434
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
14435
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14436
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
14437
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["title", "Test Post Title"], ["content", "Lorem Impsum"], ["created_at", "2015-03-20 19:35:33.587655"], ["updated_at", "2015-03-20 19:35:33.587655"], ["published_at", "2015-03-20 19:35:33.587884"], ["slug", "test-post-title"]]
|
14438
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
14439
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
14440
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14441
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
14442
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14443
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
14444
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.595365"], ["updated_at", "2015-03-20 19:35:33.595365"], ["published_at", "2015-03-20 19:35:33.595760"]]
|
14445
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
14446
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
14447
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
14448
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
14449
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.624228"], ["updated_at", "2015-03-20 19:35:33.624228"], ["published_at", "2015-03-20 19:35:33.625248"]]
|
14450
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
14451
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
14452
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14453
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
14454
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.637349"], ["updated_at", "2015-03-20 19:35:33.637349"], ["published_at", "2015-03-20 19:35:33.637590"]]
|
14455
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
14456
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
14457
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14458
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
14459
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.643372"], ["updated_at", "2015-03-20 19:35:33.643372"], ["published_at", "2015-03-20 19:35:33.643651"]]
|
14460
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
14461
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
14462
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14463
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
14464
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.649829"], ["updated_at", "2015-03-20 19:35:33.649829"], ["published_at", "2015-03-20 19:35:33.650225"]]
|
14465
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
14466
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
14467
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14468
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
14469
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.659086"], ["updated_at", "2015-03-20 19:35:33.659086"], ["published_at", "2015-03-20 19:35:33.659378"]]
|
14470
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
14471
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
14472
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14473
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
14474
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.669286"], ["updated_at", "2015-03-20 19:35:33.669286"], ["published_at", "2015-03-20 19:35:33.669570"]]
|
14475
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
14476
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
14477
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14478
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
14479
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.675855"], ["updated_at", "2015-03-20 19:35:33.675855"], ["published_at", "2015-03-20 19:35:33.676135"]]
|
14480
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
14481
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
14482
|
+
[1m[35m (0.2ms)[0m begin transaction
|
14483
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
14484
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-20 19:35:33.687130"], ["updated_at", "2015-03-20 19:35:33.687130"], ["key", "test"]]
|
14485
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
14486
|
+
[1m[35mSetting Load (0.5ms)[0m SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'
|
14487
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
14488
|
+
[1m[35m (0.2ms)[0m begin transaction
|
14489
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
14490
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-20 19:35:33.698931"], ["updated_at", "2015-03-20 19:35:33.698931"], ["key", "test"]]
|
14491
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
14492
|
+
[1m[35mSetting Load (0.1ms)[0m SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'
|
14493
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
14494
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14495
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
14496
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-20 19:35:33.703338"], ["updated_at", "2015-03-20 19:35:33.703338"], ["key", "url_setting"]]
|
14497
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
14498
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
14499
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14500
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
14501
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?)[0m [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-20 19:35:33.706667"], ["updated_at", "2015-03-20 19:35:33.706667"], ["key", "url_setting"]]
|
14502
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
14503
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
14504
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14505
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
14506
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-20 19:35:33.709485"], ["updated_at", "2015-03-20 19:35:33.709485"], ["key", "test"]]
|
14507
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
14508
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
14509
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14510
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
14511
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?)[0m [["name", "test"], ["content", "t"], ["created_at", "2015-03-20 19:35:33.713845"], ["updated_at", "2015-03-20 19:35:33.713845"], ["key", "test"]]
|
14512
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
14513
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
14514
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14515
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
14516
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-20 19:35:33.719569"], ["updated_at", "2015-03-20 19:35:33.719569"], ["key", "test"]]
|
14517
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
14518
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
14519
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14520
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
14521
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.728010"], ["updated_at", "2015-03-20 19:35:33.728010"], ["published_at", "2015-03-20 19:35:33.728266"]]
|
14522
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
14523
|
+
Processing by HomesteadingPublisher::PostsController#show as HTML
|
14524
|
+
Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"}
|
14525
|
+
[1m[36mPost Load (0.2ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc[0m [["slug", "test-slug"]]
|
14526
|
+
Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.6ms)
|
14527
|
+
Completed 200 OK in 22ms (Views: 20.5ms | ActiveRecord: 0.2ms)
|
14528
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
14529
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14530
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
14531
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.767923"], ["updated_at", "2015-03-20 19:35:33.767923"], ["published_at", "2015-03-20 19:35:33.768178"]]
|
14532
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
14533
|
+
Processing by HomesteadingPublisher::PostsController#show as HTML
|
14534
|
+
Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"}
|
14535
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc[0m [["slug", "test-slug"]]
|
14536
|
+
Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (1.2ms)
|
14537
|
+
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.1ms)
|
14538
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
14539
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14540
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
14541
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.785009"], ["updated_at", "2015-03-20 19:35:33.785009"], ["published_at", "2015-03-20 19:35:33.785275"]]
|
14542
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
14543
|
+
Processing by HomesteadingPublisher::PostsController#show as HTML
|
14544
|
+
Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"}
|
14545
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc[0m [["slug", "test-slug"]]
|
14546
|
+
Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms)
|
14547
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)
|
14548
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
14549
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
14550
|
+
Processing by HomesteadingPublisher::PostsController#new as HTML
|
14551
|
+
Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms)
|
14552
|
+
Completed 200 OK in 6ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
14553
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14554
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14555
|
+
Processing by HomesteadingPublisher::PostsController#new as HTML
|
14556
|
+
Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms)
|
14557
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
14558
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
14559
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
14560
|
+
Processing by HomesteadingPublisher::PostsController#new as HTML
|
14561
|
+
Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.3ms)
|
14562
|
+
Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
14563
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
14564
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14565
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
14566
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.834446"], ["updated_at", "2015-03-20 19:35:33.834446"], ["published_at", "2015-03-20 19:35:33.834732"]]
|
14567
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
14568
|
+
Processing by HomesteadingPublisher::PostsController#edit as HTML
|
14569
|
+
Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"}
|
14570
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc[0m [["slug", "test-slug"]]
|
14571
|
+
Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.4ms)
|
14572
|
+
Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.1ms)
|
14573
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
14574
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14575
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
14576
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.854419"], ["updated_at", "2015-03-20 19:35:33.854419"], ["published_at", "2015-03-20 19:35:33.854673"]]
|
14577
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
14578
|
+
Processing by HomesteadingPublisher::PostsController#edit as HTML
|
14579
|
+
Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"}
|
14580
|
+
[1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc[0m [["slug", "test-slug"]]
|
14581
|
+
Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms)
|
14582
|
+
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)
|
14583
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
14584
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14585
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
14586
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.869702"], ["updated_at", "2015-03-20 19:35:33.869702"], ["published_at", "2015-03-20 19:35:33.870052"]]
|
14587
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
14588
|
+
Processing by HomesteadingPublisher::PostsController#edit as HTML
|
14589
|
+
Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"}
|
14590
|
+
[1m[36mPost Load (0.4ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc[0m [["slug", "test-slug"]]
|
14591
|
+
Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (1.0ms)
|
14592
|
+
Completed 200 OK in 8ms (Views: 4.2ms | ActiveRecord: 0.4ms)
|
14593
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
14594
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
14595
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
14596
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.892123"], ["updated_at", "2015-03-20 19:35:33.892123"], ["published_at", "2015-03-20 19:35:33.892548"]]
|
14597
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
14598
|
+
Processing by HomesteadingPublisher::PostsController#create as HTML
|
14599
|
+
Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03"}
|
14600
|
+
Unpermitted parameters: post, year, month, day
|
14601
|
+
Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.5ms)
|
14602
|
+
Completed 200 OK in 7ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
14603
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
14604
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14605
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
14606
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.925249"], ["updated_at", "2015-03-20 19:35:33.925249"], ["published_at", "2015-03-20 19:35:33.925720"]]
|
14607
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
14608
|
+
Processing by HomesteadingPublisher::PostsController#create as HTML
|
14609
|
+
Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"20"}
|
14610
|
+
Unpermitted parameters: post, year, month, day
|
14611
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
14612
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "posts" ("slug", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.937075"], ["updated_at", "2015-03-20 19:35:33.937075"], ["published_at", "2015-03-20 19:35:33.937396"], ["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"]]
|
14613
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
14614
|
+
Redirected to http://test.host/homesteading_publisher/posts/2015/03/20/test-slug
|
14615
|
+
Completed 302 Found in 17ms (ActiveRecord: 0.5ms)
|
14616
|
+
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
14617
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14618
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
14619
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.964296"], ["updated_at", "2015-03-20 19:35:33.964296"], ["published_at", "2015-03-20 19:35:33.964588"]]
|
14620
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
14621
|
+
Processing by HomesteadingPublisher::PostsController#update as HTML
|
14622
|
+
Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"}
|
14623
|
+
[1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]]
|
14624
|
+
Unpermitted parameters: post, year, month, day
|
14625
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
14626
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
14627
|
+
Redirected to http://test.host/homesteading_publisher/posts/2015/03/20/test-slug
|
14628
|
+
Completed 302 Found in 8ms (ActiveRecord: 0.3ms)
|
14629
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
14630
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14631
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
14632
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.983785"], ["updated_at", "2015-03-20 19:35:33.983785"], ["published_at", "2015-03-20 19:35:33.984036"]]
|
14633
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
14634
|
+
Processing by HomesteadingPublisher::PostsController#update as HTML
|
14635
|
+
Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"}
|
14636
|
+
[1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]]
|
14637
|
+
Unpermitted parameters: post, year, month, day
|
14638
|
+
Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms)
|
14639
|
+
Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)
|
14640
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
14641
|
+
[1m[35m (0.0ms)[0m begin transaction
|
14642
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
14643
|
+
[1m[35mSQL (1.2ms)[0m INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.996246"], ["updated_at", "2015-03-20 19:35:33.996246"], ["published_at", "2015-03-20 19:35:33.996511"]]
|
14644
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
14645
|
+
Processing by HomesteadingPublisher::PostsController#update as HTML
|
14646
|
+
Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"}
|
14647
|
+
[1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]]
|
14648
|
+
Unpermitted parameters: post, year, month, day
|
14649
|
+
Redirected to http://test.host/homesteading_publisher/posts/2015/03/20/test-slug
|
14650
|
+
Completed 302 Found in 6ms (ActiveRecord: 0.1ms)
|
14651
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
14652
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14653
|
+
Processing by HomesteadingPublisher::PostsController#index as HTML
|
14654
|
+
Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.3ms)
|
14655
|
+
Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
14656
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14657
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14658
|
+
Processing by HomesteadingPublisher::PostsController#index as HTML
|
14659
|
+
Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.2ms)
|
14660
|
+
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
14661
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
14662
|
+
[1m[35m (0.1ms)[0m begin transaction
|
14663
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
14664
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:34.050512"], ["updated_at", "2015-03-20 19:35:34.050512"], ["published_at", "2015-03-20 19:35:34.050792"]]
|
14665
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
14666
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
14667
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:34.054405"], ["updated_at", "2015-03-20 19:35:34.054405"], ["published_at", "2015-03-20 19:35:34.054624"]]
|
14668
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
14669
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
14670
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:34.058548"], ["updated_at", "2015-03-20 19:35:34.058548"], ["published_at", "2015-03-20 19:35:34.058777"]]
|
14671
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
14672
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
14673
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:34.061917"], ["updated_at", "2015-03-20 19:35:34.061917"], ["published_at", "2015-03-20 19:35:34.062199"]]
|
14674
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
14675
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
14676
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:34.069719"], ["updated_at", "2015-03-20 19:35:34.069719"], ["published_at", "2015-03-20 19:35:34.070056"]]
|
14677
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
14678
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
14679
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:34.073943"], ["updated_at", "2015-03-20 19:35:34.073943"], ["published_at", "2015-03-20 19:35:34.074206"]]
|
14680
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
14681
|
+
Processing by HomesteadingPublisher::PostsController#index as HTML
|
14682
|
+
Parameters: {"page"=>"2"}
|
14683
|
+
Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.4ms)
|
14684
|
+
Completed 200 OK in 5ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
14685
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT "posts".* FROM "posts" ORDER BY published_at desc LIMIT 5 OFFSET 5[0m
|
14686
|
+
[1m[35mPost Load (0.2ms)[0m SELECT "posts".* FROM "posts" ORDER BY published_at ASC LIMIT 1
|
14687
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
14688
|
+
[1m[35m (0.2ms)[0m begin transaction
|
14689
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
14690
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:34.099096"], ["updated_at", "2015-03-20 19:35:34.099096"], ["published_at", "2015-03-20 19:35:34.099349"]]
|
14691
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
14692
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
14693
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:34.103653"], ["updated_at", "2015-03-20 19:35:34.103653"], ["published_at", "2015-03-20 19:35:34.104309"]]
|
14694
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
14695
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
14696
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:34.110227"], ["updated_at", "2015-03-20 19:35:34.110227"], ["published_at", "2015-03-20 19:35:34.110499"]]
|
14697
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
14698
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
14699
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:34.115352"], ["updated_at", "2015-03-20 19:35:34.115352"], ["published_at", "2015-03-20 19:35:34.115611"]]
|
14700
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
14701
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
14702
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:34.119650"], ["updated_at", "2015-03-20 19:35:34.119650"], ["published_at", "2015-03-20 19:35:34.120062"]]
|
14703
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
14704
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
14705
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:34.124620"], ["updated_at", "2015-03-20 19:35:34.124620"], ["published_at", "2015-03-20 19:35:34.124876"]]
|
14706
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
14707
|
+
Processing by HomesteadingPublisher::PostsController#index as HTML
|
14708
|
+
Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.3ms)
|
14709
|
+
Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
14710
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT "posts".* FROM "posts" ORDER BY published_at desc LIMIT 5 OFFSET 0[0m
|
14711
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "posts"
|
14712
|
+
[1m[36mPost Load (0.2ms)[0m [1mSELECT "posts".* FROM "posts" ORDER BY published_at DESC LIMIT 5[0m
|
14713
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: homesteading_publisher
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shane Becker
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-03-
|
12
|
+
date: 2015-03-20 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|