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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f264cb16a4de82c7e2119d05f2c3035cdd5a40cd
4
- data.tar.gz: d9b0e604f7ebcb5ef0dec0c0787128b6fda4b622
3
+ metadata.gz: 4c4c085c5383d90bb9159f1fcf480ff6d931543a
4
+ data.tar.gz: 58aac952b3fe133362e5cb88be518722600102e0
5
5
  SHA512:
6
- metadata.gz: 884d374439b0815b18af60cf565d4912dd5db317485f6870905a76e67a7d0ce943abe78ff6e414389e929471c1f6bf2a302aafb1dc8c7afa3e39f00bb74daf8c
7
- data.tar.gz: 7c0d6eab7fba6e94c48c57dc0a7acfbe84c6168d1db4cc602f3de88678af5da5ee9c5c5f929c62580fc29b2e769d07b63054dadeb7eecb17824d30d5d50eb79a
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
- unless app.root.to_s.match root.to_s
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
@@ -1,3 +1,3 @@
1
1
  module HomesteadingPublisher
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
@@ -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
   (0.7ms) rollback transaction
14343
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
14344
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
14345
+  (0.1ms) begin transaction
14346
+  (0.3ms) SAVEPOINT active_record_1
14347
+ SQL (0.9ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14349
+ License Load (0.1ms) SELECT "licenses".* FROM "licenses"
14350
+  (0.4ms) rollback transaction
14351
+  (0.1ms) begin transaction
14352
+  (0.1ms) rollback transaction
14353
+  (0.0ms) begin transaction
14354
+  (0.0ms) rollback transaction
14355
+  (0.0ms) begin transaction
14356
+  (0.1ms) rollback transaction
14357
+  (0.2ms) begin transaction
14358
+  (0.1ms) SAVEPOINT active_record_1
14359
+ SQL (1.1ms) 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.379512"], ["updated_at", "2015-03-20 19:35:33.379512"], ["published_at", "2015-03-20 19:35:33.380069"]]
14360
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14361
+  (0.4ms) rollback transaction
14362
+  (0.1ms) begin transaction
14363
+  (0.1ms) SAVEPOINT active_record_1
14364
+ SQL (0.5ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14366
+  (0.4ms) SAVEPOINT active_record_1
14367
+ SQL (1.1ms) 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.399752"], ["updated_at", "2015-03-20 19:35:33.399752"], ["published_at", "2015-03-20 19:35:33.401224"]]
14368
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14369
+ Setting Load (0.6ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]
14370
+  (1.2ms) rollback transaction
14371
+  (0.1ms) begin transaction
14372
+  (0.1ms) SAVEPOINT active_record_1
14373
+ SQL (0.3ms) 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.422961"], ["updated_at", "2015-03-20 19:35:33.422961"], ["key", "post_type"]]
14374
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14375
+  (0.2ms) SAVEPOINT active_record_1
14376
+ SQL (0.6ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14378
+ Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]
14379
+  (0.5ms) rollback transaction
14380
+  (0.1ms) begin transaction
14381
+  (0.0ms) SAVEPOINT active_record_1
14382
+ SQL (0.4ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14384
+  (0.0ms) SAVEPOINT active_record_1
14385
+ SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14387
+ Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]
14388
+  (1.1ms) rollback transaction
14389
+  (0.2ms) begin transaction
14390
+  (0.1ms) rollback transaction
14391
+  (0.1ms) begin transaction
14392
+  (0.1ms) rollback transaction
14393
+  (0.1ms) begin transaction
14394
+  (0.1ms) rollback transaction
14395
+  (0.1ms) begin transaction
14396
+  (0.1ms) SAVEPOINT active_record_1
14397
+ SQL (0.3ms) 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.468403"], ["updated_at", "2015-03-20 19:35:33.468403"]]
14398
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14399
+  (0.4ms) rollback transaction
14400
+  (0.1ms) begin transaction
14401
+  (0.1ms) SAVEPOINT active_record_1
14402
+ SQL (0.7ms) 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
+  (0.2ms) RELEASE SAVEPOINT active_record_1
14404
+  (0.9ms) rollback transaction
14405
+  (0.1ms) begin transaction
14406
+  (0.1ms) SAVEPOINT active_record_1
14407
+ SQL (0.3ms) 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.488784"], ["updated_at", "2015-03-20 19:35:33.488784"]]
14408
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14409
+  (0.8ms) rollback transaction
14410
+  (0.1ms) begin transaction
14411
+  (0.1ms) SAVEPOINT active_record_1
14412
+ SQL (0.2ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14414
+  (0.4ms) rollback transaction
14415
+  (0.1ms) begin transaction
14416
+  (0.1ms) SAVEPOINT active_record_1
14417
+ SQL (0.3ms) 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.502714"], ["updated_at", "2015-03-20 19:35:33.502714"]]
14418
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14419
+  (0.4ms) rollback transaction
14420
+  (0.1ms) begin transaction
14421
+  (0.0ms) SAVEPOINT active_record_1
14422
+ SQL (0.3ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14424
+  (0.4ms) rollback transaction
14425
+  (0.2ms) begin transaction
14426
+  (0.2ms) SAVEPOINT active_record_1
14427
+ SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14429
+  (0.4ms) rollback transaction
14430
+  (0.1ms) begin transaction
14431
+  (0.1ms) SAVEPOINT active_record_1
14432
+ SQL (0.3ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14434
+  (0.4ms) rollback transaction
14435
+  (0.0ms) begin transaction
14436
+  (0.0ms) SAVEPOINT active_record_1
14437
+ SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14439
+  (0.3ms) rollback transaction
14440
+  (0.0ms) begin transaction
14441
+  (0.0ms) rollback transaction
14442
+  (0.0ms) begin transaction
14443
+  (0.1ms) SAVEPOINT active_record_1
14444
+ SQL (0.4ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14446
+  (0.8ms) rollback transaction
14447
+  (0.3ms) begin transaction
14448
+  (0.1ms) SAVEPOINT active_record_1
14449
+ SQL (0.4ms) 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.624228"], ["updated_at", "2015-03-20 19:35:33.624228"], ["published_at", "2015-03-20 19:35:33.625248"]]
14450
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14451
+  (0.6ms) rollback transaction
14452
+  (0.1ms) begin transaction
14453
+  (0.1ms) SAVEPOINT active_record_1
14454
+ SQL (0.2ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14456
+  (0.4ms) rollback transaction
14457
+  (0.1ms) begin transaction
14458
+  (0.0ms) SAVEPOINT active_record_1
14459
+ SQL (0.2ms) 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.643372"], ["updated_at", "2015-03-20 19:35:33.643372"], ["published_at", "2015-03-20 19:35:33.643651"]]
14460
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14461
+  (0.4ms) rollback transaction
14462
+  (0.1ms) begin transaction
14463
+  (0.1ms) SAVEPOINT active_record_1
14464
+ SQL (0.5ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14466
+  (0.4ms) rollback transaction
14467
+  (0.1ms) begin transaction
14468
+  (0.1ms) SAVEPOINT active_record_1
14469
+ SQL (0.3ms) 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.659086"], ["updated_at", "2015-03-20 19:35:33.659086"], ["published_at", "2015-03-20 19:35:33.659378"]]
14470
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14471
+  (0.4ms) rollback transaction
14472
+  (0.1ms) begin transaction
14473
+  (0.1ms) SAVEPOINT active_record_1
14474
+ SQL (0.3ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14476
+  (0.4ms) rollback transaction
14477
+  (0.1ms) begin transaction
14478
+  (0.0ms) SAVEPOINT active_record_1
14479
+ SQL (0.3ms) 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.675855"], ["updated_at", "2015-03-20 19:35:33.675855"], ["published_at", "2015-03-20 19:35:33.676135"]]
14480
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14481
+  (0.9ms) rollback transaction
14482
+  (0.2ms) begin transaction
14483
+  (0.1ms) SAVEPOINT active_record_1
14484
+ SQL (0.5ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14486
+ Setting Load (0.5ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'
14487
+  (0.6ms) rollback transaction
14488
+  (0.2ms) begin transaction
14489
+  (0.1ms) SAVEPOINT active_record_1
14490
+ SQL (0.4ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14492
+ Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'
14493
+  (0.5ms) rollback transaction
14494
+  (0.1ms) begin transaction
14495
+  (0.0ms) SAVEPOINT active_record_1
14496
+ SQL (0.2ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14498
+  (0.4ms) rollback transaction
14499
+  (0.0ms) begin transaction
14500
+  (0.0ms) SAVEPOINT active_record_1
14501
+ SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14503
+  (0.3ms) rollback transaction
14504
+  (0.0ms) begin transaction
14505
+  (0.0ms) SAVEPOINT active_record_1
14506
+ SQL (0.2ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14508
+  (0.5ms) rollback transaction
14509
+  (0.1ms) begin transaction
14510
+  (0.0ms) SAVEPOINT active_record_1
14511
+ SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14513
+  (0.7ms) rollback transaction
14514
+  (0.1ms) begin transaction
14515
+  (0.0ms) SAVEPOINT active_record_1
14516
+ SQL (0.3ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14518
+  (0.4ms) rollback transaction
14519
+  (0.1ms) begin transaction
14520
+  (0.1ms) SAVEPOINT active_record_1
14521
+ SQL (0.6ms) 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.728010"], ["updated_at", "2015-03-20 19:35:33.728010"], ["published_at", "2015-03-20 19:35:33.728266"]]
14522
+  (0.1ms) 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
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["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
+  (0.4ms) rollback transaction
14529
+  (0.1ms) begin transaction
14530
+  (0.0ms) SAVEPOINT active_record_1
14531
+ SQL (0.4ms) 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.767923"], ["updated_at", "2015-03-20 19:35:33.767923"], ["published_at", "2015-03-20 19:35:33.768178"]]
14532
+  (0.1ms) 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
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["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
+  (0.4ms) rollback transaction
14539
+  (0.1ms) begin transaction
14540
+  (0.0ms) SAVEPOINT active_record_1
14541
+ SQL (0.2ms) 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.785009"], ["updated_at", "2015-03-20 19:35:33.785009"], ["published_at", "2015-03-20 19:35:33.785275"]]
14542
+  (0.0ms) 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
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["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
+  (0.5ms) rollback transaction
14549
+  (0.0ms) begin transaction
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
+  (0.1ms) rollback transaction
14554
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
14559
+  (0.2ms) begin transaction
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
+  (0.2ms) rollback transaction
14564
+  (0.1ms) begin transaction
14565
+  (0.1ms) SAVEPOINT active_record_1
14566
+ SQL (0.8ms) 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.834446"], ["updated_at", "2015-03-20 19:35:33.834446"], ["published_at", "2015-03-20 19:35:33.834732"]]
14567
+  (0.1ms) 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
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["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
+  (0.4ms) rollback transaction
14574
+  (0.1ms) begin transaction
14575
+  (0.1ms) SAVEPOINT active_record_1
14576
+ SQL (0.2ms) 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.854419"], ["updated_at", "2015-03-20 19:35:33.854419"], ["published_at", "2015-03-20 19:35:33.854673"]]
14577
+  (0.0ms) 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
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["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
+  (0.5ms) rollback transaction
14584
+  (0.1ms) begin transaction
14585
+  (0.1ms) SAVEPOINT active_record_1
14586
+ SQL (0.3ms) 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.869702"], ["updated_at", "2015-03-20 19:35:33.869702"], ["published_at", "2015-03-20 19:35:33.870052"]]
14587
+  (0.1ms) 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
+ Post Load (0.4ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["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
+  (0.6ms) rollback transaction
14594
+  (0.1ms) begin transaction
14595
+  (0.1ms) SAVEPOINT active_record_1
14596
+ SQL (0.8ms) 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.892123"], ["updated_at", "2015-03-20 19:35:33.892123"], ["published_at", "2015-03-20 19:35:33.892548"]]
14597
+  (0.1ms) 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
+  (0.4ms) rollback transaction
14604
+  (0.1ms) begin transaction
14605
+  (0.1ms) SAVEPOINT active_record_1
14606
+ SQL (0.3ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
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
+  (0.1ms) SAVEPOINT active_record_1
14612
+ SQL (0.4ms) INSERT INTO "posts" ("slug", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["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
+  (0.1ms) 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
+  (1.0ms) rollback transaction
14617
+  (0.1ms) begin transaction
14618
+  (0.1ms) SAVEPOINT active_record_1
14619
+ SQL (0.3ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
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
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]]
14624
+ Unpermitted parameters: post, year, month, day
14625
+  (0.1ms) SAVEPOINT active_record_1
14626
+  (0.1ms) 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
+  (0.5ms) rollback transaction
14630
+  (0.1ms) begin transaction
14631
+  (0.0ms) SAVEPOINT active_record_1
14632
+ SQL (0.2ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
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
+ Post Load (0.1ms) 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
+  (0.3ms) rollback transaction
14641
+  (0.0ms) begin transaction
14642
+  (0.0ms) SAVEPOINT active_record_1
14643
+ SQL (1.2ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
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
+ Post Load (0.1ms) 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
+  (0.6ms) rollback transaction
14652
+  (0.1ms) 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
+  (0.1ms) rollback transaction
14657
+  (0.1ms) 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
+  (0.1ms) rollback transaction
14662
+  (0.1ms) begin transaction
14663
+  (0.1ms) SAVEPOINT active_record_1
14664
+ SQL (0.3ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14666
+  (0.0ms) SAVEPOINT active_record_1
14667
+ SQL (0.3ms) 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.054405"], ["updated_at", "2015-03-20 19:35:34.054405"], ["published_at", "2015-03-20 19:35:34.054624"]]
14668
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14669
+  (0.0ms) SAVEPOINT active_record_1
14670
+ SQL (0.1ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14672
+  (0.0ms) SAVEPOINT active_record_1
14673
+ SQL (0.1ms) 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.061917"], ["updated_at", "2015-03-20 19:35:34.061917"], ["published_at", "2015-03-20 19:35:34.062199"]]
14674
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14675
+  (0.1ms) SAVEPOINT active_record_1
14676
+ SQL (0.1ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14678
+  (0.0ms) SAVEPOINT active_record_1
14679
+ SQL (0.1ms) 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.073943"], ["updated_at", "2015-03-20 19:35:34.073943"], ["published_at", "2015-03-20 19:35:34.074206"]]
14680
+  (0.0ms) 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
+ Post Load (0.3ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc LIMIT 5 OFFSET 5
14686
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at ASC LIMIT 1
14687
+  (0.8ms) rollback transaction
14688
+  (0.2ms) begin transaction
14689
+  (0.1ms) SAVEPOINT active_record_1
14690
+ SQL (0.3ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14692
+  (0.1ms) SAVEPOINT active_record_1
14693
+ SQL (0.7ms) 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.103653"], ["updated_at", "2015-03-20 19:35:34.103653"], ["published_at", "2015-03-20 19:35:34.104309"]]
14694
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14695
+  (0.1ms) SAVEPOINT active_record_1
14696
+ SQL (0.1ms) 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
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14698
+  (0.1ms) SAVEPOINT active_record_1
14699
+ SQL (0.1ms) 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.115352"], ["updated_at", "2015-03-20 19:35:34.115352"], ["published_at", "2015-03-20 19:35:34.115611"]]
14700
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14701
+  (0.1ms) SAVEPOINT active_record_1
14702
+ SQL (0.1ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14704
+  (0.0ms) SAVEPOINT active_record_1
14705
+ SQL (0.1ms) 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.124620"], ["updated_at", "2015-03-20 19:35:34.124620"], ["published_at", "2015-03-20 19:35:34.124876"]]
14706
+  (0.0ms) 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
+ Post Load (0.3ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc LIMIT 5 OFFSET 0
14711
+  (0.1ms) SELECT COUNT(*) FROM "posts"
14712
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at DESC LIMIT 5
14713
+  (0.6ms) 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.1
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-17 00:00:00.000000000 Z
12
+ date: 2015-03-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails