flowmor_router 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5083f6f53551ab2b5b71297b68cf0051782d7467
4
- data.tar.gz: 60b5fb5c276e951281ec0c4aa1ba7a1cc06e7349
3
+ metadata.gz: 20b1bf264aa1884532f6982bee7b78abf0e9de41
4
+ data.tar.gz: 995534d80dcaf3cc3d1322d7d9648d5adb179805
5
5
  SHA512:
6
- metadata.gz: f2503a0cb8da3e53c654bf9b6d5d64e202d36bd55e52c2863dd0605a76baa97f417cb1410f423a754c7e1caca8a756562b296d4a910afa254675631bfe414bd3
7
- data.tar.gz: 9ffcd42582e48d404bc521647cdb1f034c799fd8287291562656f7f03e741d52b150ef766e472598da68883866fac27e594dc62ac2a2106994bbad9f14c9a510
6
+ metadata.gz: 05e2a1fb6cd03d2d6355dde99c5ef03ae34839e15e92759bd601fcae48b140e65357d44262c13b9c013c4d65562f2b5a5cee30fb78073e16d0d397a3f6d4342e
7
+ data.tar.gz: a6fa15364d9064140f7d2e345701ad650930a77d6aa8e5103d468e9657f112d176b37092b30f72265ca38f0493f85d41dfa958ebf1b7ad923de795d481c8b233
data/config/routes.rb CHANGED
@@ -15,7 +15,7 @@ Rails.application.routes.draw do
15
15
  route = File.basename fn.split(".").first
16
16
  # ignore partials
17
17
  if route[0] != "_"
18
- get("/#{route}", to: "static##{route}", as: "static_#{route}")
18
+ get("/#{route.gsub("_", "-")}", to: "static##{route}", as: "static_#{route.gsub("-", "_")}")
19
19
  end
20
20
  end
21
21
  end
@@ -1,3 +1,3 @@
1
1
  module FlowmorRouter
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -0,0 +1 @@
1
+ <h1>Two Words</h1>
@@ -16800,3 +16800,2628 @@ StaticControllerTest: test_should_get_index
16800
16800
  Processing by StaticController#index as HTML
16801
16801
  Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
16802
16802
   (0.1ms) rollback transaction
16803
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
16804
+  (0.1ms) begin transaction
16805
+ ---------------------------------------------
16806
+ NewsArticleTest: test_NewsArticle#route_model
16807
+ ---------------------------------------------
16808
+  (0.0ms) rollback transaction
16809
+  (0.0ms) begin transaction
16810
+ ----------------------------------------------------
16811
+ NewsArticleTest: test_news_article#controller_action
16812
+ ----------------------------------------------------
16813
+  (0.0ms) rollback transaction
16814
+  (0.0ms) begin transaction
16815
+ -----------------------------------------------------------
16816
+ NewsArticleTest: test_news_article#derived_name_field_value
16817
+ -----------------------------------------------------------
16818
+  (0.0ms) rollback transaction
16819
+  (0.0ms) begin transaction
16820
+ -------------------------------------------------
16821
+ NewsArticleTest: test_news_article#new_name_value
16822
+ -------------------------------------------------
16823
+  (0.0ms) rollback transaction
16824
+  (0.0ms) begin transaction
16825
+ ---------------------------------------
16826
+ NewsArticleTest: test_news_article#path
16827
+ ---------------------------------------
16828
+  (0.0ms) SAVEPOINT active_record_1
16829
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
16830
+  (0.0ms) SAVEPOINT active_record_1
16831
+ SQL (1.0ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-19 10:21:10.558483"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-19 10:21:10.558483"]]
16832
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16833
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16834
+ PostCategory Load (0.3ms) SELECT "post_categories".* FROM "post_categories"
16835
+ Post Load (0.3ms) SELECT "posts".* FROM "posts"
16836
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16837
+  (1.0ms) rollback transaction
16838
+  (0.1ms) begin transaction
16839
+ ---------------------------------------------
16840
+ NewsArticleTest: test_news_article#route_name
16841
+ ---------------------------------------------
16842
+  (0.0ms) rollback transaction
16843
+  (0.1ms) begin transaction
16844
+ ----------------------------------------------------
16845
+ NewsArticleTest: test_news_article#route_name_prefix
16846
+ ----------------------------------------------------
16847
+  (0.0ms) rollback transaction
16848
+  (0.1ms) begin transaction
16849
+ ---------------------------------------
16850
+ NewsArticleTest: test_news_article#slug
16851
+ ---------------------------------------
16852
+  (0.0ms) SAVEPOINT active_record_1
16853
+ SQL (0.4ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-19 10:21:10.603741"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-19 10:21:10.603741"]]
16854
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16855
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16856
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16857
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16858
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16859
+  (0.4ms) rollback transaction
16860
+  (0.1ms) begin transaction
16861
+ --------------------------------------
16862
+ NewsArticleTest: test_news_article#url
16863
+ --------------------------------------
16864
+  (0.0ms) SAVEPOINT active_record_1
16865
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
16866
+  (0.0ms) rollback transaction
16867
+  (0.0ms) begin transaction
16868
+ -----------------------------
16869
+ FlowmorRouterTest: test_truth
16870
+ -----------------------------
16871
+  (0.0ms) rollback transaction
16872
+  (0.1ms) begin transaction
16873
+ -------------------------------------------
16874
+ StaticControllerTest: test_should_get_index
16875
+ -------------------------------------------
16876
+ Processing by StaticController#index as HTML
16877
+ Rendered static/index.html.erb within layouts/application (2.0ms)
16878
+ Completed 200 OK in 28ms (Views: 27.4ms | ActiveRecord: 0.0ms)
16879
+  (0.1ms) rollback transaction
16880
+  (0.1ms) begin transaction
16881
+ -------------------------------------------------
16882
+ RoutableRecordsTest: test_/general/lets-test-this
16883
+ -------------------------------------------------
16884
+  (0.1ms) SAVEPOINT active_record_1
16885
+ SQL (0.5ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 10:21:10.690797"], ["name", "lets-test-this"], ["title", "Let's Test This"], ["updated_at", "2014-08-19 10:21:10.690797"]]
16886
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16887
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16888
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16889
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16890
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16891
+ Started GET "/general/lets-test-this" for 127.0.0.1 at 2014-08-19 06:21:10 -0400
16892
+ Processing by BlogController#show as HTML
16893
+ Parameters: {"id"=>1}
16894
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
16895
+ Completed 200 OK in 5ms (Views: 2.9ms | ActiveRecord: 0.2ms)
16896
+  (0.7ms) rollback transaction
16897
+  (0.1ms) begin transaction
16898
+ ----------------------------------------------------
16899
+ RoutableRecordsTest: test_only_routable_routes_built
16900
+ ----------------------------------------------------
16901
+  (0.1ms) SAVEPOINT active_record_1
16902
+ SQL (0.5ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-19 10:21:10.728501"], ["name", "route-this"], ["published", "t"], ["title", "Route This"], ["updated_at", "2014-08-19 10:21:10.728501"]]
16903
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16904
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16905
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16906
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16907
+  (0.0ms) RELEASE SAVEPOINT active_record_1
16908
+  (0.0ms) SAVEPOINT active_record_1
16909
+ SQL (1.6ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-19 10:21:10.735056"], ["name", "ignore-this"], ["published", "f"], ["title", "Ignore This"], ["updated_at", "2014-08-19 10:21:10.735056"]]
16910
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16911
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16912
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16913
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16914
+  (0.0ms) RELEASE SAVEPOINT active_record_1
16915
+ Started GET "/articles/route-this/id" for 127.0.0.1 at 2014-08-19 06:21:10 -0400
16916
+ Processing by ArticleController#show as HTML
16917
+ Parameters: {"id"=>1}
16918
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
16919
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms)
16920
+ Started GET "/articles/ignore-this" for 127.0.0.1 at 2014-08-19 06:21:10 -0400
16921
+  (6.7ms) rollback transaction
16922
+  (0.1ms) begin transaction
16923
+ -------------------------------
16924
+ PostTest: test_Post#route_model
16925
+ -------------------------------
16926
+  (0.1ms) rollback transaction
16927
+  (0.0ms) begin transaction
16928
+ --------------------------------------------
16929
+ PostTest: test_default_category_is_'general'
16930
+ --------------------------------------------
16931
+  (0.0ms) rollback transaction
16932
+  (0.1ms) begin transaction
16933
+ -------------------------------------
16934
+ PostTest: test_post#controller_action
16935
+ -------------------------------------
16936
+  (0.0ms) rollback transaction
16937
+  (0.0ms) begin transaction
16938
+ --------------------------------------------
16939
+ PostTest: test_post#derived_name_field_value
16940
+ --------------------------------------------
16941
+  (0.0ms) rollback transaction
16942
+  (0.0ms) begin transaction
16943
+ ----------------------------------
16944
+ PostTest: test_post#new_name_value
16945
+ ----------------------------------
16946
+  (0.0ms) rollback transaction
16947
+  (0.0ms) begin transaction
16948
+ ------------------------
16949
+ PostTest: test_post#path
16950
+ ------------------------
16951
+  (0.0ms) SAVEPOINT active_record_1
16952
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
16953
+  (0.0ms) SAVEPOINT active_record_1
16954
+ SQL (0.7ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 10:21:10.772039"], ["name", "dummy-post"], ["title", "Dummy Post"], ["updated_at", "2014-08-19 10:21:10.772039"]]
16955
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16956
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16957
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16958
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16959
+  (0.0ms) RELEASE SAVEPOINT active_record_1
16960
+  (0.5ms) rollback transaction
16961
+  (0.1ms) begin transaction
16962
+ ------------------------------
16963
+ PostTest: test_post#route_name
16964
+ ------------------------------
16965
+  (0.0ms) rollback transaction
16966
+  (0.0ms) begin transaction
16967
+ -------------------------------------
16968
+ PostTest: test_post#route_name_prefix
16969
+ -------------------------------------
16970
+  (0.0ms) rollback transaction
16971
+  (0.0ms) begin transaction
16972
+ -----------------------
16973
+ PostTest: test_post#url
16974
+ -----------------------
16975
+  (0.0ms) SAVEPOINT active_record_1
16976
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
16977
+  (0.1ms) rollback transaction
16978
+  (0.0ms) begin transaction
16979
+ -------------------------------------------------------
16980
+ PostCategoryCategoryTest: test_PostCategory#route_model
16981
+ -------------------------------------------------------
16982
+  (0.0ms) rollback transaction
16983
+  (0.0ms) begin transaction
16984
+ --------------------------------------------------------------
16985
+ PostCategoryCategoryTest: test_post_category#controller_action
16986
+ --------------------------------------------------------------
16987
+  (0.0ms) rollback transaction
16988
+  (0.1ms) begin transaction
16989
+ ---------------------------------------------------------------------
16990
+ PostCategoryCategoryTest: test_post_category#derived_name_field_value
16991
+ ---------------------------------------------------------------------
16992
+  (0.0ms) rollback transaction
16993
+  (0.0ms) begin transaction
16994
+ -----------------------------------------------------------
16995
+ PostCategoryCategoryTest: test_post_category#new_name_value
16996
+ -----------------------------------------------------------
16997
+  (0.1ms) rollback transaction
16998
+  (0.0ms) begin transaction
16999
+ -------------------------------------------------
17000
+ PostCategoryCategoryTest: test_post_category#path
17001
+ -------------------------------------------------
17002
+  (0.0ms) SAVEPOINT active_record_1
17003
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
17004
+  (0.0ms) SAVEPOINT active_record_1
17005
+ SQL (0.4ms) INSERT INTO "post_categories" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 10:21:10.790149"], ["name", "general"], ["title", "General"], ["updated_at", "2014-08-19 10:21:10.790149"]]
17006
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17007
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17008
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17009
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17010
+  (0.0ms) RELEASE SAVEPOINT active_record_1
17011
+  (0.4ms) rollback transaction
17012
+  (0.0ms) begin transaction
17013
+ -------------------------------------------------------
17014
+ PostCategoryCategoryTest: test_post_category#route_name
17015
+ -------------------------------------------------------
17016
+  (0.0ms) rollback transaction
17017
+  (0.0ms) begin transaction
17018
+ --------------------------------------------------------------
17019
+ PostCategoryCategoryTest: test_post_category#route_name_prefix
17020
+ --------------------------------------------------------------
17021
+  (0.0ms) rollback transaction
17022
+  (0.0ms) begin transaction
17023
+ ------------------------------------------------
17024
+ PostCategoryCategoryTest: test_post_category#url
17025
+ ------------------------------------------------
17026
+  (0.0ms) SAVEPOINT active_record_1
17027
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
17028
+  (0.1ms) rollback transaction
17029
+  (0.0ms) begin transaction
17030
+ -------------------------------------------
17031
+ ArticleTest: test_article#controller_action
17032
+ -------------------------------------------
17033
+  (0.0ms) rollback transaction
17034
+  (0.0ms) begin transaction
17035
+ --------------------------------------------------
17036
+ ArticleTest: test_article#derived_name_field_value
17037
+ --------------------------------------------------
17038
+  (0.0ms) rollback transaction
17039
+  (0.0ms) begin transaction
17040
+ ------------------------------
17041
+ ArticleTest: test_article#path
17042
+ ------------------------------
17043
+  (0.0ms) SAVEPOINT active_record_1
17044
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
17045
+  (0.0ms) SAVEPOINT active_record_1
17046
+ SQL (0.3ms) INSERT INTO "articles" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 10:21:10.802275"], ["name", "dummy-article"], ["title", "Dummy Article"], ["updated_at", "2014-08-19 10:21:10.802275"]]
17047
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17048
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17049
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17050
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17051
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17052
+  (0.4ms) rollback transaction
17053
+  (0.0ms) begin transaction
17054
+ ------------------------------------
17055
+ ArticleTest: test_article#route_name
17056
+ ------------------------------------
17057
+  (0.0ms) rollback transaction
17058
+  (0.0ms) begin transaction
17059
+ -------------------------------------------
17060
+ ArticleTest: test_article#route_name_prefix
17061
+ -------------------------------------------
17062
+  (0.0ms) rollback transaction
17063
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17064
+  (0.1ms) begin transaction
17065
+ -----------------------------
17066
+ FlowmorRouterTest: test_truth
17067
+ -----------------------------
17068
+  (0.0ms) rollback transaction
17069
+  (0.0ms) begin transaction
17070
+ -------------------------------------------------------
17071
+ PostCategoryCategoryTest: test_PostCategory#route_model
17072
+ -------------------------------------------------------
17073
+  (0.0ms) rollback transaction
17074
+  (0.0ms) begin transaction
17075
+ --------------------------------------------------------------
17076
+ PostCategoryCategoryTest: test_post_category#controller_action
17077
+ --------------------------------------------------------------
17078
+  (0.1ms) rollback transaction
17079
+  (0.0ms) begin transaction
17080
+ ---------------------------------------------------------------------
17081
+ PostCategoryCategoryTest: test_post_category#derived_name_field_value
17082
+ ---------------------------------------------------------------------
17083
+  (0.1ms) rollback transaction
17084
+  (0.0ms) begin transaction
17085
+ -----------------------------------------------------------
17086
+ PostCategoryCategoryTest: test_post_category#new_name_value
17087
+ -----------------------------------------------------------
17088
+  (0.0ms) rollback transaction
17089
+  (0.0ms) begin transaction
17090
+ -------------------------------------------------
17091
+ PostCategoryCategoryTest: test_post_category#path
17092
+ -------------------------------------------------
17093
+  (0.0ms) SAVEPOINT active_record_1
17094
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
17095
+  (0.0ms) SAVEPOINT active_record_1
17096
+ SQL (0.6ms) INSERT INTO "post_categories" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 10:21:57.042288"], ["name", "general"], ["title", "General"], ["updated_at", "2014-08-19 10:21:57.042288"]]
17097
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17098
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17099
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17100
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17101
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17102
+  (0.8ms) rollback transaction
17103
+  (0.1ms) begin transaction
17104
+ -------------------------------------------------------
17105
+ PostCategoryCategoryTest: test_post_category#route_name
17106
+ -------------------------------------------------------
17107
+  (0.1ms) rollback transaction
17108
+  (0.0ms) begin transaction
17109
+ --------------------------------------------------------------
17110
+ PostCategoryCategoryTest: test_post_category#route_name_prefix
17111
+ --------------------------------------------------------------
17112
+  (0.0ms) rollback transaction
17113
+  (0.0ms) begin transaction
17114
+ ------------------------------------------------
17115
+ PostCategoryCategoryTest: test_post_category#url
17116
+ ------------------------------------------------
17117
+  (0.0ms) SAVEPOINT active_record_1
17118
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
17119
+  (0.0ms) rollback transaction
17120
+  (0.0ms) begin transaction
17121
+ -------------------------------------------------
17122
+ RoutableRecordsTest: test_/general/lets-test-this
17123
+ -------------------------------------------------
17124
+  (0.1ms) SAVEPOINT active_record_1
17125
+ SQL (0.4ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 10:21:57.077129"], ["name", "lets-test-this"], ["title", "Let's Test This"], ["updated_at", "2014-08-19 10:21:57.077129"]]
17126
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17127
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17128
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17129
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17130
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17131
+ Started GET "/general/lets-test-this" for 127.0.0.1 at 2014-08-19 06:21:57 -0400
17132
+ Processing by BlogController#show as HTML
17133
+ Parameters: {"id"=>1}
17134
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
17135
+ Rendered blog/show.html.erb within layouts/application (1.6ms)
17136
+ Completed 200 OK in 22ms (Views: 19.7ms | ActiveRecord: 0.2ms)
17137
+  (0.6ms) rollback transaction
17138
+  (0.0ms) begin transaction
17139
+ ----------------------------------------------------
17140
+ RoutableRecordsTest: test_only_routable_routes_built
17141
+ ----------------------------------------------------
17142
+  (0.1ms) SAVEPOINT active_record_1
17143
+ SQL (0.4ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-19 10:21:57.147835"], ["name", "route-this"], ["published", "t"], ["title", "Route This"], ["updated_at", "2014-08-19 10:21:57.147835"]]
17144
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17145
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17146
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17147
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17148
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17149
+  (0.0ms) SAVEPOINT active_record_1
17150
+ SQL (1.4ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-19 10:21:57.157451"], ["name", "ignore-this"], ["published", "f"], ["title", "Ignore This"], ["updated_at", "2014-08-19 10:21:57.157451"]]
17151
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17152
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17153
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17154
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17155
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17156
+ Started GET "/articles/route-this/1" for 127.0.0.1 at 2014-08-19 06:21:57 -0400
17157
+ Processing by ArticleController#show as HTML
17158
+ Parameters: {"id"=>"1"}
17159
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
17160
+ Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.2ms)
17161
+ Started GET "/articles/ignore-this" for 127.0.0.1 at 2014-08-19 06:21:57 -0400
17162
+  (0.6ms) rollback transaction
17163
+  (0.0ms) begin transaction
17164
+ -------------------------------------------
17165
+ StaticControllerTest: test_should_get_index
17166
+ -------------------------------------------
17167
+ Processing by StaticController#index as HTML
17168
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
17169
+  (0.1ms) rollback transaction
17170
+  (0.0ms) begin transaction
17171
+ -------------------------------
17172
+ PostTest: test_Post#route_model
17173
+ -------------------------------
17174
+  (0.0ms) rollback transaction
17175
+  (0.0ms) begin transaction
17176
+ --------------------------------------------
17177
+ PostTest: test_default_category_is_'general'
17178
+ --------------------------------------------
17179
+  (0.0ms) rollback transaction
17180
+  (0.0ms) begin transaction
17181
+ -------------------------------------
17182
+ PostTest: test_post#controller_action
17183
+ -------------------------------------
17184
+  (0.0ms) rollback transaction
17185
+  (0.1ms) begin transaction
17186
+ --------------------------------------------
17187
+ PostTest: test_post#derived_name_field_value
17188
+ --------------------------------------------
17189
+  (0.0ms) rollback transaction
17190
+  (0.1ms) begin transaction
17191
+ ----------------------------------
17192
+ PostTest: test_post#new_name_value
17193
+ ----------------------------------
17194
+  (0.0ms) rollback transaction
17195
+  (0.0ms) begin transaction
17196
+ ------------------------
17197
+ PostTest: test_post#path
17198
+ ------------------------
17199
+  (0.0ms) SAVEPOINT active_record_1
17200
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
17201
+  (0.0ms) SAVEPOINT active_record_1
17202
+ SQL (0.4ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 10:21:57.197930"], ["name", "dummy-post"], ["title", "Dummy Post"], ["updated_at", "2014-08-19 10:21:57.197930"]]
17203
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17204
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17205
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17206
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17207
+  (0.0ms) RELEASE SAVEPOINT active_record_1
17208
+  (0.4ms) rollback transaction
17209
+  (0.0ms) begin transaction
17210
+ ------------------------------
17211
+ PostTest: test_post#route_name
17212
+ ------------------------------
17213
+  (0.0ms) rollback transaction
17214
+  (0.0ms) begin transaction
17215
+ -------------------------------------
17216
+ PostTest: test_post#route_name_prefix
17217
+ -------------------------------------
17218
+  (0.0ms) rollback transaction
17219
+  (0.0ms) begin transaction
17220
+ -----------------------
17221
+ PostTest: test_post#url
17222
+ -----------------------
17223
+  (0.0ms) SAVEPOINT active_record_1
17224
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
17225
+  (0.0ms) rollback transaction
17226
+  (0.0ms) begin transaction
17227
+ -------------------------------------------
17228
+ ArticleTest: test_article#controller_action
17229
+ -------------------------------------------
17230
+  (0.0ms) rollback transaction
17231
+  (0.1ms) begin transaction
17232
+ --------------------------------------------------
17233
+ ArticleTest: test_article#derived_name_field_value
17234
+ --------------------------------------------------
17235
+  (0.0ms) rollback transaction
17236
+  (0.0ms) begin transaction
17237
+ ------------------------------
17238
+ ArticleTest: test_article#path
17239
+ ------------------------------
17240
+  (0.0ms) SAVEPOINT active_record_1
17241
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
17242
+  (0.0ms) SAVEPOINT active_record_1
17243
+ SQL (0.4ms) INSERT INTO "articles" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 10:21:57.211751"], ["name", "dummy-article"], ["title", "Dummy Article"], ["updated_at", "2014-08-19 10:21:57.211751"]]
17244
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17245
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17246
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17247
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17248
+  (0.0ms) RELEASE SAVEPOINT active_record_1
17249
+  (0.6ms) rollback transaction
17250
+  (0.1ms) begin transaction
17251
+ ------------------------------------
17252
+ ArticleTest: test_article#route_name
17253
+ ------------------------------------
17254
+  (0.0ms) rollback transaction
17255
+  (0.0ms) begin transaction
17256
+ -------------------------------------------
17257
+ ArticleTest: test_article#route_name_prefix
17258
+ -------------------------------------------
17259
+  (0.0ms) rollback transaction
17260
+  (0.0ms) begin transaction
17261
+ ---------------------------------------------
17262
+ NewsArticleTest: test_NewsArticle#route_model
17263
+ ---------------------------------------------
17264
+  (0.0ms) rollback transaction
17265
+  (0.0ms) begin transaction
17266
+ ----------------------------------------------------
17267
+ NewsArticleTest: test_news_article#controller_action
17268
+ ----------------------------------------------------
17269
+  (0.0ms) rollback transaction
17270
+  (0.0ms) begin transaction
17271
+ -----------------------------------------------------------
17272
+ NewsArticleTest: test_news_article#derived_name_field_value
17273
+ -----------------------------------------------------------
17274
+  (0.1ms) rollback transaction
17275
+  (0.0ms) begin transaction
17276
+ -------------------------------------------------
17277
+ NewsArticleTest: test_news_article#new_name_value
17278
+ -------------------------------------------------
17279
+  (0.0ms) rollback transaction
17280
+  (0.0ms) begin transaction
17281
+ ---------------------------------------
17282
+ NewsArticleTest: test_news_article#path
17283
+ ---------------------------------------
17284
+  (0.0ms) SAVEPOINT active_record_1
17285
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
17286
+  (0.0ms) SAVEPOINT active_record_1
17287
+ SQL (0.4ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-19 10:21:57.227660"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-19 10:21:57.227660"]]
17288
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17289
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17290
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17291
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17292
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17293
+  (0.6ms) rollback transaction
17294
+  (0.1ms) begin transaction
17295
+ ---------------------------------------------
17296
+ NewsArticleTest: test_news_article#route_name
17297
+ ---------------------------------------------
17298
+  (0.1ms) rollback transaction
17299
+  (0.0ms) begin transaction
17300
+ ----------------------------------------------------
17301
+ NewsArticleTest: test_news_article#route_name_prefix
17302
+ ----------------------------------------------------
17303
+  (0.0ms) rollback transaction
17304
+  (0.0ms) begin transaction
17305
+ ---------------------------------------
17306
+ NewsArticleTest: test_news_article#slug
17307
+ ---------------------------------------
17308
+  (0.0ms) SAVEPOINT active_record_1
17309
+ SQL (0.3ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-19 10:21:57.247372"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-19 10:21:57.247372"]]
17310
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17311
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17312
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17313
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17314
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17315
+  (0.4ms) rollback transaction
17316
+  (0.1ms) begin transaction
17317
+ --------------------------------------
17318
+ NewsArticleTest: test_news_article#url
17319
+ --------------------------------------
17320
+  (0.0ms) SAVEPOINT active_record_1
17321
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
17322
+  (0.0ms) rollback transaction
17323
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
17324
+  (0.1ms) begin transaction
17325
+ ---------------------------------------------
17326
+ NewsArticleTest: test_NewsArticle#route_model
17327
+ ---------------------------------------------
17328
+  (0.0ms) rollback transaction
17329
+  (0.0ms) begin transaction
17330
+ ----------------------------------------------------
17331
+ NewsArticleTest: test_news_article#controller_action
17332
+ ----------------------------------------------------
17333
+  (0.1ms) rollback transaction
17334
+  (0.0ms) begin transaction
17335
+ -----------------------------------------------------------
17336
+ NewsArticleTest: test_news_article#derived_name_field_value
17337
+ -----------------------------------------------------------
17338
+  (0.0ms) rollback transaction
17339
+  (0.0ms) begin transaction
17340
+ -------------------------------------------------
17341
+ NewsArticleTest: test_news_article#new_name_value
17342
+ -------------------------------------------------
17343
+  (0.0ms) rollback transaction
17344
+  (0.0ms) begin transaction
17345
+ ---------------------------------------
17346
+ NewsArticleTest: test_news_article#path
17347
+ ---------------------------------------
17348
+  (0.0ms) SAVEPOINT active_record_1
17349
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
17350
+  (0.0ms) SAVEPOINT active_record_1
17351
+ SQL (0.5ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-19 10:23:03.355018"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-19 10:23:03.355018"]]
17352
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17353
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17354
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17355
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17356
+  (0.0ms) RELEASE SAVEPOINT active_record_1
17357
+  (0.4ms) rollback transaction
17358
+  (0.0ms) begin transaction
17359
+ ---------------------------------------------
17360
+ NewsArticleTest: test_news_article#route_name
17361
+ ---------------------------------------------
17362
+  (0.0ms) rollback transaction
17363
+  (0.0ms) begin transaction
17364
+ ----------------------------------------------------
17365
+ NewsArticleTest: test_news_article#route_name_prefix
17366
+ ----------------------------------------------------
17367
+  (0.0ms) rollback transaction
17368
+  (0.0ms) begin transaction
17369
+ ---------------------------------------
17370
+ NewsArticleTest: test_news_article#slug
17371
+ ---------------------------------------
17372
+  (0.0ms) SAVEPOINT active_record_1
17373
+ SQL (0.2ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-19 10:23:03.369444"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-19 10:23:03.369444"]]
17374
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17375
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17376
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17377
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17378
+  (0.0ms) RELEASE SAVEPOINT active_record_1
17379
+  (0.3ms) rollback transaction
17380
+  (0.0ms) begin transaction
17381
+ --------------------------------------
17382
+ NewsArticleTest: test_news_article#url
17383
+ --------------------------------------
17384
+  (0.0ms) SAVEPOINT active_record_1
17385
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
17386
+  (0.0ms) rollback transaction
17387
+  (0.0ms) begin transaction
17388
+ -------------------------------------------
17389
+ StaticControllerTest: test_should_get_index
17390
+ -------------------------------------------
17391
+ Processing by StaticController#index as HTML
17392
+ Rendered static/index.html.erb within layouts/application (1.2ms)
17393
+ Completed 200 OK in 18ms (Views: 17.7ms | ActiveRecord: 0.0ms)
17394
+  (0.1ms) rollback transaction
17395
+  (0.0ms) begin transaction
17396
+ -----------------------------
17397
+ FlowmorRouterTest: test_truth
17398
+ -----------------------------
17399
+  (0.0ms) rollback transaction
17400
+  (0.0ms) begin transaction
17401
+ -------------------------------------------------------
17402
+ PostCategoryCategoryTest: test_PostCategory#route_model
17403
+ -------------------------------------------------------
17404
+  (0.0ms) rollback transaction
17405
+  (0.0ms) begin transaction
17406
+ --------------------------------------------------------------
17407
+ PostCategoryCategoryTest: test_post_category#controller_action
17408
+ --------------------------------------------------------------
17409
+  (0.0ms) rollback transaction
17410
+  (0.0ms) begin transaction
17411
+ ---------------------------------------------------------------------
17412
+ PostCategoryCategoryTest: test_post_category#derived_name_field_value
17413
+ ---------------------------------------------------------------------
17414
+  (0.1ms) rollback transaction
17415
+  (0.0ms) begin transaction
17416
+ -----------------------------------------------------------
17417
+ PostCategoryCategoryTest: test_post_category#new_name_value
17418
+ -----------------------------------------------------------
17419
+  (0.0ms) rollback transaction
17420
+  (0.0ms) begin transaction
17421
+ -------------------------------------------------
17422
+ PostCategoryCategoryTest: test_post_category#path
17423
+ -------------------------------------------------
17424
+  (0.0ms) SAVEPOINT active_record_1
17425
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
17426
+  (0.0ms) SAVEPOINT active_record_1
17427
+ SQL (0.4ms) INSERT INTO "post_categories" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 10:23:03.429113"], ["name", "general"], ["title", "General"], ["updated_at", "2014-08-19 10:23:03.429113"]]
17428
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17429
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17430
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17431
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17432
+  (0.0ms) RELEASE SAVEPOINT active_record_1
17433
+  (14.5ms) rollback transaction
17434
+  (1.0ms) begin transaction
17435
+ -------------------------------------------------------
17436
+ PostCategoryCategoryTest: test_post_category#route_name
17437
+ -------------------------------------------------------
17438
+  (0.0ms) rollback transaction
17439
+  (0.0ms) begin transaction
17440
+ --------------------------------------------------------------
17441
+ PostCategoryCategoryTest: test_post_category#route_name_prefix
17442
+ --------------------------------------------------------------
17443
+  (0.0ms) rollback transaction
17444
+  (0.0ms) begin transaction
17445
+ ------------------------------------------------
17446
+ PostCategoryCategoryTest: test_post_category#url
17447
+ ------------------------------------------------
17448
+  (0.0ms) SAVEPOINT active_record_1
17449
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
17450
+  (0.0ms) rollback transaction
17451
+  (0.0ms) begin transaction
17452
+ -------------------------------
17453
+ PostTest: test_Post#route_model
17454
+ -------------------------------
17455
+  (0.0ms) rollback transaction
17456
+  (0.0ms) begin transaction
17457
+ --------------------------------------------
17458
+ PostTest: test_default_category_is_'general'
17459
+ --------------------------------------------
17460
+  (0.1ms) rollback transaction
17461
+  (0.0ms) begin transaction
17462
+ -------------------------------------
17463
+ PostTest: test_post#controller_action
17464
+ -------------------------------------
17465
+  (0.0ms) rollback transaction
17466
+  (0.0ms) begin transaction
17467
+ --------------------------------------------
17468
+ PostTest: test_post#derived_name_field_value
17469
+ --------------------------------------------
17470
+  (0.1ms) rollback transaction
17471
+  (0.0ms) begin transaction
17472
+ ----------------------------------
17473
+ PostTest: test_post#new_name_value
17474
+ ----------------------------------
17475
+  (0.0ms) rollback transaction
17476
+  (0.0ms) begin transaction
17477
+ ------------------------
17478
+ PostTest: test_post#path
17479
+ ------------------------
17480
+  (0.0ms) SAVEPOINT active_record_1
17481
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
17482
+  (0.0ms) SAVEPOINT active_record_1
17483
+ SQL (1.0ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 10:23:03.467310"], ["name", "dummy-post"], ["title", "Dummy Post"], ["updated_at", "2014-08-19 10:23:03.467310"]]
17484
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17485
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17486
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17487
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17488
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17489
+  (0.6ms) rollback transaction
17490
+  (0.1ms) begin transaction
17491
+ ------------------------------
17492
+ PostTest: test_post#route_name
17493
+ ------------------------------
17494
+  (0.0ms) rollback transaction
17495
+  (0.0ms) begin transaction
17496
+ -------------------------------------
17497
+ PostTest: test_post#route_name_prefix
17498
+ -------------------------------------
17499
+  (0.0ms) rollback transaction
17500
+  (0.0ms) begin transaction
17501
+ -----------------------
17502
+ PostTest: test_post#url
17503
+ -----------------------
17504
+  (0.0ms) SAVEPOINT active_record_1
17505
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
17506
+  (0.0ms) rollback transaction
17507
+  (0.0ms) begin transaction
17508
+ -------------------------------------------
17509
+ ArticleTest: test_article#controller_action
17510
+ -------------------------------------------
17511
+  (0.1ms) rollback transaction
17512
+  (0.0ms) begin transaction
17513
+ --------------------------------------------------
17514
+ ArticleTest: test_article#derived_name_field_value
17515
+ --------------------------------------------------
17516
+  (0.1ms) rollback transaction
17517
+  (0.0ms) begin transaction
17518
+ ------------------------------
17519
+ ArticleTest: test_article#path
17520
+ ------------------------------
17521
+  (0.0ms) SAVEPOINT active_record_1
17522
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
17523
+  (0.0ms) SAVEPOINT active_record_1
17524
+ SQL (0.7ms) INSERT INTO "articles" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 10:23:03.487488"], ["name", "dummy-article"], ["title", "Dummy Article"], ["updated_at", "2014-08-19 10:23:03.487488"]]
17525
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17526
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17527
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17528
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17529
+  (0.0ms) RELEASE SAVEPOINT active_record_1
17530
+  (0.5ms) rollback transaction
17531
+  (0.0ms) begin transaction
17532
+ ------------------------------------
17533
+ ArticleTest: test_article#route_name
17534
+ ------------------------------------
17535
+  (0.0ms) rollback transaction
17536
+  (0.0ms) begin transaction
17537
+ -------------------------------------------
17538
+ ArticleTest: test_article#route_name_prefix
17539
+ -------------------------------------------
17540
+  (0.0ms) rollback transaction
17541
+  (0.0ms) begin transaction
17542
+ -------------------------------------------------
17543
+ RoutableRecordsTest: test_/general/lets-test-this
17544
+ -------------------------------------------------
17545
+  (0.0ms) SAVEPOINT active_record_1
17546
+ SQL (0.3ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 10:23:03.500391"], ["name", "lets-test-this"], ["title", "Let's Test This"], ["updated_at", "2014-08-19 10:23:03.500391"]]
17547
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17548
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17549
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17550
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17551
+  (0.0ms) RELEASE SAVEPOINT active_record_1
17552
+ Started GET "/general/lets-test-this" for 127.0.0.1 at 2014-08-19 06:23:03 -0400
17553
+ Processing by BlogController#show as HTML
17554
+ Parameters: {"id"=>1}
17555
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
17556
+ Completed 200 OK in 5ms (Views: 2.8ms | ActiveRecord: 0.2ms)
17557
+  (0.5ms) rollback transaction
17558
+  (0.0ms) begin transaction
17559
+ ----------------------------------------------------
17560
+ RoutableRecordsTest: test_only_routable_routes_built
17561
+ ----------------------------------------------------
17562
+  (0.0ms) SAVEPOINT active_record_1
17563
+ SQL (0.3ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-19 10:23:03.524034"], ["name", "route-this"], ["published", "t"], ["title", "Route This"], ["updated_at", "2014-08-19 10:23:03.524034"]]
17564
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17565
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17566
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17567
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17568
+  (0.0ms) RELEASE SAVEPOINT active_record_1
17569
+  (0.0ms) SAVEPOINT active_record_1
17570
+ SQL (1.3ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-19 10:23:03.529972"], ["name", "ignore-this"], ["published", "f"], ["title", "Ignore This"], ["updated_at", "2014-08-19 10:23:03.529972"]]
17571
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17572
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17573
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17574
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17575
+  (0.0ms) RELEASE SAVEPOINT active_record_1
17576
+  (0.4ms) rollback transaction
17577
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
17578
+  (0.1ms) begin transaction
17579
+ -------------------------------------------
17580
+ StaticControllerTest: test_should_get_index
17581
+ -------------------------------------------
17582
+ Processing by StaticController#index as HTML
17583
+ Rendered static/index.html.erb within layouts/application (1.5ms)
17584
+ Completed 200 OK in 21ms (Views: 21.1ms | ActiveRecord: 0.0ms)
17585
+  (0.2ms) rollback transaction
17586
+  (0.1ms) begin transaction
17587
+ -------------------------------------------
17588
+ ArticleTest: test_article#controller_action
17589
+ -------------------------------------------
17590
+  (0.0ms) rollback transaction
17591
+  (0.0ms) begin transaction
17592
+ --------------------------------------------------
17593
+ ArticleTest: test_article#derived_name_field_value
17594
+ --------------------------------------------------
17595
+  (0.1ms) rollback transaction
17596
+  (0.0ms) begin transaction
17597
+ ------------------------------
17598
+ ArticleTest: test_article#path
17599
+ ------------------------------
17600
+  (0.0ms) SAVEPOINT active_record_1
17601
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
17602
+  (0.0ms) SAVEPOINT active_record_1
17603
+ SQL (0.6ms) INSERT INTO "articles" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 10:23:42.799669"], ["name", "dummy-article"], ["title", "Dummy Article"], ["updated_at", "2014-08-19 10:23:42.799669"]]
17604
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17605
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17606
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17607
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17608
+  (0.0ms) RELEASE SAVEPOINT active_record_1
17609
+  (0.4ms) rollback transaction
17610
+  (0.0ms) begin transaction
17611
+ ------------------------------------
17612
+ ArticleTest: test_article#route_name
17613
+ ------------------------------------
17614
+  (0.0ms) rollback transaction
17615
+  (0.0ms) begin transaction
17616
+ -------------------------------------------
17617
+ ArticleTest: test_article#route_name_prefix
17618
+ -------------------------------------------
17619
+  (0.0ms) rollback transaction
17620
+  (0.0ms) begin transaction
17621
+ -------------------------------
17622
+ PostTest: test_Post#route_model
17623
+ -------------------------------
17624
+  (0.0ms) rollback transaction
17625
+  (0.1ms) begin transaction
17626
+ --------------------------------------------
17627
+ PostTest: test_default_category_is_'general'
17628
+ --------------------------------------------
17629
+  (0.1ms) rollback transaction
17630
+  (0.1ms) begin transaction
17631
+ -------------------------------------
17632
+ PostTest: test_post#controller_action
17633
+ -------------------------------------
17634
+  (0.0ms) rollback transaction
17635
+  (0.0ms) begin transaction
17636
+ --------------------------------------------
17637
+ PostTest: test_post#derived_name_field_value
17638
+ --------------------------------------------
17639
+  (0.1ms) rollback transaction
17640
+  (0.0ms) begin transaction
17641
+ ----------------------------------
17642
+ PostTest: test_post#new_name_value
17643
+ ----------------------------------
17644
+  (0.0ms) rollback transaction
17645
+  (0.0ms) begin transaction
17646
+ ------------------------
17647
+ PostTest: test_post#path
17648
+ ------------------------
17649
+  (0.0ms) SAVEPOINT active_record_1
17650
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
17651
+  (0.0ms) SAVEPOINT active_record_1
17652
+ SQL (0.5ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 10:23:42.827640"], ["name", "dummy-post"], ["title", "Dummy Post"], ["updated_at", "2014-08-19 10:23:42.827640"]]
17653
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17654
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17655
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17656
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17657
+  (0.0ms) RELEASE SAVEPOINT active_record_1
17658
+  (0.6ms) rollback transaction
17659
+  (0.1ms) begin transaction
17660
+ ------------------------------
17661
+ PostTest: test_post#route_name
17662
+ ------------------------------
17663
+  (0.0ms) rollback transaction
17664
+  (0.0ms) begin transaction
17665
+ -------------------------------------
17666
+ PostTest: test_post#route_name_prefix
17667
+ -------------------------------------
17668
+  (0.0ms) rollback transaction
17669
+  (0.0ms) begin transaction
17670
+ -----------------------
17671
+ PostTest: test_post#url
17672
+ -----------------------
17673
+  (0.0ms) SAVEPOINT active_record_1
17674
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
17675
+  (0.0ms) rollback transaction
17676
+  (0.0ms) begin transaction
17677
+ ---------------------------------------------
17678
+ NewsArticleTest: test_NewsArticle#route_model
17679
+ ---------------------------------------------
17680
+  (0.0ms) rollback transaction
17681
+  (0.0ms) begin transaction
17682
+ ----------------------------------------------------
17683
+ NewsArticleTest: test_news_article#controller_action
17684
+ ----------------------------------------------------
17685
+  (0.1ms) rollback transaction
17686
+  (0.1ms) begin transaction
17687
+ -----------------------------------------------------------
17688
+ NewsArticleTest: test_news_article#derived_name_field_value
17689
+ -----------------------------------------------------------
17690
+  (0.1ms) rollback transaction
17691
+  (0.1ms) begin transaction
17692
+ -------------------------------------------------
17693
+ NewsArticleTest: test_news_article#new_name_value
17694
+ -------------------------------------------------
17695
+  (0.0ms) rollback transaction
17696
+  (0.0ms) begin transaction
17697
+ ---------------------------------------
17698
+ NewsArticleTest: test_news_article#path
17699
+ ---------------------------------------
17700
+  (0.1ms) SAVEPOINT active_record_1
17701
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
17702
+  (0.0ms) SAVEPOINT active_record_1
17703
+ SQL (1.1ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-19 10:23:42.847164"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-19 10:23:42.847164"]]
17704
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17705
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17706
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17707
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17708
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17709
+  (1.3ms) rollback transaction
17710
+  (0.1ms) begin transaction
17711
+ ---------------------------------------------
17712
+ NewsArticleTest: test_news_article#route_name
17713
+ ---------------------------------------------
17714
+  (0.1ms) rollback transaction
17715
+  (0.0ms) begin transaction
17716
+ ----------------------------------------------------
17717
+ NewsArticleTest: test_news_article#route_name_prefix
17718
+ ----------------------------------------------------
17719
+  (0.0ms) rollback transaction
17720
+  (0.1ms) begin transaction
17721
+ ---------------------------------------
17722
+ NewsArticleTest: test_news_article#slug
17723
+ ---------------------------------------
17724
+  (0.0ms) SAVEPOINT active_record_1
17725
+ SQL (0.6ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-19 10:23:42.860913"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-19 10:23:42.860913"]]
17726
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17727
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17728
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17729
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17730
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17731
+  (0.9ms) rollback transaction
17732
+  (0.1ms) begin transaction
17733
+ --------------------------------------
17734
+ NewsArticleTest: test_news_article#url
17735
+ --------------------------------------
17736
+  (0.1ms) SAVEPOINT active_record_1
17737
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
17738
+  (0.0ms) rollback transaction
17739
+  (0.0ms) begin transaction
17740
+ -----------------------------
17741
+ FlowmorRouterTest: test_truth
17742
+ -----------------------------
17743
+  (0.0ms) rollback transaction
17744
+  (0.0ms) begin transaction
17745
+ -------------------------------------------------
17746
+ RoutableRecordsTest: test_/general/lets-test-this
17747
+ -------------------------------------------------
17748
+  (0.0ms) SAVEPOINT active_record_1
17749
+ SQL (0.7ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 10:23:42.875396"], ["name", "lets-test-this"], ["title", "Let's Test This"], ["updated_at", "2014-08-19 10:23:42.875396"]]
17750
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17751
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17752
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17753
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17754
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17755
+ Started GET "/general/lets-test-this" for 127.0.0.1 at 2014-08-19 06:23:42 -0400
17756
+ Processing by BlogController#show as HTML
17757
+ Parameters: {"id"=>1}
17758
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
17759
+ Completed 200 OK in 5ms (Views: 2.8ms | ActiveRecord: 0.2ms)
17760
+  (0.5ms) rollback transaction
17761
+  (0.0ms) begin transaction
17762
+ ----------------------------------------------------
17763
+ RoutableRecordsTest: test_only_routable_routes_built
17764
+ ----------------------------------------------------
17765
+  (0.0ms) SAVEPOINT active_record_1
17766
+ SQL (0.4ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-19 10:23:42.900372"], ["name", "route-this"], ["published", "t"], ["title", "Route This"], ["updated_at", "2014-08-19 10:23:42.900372"]]
17767
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17768
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17769
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17770
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17771
+  (0.0ms) RELEASE SAVEPOINT active_record_1
17772
+  (0.0ms) SAVEPOINT active_record_1
17773
+ SQL (1.4ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-19 10:23:42.906303"], ["name", "ignore-this"], ["published", "f"], ["title", "Ignore This"], ["updated_at", "2014-08-19 10:23:42.906303"]]
17774
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17775
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17776
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17777
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17778
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17779
+ Started GET "/articles/route-this" for 127.0.0.1 at 2014-08-19 06:23:42 -0400
17780
+ Processing by ArticleController#show as HTML
17781
+ Parameters: {"id"=>1}
17782
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
17783
+ Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.2ms)
17784
+ Started GET "/articles/ignore-this" for 127.0.0.1 at 2014-08-19 06:23:42 -0400
17785
+  (0.6ms) rollback transaction
17786
+  (0.1ms) begin transaction
17787
+ -------------------------------------------------------
17788
+ PostCategoryCategoryTest: test_PostCategory#route_model
17789
+ -------------------------------------------------------
17790
+  (0.0ms) rollback transaction
17791
+  (0.0ms) begin transaction
17792
+ --------------------------------------------------------------
17793
+ PostCategoryCategoryTest: test_post_category#controller_action
17794
+ --------------------------------------------------------------
17795
+  (0.1ms) rollback transaction
17796
+  (0.1ms) begin transaction
17797
+ ---------------------------------------------------------------------
17798
+ PostCategoryCategoryTest: test_post_category#derived_name_field_value
17799
+ ---------------------------------------------------------------------
17800
+  (0.1ms) rollback transaction
17801
+  (0.0ms) begin transaction
17802
+ -----------------------------------------------------------
17803
+ PostCategoryCategoryTest: test_post_category#new_name_value
17804
+ -----------------------------------------------------------
17805
+  (0.1ms) rollback transaction
17806
+  (0.0ms) begin transaction
17807
+ -------------------------------------------------
17808
+ PostCategoryCategoryTest: test_post_category#path
17809
+ -------------------------------------------------
17810
+  (0.0ms) SAVEPOINT active_record_1
17811
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
17812
+  (0.0ms) SAVEPOINT active_record_1
17813
+ SQL (0.5ms) INSERT INTO "post_categories" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 10:23:42.938025"], ["name", "general"], ["title", "General"], ["updated_at", "2014-08-19 10:23:42.938025"]]
17814
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17815
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17816
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17817
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17818
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17819
+  (0.4ms) rollback transaction
17820
+  (0.0ms) begin transaction
17821
+ -------------------------------------------------------
17822
+ PostCategoryCategoryTest: test_post_category#route_name
17823
+ -------------------------------------------------------
17824
+  (0.0ms) rollback transaction
17825
+  (0.0ms) begin transaction
17826
+ --------------------------------------------------------------
17827
+ PostCategoryCategoryTest: test_post_category#route_name_prefix
17828
+ --------------------------------------------------------------
17829
+  (0.0ms) rollback transaction
17830
+  (0.0ms) begin transaction
17831
+ ------------------------------------------------
17832
+ PostCategoryCategoryTest: test_post_category#url
17833
+ ------------------------------------------------
17834
+  (0.0ms) SAVEPOINT active_record_1
17835
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
17836
+  (0.0ms) rollback transaction
17837
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
17838
+  (0.1ms) begin transaction
17839
+ -------------------------------------------------------
17840
+ PostCategoryCategoryTest: test_PostCategory#route_model
17841
+ -------------------------------------------------------
17842
+  (0.0ms) rollback transaction
17843
+  (0.0ms) begin transaction
17844
+ --------------------------------------------------------------
17845
+ PostCategoryCategoryTest: test_post_category#controller_action
17846
+ --------------------------------------------------------------
17847
+  (0.1ms) rollback transaction
17848
+  (0.0ms) begin transaction
17849
+ ---------------------------------------------------------------------
17850
+ PostCategoryCategoryTest: test_post_category#derived_name_field_value
17851
+ ---------------------------------------------------------------------
17852
+  (0.0ms) rollback transaction
17853
+  (0.0ms) begin transaction
17854
+ -----------------------------------------------------------
17855
+ PostCategoryCategoryTest: test_post_category#new_name_value
17856
+ -----------------------------------------------------------
17857
+  (0.0ms) rollback transaction
17858
+  (0.0ms) begin transaction
17859
+ -------------------------------------------------
17860
+ PostCategoryCategoryTest: test_post_category#path
17861
+ -------------------------------------------------
17862
+  (0.0ms) SAVEPOINT active_record_1
17863
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
17864
+  (0.0ms) SAVEPOINT active_record_1
17865
+ SQL (1.2ms) INSERT INTO "post_categories" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 19:39:16.251130"], ["name", "general"], ["title", "General"], ["updated_at", "2014-08-19 19:39:16.251130"]]
17866
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17867
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17868
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17869
+ Post Load (0.4ms) SELECT "posts".* FROM "posts"
17870
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17871
+  (0.7ms) rollback transaction
17872
+  (0.0ms) begin transaction
17873
+ -------------------------------------------------------
17874
+ PostCategoryCategoryTest: test_post_category#route_name
17875
+ -------------------------------------------------------
17876
+  (0.0ms) rollback transaction
17877
+  (0.0ms) begin transaction
17878
+ --------------------------------------------------------------
17879
+ PostCategoryCategoryTest: test_post_category#route_name_prefix
17880
+ --------------------------------------------------------------
17881
+  (0.0ms) rollback transaction
17882
+  (0.0ms) begin transaction
17883
+ ------------------------------------------------
17884
+ PostCategoryCategoryTest: test_post_category#url
17885
+ ------------------------------------------------
17886
+  (0.0ms) SAVEPOINT active_record_1
17887
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
17888
+  (0.0ms) rollback transaction
17889
+  (0.0ms) begin transaction
17890
+ -----------------------------
17891
+ FlowmorRouterTest: test_truth
17892
+ -----------------------------
17893
+  (0.0ms) rollback transaction
17894
+  (0.1ms) begin transaction
17895
+ -------------------------------------------------
17896
+ RoutableRecordsTest: test_/general/lets-test-this
17897
+ -------------------------------------------------
17898
+  (0.1ms) SAVEPOINT active_record_1
17899
+ SQL (0.5ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 19:39:16.280022"], ["name", "lets-test-this"], ["title", "Let's Test This"], ["updated_at", "2014-08-19 19:39:16.280022"]]
17900
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17901
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17902
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17903
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17904
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17905
+ Started GET "/general/lets-test-this" for 127.0.0.1 at 2014-08-19 15:39:16 -0400
17906
+ Processing by BlogController#show as HTML
17907
+ Parameters: {"id"=>1}
17908
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
17909
+ Rendered blog/show.html.erb within layouts/application (2.2ms)
17910
+ Completed 200 OK in 26ms (Views: 23.3ms | ActiveRecord: 0.2ms)
17911
+  (0.5ms) rollback transaction
17912
+  (0.0ms) begin transaction
17913
+ ----------------------------------------------------
17914
+ RoutableRecordsTest: test_only_routable_routes_built
17915
+ ----------------------------------------------------
17916
+  (0.0ms) SAVEPOINT active_record_1
17917
+ SQL (0.4ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-19 19:39:16.358360"], ["name", "route-this"], ["published", "t"], ["title", "Route This"], ["updated_at", "2014-08-19 19:39:16.358360"]]
17918
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17919
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17920
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17921
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17922
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17923
+  (0.0ms) SAVEPOINT active_record_1
17924
+ SQL (2.3ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-19 19:39:16.367928"], ["name", "ignore-this"], ["published", "f"], ["title", "Ignore This"], ["updated_at", "2014-08-19 19:39:16.367928"]]
17925
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17926
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17927
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17928
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17929
+  (0.0ms) RELEASE SAVEPOINT active_record_1
17930
+ Started GET "/articles/route-this" for 127.0.0.1 at 2014-08-19 15:39:16 -0400
17931
+ Processing by ArticleController#show as HTML
17932
+ Parameters: {"id"=>1}
17933
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
17934
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.2ms)
17935
+ Started GET "/articles/ignore-this" for 127.0.0.1 at 2014-08-19 15:39:16 -0400
17936
+  (0.6ms) rollback transaction
17937
+  (0.0ms) begin transaction
17938
+ -------------------------------------------
17939
+ ArticleTest: test_article#controller_action
17940
+ -------------------------------------------
17941
+  (0.0ms) rollback transaction
17942
+  (0.0ms) begin transaction
17943
+ --------------------------------------------------
17944
+ ArticleTest: test_article#derived_name_field_value
17945
+ --------------------------------------------------
17946
+  (0.0ms) rollback transaction
17947
+  (0.0ms) begin transaction
17948
+ ------------------------------
17949
+ ArticleTest: test_article#path
17950
+ ------------------------------
17951
+  (0.0ms) SAVEPOINT active_record_1
17952
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
17953
+  (0.0ms) SAVEPOINT active_record_1
17954
+ SQL (0.4ms) INSERT INTO "articles" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 19:39:16.396463"], ["name", "dummy-article"], ["title", "Dummy Article"], ["updated_at", "2014-08-19 19:39:16.396463"]]
17955
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
17956
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
17957
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
17958
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
17959
+  (0.0ms) RELEASE SAVEPOINT active_record_1
17960
+  (0.4ms) rollback transaction
17961
+  (0.0ms) begin transaction
17962
+ ------------------------------------
17963
+ ArticleTest: test_article#route_name
17964
+ ------------------------------------
17965
+  (0.0ms) rollback transaction
17966
+  (0.0ms) begin transaction
17967
+ -------------------------------------------
17968
+ ArticleTest: test_article#route_name_prefix
17969
+ -------------------------------------------
17970
+  (0.0ms) rollback transaction
17971
+  (0.0ms) begin transaction
17972
+ -------------------------------------------
17973
+ StaticControllerTest: test_should_get_index
17974
+ -------------------------------------------
17975
+ Processing by StaticController#index as HTML
17976
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
17977
+  (0.1ms) rollback transaction
17978
+  (0.0ms) begin transaction
17979
+ -------------------------------
17980
+ PostTest: test_Post#route_model
17981
+ -------------------------------
17982
+  (0.0ms) rollback transaction
17983
+  (0.0ms) begin transaction
17984
+ --------------------------------------------
17985
+ PostTest: test_default_category_is_'general'
17986
+ --------------------------------------------
17987
+  (0.0ms) rollback transaction
17988
+  (0.0ms) begin transaction
17989
+ -------------------------------------
17990
+ PostTest: test_post#controller_action
17991
+ -------------------------------------
17992
+  (0.0ms) rollback transaction
17993
+  (0.0ms) begin transaction
17994
+ --------------------------------------------
17995
+ PostTest: test_post#derived_name_field_value
17996
+ --------------------------------------------
17997
+  (0.0ms) rollback transaction
17998
+  (0.0ms) begin transaction
17999
+ ----------------------------------
18000
+ PostTest: test_post#new_name_value
18001
+ ----------------------------------
18002
+  (0.0ms) rollback transaction
18003
+  (0.0ms) begin transaction
18004
+ ------------------------
18005
+ PostTest: test_post#path
18006
+ ------------------------
18007
+  (0.0ms) SAVEPOINT active_record_1
18008
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18009
+  (0.0ms) SAVEPOINT active_record_1
18010
+ SQL (0.4ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 19:39:16.423992"], ["name", "dummy-post"], ["title", "Dummy Post"], ["updated_at", "2014-08-19 19:39:16.423992"]]
18011
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18012
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
18013
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
18014
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18015
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18016
+  (0.4ms) rollback transaction
18017
+  (0.0ms) begin transaction
18018
+ ------------------------------
18019
+ PostTest: test_post#route_name
18020
+ ------------------------------
18021
+  (0.0ms) rollback transaction
18022
+  (0.0ms) begin transaction
18023
+ -------------------------------------
18024
+ PostTest: test_post#route_name_prefix
18025
+ -------------------------------------
18026
+  (0.0ms) rollback transaction
18027
+  (0.0ms) begin transaction
18028
+ -----------------------
18029
+ PostTest: test_post#url
18030
+ -----------------------
18031
+  (0.0ms) SAVEPOINT active_record_1
18032
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18033
+  (0.0ms) rollback transaction
18034
+  (0.0ms) begin transaction
18035
+ ---------------------------------------------
18036
+ NewsArticleTest: test_NewsArticle#route_model
18037
+ ---------------------------------------------
18038
+  (0.0ms) rollback transaction
18039
+  (0.0ms) begin transaction
18040
+ ----------------------------------------------------
18041
+ NewsArticleTest: test_news_article#controller_action
18042
+ ----------------------------------------------------
18043
+  (0.0ms) rollback transaction
18044
+  (0.0ms) begin transaction
18045
+ -----------------------------------------------------------
18046
+ NewsArticleTest: test_news_article#derived_name_field_value
18047
+ -----------------------------------------------------------
18048
+  (0.1ms) rollback transaction
18049
+  (0.0ms) begin transaction
18050
+ -------------------------------------------------
18051
+ NewsArticleTest: test_news_article#new_name_value
18052
+ -------------------------------------------------
18053
+  (0.0ms) rollback transaction
18054
+  (0.0ms) begin transaction
18055
+ ---------------------------------------
18056
+ NewsArticleTest: test_news_article#path
18057
+ ---------------------------------------
18058
+  (0.0ms) SAVEPOINT active_record_1
18059
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18060
+  (0.0ms) SAVEPOINT active_record_1
18061
+ SQL (0.4ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-19 19:39:16.441165"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-19 19:39:16.441165"]]
18062
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18063
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
18064
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
18065
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18066
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18067
+  (0.4ms) rollback transaction
18068
+  (0.0ms) begin transaction
18069
+ ---------------------------------------------
18070
+ NewsArticleTest: test_news_article#route_name
18071
+ ---------------------------------------------
18072
+  (0.0ms) rollback transaction
18073
+  (0.0ms) begin transaction
18074
+ ----------------------------------------------------
18075
+ NewsArticleTest: test_news_article#route_name_prefix
18076
+ ----------------------------------------------------
18077
+  (0.0ms) rollback transaction
18078
+  (0.0ms) begin transaction
18079
+ ---------------------------------------
18080
+ NewsArticleTest: test_news_article#slug
18081
+ ---------------------------------------
18082
+  (0.0ms) SAVEPOINT active_record_1
18083
+ SQL (0.3ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-19 19:39:16.449541"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-19 19:39:16.449541"]]
18084
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18085
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
18086
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
18087
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18088
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18089
+  (0.5ms) rollback transaction
18090
+  (0.1ms) begin transaction
18091
+ --------------------------------------
18092
+ NewsArticleTest: test_news_article#url
18093
+ --------------------------------------
18094
+  (0.0ms) SAVEPOINT active_record_1
18095
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18096
+  (0.0ms) rollback transaction
18097
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
18098
+  (0.1ms) begin transaction
18099
+ -------------------------------------------------
18100
+ RoutableRecordsTest: test_/general/lets-test-this
18101
+ -------------------------------------------------
18102
+  (0.1ms) SAVEPOINT active_record_1
18103
+ SQL (1.0ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 19:40:46.380997"], ["name", "lets-test-this"], ["title", "Let's Test This"], ["updated_at", "2014-08-19 19:40:46.380997"]]
18104
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18105
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
18106
+ PostCategory Load (0.3ms) SELECT "post_categories".* FROM "post_categories"
18107
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18108
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18109
+ Started GET "/general/lets-test-this" for 127.0.0.1 at 2014-08-19 15:40:46 -0400
18110
+ Processing by BlogController#show as HTML
18111
+ Parameters: {"id"=>1}
18112
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
18113
+ Rendered blog/show.html.erb within layouts/application (1.6ms)
18114
+ Completed 200 OK in 24ms (Views: 21.8ms | ActiveRecord: 0.2ms)
18115
+  (0.5ms) rollback transaction
18116
+  (0.0ms) begin transaction
18117
+ ----------------------------------------------------
18118
+ RoutableRecordsTest: test_only_routable_routes_built
18119
+ ----------------------------------------------------
18120
+  (0.0ms) SAVEPOINT active_record_1
18121
+ SQL (0.4ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-19 19:40:46.464550"], ["name", "route-this"], ["published", "t"], ["title", "Route This"], ["updated_at", "2014-08-19 19:40:46.464550"]]
18122
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18123
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
18124
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
18125
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18126
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18127
+  (0.0ms) SAVEPOINT active_record_1
18128
+ SQL (1.5ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-19 19:40:46.471201"], ["name", "ignore-this"], ["published", "f"], ["title", "Ignore This"], ["updated_at", "2014-08-19 19:40:46.471201"]]
18129
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18130
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
18131
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
18132
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18133
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18134
+ Started GET "/articles/route-this" for 127.0.0.1 at 2014-08-19 15:40:46 -0400
18135
+ Processing by ArticleController#show as HTML
18136
+ Parameters: {"id"=>1}
18137
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
18138
+ Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.2ms)
18139
+ Started GET "/articles/ignore-this" for 127.0.0.1 at 2014-08-19 15:40:46 -0400
18140
+  (0.6ms) rollback transaction
18141
+  (0.1ms) begin transaction
18142
+ ---------------------------------------------
18143
+ NewsArticleTest: test_NewsArticle#route_model
18144
+ ---------------------------------------------
18145
+  (0.0ms) rollback transaction
18146
+  (0.0ms) begin transaction
18147
+ ----------------------------------------------------
18148
+ NewsArticleTest: test_news_article#controller_action
18149
+ ----------------------------------------------------
18150
+  (0.0ms) rollback transaction
18151
+  (0.1ms) begin transaction
18152
+ -----------------------------------------------------------
18153
+ NewsArticleTest: test_news_article#derived_name_field_value
18154
+ -----------------------------------------------------------
18155
+  (0.1ms) rollback transaction
18156
+  (0.0ms) begin transaction
18157
+ -------------------------------------------------
18158
+ NewsArticleTest: test_news_article#new_name_value
18159
+ -------------------------------------------------
18160
+  (0.0ms) rollback transaction
18161
+  (0.0ms) begin transaction
18162
+ ---------------------------------------
18163
+ NewsArticleTest: test_news_article#path
18164
+ ---------------------------------------
18165
+  (0.0ms) SAVEPOINT active_record_1
18166
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18167
+  (0.0ms) SAVEPOINT active_record_1
18168
+ SQL (0.4ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-19 19:40:46.504243"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-19 19:40:46.504243"]]
18169
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18170
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
18171
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
18172
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18173
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18174
+  (0.7ms) rollback transaction
18175
+  (0.1ms) begin transaction
18176
+ ---------------------------------------------
18177
+ NewsArticleTest: test_news_article#route_name
18178
+ ---------------------------------------------
18179
+  (0.0ms) rollback transaction
18180
+  (0.0ms) begin transaction
18181
+ ----------------------------------------------------
18182
+ NewsArticleTest: test_news_article#route_name_prefix
18183
+ ----------------------------------------------------
18184
+  (0.0ms) rollback transaction
18185
+  (0.0ms) begin transaction
18186
+ ---------------------------------------
18187
+ NewsArticleTest: test_news_article#slug
18188
+ ---------------------------------------
18189
+  (0.0ms) SAVEPOINT active_record_1
18190
+ SQL (0.4ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-19 19:40:46.517195"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-19 19:40:46.517195"]]
18191
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18192
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
18193
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
18194
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18195
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18196
+  (0.4ms) rollback transaction
18197
+  (0.0ms) begin transaction
18198
+ --------------------------------------
18199
+ NewsArticleTest: test_news_article#url
18200
+ --------------------------------------
18201
+  (0.0ms) SAVEPOINT active_record_1
18202
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18203
+  (0.0ms) rollback transaction
18204
+  (0.0ms) begin transaction
18205
+ -----------------------------
18206
+ FlowmorRouterTest: test_truth
18207
+ -----------------------------
18208
+  (0.0ms) rollback transaction
18209
+  (0.0ms) begin transaction
18210
+ -------------------------------------------
18211
+ StaticControllerTest: test_should_get_index
18212
+ -------------------------------------------
18213
+ Processing by StaticController#index as HTML
18214
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
18215
+  (0.1ms) rollback transaction
18216
+  (0.0ms) begin transaction
18217
+ ------------------------------------
18218
+ StaticControllerTest: test_two_words
18219
+ ------------------------------------
18220
+  (0.0ms) rollback transaction
18221
+  (0.0ms) begin transaction
18222
+ -------------------------------------------
18223
+ ArticleTest: test_article#controller_action
18224
+ -------------------------------------------
18225
+  (0.1ms) rollback transaction
18226
+  (0.0ms) begin transaction
18227
+ --------------------------------------------------
18228
+ ArticleTest: test_article#derived_name_field_value
18229
+ --------------------------------------------------
18230
+  (0.0ms) rollback transaction
18231
+  (0.0ms) begin transaction
18232
+ ------------------------------
18233
+ ArticleTest: test_article#path
18234
+ ------------------------------
18235
+  (0.0ms) SAVEPOINT active_record_1
18236
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18237
+  (0.0ms) SAVEPOINT active_record_1
18238
+ SQL (0.5ms) INSERT INTO "articles" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 19:40:46.544437"], ["name", "dummy-article"], ["title", "Dummy Article"], ["updated_at", "2014-08-19 19:40:46.544437"]]
18239
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18240
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
18241
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
18242
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18243
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18244
+  (0.4ms) rollback transaction
18245
+  (0.0ms) begin transaction
18246
+ ------------------------------------
18247
+ ArticleTest: test_article#route_name
18248
+ ------------------------------------
18249
+  (0.0ms) rollback transaction
18250
+  (0.0ms) begin transaction
18251
+ -------------------------------------------
18252
+ ArticleTest: test_article#route_name_prefix
18253
+ -------------------------------------------
18254
+  (0.0ms) rollback transaction
18255
+  (0.0ms) begin transaction
18256
+ -------------------------------
18257
+ PostTest: test_Post#route_model
18258
+ -------------------------------
18259
+  (0.0ms) rollback transaction
18260
+  (0.0ms) begin transaction
18261
+ --------------------------------------------
18262
+ PostTest: test_default_category_is_'general'
18263
+ --------------------------------------------
18264
+  (0.0ms) rollback transaction
18265
+  (0.0ms) begin transaction
18266
+ -------------------------------------
18267
+ PostTest: test_post#controller_action
18268
+ -------------------------------------
18269
+  (0.0ms) rollback transaction
18270
+  (0.0ms) begin transaction
18271
+ --------------------------------------------
18272
+ PostTest: test_post#derived_name_field_value
18273
+ --------------------------------------------
18274
+  (0.0ms) rollback transaction
18275
+  (0.0ms) begin transaction
18276
+ ----------------------------------
18277
+ PostTest: test_post#new_name_value
18278
+ ----------------------------------
18279
+  (0.0ms) rollback transaction
18280
+  (0.0ms) begin transaction
18281
+ ------------------------
18282
+ PostTest: test_post#path
18283
+ ------------------------
18284
+  (0.0ms) SAVEPOINT active_record_1
18285
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18286
+  (0.0ms) SAVEPOINT active_record_1
18287
+ SQL (0.3ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 19:40:46.556401"], ["name", "dummy-post"], ["title", "Dummy Post"], ["updated_at", "2014-08-19 19:40:46.556401"]]
18288
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18289
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
18290
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
18291
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18292
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18293
+  (0.4ms) rollback transaction
18294
+  (0.0ms) begin transaction
18295
+ ------------------------------
18296
+ PostTest: test_post#route_name
18297
+ ------------------------------
18298
+  (0.0ms) rollback transaction
18299
+  (0.0ms) begin transaction
18300
+ -------------------------------------
18301
+ PostTest: test_post#route_name_prefix
18302
+ -------------------------------------
18303
+  (0.0ms) rollback transaction
18304
+  (0.0ms) begin transaction
18305
+ -----------------------
18306
+ PostTest: test_post#url
18307
+ -----------------------
18308
+  (0.0ms) SAVEPOINT active_record_1
18309
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18310
+  (0.0ms) rollback transaction
18311
+  (0.0ms) begin transaction
18312
+ -------------------------------------------------------
18313
+ PostCategoryCategoryTest: test_PostCategory#route_model
18314
+ -------------------------------------------------------
18315
+  (0.0ms) rollback transaction
18316
+  (0.0ms) begin transaction
18317
+ --------------------------------------------------------------
18318
+ PostCategoryCategoryTest: test_post_category#controller_action
18319
+ --------------------------------------------------------------
18320
+  (0.0ms) rollback transaction
18321
+  (0.0ms) begin transaction
18322
+ ---------------------------------------------------------------------
18323
+ PostCategoryCategoryTest: test_post_category#derived_name_field_value
18324
+ ---------------------------------------------------------------------
18325
+  (0.0ms) rollback transaction
18326
+  (0.0ms) begin transaction
18327
+ -----------------------------------------------------------
18328
+ PostCategoryCategoryTest: test_post_category#new_name_value
18329
+ -----------------------------------------------------------
18330
+  (0.0ms) rollback transaction
18331
+  (0.0ms) begin transaction
18332
+ -------------------------------------------------
18333
+ PostCategoryCategoryTest: test_post_category#path
18334
+ -------------------------------------------------
18335
+  (0.0ms) SAVEPOINT active_record_1
18336
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18337
+  (0.0ms) SAVEPOINT active_record_1
18338
+ SQL (0.4ms) INSERT INTO "post_categories" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 19:40:46.575668"], ["name", "general"], ["title", "General"], ["updated_at", "2014-08-19 19:40:46.575668"]]
18339
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18340
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
18341
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
18342
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18343
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18344
+  (0.4ms) rollback transaction
18345
+  (0.0ms) begin transaction
18346
+ -------------------------------------------------------
18347
+ PostCategoryCategoryTest: test_post_category#route_name
18348
+ -------------------------------------------------------
18349
+  (0.0ms) rollback transaction
18350
+  (0.0ms) begin transaction
18351
+ --------------------------------------------------------------
18352
+ PostCategoryCategoryTest: test_post_category#route_name_prefix
18353
+ --------------------------------------------------------------
18354
+  (0.0ms) rollback transaction
18355
+  (0.0ms) begin transaction
18356
+ ------------------------------------------------
18357
+ PostCategoryCategoryTest: test_post_category#url
18358
+ ------------------------------------------------
18359
+  (0.0ms) SAVEPOINT active_record_1
18360
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18361
+  (0.0ms) rollback transaction
18362
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
18363
+  (0.1ms) begin transaction
18364
+ -----------------------------
18365
+ FlowmorRouterTest: test_truth
18366
+ -----------------------------
18367
+  (0.0ms) rollback transaction
18368
+  (0.0ms) begin transaction
18369
+ -------------------------------------------------------
18370
+ PostCategoryCategoryTest: test_PostCategory#route_model
18371
+ -------------------------------------------------------
18372
+  (0.0ms) rollback transaction
18373
+  (0.0ms) begin transaction
18374
+ --------------------------------------------------------------
18375
+ PostCategoryCategoryTest: test_post_category#controller_action
18376
+ --------------------------------------------------------------
18377
+  (0.1ms) rollback transaction
18378
+  (0.0ms) begin transaction
18379
+ ---------------------------------------------------------------------
18380
+ PostCategoryCategoryTest: test_post_category#derived_name_field_value
18381
+ ---------------------------------------------------------------------
18382
+  (0.1ms) rollback transaction
18383
+  (0.0ms) begin transaction
18384
+ -----------------------------------------------------------
18385
+ PostCategoryCategoryTest: test_post_category#new_name_value
18386
+ -----------------------------------------------------------
18387
+  (0.0ms) rollback transaction
18388
+  (0.0ms) begin transaction
18389
+ -------------------------------------------------
18390
+ PostCategoryCategoryTest: test_post_category#path
18391
+ -------------------------------------------------
18392
+  (0.0ms) SAVEPOINT active_record_1
18393
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
18394
+  (0.0ms) SAVEPOINT active_record_1
18395
+ SQL (1.0ms) INSERT INTO "post_categories" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 19:42:30.909974"], ["name", "general"], ["title", "General"], ["updated_at", "2014-08-19 19:42:30.909974"]]
18396
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18397
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
18398
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
18399
+ Post Load (0.3ms) SELECT "posts".* FROM "posts"
18400
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18401
+  (0.6ms) rollback transaction
18402
+  (0.1ms) begin transaction
18403
+ -------------------------------------------------------
18404
+ PostCategoryCategoryTest: test_post_category#route_name
18405
+ -------------------------------------------------------
18406
+  (0.0ms) rollback transaction
18407
+  (0.0ms) begin transaction
18408
+ --------------------------------------------------------------
18409
+ PostCategoryCategoryTest: test_post_category#route_name_prefix
18410
+ --------------------------------------------------------------
18411
+  (0.0ms) rollback transaction
18412
+  (0.0ms) begin transaction
18413
+ ------------------------------------------------
18414
+ PostCategoryCategoryTest: test_post_category#url
18415
+ ------------------------------------------------
18416
+  (0.0ms) SAVEPOINT active_record_1
18417
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18418
+  (0.0ms) rollback transaction
18419
+  (0.0ms) begin transaction
18420
+ -------------------------------
18421
+ PostTest: test_Post#route_model
18422
+ -------------------------------
18423
+  (0.0ms) rollback transaction
18424
+  (0.0ms) begin transaction
18425
+ --------------------------------------------
18426
+ PostTest: test_default_category_is_'general'
18427
+ --------------------------------------------
18428
+  (0.1ms) rollback transaction
18429
+  (0.0ms) begin transaction
18430
+ -------------------------------------
18431
+ PostTest: test_post#controller_action
18432
+ -------------------------------------
18433
+  (0.0ms) rollback transaction
18434
+  (0.0ms) begin transaction
18435
+ --------------------------------------------
18436
+ PostTest: test_post#derived_name_field_value
18437
+ --------------------------------------------
18438
+  (0.0ms) rollback transaction
18439
+  (0.0ms) begin transaction
18440
+ ----------------------------------
18441
+ PostTest: test_post#new_name_value
18442
+ ----------------------------------
18443
+  (0.0ms) rollback transaction
18444
+  (0.1ms) begin transaction
18445
+ ------------------------
18446
+ PostTest: test_post#path
18447
+ ------------------------
18448
+  (0.0ms) SAVEPOINT active_record_1
18449
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18450
+  (0.0ms) SAVEPOINT active_record_1
18451
+ SQL (0.4ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 19:42:30.943640"], ["name", "dummy-post"], ["title", "Dummy Post"], ["updated_at", "2014-08-19 19:42:30.943640"]]
18452
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18453
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
18454
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
18455
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18456
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18457
+  (0.4ms) rollback transaction
18458
+  (0.1ms) begin transaction
18459
+ ------------------------------
18460
+ PostTest: test_post#route_name
18461
+ ------------------------------
18462
+  (0.0ms) rollback transaction
18463
+  (0.0ms) begin transaction
18464
+ -------------------------------------
18465
+ PostTest: test_post#route_name_prefix
18466
+ -------------------------------------
18467
+  (0.0ms) rollback transaction
18468
+  (0.0ms) begin transaction
18469
+ -----------------------
18470
+ PostTest: test_post#url
18471
+ -----------------------
18472
+  (0.0ms) SAVEPOINT active_record_1
18473
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18474
+  (0.0ms) rollback transaction
18475
+  (0.0ms) begin transaction
18476
+ -------------------------------------------
18477
+ StaticControllerTest: test_should_get_index
18478
+ -------------------------------------------
18479
+ Processing by StaticController#index as HTML
18480
+ Rendered static/index.html.erb within layouts/application (1.5ms)
18481
+ Completed 200 OK in 22ms (Views: 22.1ms | ActiveRecord: 0.0ms)
18482
+  (0.1ms) rollback transaction
18483
+  (0.1ms) begin transaction
18484
+ ------------------------------------
18485
+ StaticControllerTest: test_two_words
18486
+ ------------------------------------
18487
+  (0.0ms) rollback transaction
18488
+  (0.0ms) begin transaction
18489
+ -------------------------------------------------
18490
+ RoutableRecordsTest: test_/general/lets-test-this
18491
+ -------------------------------------------------
18492
+  (0.0ms) SAVEPOINT active_record_1
18493
+ SQL (0.5ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 19:42:31.008411"], ["name", "lets-test-this"], ["title", "Let's Test This"], ["updated_at", "2014-08-19 19:42:31.008411"]]
18494
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18495
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
18496
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
18497
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18498
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18499
+ Started GET "/general/lets-test-this" for 127.0.0.1 at 2014-08-19 15:42:31 -0400
18500
+ Processing by BlogController#show as HTML
18501
+ Parameters: {"id"=>1}
18502
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
18503
+ Completed 200 OK in 5ms (Views: 2.7ms | ActiveRecord: 0.2ms)
18504
+  (0.5ms) rollback transaction
18505
+  (0.1ms) begin transaction
18506
+ ----------------------------------------------------
18507
+ RoutableRecordsTest: test_only_routable_routes_built
18508
+ ----------------------------------------------------
18509
+  (0.1ms) SAVEPOINT active_record_1
18510
+ SQL (0.4ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-19 19:42:31.038058"], ["name", "route-this"], ["published", "t"], ["title", "Route This"], ["updated_at", "2014-08-19 19:42:31.038058"]]
18511
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18512
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
18513
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
18514
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18515
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18516
+  (0.0ms) SAVEPOINT active_record_1
18517
+ SQL (1.4ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-19 19:42:31.044661"], ["name", "ignore-this"], ["published", "f"], ["title", "Ignore This"], ["updated_at", "2014-08-19 19:42:31.044661"]]
18518
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18519
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
18520
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
18521
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18522
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18523
+ Started GET "/articles/route-this" for 127.0.0.1 at 2014-08-19 15:42:31 -0400
18524
+ Processing by ArticleController#show as HTML
18525
+ Parameters: {"id"=>1}
18526
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
18527
+ Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.2ms)
18528
+ Started GET "/articles/ignore-this" for 127.0.0.1 at 2014-08-19 15:42:31 -0400
18529
+  (0.6ms) rollback transaction
18530
+  (0.0ms) begin transaction
18531
+ ---------------------------------------------
18532
+ NewsArticleTest: test_NewsArticle#route_model
18533
+ ---------------------------------------------
18534
+  (0.0ms) rollback transaction
18535
+  (0.0ms) begin transaction
18536
+ ----------------------------------------------------
18537
+ NewsArticleTest: test_news_article#controller_action
18538
+ ----------------------------------------------------
18539
+  (0.0ms) rollback transaction
18540
+  (0.0ms) begin transaction
18541
+ -----------------------------------------------------------
18542
+ NewsArticleTest: test_news_article#derived_name_field_value
18543
+ -----------------------------------------------------------
18544
+  (0.1ms) rollback transaction
18545
+  (0.0ms) begin transaction
18546
+ -------------------------------------------------
18547
+ NewsArticleTest: test_news_article#new_name_value
18548
+ -------------------------------------------------
18549
+  (0.0ms) rollback transaction
18550
+  (0.0ms) begin transaction
18551
+ ---------------------------------------
18552
+ NewsArticleTest: test_news_article#path
18553
+ ---------------------------------------
18554
+  (0.0ms) SAVEPOINT active_record_1
18555
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18556
+  (0.0ms) SAVEPOINT active_record_1
18557
+ SQL (0.4ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-19 19:42:31.075779"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-19 19:42:31.075779"]]
18558
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18559
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
18560
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
18561
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18562
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18563
+  (0.4ms) rollback transaction
18564
+  (0.0ms) begin transaction
18565
+ ---------------------------------------------
18566
+ NewsArticleTest: test_news_article#route_name
18567
+ ---------------------------------------------
18568
+  (0.0ms) rollback transaction
18569
+  (0.0ms) begin transaction
18570
+ ----------------------------------------------------
18571
+ NewsArticleTest: test_news_article#route_name_prefix
18572
+ ----------------------------------------------------
18573
+  (0.0ms) rollback transaction
18574
+  (0.0ms) begin transaction
18575
+ ---------------------------------------
18576
+ NewsArticleTest: test_news_article#slug
18577
+ ---------------------------------------
18578
+  (0.0ms) SAVEPOINT active_record_1
18579
+ SQL (0.2ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-19 19:42:31.084885"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-19 19:42:31.084885"]]
18580
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18581
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
18582
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
18583
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18584
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18585
+  (0.3ms) rollback transaction
18586
+  (0.0ms) begin transaction
18587
+ --------------------------------------
18588
+ NewsArticleTest: test_news_article#url
18589
+ --------------------------------------
18590
+  (0.0ms) SAVEPOINT active_record_1
18591
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18592
+  (0.0ms) rollback transaction
18593
+  (0.0ms) begin transaction
18594
+ -------------------------------------------
18595
+ ArticleTest: test_article#controller_action
18596
+ -------------------------------------------
18597
+  (0.0ms) rollback transaction
18598
+  (0.0ms) begin transaction
18599
+ --------------------------------------------------
18600
+ ArticleTest: test_article#derived_name_field_value
18601
+ --------------------------------------------------
18602
+  (0.0ms) rollback transaction
18603
+  (0.0ms) begin transaction
18604
+ ------------------------------
18605
+ ArticleTest: test_article#path
18606
+ ------------------------------
18607
+  (0.0ms) SAVEPOINT active_record_1
18608
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18609
+  (0.0ms) SAVEPOINT active_record_1
18610
+ SQL (0.4ms) INSERT INTO "articles" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 19:42:31.095480"], ["name", "dummy-article"], ["title", "Dummy Article"], ["updated_at", "2014-08-19 19:42:31.095480"]]
18611
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18612
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
18613
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
18614
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18615
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18616
+  (1.0ms) rollback transaction
18617
+  (0.1ms) begin transaction
18618
+ ------------------------------------
18619
+ ArticleTest: test_article#route_name
18620
+ ------------------------------------
18621
+  (0.1ms) rollback transaction
18622
+  (0.0ms) begin transaction
18623
+ -------------------------------------------
18624
+ ArticleTest: test_article#route_name_prefix
18625
+ -------------------------------------------
18626
+  (0.1ms) rollback transaction
18627
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
18628
+  (0.1ms) begin transaction
18629
+ -------------------------------------------
18630
+ ArticleTest: test_article#controller_action
18631
+ -------------------------------------------
18632
+  (0.1ms) rollback transaction
18633
+  (0.0ms) begin transaction
18634
+ --------------------------------------------------
18635
+ ArticleTest: test_article#derived_name_field_value
18636
+ --------------------------------------------------
18637
+  (0.0ms) rollback transaction
18638
+  (0.0ms) begin transaction
18639
+ ------------------------------
18640
+ ArticleTest: test_article#path
18641
+ ------------------------------
18642
+  (0.0ms) SAVEPOINT active_record_1
18643
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18644
+  (0.0ms) SAVEPOINT active_record_1
18645
+ SQL (0.9ms) INSERT INTO "articles" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 19:43:22.483197"], ["name", "dummy-article"], ["title", "Dummy Article"], ["updated_at", "2014-08-19 19:43:22.483197"]]
18646
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18647
+ NewsArticle Load (0.2ms) SELECT "news_articles".* FROM "news_articles"
18648
+ PostCategory Load (0.2ms) SELECT "post_categories".* FROM "post_categories"
18649
+ Post Load (0.3ms) SELECT "posts".* FROM "posts"
18650
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18651
+  (0.5ms) rollback transaction
18652
+  (0.1ms) begin transaction
18653
+ ------------------------------------
18654
+ ArticleTest: test_article#route_name
18655
+ ------------------------------------
18656
+  (0.0ms) rollback transaction
18657
+  (0.1ms) begin transaction
18658
+ -------------------------------------------
18659
+ ArticleTest: test_article#route_name_prefix
18660
+ -------------------------------------------
18661
+  (0.0ms) rollback transaction
18662
+  (0.0ms) begin transaction
18663
+ -------------------------------------------
18664
+ StaticControllerTest: test_should_get_index
18665
+ -------------------------------------------
18666
+ Processing by StaticController#index as HTML
18667
+ Rendered static/index.html.erb within layouts/application (1.4ms)
18668
+ Completed 200 OK in 22ms (Views: 21.5ms | ActiveRecord: 0.0ms)
18669
+  (0.1ms) rollback transaction
18670
+  (0.0ms) begin transaction
18671
+ ---------------------------------------------
18672
+ NewsArticleTest: test_NewsArticle#route_model
18673
+ ---------------------------------------------
18674
+  (0.0ms) rollback transaction
18675
+  (0.0ms) begin transaction
18676
+ ----------------------------------------------------
18677
+ NewsArticleTest: test_news_article#controller_action
18678
+ ----------------------------------------------------
18679
+  (0.1ms) rollback transaction
18680
+  (0.0ms) begin transaction
18681
+ -----------------------------------------------------------
18682
+ NewsArticleTest: test_news_article#derived_name_field_value
18683
+ -----------------------------------------------------------
18684
+  (0.0ms) rollback transaction
18685
+  (0.0ms) begin transaction
18686
+ -------------------------------------------------
18687
+ NewsArticleTest: test_news_article#new_name_value
18688
+ -------------------------------------------------
18689
+  (0.0ms) rollback transaction
18690
+  (0.0ms) begin transaction
18691
+ ---------------------------------------
18692
+ NewsArticleTest: test_news_article#path
18693
+ ---------------------------------------
18694
+  (0.0ms) SAVEPOINT active_record_1
18695
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18696
+  (0.0ms) SAVEPOINT active_record_1
18697
+ SQL (0.4ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-19 19:43:22.558693"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-19 19:43:22.558693"]]
18698
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18699
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
18700
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
18701
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18702
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18703
+  (0.4ms) rollback transaction
18704
+  (0.0ms) begin transaction
18705
+ ---------------------------------------------
18706
+ NewsArticleTest: test_news_article#route_name
18707
+ ---------------------------------------------
18708
+  (0.0ms) rollback transaction
18709
+  (0.0ms) begin transaction
18710
+ ----------------------------------------------------
18711
+ NewsArticleTest: test_news_article#route_name_prefix
18712
+ ----------------------------------------------------
18713
+  (0.0ms) rollback transaction
18714
+  (0.0ms) begin transaction
18715
+ ---------------------------------------
18716
+ NewsArticleTest: test_news_article#slug
18717
+ ---------------------------------------
18718
+  (0.0ms) SAVEPOINT active_record_1
18719
+ SQL (0.2ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-19 19:43:22.567588"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-19 19:43:22.567588"]]
18720
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18721
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
18722
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
18723
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18724
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18725
+  (0.4ms) rollback transaction
18726
+  (0.0ms) begin transaction
18727
+ --------------------------------------
18728
+ NewsArticleTest: test_news_article#url
18729
+ --------------------------------------
18730
+  (0.0ms) SAVEPOINT active_record_1
18731
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18732
+  (0.0ms) rollback transaction
18733
+  (0.1ms) begin transaction
18734
+ -------------------------------------------------------
18735
+ PostCategoryCategoryTest: test_PostCategory#route_model
18736
+ -------------------------------------------------------
18737
+  (0.0ms) rollback transaction
18738
+  (0.0ms) begin transaction
18739
+ --------------------------------------------------------------
18740
+ PostCategoryCategoryTest: test_post_category#controller_action
18741
+ --------------------------------------------------------------
18742
+  (0.0ms) rollback transaction
18743
+  (0.0ms) begin transaction
18744
+ ---------------------------------------------------------------------
18745
+ PostCategoryCategoryTest: test_post_category#derived_name_field_value
18746
+ ---------------------------------------------------------------------
18747
+  (0.0ms) rollback transaction
18748
+  (0.0ms) begin transaction
18749
+ -----------------------------------------------------------
18750
+ PostCategoryCategoryTest: test_post_category#new_name_value
18751
+ -----------------------------------------------------------
18752
+  (0.0ms) rollback transaction
18753
+  (0.0ms) begin transaction
18754
+ -------------------------------------------------
18755
+ PostCategoryCategoryTest: test_post_category#path
18756
+ -------------------------------------------------
18757
+  (0.0ms) SAVEPOINT active_record_1
18758
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18759
+  (0.0ms) SAVEPOINT active_record_1
18760
+ SQL (0.3ms) INSERT INTO "post_categories" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 19:43:22.584413"], ["name", "general"], ["title", "General"], ["updated_at", "2014-08-19 19:43:22.584413"]]
18761
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18762
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
18763
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
18764
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18765
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18766
+  (0.4ms) rollback transaction
18767
+  (0.0ms) begin transaction
18768
+ -------------------------------------------------------
18769
+ PostCategoryCategoryTest: test_post_category#route_name
18770
+ -------------------------------------------------------
18771
+  (0.0ms) rollback transaction
18772
+  (0.0ms) begin transaction
18773
+ --------------------------------------------------------------
18774
+ PostCategoryCategoryTest: test_post_category#route_name_prefix
18775
+ --------------------------------------------------------------
18776
+  (0.0ms) rollback transaction
18777
+  (0.0ms) begin transaction
18778
+ ------------------------------------------------
18779
+ PostCategoryCategoryTest: test_post_category#url
18780
+ ------------------------------------------------
18781
+  (0.0ms) SAVEPOINT active_record_1
18782
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18783
+  (0.0ms) rollback transaction
18784
+  (0.0ms) begin transaction
18785
+ -------------------------------
18786
+ PostTest: test_Post#route_model
18787
+ -------------------------------
18788
+  (0.0ms) rollback transaction
18789
+  (0.0ms) begin transaction
18790
+ --------------------------------------------
18791
+ PostTest: test_default_category_is_'general'
18792
+ --------------------------------------------
18793
+  (0.1ms) rollback transaction
18794
+  (0.0ms) begin transaction
18795
+ -------------------------------------
18796
+ PostTest: test_post#controller_action
18797
+ -------------------------------------
18798
+  (0.0ms) rollback transaction
18799
+  (0.0ms) begin transaction
18800
+ --------------------------------------------
18801
+ PostTest: test_post#derived_name_field_value
18802
+ --------------------------------------------
18803
+  (0.1ms) rollback transaction
18804
+  (0.0ms) begin transaction
18805
+ ----------------------------------
18806
+ PostTest: test_post#new_name_value
18807
+ ----------------------------------
18808
+  (0.0ms) rollback transaction
18809
+  (0.0ms) begin transaction
18810
+ ------------------------
18811
+ PostTest: test_post#path
18812
+ ------------------------
18813
+  (0.0ms) SAVEPOINT active_record_1
18814
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18815
+  (0.0ms) SAVEPOINT active_record_1
18816
+ SQL (0.4ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 19:43:22.609158"], ["name", "dummy-post"], ["title", "Dummy Post"], ["updated_at", "2014-08-19 19:43:22.609158"]]
18817
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18818
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
18819
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
18820
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18821
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18822
+  (1.6ms) rollback transaction
18823
+  (0.1ms) begin transaction
18824
+ ------------------------------
18825
+ PostTest: test_post#route_name
18826
+ ------------------------------
18827
+  (0.0ms) rollback transaction
18828
+  (0.0ms) begin transaction
18829
+ -------------------------------------
18830
+ PostTest: test_post#route_name_prefix
18831
+ -------------------------------------
18832
+  (0.1ms) rollback transaction
18833
+  (0.0ms) begin transaction
18834
+ -----------------------
18835
+ PostTest: test_post#url
18836
+ -----------------------
18837
+  (0.0ms) SAVEPOINT active_record_1
18838
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18839
+  (0.0ms) rollback transaction
18840
+  (0.0ms) begin transaction
18841
+ -------------------------------------------------
18842
+ RoutableRecordsTest: test_/general/lets-test-this
18843
+ -------------------------------------------------
18844
+  (0.0ms) SAVEPOINT active_record_1
18845
+ SQL (0.3ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 19:43:22.622139"], ["name", "lets-test-this"], ["title", "Let's Test This"], ["updated_at", "2014-08-19 19:43:22.622139"]]
18846
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18847
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
18848
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
18849
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18850
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18851
+ Started GET "/general/lets-test-this" for 127.0.0.1 at 2014-08-19 15:43:22 -0400
18852
+ Processing by BlogController#show as HTML
18853
+ Parameters: {"id"=>1}
18854
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
18855
+ Completed 200 OK in 5ms (Views: 2.7ms | ActiveRecord: 0.2ms)
18856
+  (0.6ms) rollback transaction
18857
+  (0.1ms) begin transaction
18858
+ ----------------------------------------------------
18859
+ RoutableRecordsTest: test_only_routable_routes_built
18860
+ ----------------------------------------------------
18861
+  (0.0ms) SAVEPOINT active_record_1
18862
+ SQL (0.4ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-19 19:43:22.647682"], ["name", "route-this"], ["published", "t"], ["title", "Route This"], ["updated_at", "2014-08-19 19:43:22.647682"]]
18863
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18864
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
18865
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
18866
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18867
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18868
+  (0.0ms) SAVEPOINT active_record_1
18869
+ SQL (1.6ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-19 19:43:22.654256"], ["name", "ignore-this"], ["published", "f"], ["title", "Ignore This"], ["updated_at", "2014-08-19 19:43:22.654256"]]
18870
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18871
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
18872
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
18873
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18874
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18875
+ Started GET "/articles/route-this" for 127.0.0.1 at 2014-08-19 15:43:22 -0400
18876
+ Processing by ArticleController#show as HTML
18877
+ Parameters: {"id"=>1}
18878
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
18879
+ Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.2ms)
18880
+ Started GET "/articles/ignore-this" for 127.0.0.1 at 2014-08-19 15:43:22 -0400
18881
+  (0.5ms) rollback transaction
18882
+  (0.0ms) begin transaction
18883
+ -----------------------------------
18884
+ RoutableRecordsTest: test_two_words
18885
+ -----------------------------------
18886
+  (0.0ms) rollback transaction
18887
+  (0.0ms) begin transaction
18888
+ -----------------------------
18889
+ FlowmorRouterTest: test_truth
18890
+ -----------------------------
18891
+  (0.0ms) rollback transaction
18892
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18893
+  (0.1ms) begin transaction
18894
+ -------------------------------
18895
+ PostTest: test_Post#route_model
18896
+ -------------------------------
18897
+  (0.0ms) rollback transaction
18898
+  (0.0ms) begin transaction
18899
+ --------------------------------------------
18900
+ PostTest: test_default_category_is_'general'
18901
+ --------------------------------------------
18902
+  (0.1ms) rollback transaction
18903
+  (0.0ms) begin transaction
18904
+ -------------------------------------
18905
+ PostTest: test_post#controller_action
18906
+ -------------------------------------
18907
+  (0.0ms) rollback transaction
18908
+  (0.0ms) begin transaction
18909
+ --------------------------------------------
18910
+ PostTest: test_post#derived_name_field_value
18911
+ --------------------------------------------
18912
+  (0.0ms) rollback transaction
18913
+  (0.0ms) begin transaction
18914
+ ----------------------------------
18915
+ PostTest: test_post#new_name_value
18916
+ ----------------------------------
18917
+  (0.0ms) rollback transaction
18918
+  (0.0ms) begin transaction
18919
+ ------------------------
18920
+ PostTest: test_post#path
18921
+ ------------------------
18922
+  (0.0ms) SAVEPOINT active_record_1
18923
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18924
+  (0.0ms) SAVEPOINT active_record_1
18925
+ SQL (0.6ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 19:44:02.282517"], ["name", "dummy-post"], ["title", "Dummy Post"], ["updated_at", "2014-08-19 19:44:02.282517"]]
18926
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18927
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
18928
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
18929
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18930
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18931
+  (0.4ms) rollback transaction
18932
+  (0.1ms) begin transaction
18933
+ ------------------------------
18934
+ PostTest: test_post#route_name
18935
+ ------------------------------
18936
+  (0.0ms) rollback transaction
18937
+  (0.0ms) begin transaction
18938
+ -------------------------------------
18939
+ PostTest: test_post#route_name_prefix
18940
+ -------------------------------------
18941
+  (0.0ms) rollback transaction
18942
+  (0.0ms) begin transaction
18943
+ -----------------------
18944
+ PostTest: test_post#url
18945
+ -----------------------
18946
+  (0.0ms) SAVEPOINT active_record_1
18947
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18948
+  (0.0ms) rollback transaction
18949
+  (0.0ms) begin transaction
18950
+ -------------------------------------------------------
18951
+ PostCategoryCategoryTest: test_PostCategory#route_model
18952
+ -------------------------------------------------------
18953
+  (0.0ms) rollback transaction
18954
+  (0.0ms) begin transaction
18955
+ --------------------------------------------------------------
18956
+ PostCategoryCategoryTest: test_post_category#controller_action
18957
+ --------------------------------------------------------------
18958
+  (0.0ms) rollback transaction
18959
+  (0.0ms) begin transaction
18960
+ ---------------------------------------------------------------------
18961
+ PostCategoryCategoryTest: test_post_category#derived_name_field_value
18962
+ ---------------------------------------------------------------------
18963
+  (0.0ms) rollback transaction
18964
+  (0.0ms) begin transaction
18965
+ -----------------------------------------------------------
18966
+ PostCategoryCategoryTest: test_post_category#new_name_value
18967
+ -----------------------------------------------------------
18968
+  (0.0ms) rollback transaction
18969
+  (0.0ms) begin transaction
18970
+ -------------------------------------------------
18971
+ PostCategoryCategoryTest: test_post_category#path
18972
+ -------------------------------------------------
18973
+  (0.0ms) SAVEPOINT active_record_1
18974
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18975
+  (0.0ms) SAVEPOINT active_record_1
18976
+ SQL (0.4ms) INSERT INTO "post_categories" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 19:44:02.305744"], ["name", "general"], ["title", "General"], ["updated_at", "2014-08-19 19:44:02.305744"]]
18977
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
18978
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
18979
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
18980
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
18981
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18982
+  (0.4ms) rollback transaction
18983
+  (0.1ms) begin transaction
18984
+ -------------------------------------------------------
18985
+ PostCategoryCategoryTest: test_post_category#route_name
18986
+ -------------------------------------------------------
18987
+  (0.0ms) rollback transaction
18988
+  (0.0ms) begin transaction
18989
+ --------------------------------------------------------------
18990
+ PostCategoryCategoryTest: test_post_category#route_name_prefix
18991
+ --------------------------------------------------------------
18992
+  (0.0ms) rollback transaction
18993
+  (0.0ms) begin transaction
18994
+ ------------------------------------------------
18995
+ PostCategoryCategoryTest: test_post_category#url
18996
+ ------------------------------------------------
18997
+  (0.0ms) SAVEPOINT active_record_1
18998
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18999
+  (0.0ms) rollback transaction
19000
+  (0.0ms) begin transaction
19001
+ -----------------------------
19002
+ FlowmorRouterTest: test_truth
19003
+ -----------------------------
19004
+  (0.0ms) rollback transaction
19005
+  (0.0ms) begin transaction
19006
+ ---------------------------------------------
19007
+ NewsArticleTest: test_NewsArticle#route_model
19008
+ ---------------------------------------------
19009
+  (0.0ms) rollback transaction
19010
+  (0.0ms) begin transaction
19011
+ ----------------------------------------------------
19012
+ NewsArticleTest: test_news_article#controller_action
19013
+ ----------------------------------------------------
19014
+  (0.0ms) rollback transaction
19015
+  (0.0ms) begin transaction
19016
+ -----------------------------------------------------------
19017
+ NewsArticleTest: test_news_article#derived_name_field_value
19018
+ -----------------------------------------------------------
19019
+  (0.1ms) rollback transaction
19020
+  (0.0ms) begin transaction
19021
+ -------------------------------------------------
19022
+ NewsArticleTest: test_news_article#new_name_value
19023
+ -------------------------------------------------
19024
+  (0.0ms) rollback transaction
19025
+  (0.0ms) begin transaction
19026
+ ---------------------------------------
19027
+ NewsArticleTest: test_news_article#path
19028
+ ---------------------------------------
19029
+  (0.0ms) SAVEPOINT active_record_1
19030
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
19031
+  (0.0ms) SAVEPOINT active_record_1
19032
+ SQL (0.4ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-19 19:44:02.324507"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-19 19:44:02.324507"]]
19033
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
19034
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
19035
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
19036
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
19037
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19038
+  (0.4ms) rollback transaction
19039
+  (0.0ms) begin transaction
19040
+ ---------------------------------------------
19041
+ NewsArticleTest: test_news_article#route_name
19042
+ ---------------------------------------------
19043
+  (0.0ms) rollback transaction
19044
+  (0.0ms) begin transaction
19045
+ ----------------------------------------------------
19046
+ NewsArticleTest: test_news_article#route_name_prefix
19047
+ ----------------------------------------------------
19048
+  (0.0ms) rollback transaction
19049
+  (0.0ms) begin transaction
19050
+ ---------------------------------------
19051
+ NewsArticleTest: test_news_article#slug
19052
+ ---------------------------------------
19053
+  (0.0ms) SAVEPOINT active_record_1
19054
+ SQL (0.3ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-19 19:44:02.333399"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-19 19:44:02.333399"]]
19055
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
19056
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
19057
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
19058
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
19059
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19060
+  (0.3ms) rollback transaction
19061
+  (0.1ms) begin transaction
19062
+ --------------------------------------
19063
+ NewsArticleTest: test_news_article#url
19064
+ --------------------------------------
19065
+  (0.0ms) SAVEPOINT active_record_1
19066
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
19067
+  (0.0ms) rollback transaction
19068
+  (0.1ms) begin transaction
19069
+ -------------------------------------------
19070
+ StaticControllerTest: test_should_get_index
19071
+ -------------------------------------------
19072
+ Processing by StaticController#index as HTML
19073
+ Rendered static/index.html.erb within layouts/application (1.2ms)
19074
+ Completed 200 OK in 18ms (Views: 17.8ms | ActiveRecord: 0.0ms)
19075
+  (0.1ms) rollback transaction
19076
+  (0.0ms) begin transaction
19077
+ -------------------------------------------------
19078
+ RoutableRecordsTest: test_/general/lets-test-this
19079
+ -------------------------------------------------
19080
+  (0.0ms) SAVEPOINT active_record_1
19081
+ SQL (0.5ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 19:44:02.387872"], ["name", "lets-test-this"], ["title", "Let's Test This"], ["updated_at", "2014-08-19 19:44:02.387872"]]
19082
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
19083
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
19084
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
19085
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
19086
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19087
+ Started GET "/general/lets-test-this" for 127.0.0.1 at 2014-08-19 15:44:02 -0400
19088
+ Processing by BlogController#show as HTML
19089
+ Parameters: {"id"=>1}
19090
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
19091
+ Completed 200 OK in 5ms (Views: 2.7ms | ActiveRecord: 0.2ms)
19092
+  (0.5ms) rollback transaction
19093
+  (0.1ms) begin transaction
19094
+ ----------------------------------------------------
19095
+ RoutableRecordsTest: test_only_routable_routes_built
19096
+ ----------------------------------------------------
19097
+  (0.0ms) SAVEPOINT active_record_1
19098
+ SQL (0.4ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-19 19:44:02.416222"], ["name", "route-this"], ["published", "t"], ["title", "Route This"], ["updated_at", "2014-08-19 19:44:02.416222"]]
19099
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
19100
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
19101
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
19102
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
19103
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19104
+  (0.0ms) SAVEPOINT active_record_1
19105
+ SQL (1.5ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-19 19:44:02.423076"], ["name", "ignore-this"], ["published", "f"], ["title", "Ignore This"], ["updated_at", "2014-08-19 19:44:02.423076"]]
19106
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
19107
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
19108
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
19109
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
19110
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19111
+ Started GET "/articles/route-this" for 127.0.0.1 at 2014-08-19 15:44:02 -0400
19112
+ Processing by ArticleController#show as HTML
19113
+ Parameters: {"id"=>1}
19114
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
19115
+ Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.2ms)
19116
+ Started GET "/articles/ignore-this" for 127.0.0.1 at 2014-08-19 15:44:02 -0400
19117
+  (0.6ms) rollback transaction
19118
+  (0.0ms) begin transaction
19119
+ -----------------------------------
19120
+ RoutableRecordsTest: test_two_words
19121
+ -----------------------------------
19122
+ Started GET "/two-words" for 127.0.0.1 at 2014-08-19 15:44:02 -0400
19123
+ Processing by StaticController#two_words as HTML
19124
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
19125
+  (0.1ms) rollback transaction
19126
+  (0.0ms) begin transaction
19127
+ -------------------------------------------
19128
+ ArticleTest: test_article#controller_action
19129
+ -------------------------------------------
19130
+  (0.0ms) rollback transaction
19131
+  (0.0ms) begin transaction
19132
+ --------------------------------------------------
19133
+ ArticleTest: test_article#derived_name_field_value
19134
+ --------------------------------------------------
19135
+  (0.0ms) rollback transaction
19136
+  (0.0ms) begin transaction
19137
+ ------------------------------
19138
+ ArticleTest: test_article#path
19139
+ ------------------------------
19140
+  (0.0ms) SAVEPOINT active_record_1
19141
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
19142
+  (0.0ms) SAVEPOINT active_record_1
19143
+ SQL (0.5ms) INSERT INTO "articles" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 19:44:02.458109"], ["name", "dummy-article"], ["title", "Dummy Article"], ["updated_at", "2014-08-19 19:44:02.458109"]]
19144
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
19145
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
19146
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
19147
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
19148
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19149
+  (0.4ms) rollback transaction
19150
+  (0.0ms) begin transaction
19151
+ ------------------------------------
19152
+ ArticleTest: test_article#route_name
19153
+ ------------------------------------
19154
+  (0.0ms) rollback transaction
19155
+  (0.0ms) begin transaction
19156
+ -------------------------------------------
19157
+ ArticleTest: test_article#route_name_prefix
19158
+ -------------------------------------------
19159
+  (0.0ms) rollback transaction
19160
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
19161
+  (0.1ms) begin transaction
19162
+ -------------------------------------------
19163
+ StaticControllerTest: test_should_get_index
19164
+ -------------------------------------------
19165
+ Processing by StaticController#index as HTML
19166
+ Rendered static/index.html.erb within layouts/application (1.2ms)
19167
+ Completed 200 OK in 20ms (Views: 20.2ms | ActiveRecord: 0.0ms)
19168
+  (0.1ms) rollback transaction
19169
+  (0.1ms) begin transaction
19170
+ -----------------------------
19171
+ FlowmorRouterTest: test_truth
19172
+ -----------------------------
19173
+  (0.0ms) rollback transaction
19174
+  (0.0ms) begin transaction
19175
+ -------------------------------------------------------
19176
+ PostCategoryCategoryTest: test_PostCategory#route_model
19177
+ -------------------------------------------------------
19178
+  (0.0ms) rollback transaction
19179
+  (0.0ms) begin transaction
19180
+ --------------------------------------------------------------
19181
+ PostCategoryCategoryTest: test_post_category#controller_action
19182
+ --------------------------------------------------------------
19183
+  (0.0ms) rollback transaction
19184
+  (0.0ms) begin transaction
19185
+ ---------------------------------------------------------------------
19186
+ PostCategoryCategoryTest: test_post_category#derived_name_field_value
19187
+ ---------------------------------------------------------------------
19188
+  (0.1ms) rollback transaction
19189
+  (0.0ms) begin transaction
19190
+ -----------------------------------------------------------
19191
+ PostCategoryCategoryTest: test_post_category#new_name_value
19192
+ -----------------------------------------------------------
19193
+  (0.0ms) rollback transaction
19194
+  (0.0ms) begin transaction
19195
+ -------------------------------------------------
19196
+ PostCategoryCategoryTest: test_post_category#path
19197
+ -------------------------------------------------
19198
+  (0.0ms) SAVEPOINT active_record_1
19199
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19200
+  (0.0ms) SAVEPOINT active_record_1
19201
+ SQL (0.7ms) INSERT INTO "post_categories" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 19:44:18.204569"], ["name", "general"], ["title", "General"], ["updated_at", "2014-08-19 19:44:18.204569"]]
19202
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
19203
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
19204
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
19205
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
19206
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19207
+  (0.7ms) rollback transaction
19208
+  (0.1ms) begin transaction
19209
+ -------------------------------------------------------
19210
+ PostCategoryCategoryTest: test_post_category#route_name
19211
+ -------------------------------------------------------
19212
+  (0.1ms) rollback transaction
19213
+  (0.0ms) begin transaction
19214
+ --------------------------------------------------------------
19215
+ PostCategoryCategoryTest: test_post_category#route_name_prefix
19216
+ --------------------------------------------------------------
19217
+  (0.0ms) rollback transaction
19218
+  (0.0ms) begin transaction
19219
+ ------------------------------------------------
19220
+ PostCategoryCategoryTest: test_post_category#url
19221
+ ------------------------------------------------
19222
+  (0.0ms) SAVEPOINT active_record_1
19223
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
19224
+  (0.0ms) rollback transaction
19225
+  (0.0ms) begin transaction
19226
+ ---------------------------------------------
19227
+ NewsArticleTest: test_NewsArticle#route_model
19228
+ ---------------------------------------------
19229
+  (0.0ms) rollback transaction
19230
+  (0.0ms) begin transaction
19231
+ ----------------------------------------------------
19232
+ NewsArticleTest: test_news_article#controller_action
19233
+ ----------------------------------------------------
19234
+  (0.1ms) rollback transaction
19235
+  (0.0ms) begin transaction
19236
+ -----------------------------------------------------------
19237
+ NewsArticleTest: test_news_article#derived_name_field_value
19238
+ -----------------------------------------------------------
19239
+  (0.1ms) rollback transaction
19240
+  (0.0ms) begin transaction
19241
+ -------------------------------------------------
19242
+ NewsArticleTest: test_news_article#new_name_value
19243
+ -------------------------------------------------
19244
+  (0.1ms) rollback transaction
19245
+  (0.0ms) begin transaction
19246
+ ---------------------------------------
19247
+ NewsArticleTest: test_news_article#path
19248
+ ---------------------------------------
19249
+  (0.0ms) SAVEPOINT active_record_1
19250
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
19251
+  (0.0ms) SAVEPOINT active_record_1
19252
+ SQL (0.4ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-19 19:44:18.230210"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-19 19:44:18.230210"]]
19253
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
19254
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
19255
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
19256
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
19257
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19258
+  (0.4ms) rollback transaction
19259
+  (0.0ms) begin transaction
19260
+ ---------------------------------------------
19261
+ NewsArticleTest: test_news_article#route_name
19262
+ ---------------------------------------------
19263
+  (0.0ms) rollback transaction
19264
+  (0.0ms) begin transaction
19265
+ ----------------------------------------------------
19266
+ NewsArticleTest: test_news_article#route_name_prefix
19267
+ ----------------------------------------------------
19268
+  (0.0ms) rollback transaction
19269
+  (0.0ms) begin transaction
19270
+ ---------------------------------------
19271
+ NewsArticleTest: test_news_article#slug
19272
+ ---------------------------------------
19273
+  (0.0ms) SAVEPOINT active_record_1
19274
+ SQL (0.2ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-19 19:44:18.239409"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-19 19:44:18.239409"]]
19275
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
19276
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
19277
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
19278
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
19279
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19280
+  (0.3ms) rollback transaction
19281
+  (0.0ms) begin transaction
19282
+ --------------------------------------
19283
+ NewsArticleTest: test_news_article#url
19284
+ --------------------------------------
19285
+  (0.0ms) SAVEPOINT active_record_1
19286
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
19287
+  (0.0ms) rollback transaction
19288
+  (0.0ms) begin transaction
19289
+ -------------------------------------------------
19290
+ RoutableRecordsTest: test_/general/lets-test-this
19291
+ -------------------------------------------------
19292
+  (0.1ms) SAVEPOINT active_record_1
19293
+ SQL (0.4ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 19:44:18.253163"], ["name", "lets-test-this"], ["title", "Let's Test This"], ["updated_at", "2014-08-19 19:44:18.253163"]]
19294
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
19295
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
19296
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
19297
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
19298
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19299
+ Started GET "/general/lets-test-this" for 127.0.0.1 at 2014-08-19 15:44:18 -0400
19300
+ Processing by BlogController#show as HTML
19301
+ Parameters: {"id"=>1}
19302
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
19303
+ Completed 200 OK in 5ms (Views: 2.8ms | ActiveRecord: 0.2ms)
19304
+  (0.5ms) rollback transaction
19305
+  (0.1ms) begin transaction
19306
+ ----------------------------------------------------
19307
+ RoutableRecordsTest: test_only_routable_routes_built
19308
+ ----------------------------------------------------
19309
+  (0.1ms) SAVEPOINT active_record_1
19310
+ SQL (0.4ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-19 19:44:18.288607"], ["name", "route-this"], ["published", "t"], ["title", "Route This"], ["updated_at", "2014-08-19 19:44:18.288607"]]
19311
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
19312
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
19313
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
19314
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
19315
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19316
+  (0.0ms) SAVEPOINT active_record_1
19317
+ SQL (1.6ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-19 19:44:18.295467"], ["name", "ignore-this"], ["published", "f"], ["title", "Ignore This"], ["updated_at", "2014-08-19 19:44:18.295467"]]
19318
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
19319
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
19320
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
19321
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
19322
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19323
+ Started GET "/articles/route-this" for 127.0.0.1 at 2014-08-19 15:44:18 -0400
19324
+ Processing by ArticleController#show as HTML
19325
+ Parameters: {"id"=>1}
19326
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
19327
+ Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.2ms)
19328
+ Started GET "/articles/ignore-this" for 127.0.0.1 at 2014-08-19 15:44:18 -0400
19329
+  (0.6ms) rollback transaction
19330
+  (0.1ms) begin transaction
19331
+ -----------------------------------
19332
+ RoutableRecordsTest: test_two_words
19333
+ -----------------------------------
19334
+ Started GET "/two-words" for 127.0.0.1 at 2014-08-19 15:44:18 -0400
19335
+ Processing by StaticController#two_words as HTML
19336
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
19337
+  (0.1ms) rollback transaction
19338
+  (0.0ms) begin transaction
19339
+ -------------------------------------------
19340
+ ArticleTest: test_article#controller_action
19341
+ -------------------------------------------
19342
+  (0.0ms) rollback transaction
19343
+  (0.0ms) begin transaction
19344
+ --------------------------------------------------
19345
+ ArticleTest: test_article#derived_name_field_value
19346
+ --------------------------------------------------
19347
+  (0.0ms) rollback transaction
19348
+  (0.0ms) begin transaction
19349
+ ------------------------------
19350
+ ArticleTest: test_article#path
19351
+ ------------------------------
19352
+  (0.0ms) SAVEPOINT active_record_1
19353
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
19354
+  (0.0ms) SAVEPOINT active_record_1
19355
+ SQL (0.5ms) INSERT INTO "articles" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 19:44:18.329578"], ["name", "dummy-article"], ["title", "Dummy Article"], ["updated_at", "2014-08-19 19:44:18.329578"]]
19356
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
19357
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
19358
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
19359
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
19360
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19361
+  (0.4ms) rollback transaction
19362
+  (0.1ms) begin transaction
19363
+ ------------------------------------
19364
+ ArticleTest: test_article#route_name
19365
+ ------------------------------------
19366
+  (0.0ms) rollback transaction
19367
+  (0.0ms) begin transaction
19368
+ -------------------------------------------
19369
+ ArticleTest: test_article#route_name_prefix
19370
+ -------------------------------------------
19371
+  (0.0ms) rollback transaction
19372
+  (0.0ms) begin transaction
19373
+ -------------------------------
19374
+ PostTest: test_Post#route_model
19375
+ -------------------------------
19376
+  (0.0ms) rollback transaction
19377
+  (0.0ms) begin transaction
19378
+ --------------------------------------------
19379
+ PostTest: test_default_category_is_'general'
19380
+ --------------------------------------------
19381
+  (0.0ms) rollback transaction
19382
+  (0.0ms) begin transaction
19383
+ -------------------------------------
19384
+ PostTest: test_post#controller_action
19385
+ -------------------------------------
19386
+  (0.0ms) rollback transaction
19387
+  (0.0ms) begin transaction
19388
+ --------------------------------------------
19389
+ PostTest: test_post#derived_name_field_value
19390
+ --------------------------------------------
19391
+  (0.0ms) rollback transaction
19392
+  (0.0ms) begin transaction
19393
+ ----------------------------------
19394
+ PostTest: test_post#new_name_value
19395
+ ----------------------------------
19396
+  (0.0ms) rollback transaction
19397
+  (0.1ms) begin transaction
19398
+ ------------------------
19399
+ PostTest: test_post#path
19400
+ ------------------------
19401
+  (0.0ms) SAVEPOINT active_record_1
19402
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
19403
+  (0.0ms) SAVEPOINT active_record_1
19404
+ SQL (0.4ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-19 19:44:18.342956"], ["name", "dummy-post"], ["title", "Dummy Post"], ["updated_at", "2014-08-19 19:44:18.342956"]]
19405
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
19406
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
19407
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
19408
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
19409
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19410
+  (0.4ms) rollback transaction
19411
+  (0.0ms) begin transaction
19412
+ ------------------------------
19413
+ PostTest: test_post#route_name
19414
+ ------------------------------
19415
+  (0.0ms) rollback transaction
19416
+  (0.0ms) begin transaction
19417
+ -------------------------------------
19418
+ PostTest: test_post#route_name_prefix
19419
+ -------------------------------------
19420
+  (0.0ms) rollback transaction
19421
+  (0.0ms) begin transaction
19422
+ -----------------------
19423
+ PostTest: test_post#url
19424
+ -----------------------
19425
+  (0.0ms) SAVEPOINT active_record_1
19426
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
19427
+  (0.0ms) rollback transaction