flowmor_router 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -12738,3 +12738,4065 @@ StaticControllerTest: test_should_get_index
12738
12738
  Processing by StaticController#index as HTML
12739
12739
  Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
12740
12740
   (0.1ms) rollback transaction
12741
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
12742
+  (0.1ms) begin transaction
12743
+ -------------------------------------------------------
12744
+ PostCategoryCategoryTest: test_PostCategory#route_model
12745
+ -------------------------------------------------------
12746
+  (0.0ms) rollback transaction
12747
+  (0.0ms) begin transaction
12748
+ --------------------------------------------------------------
12749
+ PostCategoryCategoryTest: test_post_category#controller_action
12750
+ --------------------------------------------------------------
12751
+  (0.1ms) rollback transaction
12752
+  (0.0ms) begin transaction
12753
+ ---------------------------------------------------------------------
12754
+ PostCategoryCategoryTest: test_post_category#derived_name_field_value
12755
+ ---------------------------------------------------------------------
12756
+  (0.0ms) rollback transaction
12757
+  (0.0ms) begin transaction
12758
+ -----------------------------------------------------------
12759
+ PostCategoryCategoryTest: test_post_category#new_name_value
12760
+ -----------------------------------------------------------
12761
+  (0.0ms) rollback transaction
12762
+  (0.0ms) begin transaction
12763
+ -------------------------------------------------
12764
+ PostCategoryCategoryTest: test_post_category#path
12765
+ -------------------------------------------------
12766
+  (0.0ms) SAVEPOINT active_record_1
12767
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
12768
+  (0.0ms) SAVEPOINT active_record_1
12769
+ SQL (1.0ms) INSERT INTO "post_categories" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 10:51:42.473330"], ["name", "general"], ["title", "General"], ["updated_at", "2014-08-18 10:51:42.473330"]]
12770
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
12771
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
12772
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
12773
+ Post Load (0.3ms) SELECT "posts".* FROM "posts"
12774
+  (0.1ms) RELEASE SAVEPOINT active_record_1
12775
+  (0.7ms) rollback transaction
12776
+  (0.1ms) begin transaction
12777
+ -------------------------------------------------------
12778
+ PostCategoryCategoryTest: test_post_category#route_name
12779
+ -------------------------------------------------------
12780
+  (0.0ms) rollback transaction
12781
+  (0.0ms) begin transaction
12782
+ --------------------------------------------------------------
12783
+ PostCategoryCategoryTest: test_post_category#route_name_prefix
12784
+ --------------------------------------------------------------
12785
+  (0.0ms) rollback transaction
12786
+  (0.0ms) begin transaction
12787
+ ------------------------------------------------
12788
+ PostCategoryCategoryTest: test_post_category#url
12789
+ ------------------------------------------------
12790
+  (0.0ms) SAVEPOINT active_record_1
12791
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
12792
+  (0.0ms) rollback transaction
12793
+  (0.0ms) begin transaction
12794
+ -----------------------------
12795
+ FlowmorRouterTest: test_truth
12796
+ -----------------------------
12797
+  (0.0ms) rollback transaction
12798
+  (0.0ms) begin transaction
12799
+ ---------------------------------------------
12800
+ NewsArticleTest: test_NewsArticle#route_model
12801
+ ---------------------------------------------
12802
+  (0.0ms) rollback transaction
12803
+  (0.0ms) begin transaction
12804
+ ----------------------------------------------------
12805
+ NewsArticleTest: test_news_article#controller_action
12806
+ ----------------------------------------------------
12807
+  (0.0ms) rollback transaction
12808
+  (0.0ms) begin transaction
12809
+ -----------------------------------------------------------
12810
+ NewsArticleTest: test_news_article#derived_name_field_value
12811
+ -----------------------------------------------------------
12812
+  (0.1ms) rollback transaction
12813
+  (0.0ms) begin transaction
12814
+ -------------------------------------------------
12815
+ NewsArticleTest: test_news_article#new_name_value
12816
+ -------------------------------------------------
12817
+  (0.0ms) rollback transaction
12818
+  (0.0ms) begin transaction
12819
+ ---------------------------------------
12820
+ NewsArticleTest: test_news_article#path
12821
+ ---------------------------------------
12822
+  (0.0ms) SAVEPOINT active_record_1
12823
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
12824
+  (0.0ms) SAVEPOINT active_record_1
12825
+ SQL (0.5ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 10:51:42.498064"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 10:51:42.498064"]]
12826
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
12827
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
12828
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
12829
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
12830
+  (0.0ms) RELEASE SAVEPOINT active_record_1
12831
+  (0.4ms) rollback transaction
12832
+  (0.0ms) begin transaction
12833
+ ---------------------------------------------
12834
+ NewsArticleTest: test_news_article#route_name
12835
+ ---------------------------------------------
12836
+  (0.0ms) rollback transaction
12837
+  (0.0ms) begin transaction
12838
+ ----------------------------------------------------
12839
+ NewsArticleTest: test_news_article#route_name_prefix
12840
+ ----------------------------------------------------
12841
+  (0.0ms) rollback transaction
12842
+  (0.0ms) begin transaction
12843
+ ---------------------------------------
12844
+ NewsArticleTest: test_news_article#slug
12845
+ ---------------------------------------
12846
+  (0.0ms) SAVEPOINT active_record_1
12847
+ SQL (0.3ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 10:51:42.506550"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 10:51:42.506550"]]
12848
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
12849
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
12850
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
12851
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
12852
+  (0.0ms) RELEASE SAVEPOINT active_record_1
12853
+  (0.4ms) rollback transaction
12854
+  (0.1ms) begin transaction
12855
+ --------------------------------------
12856
+ NewsArticleTest: test_news_article#url
12857
+ --------------------------------------
12858
+  (0.0ms) SAVEPOINT active_record_1
12859
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
12860
+  (0.0ms) rollback transaction
12861
+  (0.0ms) begin transaction
12862
+ -------------------------------
12863
+ PostTest: test_Post#route_model
12864
+ -------------------------------
12865
+  (0.0ms) rollback transaction
12866
+  (0.0ms) begin transaction
12867
+ --------------------------------------------
12868
+ PostTest: test_default_category_is_'general'
12869
+ --------------------------------------------
12870
+  (0.1ms) rollback transaction
12871
+  (0.1ms) begin transaction
12872
+ -------------------------------------
12873
+ PostTest: test_post#controller_action
12874
+ -------------------------------------
12875
+  (0.0ms) rollback transaction
12876
+  (0.0ms) begin transaction
12877
+ --------------------------------------------
12878
+ PostTest: test_post#derived_name_field_value
12879
+ --------------------------------------------
12880
+  (0.1ms) rollback transaction
12881
+  (0.0ms) begin transaction
12882
+ ----------------------------------
12883
+ PostTest: test_post#new_name_value
12884
+ ----------------------------------
12885
+  (0.0ms) rollback transaction
12886
+  (0.0ms) begin transaction
12887
+ ------------------------
12888
+ PostTest: test_post#path
12889
+ ------------------------
12890
+  (0.0ms) SAVEPOINT active_record_1
12891
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
12892
+  (0.0ms) SAVEPOINT active_record_1
12893
+ SQL (0.5ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 10:51:42.527734"], ["name", "dummy-post"], ["title", "Dummy Post"], ["updated_at", "2014-08-18 10:51:42.527734"]]
12894
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
12895
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
12896
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
12897
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
12898
+  (0.0ms) RELEASE SAVEPOINT active_record_1
12899
+  (0.4ms) rollback transaction
12900
+  (0.0ms) begin transaction
12901
+ ------------------------------
12902
+ PostTest: test_post#route_name
12903
+ ------------------------------
12904
+  (0.0ms) rollback transaction
12905
+  (0.0ms) begin transaction
12906
+ -------------------------------------
12907
+ PostTest: test_post#route_name_prefix
12908
+ -------------------------------------
12909
+  (0.0ms) rollback transaction
12910
+  (0.0ms) begin transaction
12911
+ -----------------------
12912
+ PostTest: test_post#url
12913
+ -----------------------
12914
+  (0.0ms) SAVEPOINT active_record_1
12915
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
12916
+  (0.0ms) rollback transaction
12917
+  (0.0ms) begin transaction
12918
+ -------------------------------------------------
12919
+ RoutableRecordsTest: test_/general/lets-test-this
12920
+ -------------------------------------------------
12921
+  (0.0ms) SAVEPOINT active_record_1
12922
+ SQL (0.3ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 10:51:42.537671"], ["name", "lets-test-this"], ["title", "Let's Test This"], ["updated_at", "2014-08-18 10:51:42.537671"]]
12923
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
12924
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
12925
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
12926
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
12927
+  (0.0ms) RELEASE SAVEPOINT active_record_1
12928
+ Started GET "/general/lets-test-this" for 127.0.0.1 at 2014-08-18 06:51:42 -0400
12929
+ Processing by BlogController#show as HTML
12930
+ Parameters: {"id"=>1}
12931
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
12932
+ Rendered blog/show.html.erb within layouts/application (1.9ms)
12933
+ Completed 200 OK in 27ms (Views: 24.5ms | ActiveRecord: 0.2ms)
12934
+  (0.5ms) rollback transaction
12935
+  (0.0ms) begin transaction
12936
+ -------------------------------------------
12937
+ ArticleTest: test_article#controller_action
12938
+ -------------------------------------------
12939
+  (0.0ms) rollback transaction
12940
+  (0.1ms) begin transaction
12941
+ --------------------------------------------------
12942
+ ArticleTest: test_article#derived_name_field_value
12943
+ --------------------------------------------------
12944
+  (0.0ms) rollback transaction
12945
+  (0.0ms) begin transaction
12946
+ ------------------------------
12947
+ ArticleTest: test_article#path
12948
+ ------------------------------
12949
+  (0.0ms) SAVEPOINT active_record_1
12950
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
12951
+  (0.0ms) SAVEPOINT active_record_1
12952
+ SQL (0.4ms) INSERT INTO "articles" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 10:51:42.609983"], ["name", "dummy-article"], ["title", "Dummy Article"], ["updated_at", "2014-08-18 10:51:42.609983"]]
12953
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
12954
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
12955
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
12956
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
12957
+  (0.0ms) RELEASE SAVEPOINT active_record_1
12958
+  (0.4ms) rollback transaction
12959
+  (0.0ms) begin transaction
12960
+ ------------------------------------
12961
+ ArticleTest: test_article#route_name
12962
+ ------------------------------------
12963
+  (0.0ms) rollback transaction
12964
+  (0.0ms) begin transaction
12965
+ -------------------------------------------
12966
+ ArticleTest: test_article#route_name_prefix
12967
+ -------------------------------------------
12968
+  (0.0ms) rollback transaction
12969
+  (0.0ms) begin transaction
12970
+ -------------------------------------------
12971
+ StaticControllerTest: test_should_get_index
12972
+ -------------------------------------------
12973
+ Processing by StaticController#index as HTML
12974
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
12975
+  (0.1ms) rollback transaction
12976
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
12977
+ Migrating to AddPublishedToArticles (20140818105255)
12978
+  (0.1ms) begin transaction
12979
+  (0.9ms) ALTER TABLE "articles" ADD "published" boolean
12980
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140818105255"]]
12981
+  (0.6ms) commit transaction
12982
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
12983
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
12984
+  (0.1ms) begin transaction
12985
+ -------------------------------------------
12986
+ ArticleTest: test_article#controller_action
12987
+ -------------------------------------------
12988
+  (0.1ms) rollback transaction
12989
+  (0.0ms) begin transaction
12990
+ --------------------------------------------------
12991
+ ArticleTest: test_article#derived_name_field_value
12992
+ --------------------------------------------------
12993
+  (0.0ms) rollback transaction
12994
+  (0.0ms) begin transaction
12995
+ ------------------------------
12996
+ ArticleTest: test_article#path
12997
+ ------------------------------
12998
+  (0.0ms) SAVEPOINT active_record_1
12999
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
13000
+  (0.0ms) SAVEPOINT active_record_1
13001
+ SQL (0.6ms) INSERT INTO "articles" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 10:56:37.262973"], ["name", "dummy-article"], ["title", "Dummy Article"], ["updated_at", "2014-08-18 10:56:37.262973"]]
13002
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13003
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13004
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13005
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13006
+  (0.0ms) RELEASE SAVEPOINT active_record_1
13007
+  (0.4ms) rollback transaction
13008
+  (0.0ms) begin transaction
13009
+ ------------------------------------
13010
+ ArticleTest: test_article#route_name
13011
+ ------------------------------------
13012
+  (0.0ms) rollback transaction
13013
+  (0.0ms) begin transaction
13014
+ -------------------------------------------
13015
+ ArticleTest: test_article#route_name_prefix
13016
+ -------------------------------------------
13017
+  (0.0ms) rollback transaction
13018
+  (0.0ms) begin transaction
13019
+ -------------------------------------------------------
13020
+ PostCategoryCategoryTest: test_PostCategory#route_model
13021
+ -------------------------------------------------------
13022
+  (0.0ms) rollback transaction
13023
+  (0.0ms) begin transaction
13024
+ --------------------------------------------------------------
13025
+ PostCategoryCategoryTest: test_post_category#controller_action
13026
+ --------------------------------------------------------------
13027
+  (0.0ms) rollback transaction
13028
+  (0.0ms) begin transaction
13029
+ ---------------------------------------------------------------------
13030
+ PostCategoryCategoryTest: test_post_category#derived_name_field_value
13031
+ ---------------------------------------------------------------------
13032
+  (0.0ms) rollback transaction
13033
+  (0.0ms) begin transaction
13034
+ -----------------------------------------------------------
13035
+ PostCategoryCategoryTest: test_post_category#new_name_value
13036
+ -----------------------------------------------------------
13037
+  (0.0ms) rollback transaction
13038
+  (0.0ms) begin transaction
13039
+ -------------------------------------------------
13040
+ PostCategoryCategoryTest: test_post_category#path
13041
+ -------------------------------------------------
13042
+  (0.0ms) SAVEPOINT active_record_1
13043
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
13044
+  (0.0ms) SAVEPOINT active_record_1
13045
+ SQL (0.4ms) INSERT INTO "post_categories" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 10:56:37.281374"], ["name", "general"], ["title", "General"], ["updated_at", "2014-08-18 10:56:37.281374"]]
13046
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13047
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13048
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13049
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13050
+  (0.0ms) RELEASE SAVEPOINT active_record_1
13051
+  (0.7ms) rollback transaction
13052
+  (0.1ms) begin transaction
13053
+ -------------------------------------------------------
13054
+ PostCategoryCategoryTest: test_post_category#route_name
13055
+ -------------------------------------------------------
13056
+  (0.0ms) rollback transaction
13057
+  (0.0ms) begin transaction
13058
+ --------------------------------------------------------------
13059
+ PostCategoryCategoryTest: test_post_category#route_name_prefix
13060
+ --------------------------------------------------------------
13061
+  (0.0ms) rollback transaction
13062
+  (0.0ms) begin transaction
13063
+ ------------------------------------------------
13064
+ PostCategoryCategoryTest: test_post_category#url
13065
+ ------------------------------------------------
13066
+  (0.0ms) SAVEPOINT active_record_1
13067
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
13068
+  (0.0ms) rollback transaction
13069
+  (0.0ms) begin transaction
13070
+ -------------------------------
13071
+ PostTest: test_Post#route_model
13072
+ -------------------------------
13073
+  (0.0ms) rollback transaction
13074
+  (0.0ms) begin transaction
13075
+ --------------------------------------------
13076
+ PostTest: test_default_category_is_'general'
13077
+ --------------------------------------------
13078
+  (0.1ms) rollback transaction
13079
+  (0.0ms) begin transaction
13080
+ -------------------------------------
13081
+ PostTest: test_post#controller_action
13082
+ -------------------------------------
13083
+  (0.0ms) rollback transaction
13084
+  (0.0ms) begin transaction
13085
+ --------------------------------------------
13086
+ PostTest: test_post#derived_name_field_value
13087
+ --------------------------------------------
13088
+  (0.0ms) rollback transaction
13089
+  (0.0ms) begin transaction
13090
+ ----------------------------------
13091
+ PostTest: test_post#new_name_value
13092
+ ----------------------------------
13093
+  (0.0ms) rollback transaction
13094
+  (0.0ms) begin transaction
13095
+ ------------------------
13096
+ PostTest: test_post#path
13097
+ ------------------------
13098
+  (0.1ms) SAVEPOINT active_record_1
13099
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
13100
+  (0.0ms) SAVEPOINT active_record_1
13101
+ SQL (0.4ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 10:56:37.306563"], ["name", "dummy-post"], ["title", "Dummy Post"], ["updated_at", "2014-08-18 10:56:37.306563"]]
13102
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13103
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13104
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13105
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13106
+  (0.0ms) RELEASE SAVEPOINT active_record_1
13107
+  (0.4ms) rollback transaction
13108
+  (0.0ms) begin transaction
13109
+ ------------------------------
13110
+ PostTest: test_post#route_name
13111
+ ------------------------------
13112
+  (0.0ms) rollback transaction
13113
+  (0.0ms) begin transaction
13114
+ -------------------------------------
13115
+ PostTest: test_post#route_name_prefix
13116
+ -------------------------------------
13117
+  (0.0ms) rollback transaction
13118
+  (0.0ms) begin transaction
13119
+ -----------------------
13120
+ PostTest: test_post#url
13121
+ -----------------------
13122
+  (0.0ms) SAVEPOINT active_record_1
13123
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
13124
+  (0.0ms) rollback transaction
13125
+  (0.0ms) begin transaction
13126
+ ---------------------------------------------
13127
+ NewsArticleTest: test_NewsArticle#route_model
13128
+ ---------------------------------------------
13129
+  (0.0ms) rollback transaction
13130
+  (0.0ms) begin transaction
13131
+ ----------------------------------------------------
13132
+ NewsArticleTest: test_news_article#controller_action
13133
+ ----------------------------------------------------
13134
+  (0.0ms) rollback transaction
13135
+  (0.0ms) begin transaction
13136
+ -----------------------------------------------------------
13137
+ NewsArticleTest: test_news_article#derived_name_field_value
13138
+ -----------------------------------------------------------
13139
+  (0.0ms) rollback transaction
13140
+  (0.0ms) begin transaction
13141
+ -------------------------------------------------
13142
+ NewsArticleTest: test_news_article#new_name_value
13143
+ -------------------------------------------------
13144
+  (0.0ms) rollback transaction
13145
+  (0.0ms) begin transaction
13146
+ ---------------------------------------
13147
+ NewsArticleTest: test_news_article#path
13148
+ ---------------------------------------
13149
+  (0.0ms) SAVEPOINT active_record_1
13150
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
13151
+  (0.0ms) SAVEPOINT active_record_1
13152
+ SQL (0.3ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 10:56:37.322913"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 10:56:37.322913"]]
13153
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13154
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13155
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13156
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13157
+  (0.0ms) RELEASE SAVEPOINT active_record_1
13158
+  (0.3ms) rollback transaction
13159
+  (0.0ms) begin transaction
13160
+ ---------------------------------------------
13161
+ NewsArticleTest: test_news_article#route_name
13162
+ ---------------------------------------------
13163
+  (0.0ms) rollback transaction
13164
+  (0.0ms) begin transaction
13165
+ ----------------------------------------------------
13166
+ NewsArticleTest: test_news_article#route_name_prefix
13167
+ ----------------------------------------------------
13168
+  (0.0ms) rollback transaction
13169
+  (0.0ms) begin transaction
13170
+ ---------------------------------------
13171
+ NewsArticleTest: test_news_article#slug
13172
+ ---------------------------------------
13173
+  (0.0ms) SAVEPOINT active_record_1
13174
+ SQL (0.2ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 10:56:37.330420"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 10:56:37.330420"]]
13175
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13176
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13177
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13178
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13179
+  (0.0ms) RELEASE SAVEPOINT active_record_1
13180
+  (0.3ms) rollback transaction
13181
+  (0.0ms) begin transaction
13182
+ --------------------------------------
13183
+ NewsArticleTest: test_news_article#url
13184
+ --------------------------------------
13185
+  (0.0ms) SAVEPOINT active_record_1
13186
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
13187
+  (0.0ms) rollback transaction
13188
+  (0.0ms) begin transaction
13189
+ -------------------------------------------------
13190
+ RoutableRecordsTest: test_/general/lets-test-this
13191
+ -------------------------------------------------
13192
+  (0.0ms) SAVEPOINT active_record_1
13193
+ SQL (0.3ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 10:56:37.338533"], ["name", "lets-test-this"], ["title", "Let's Test This"], ["updated_at", "2014-08-18 10:56:37.338533"]]
13194
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13195
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13196
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13197
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13198
+  (0.0ms) RELEASE SAVEPOINT active_record_1
13199
+ Started GET "/general/lets-test-this" for 127.0.0.1 at 2014-08-18 06:56:37 -0400
13200
+ Processing by BlogController#show as HTML
13201
+ Parameters: {"id"=>1}
13202
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
13203
+ Rendered blog/show.html.erb within layouts/application (1.4ms)
13204
+ Completed 200 OK in 20ms (Views: 18.1ms | ActiveRecord: 0.2ms)
13205
+  (0.6ms) rollback transaction
13206
+  (0.0ms) begin transaction
13207
+ ----------------------------------------------------
13208
+ RoutableRecordsTest: test_only_routable_routes_built
13209
+ ----------------------------------------------------
13210
+  (0.0ms) SAVEPOINT active_record_1
13211
+ SQL (0.4ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 10:56:37.392255"], ["name", "route-this"], ["published", "t"], ["title", "Route This"], ["updated_at", "2014-08-18 10:56:37.392255"]]
13212
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13213
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13214
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13215
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13216
+  (0.0ms) RELEASE SAVEPOINT active_record_1
13217
+  (0.0ms) SAVEPOINT active_record_1
13218
+ SQL (1.3ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 10:56:37.397846"], ["name", "ignore-this"], ["published", "f"], ["title", "Ignore This"], ["updated_at", "2014-08-18 10:56:37.397846"]]
13219
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13220
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13221
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13222
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13223
+  (0.0ms) RELEASE SAVEPOINT active_record_1
13224
+ Started GET "/articles/route-this" for 127.0.0.1 at 2014-08-18 06:56:37 -0400
13225
+  (0.4ms) rollback transaction
13226
+  (0.0ms) begin transaction
13227
+ -----------------------------
13228
+ FlowmorRouterTest: test_truth
13229
+ -----------------------------
13230
+  (0.0ms) rollback transaction
13231
+  (0.0ms) begin transaction
13232
+ -------------------------------------------
13233
+ StaticControllerTest: test_should_get_index
13234
+ -------------------------------------------
13235
+ Processing by StaticController#index as HTML
13236
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
13237
+  (0.1ms) rollback transaction
13238
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
13239
+  (0.1ms) begin transaction
13240
+ -------------------------------------------------
13241
+ RoutableRecordsTest: test_/general/lets-test-this
13242
+ -------------------------------------------------
13243
+  (0.1ms) SAVEPOINT active_record_1
13244
+ SQL (0.5ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 10:58:30.555527"], ["name", "lets-test-this"], ["title", "Let's Test This"], ["updated_at", "2014-08-18 10:58:30.555527"]]
13245
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13246
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13247
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13248
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13249
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13250
+ Started GET "/general/lets-test-this" for 127.0.0.1 at 2014-08-18 06:58:30 -0400
13251
+ Processing by BlogController#show as HTML
13252
+ Parameters: {"id"=>1}
13253
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
13254
+ Rendered blog/show.html.erb within layouts/application (1.4ms)
13255
+ Completed 200 OK in 21ms (Views: 18.1ms | ActiveRecord: 0.2ms)
13256
+  (0.5ms) rollback transaction
13257
+  (0.0ms) begin transaction
13258
+ ----------------------------------------------------
13259
+ RoutableRecordsTest: test_only_routable_routes_built
13260
+ ----------------------------------------------------
13261
+  (0.1ms) SAVEPOINT active_record_1
13262
+ SQL (0.3ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 10:58:30.622133"], ["name", "route-this"], ["published", "t"], ["title", "Route This"], ["updated_at", "2014-08-18 10:58:30.622133"]]
13263
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13264
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13265
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13266
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13267
+  (0.0ms) RELEASE SAVEPOINT active_record_1
13268
+  (0.0ms) SAVEPOINT active_record_1
13269
+ SQL (1.5ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 10:58:30.628031"], ["name", "ignore-this"], ["published", "f"], ["title", "Ignore This"], ["updated_at", "2014-08-18 10:58:30.628031"]]
13270
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13271
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13272
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13273
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13274
+  (0.0ms) RELEASE SAVEPOINT active_record_1
13275
+ Started GET "/articles/route-this" for 127.0.0.1 at 2014-08-18 06:58:30 -0400
13276
+ Processing by ArticleController#show as HTML
13277
+ Parameters: {"id"=>1}
13278
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
13279
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.2ms)
13280
+ Started GET "/articles/ignore-this" for 127.0.0.1 at 2014-08-18 06:58:30 -0400
13281
+ Processing by ArticleController#show as HTML
13282
+ Parameters: {"id"=>2}
13283
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 2]]
13284
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)
13285
+  (0.5ms) rollback transaction
13286
+  (0.0ms) begin transaction
13287
+ -------------------------------------------------------
13288
+ PostCategoryCategoryTest: test_PostCategory#route_model
13289
+ -------------------------------------------------------
13290
+  (0.0ms) rollback transaction
13291
+  (0.0ms) begin transaction
13292
+ --------------------------------------------------------------
13293
+ PostCategoryCategoryTest: test_post_category#controller_action
13294
+ --------------------------------------------------------------
13295
+  (0.0ms) rollback transaction
13296
+  (0.0ms) begin transaction
13297
+ ---------------------------------------------------------------------
13298
+ PostCategoryCategoryTest: test_post_category#derived_name_field_value
13299
+ ---------------------------------------------------------------------
13300
+  (0.0ms) rollback transaction
13301
+  (0.0ms) begin transaction
13302
+ -----------------------------------------------------------
13303
+ PostCategoryCategoryTest: test_post_category#new_name_value
13304
+ -----------------------------------------------------------
13305
+  (0.0ms) rollback transaction
13306
+  (0.0ms) begin transaction
13307
+ -------------------------------------------------
13308
+ PostCategoryCategoryTest: test_post_category#path
13309
+ -------------------------------------------------
13310
+  (0.0ms) SAVEPOINT active_record_1
13311
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
13312
+  (0.0ms) SAVEPOINT active_record_1
13313
+ SQL (0.3ms) INSERT INTO "post_categories" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 10:58:30.662252"], ["name", "general"], ["title", "General"], ["updated_at", "2014-08-18 10:58:30.662252"]]
13314
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13315
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13316
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13317
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13318
+  (0.0ms) RELEASE SAVEPOINT active_record_1
13319
+  (0.4ms) rollback transaction
13320
+  (0.0ms) begin transaction
13321
+ -------------------------------------------------------
13322
+ PostCategoryCategoryTest: test_post_category#route_name
13323
+ -------------------------------------------------------
13324
+  (0.0ms) rollback transaction
13325
+  (0.0ms) begin transaction
13326
+ --------------------------------------------------------------
13327
+ PostCategoryCategoryTest: test_post_category#route_name_prefix
13328
+ --------------------------------------------------------------
13329
+  (0.1ms) rollback transaction
13330
+  (0.0ms) begin transaction
13331
+ ------------------------------------------------
13332
+ PostCategoryCategoryTest: test_post_category#url
13333
+ ------------------------------------------------
13334
+  (0.0ms) SAVEPOINT active_record_1
13335
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
13336
+  (0.0ms) rollback transaction
13337
+  (0.0ms) begin transaction
13338
+ -----------------------------
13339
+ FlowmorRouterTest: test_truth
13340
+ -----------------------------
13341
+  (0.0ms) rollback transaction
13342
+  (0.0ms) begin transaction
13343
+ -------------------------------------------
13344
+ ArticleTest: test_article#controller_action
13345
+ -------------------------------------------
13346
+  (0.0ms) rollback transaction
13347
+  (0.0ms) begin transaction
13348
+ --------------------------------------------------
13349
+ ArticleTest: test_article#derived_name_field_value
13350
+ --------------------------------------------------
13351
+  (0.0ms) rollback transaction
13352
+  (0.0ms) begin transaction
13353
+ ------------------------------
13354
+ ArticleTest: test_article#path
13355
+ ------------------------------
13356
+  (0.0ms) SAVEPOINT active_record_1
13357
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
13358
+  (0.0ms) SAVEPOINT active_record_1
13359
+ SQL (0.4ms) INSERT INTO "articles" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 10:58:30.676724"], ["name", "dummy-article"], ["title", "Dummy Article"], ["updated_at", "2014-08-18 10:58:30.676724"]]
13360
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13361
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13362
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13363
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13364
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13365
+  (0.4ms) rollback transaction
13366
+  (0.0ms) begin transaction
13367
+ ------------------------------------
13368
+ ArticleTest: test_article#route_name
13369
+ ------------------------------------
13370
+  (0.0ms) rollback transaction
13371
+  (0.0ms) begin transaction
13372
+ -------------------------------------------
13373
+ ArticleTest: test_article#route_name_prefix
13374
+ -------------------------------------------
13375
+  (0.0ms) rollback transaction
13376
+  (0.0ms) begin transaction
13377
+ -------------------------------
13378
+ PostTest: test_Post#route_model
13379
+ -------------------------------
13380
+  (0.0ms) rollback transaction
13381
+  (0.0ms) begin transaction
13382
+ --------------------------------------------
13383
+ PostTest: test_default_category_is_'general'
13384
+ --------------------------------------------
13385
+  (0.0ms) rollback transaction
13386
+  (0.0ms) begin transaction
13387
+ -------------------------------------
13388
+ PostTest: test_post#controller_action
13389
+ -------------------------------------
13390
+  (0.0ms) rollback transaction
13391
+  (0.0ms) begin transaction
13392
+ --------------------------------------------
13393
+ PostTest: test_post#derived_name_field_value
13394
+ --------------------------------------------
13395
+  (0.0ms) rollback transaction
13396
+  (0.0ms) begin transaction
13397
+ ----------------------------------
13398
+ PostTest: test_post#new_name_value
13399
+ ----------------------------------
13400
+  (0.0ms) rollback transaction
13401
+  (0.0ms) begin transaction
13402
+ ------------------------
13403
+ PostTest: test_post#path
13404
+ ------------------------
13405
+  (0.0ms) SAVEPOINT active_record_1
13406
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
13407
+  (0.0ms) SAVEPOINT active_record_1
13408
+ SQL (0.3ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 10:58:30.688053"], ["name", "dummy-post"], ["title", "Dummy Post"], ["updated_at", "2014-08-18 10:58:30.688053"]]
13409
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13410
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13411
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13412
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13413
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13414
+  (0.5ms) rollback transaction
13415
+  (0.0ms) begin transaction
13416
+ ------------------------------
13417
+ PostTest: test_post#route_name
13418
+ ------------------------------
13419
+  (0.0ms) rollback transaction
13420
+  (0.1ms) begin transaction
13421
+ -------------------------------------
13422
+ PostTest: test_post#route_name_prefix
13423
+ -------------------------------------
13424
+  (0.0ms) rollback transaction
13425
+  (0.0ms) begin transaction
13426
+ -----------------------
13427
+ PostTest: test_post#url
13428
+ -----------------------
13429
+  (0.0ms) SAVEPOINT active_record_1
13430
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
13431
+  (0.0ms) rollback transaction
13432
+  (0.0ms) begin transaction
13433
+ -------------------------------------------
13434
+ StaticControllerTest: test_should_get_index
13435
+ -------------------------------------------
13436
+ Processing by StaticController#index as HTML
13437
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
13438
+  (0.1ms) rollback transaction
13439
+  (0.0ms) begin transaction
13440
+ ---------------------------------------------
13441
+ NewsArticleTest: test_NewsArticle#route_model
13442
+ ---------------------------------------------
13443
+  (0.0ms) rollback transaction
13444
+  (0.0ms) begin transaction
13445
+ ----------------------------------------------------
13446
+ NewsArticleTest: test_news_article#controller_action
13447
+ ----------------------------------------------------
13448
+  (0.1ms) rollback transaction
13449
+  (0.0ms) begin transaction
13450
+ -----------------------------------------------------------
13451
+ NewsArticleTest: test_news_article#derived_name_field_value
13452
+ -----------------------------------------------------------
13453
+  (0.1ms) rollback transaction
13454
+  (0.0ms) begin transaction
13455
+ -------------------------------------------------
13456
+ NewsArticleTest: test_news_article#new_name_value
13457
+ -------------------------------------------------
13458
+  (0.1ms) rollback transaction
13459
+  (0.0ms) begin transaction
13460
+ ---------------------------------------
13461
+ NewsArticleTest: test_news_article#path
13462
+ ---------------------------------------
13463
+  (0.1ms) SAVEPOINT active_record_1
13464
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
13465
+  (0.1ms) SAVEPOINT active_record_1
13466
+ SQL (0.4ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 10:58:30.717943"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 10:58:30.717943"]]
13467
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13468
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13469
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13470
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13471
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13472
+  (0.5ms) rollback transaction
13473
+  (0.0ms) begin transaction
13474
+ ---------------------------------------------
13475
+ NewsArticleTest: test_news_article#route_name
13476
+ ---------------------------------------------
13477
+  (0.0ms) rollback transaction
13478
+  (0.0ms) begin transaction
13479
+ ----------------------------------------------------
13480
+ NewsArticleTest: test_news_article#route_name_prefix
13481
+ ----------------------------------------------------
13482
+  (0.0ms) rollback transaction
13483
+  (0.0ms) begin transaction
13484
+ ---------------------------------------
13485
+ NewsArticleTest: test_news_article#slug
13486
+ ---------------------------------------
13487
+  (0.0ms) SAVEPOINT active_record_1
13488
+ SQL (0.3ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 10:58:30.726614"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 10:58:30.726614"]]
13489
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13490
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13491
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13492
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13493
+  (0.0ms) RELEASE SAVEPOINT active_record_1
13494
+  (0.3ms) rollback transaction
13495
+  (0.0ms) begin transaction
13496
+ --------------------------------------
13497
+ NewsArticleTest: test_news_article#url
13498
+ --------------------------------------
13499
+  (0.0ms) SAVEPOINT active_record_1
13500
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
13501
+  (0.0ms) rollback transaction
13502
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
13503
+  (0.1ms) begin transaction
13504
+ -------------------------------------------
13505
+ StaticControllerTest: test_should_get_index
13506
+ -------------------------------------------
13507
+ Processing by StaticController#index as HTML
13508
+ Rendered static/index.html.erb within layouts/application (1.2ms)
13509
+ Completed 200 OK in 18ms (Views: 17.6ms | ActiveRecord: 0.0ms)
13510
+  (0.1ms) rollback transaction
13511
+  (0.0ms) begin transaction
13512
+ ---------------------------------------------
13513
+ NewsArticleTest: test_NewsArticle#route_model
13514
+ ---------------------------------------------
13515
+  (0.0ms) rollback transaction
13516
+  (0.0ms) begin transaction
13517
+ ----------------------------------------------------
13518
+ NewsArticleTest: test_news_article#controller_action
13519
+ ----------------------------------------------------
13520
+  (0.1ms) rollback transaction
13521
+  (0.0ms) begin transaction
13522
+ -----------------------------------------------------------
13523
+ NewsArticleTest: test_news_article#derived_name_field_value
13524
+ -----------------------------------------------------------
13525
+  (0.1ms) rollback transaction
13526
+  (0.0ms) begin transaction
13527
+ -------------------------------------------------
13528
+ NewsArticleTest: test_news_article#new_name_value
13529
+ -------------------------------------------------
13530
+  (0.0ms) rollback transaction
13531
+  (0.0ms) begin transaction
13532
+ ---------------------------------------
13533
+ NewsArticleTest: test_news_article#path
13534
+ ---------------------------------------
13535
+  (0.0ms) SAVEPOINT active_record_1
13536
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
13537
+  (0.0ms) SAVEPOINT active_record_1
13538
+ SQL (0.7ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 10:59:17.369437"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 10:59:17.369437"]]
13539
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13540
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13541
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13542
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13543
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13544
+  (0.4ms) rollback transaction
13545
+  (0.0ms) begin transaction
13546
+ ---------------------------------------------
13547
+ NewsArticleTest: test_news_article#route_name
13548
+ ---------------------------------------------
13549
+  (0.0ms) rollback transaction
13550
+  (0.0ms) begin transaction
13551
+ ----------------------------------------------------
13552
+ NewsArticleTest: test_news_article#route_name_prefix
13553
+ ----------------------------------------------------
13554
+  (0.0ms) rollback transaction
13555
+  (0.0ms) begin transaction
13556
+ ---------------------------------------
13557
+ NewsArticleTest: test_news_article#slug
13558
+ ---------------------------------------
13559
+  (0.0ms) SAVEPOINT active_record_1
13560
+ SQL (0.2ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 10:59:17.380649"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 10:59:17.380649"]]
13561
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13562
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13563
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13564
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13565
+  (0.0ms) RELEASE SAVEPOINT active_record_1
13566
+  (0.3ms) rollback transaction
13567
+  (0.0ms) begin transaction
13568
+ --------------------------------------
13569
+ NewsArticleTest: test_news_article#url
13570
+ --------------------------------------
13571
+  (0.0ms) SAVEPOINT active_record_1
13572
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
13573
+  (0.0ms) rollback transaction
13574
+  (0.0ms) begin transaction
13575
+ -------------------------------------------------
13576
+ RoutableRecordsTest: test_/general/lets-test-this
13577
+ -------------------------------------------------
13578
+  (0.1ms) SAVEPOINT active_record_1
13579
+ SQL (0.7ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 10:59:17.393397"], ["name", "lets-test-this"], ["title", "Let's Test This"], ["updated_at", "2014-08-18 10:59:17.393397"]]
13580
+ Article Load (0.2ms) SELECT "articles".* FROM "articles"
13581
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13582
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13583
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13584
+  (0.8ms) RELEASE SAVEPOINT active_record_1
13585
+ Started GET "/general/lets-test-this" for 127.0.0.1 at 2014-08-18 06:59:17 -0400
13586
+ Processing by BlogController#show as HTML
13587
+ Parameters: {"id"=>1}
13588
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
13589
+ Completed 200 OK in 6ms (Views: 2.9ms | ActiveRecord: 0.2ms)
13590
+  (0.5ms) rollback transaction
13591
+  (0.1ms) begin transaction
13592
+ ----------------------------------------------------
13593
+ RoutableRecordsTest: test_only_routable_routes_built
13594
+ ----------------------------------------------------
13595
+  (0.1ms) SAVEPOINT active_record_1
13596
+ SQL (0.3ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 10:59:17.433895"], ["name", "route-this"], ["published", "t"], ["title", "Route This"], ["updated_at", "2014-08-18 10:59:17.433895"]]
13597
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13598
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13599
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13600
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13601
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13602
+  (0.0ms) SAVEPOINT active_record_1
13603
+ SQL (1.5ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 10:59:17.439581"], ["name", "ignore-this"], ["published", "f"], ["title", "Ignore This"], ["updated_at", "2014-08-18 10:59:17.439581"]]
13604
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13605
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13606
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13607
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13608
+  (0.0ms) RELEASE SAVEPOINT active_record_1
13609
+ Started GET "/articles/route-this" for 127.0.0.1 at 2014-08-18 06:59:17 -0400
13610
+ Processing by ArticleController#show as HTML
13611
+ Parameters: {"id"=>1}
13612
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
13613
+ Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.2ms)
13614
+ Started GET "/articles/ignore-this" for 127.0.0.1 at 2014-08-18 06:59:17 -0400
13615
+ Processing by ArticleController#show as HTML
13616
+ Parameters: {"id"=>2}
13617
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 2]]
13618
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)
13619
+  (0.6ms) rollback transaction
13620
+  (0.0ms) begin transaction
13621
+ -----------------------------
13622
+ FlowmorRouterTest: test_truth
13623
+ -----------------------------
13624
+  (0.0ms) rollback transaction
13625
+  (0.0ms) begin transaction
13626
+ -------------------------------------------
13627
+ ArticleTest: test_article#controller_action
13628
+ -------------------------------------------
13629
+  (0.0ms) rollback transaction
13630
+  (0.0ms) begin transaction
13631
+ --------------------------------------------------
13632
+ ArticleTest: test_article#derived_name_field_value
13633
+ --------------------------------------------------
13634
+  (0.0ms) rollback transaction
13635
+  (0.0ms) begin transaction
13636
+ ------------------------------
13637
+ ArticleTest: test_article#path
13638
+ ------------------------------
13639
+  (0.0ms) SAVEPOINT active_record_1
13640
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
13641
+  (0.0ms) SAVEPOINT active_record_1
13642
+ SQL (0.4ms) INSERT INTO "articles" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 10:59:17.467952"], ["name", "dummy-article"], ["title", "Dummy Article"], ["updated_at", "2014-08-18 10:59:17.467952"]]
13643
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13644
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13645
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13646
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13647
+  (0.0ms) RELEASE SAVEPOINT active_record_1
13648
+  (0.4ms) rollback transaction
13649
+  (0.1ms) begin transaction
13650
+ ------------------------------------
13651
+ ArticleTest: test_article#route_name
13652
+ ------------------------------------
13653
+  (0.0ms) rollback transaction
13654
+  (0.0ms) begin transaction
13655
+ -------------------------------------------
13656
+ ArticleTest: test_article#route_name_prefix
13657
+ -------------------------------------------
13658
+  (0.0ms) rollback transaction
13659
+  (0.0ms) begin transaction
13660
+ -------------------------------------------------------
13661
+ PostCategoryCategoryTest: test_PostCategory#route_model
13662
+ -------------------------------------------------------
13663
+  (0.0ms) rollback transaction
13664
+  (0.0ms) begin transaction
13665
+ --------------------------------------------------------------
13666
+ PostCategoryCategoryTest: test_post_category#controller_action
13667
+ --------------------------------------------------------------
13668
+  (0.0ms) rollback transaction
13669
+  (0.0ms) begin transaction
13670
+ ---------------------------------------------------------------------
13671
+ PostCategoryCategoryTest: test_post_category#derived_name_field_value
13672
+ ---------------------------------------------------------------------
13673
+  (0.0ms) rollback transaction
13674
+  (0.0ms) begin transaction
13675
+ -----------------------------------------------------------
13676
+ PostCategoryCategoryTest: test_post_category#new_name_value
13677
+ -----------------------------------------------------------
13678
+  (0.0ms) rollback transaction
13679
+  (0.0ms) begin transaction
13680
+ -------------------------------------------------
13681
+ PostCategoryCategoryTest: test_post_category#path
13682
+ -------------------------------------------------
13683
+  (0.0ms) SAVEPOINT active_record_1
13684
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
13685
+  (0.0ms) SAVEPOINT active_record_1
13686
+ SQL (0.3ms) INSERT INTO "post_categories" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 10:59:17.484461"], ["name", "general"], ["title", "General"], ["updated_at", "2014-08-18 10:59:17.484461"]]
13687
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13688
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13689
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13690
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13691
+  (0.0ms) RELEASE SAVEPOINT active_record_1
13692
+  (0.5ms) rollback transaction
13693
+  (0.1ms) begin transaction
13694
+ -------------------------------------------------------
13695
+ PostCategoryCategoryTest: test_post_category#route_name
13696
+ -------------------------------------------------------
13697
+  (0.0ms) rollback transaction
13698
+  (0.0ms) begin transaction
13699
+ --------------------------------------------------------------
13700
+ PostCategoryCategoryTest: test_post_category#route_name_prefix
13701
+ --------------------------------------------------------------
13702
+  (0.0ms) rollback transaction
13703
+  (0.0ms) begin transaction
13704
+ ------------------------------------------------
13705
+ PostCategoryCategoryTest: test_post_category#url
13706
+ ------------------------------------------------
13707
+  (0.0ms) SAVEPOINT active_record_1
13708
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
13709
+  (0.0ms) rollback transaction
13710
+  (0.0ms) begin transaction
13711
+ -------------------------------
13712
+ PostTest: test_Post#route_model
13713
+ -------------------------------
13714
+  (0.0ms) rollback transaction
13715
+  (0.0ms) begin transaction
13716
+ --------------------------------------------
13717
+ PostTest: test_default_category_is_'general'
13718
+ --------------------------------------------
13719
+  (0.0ms) rollback transaction
13720
+  (0.0ms) begin transaction
13721
+ -------------------------------------
13722
+ PostTest: test_post#controller_action
13723
+ -------------------------------------
13724
+  (0.0ms) rollback transaction
13725
+  (0.0ms) begin transaction
13726
+ --------------------------------------------
13727
+ PostTest: test_post#derived_name_field_value
13728
+ --------------------------------------------
13729
+  (0.0ms) rollback transaction
13730
+  (0.0ms) begin transaction
13731
+ ----------------------------------
13732
+ PostTest: test_post#new_name_value
13733
+ ----------------------------------
13734
+  (0.0ms) rollback transaction
13735
+  (0.0ms) begin transaction
13736
+ ------------------------
13737
+ PostTest: test_post#path
13738
+ ------------------------
13739
+  (0.0ms) SAVEPOINT active_record_1
13740
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
13741
+  (0.0ms) SAVEPOINT active_record_1
13742
+ SQL (0.3ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 10:59:17.498553"], ["name", "dummy-post"], ["title", "Dummy Post"], ["updated_at", "2014-08-18 10:59:17.498553"]]
13743
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13744
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13745
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13746
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13747
+  (0.0ms) RELEASE SAVEPOINT active_record_1
13748
+  (0.4ms) rollback transaction
13749
+  (0.0ms) begin transaction
13750
+ ------------------------------
13751
+ PostTest: test_post#route_name
13752
+ ------------------------------
13753
+  (0.0ms) rollback transaction
13754
+  (0.0ms) begin transaction
13755
+ -------------------------------------
13756
+ PostTest: test_post#route_name_prefix
13757
+ -------------------------------------
13758
+  (0.0ms) rollback transaction
13759
+  (0.0ms) begin transaction
13760
+ -----------------------
13761
+ PostTest: test_post#url
13762
+ -----------------------
13763
+  (0.0ms) SAVEPOINT active_record_1
13764
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
13765
+  (0.0ms) rollback transaction
13766
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
13767
+  (0.1ms) begin transaction
13768
+ ---------------------------------------------
13769
+ NewsArticleTest: test_NewsArticle#route_model
13770
+ ---------------------------------------------
13771
+  (0.0ms) rollback transaction
13772
+  (0.0ms) begin transaction
13773
+ ----------------------------------------------------
13774
+ NewsArticleTest: test_news_article#controller_action
13775
+ ----------------------------------------------------
13776
+  (0.1ms) rollback transaction
13777
+  (0.0ms) begin transaction
13778
+ -----------------------------------------------------------
13779
+ NewsArticleTest: test_news_article#derived_name_field_value
13780
+ -----------------------------------------------------------
13781
+  (0.1ms) rollback transaction
13782
+  (0.0ms) begin transaction
13783
+ -------------------------------------------------
13784
+ NewsArticleTest: test_news_article#new_name_value
13785
+ -------------------------------------------------
13786
+  (0.0ms) rollback transaction
13787
+  (0.0ms) begin transaction
13788
+ ---------------------------------------
13789
+ NewsArticleTest: test_news_article#path
13790
+ ---------------------------------------
13791
+  (0.0ms) SAVEPOINT active_record_1
13792
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
13793
+  (0.0ms) SAVEPOINT active_record_1
13794
+ SQL (0.7ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 10:59:53.855334"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 10:59:53.855334"]]
13795
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13796
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13797
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13798
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13799
+  (0.0ms) RELEASE SAVEPOINT active_record_1
13800
+  (0.4ms) rollback transaction
13801
+  (0.0ms) begin transaction
13802
+ ---------------------------------------------
13803
+ NewsArticleTest: test_news_article#route_name
13804
+ ---------------------------------------------
13805
+  (0.0ms) rollback transaction
13806
+  (0.0ms) begin transaction
13807
+ ----------------------------------------------------
13808
+ NewsArticleTest: test_news_article#route_name_prefix
13809
+ ----------------------------------------------------
13810
+  (0.0ms) rollback transaction
13811
+  (0.0ms) begin transaction
13812
+ ---------------------------------------
13813
+ NewsArticleTest: test_news_article#slug
13814
+ ---------------------------------------
13815
+  (0.0ms) SAVEPOINT active_record_1
13816
+ SQL (0.3ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 10:59:53.866509"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 10:59:53.866509"]]
13817
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13818
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13819
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13820
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13821
+  (0.0ms) RELEASE SAVEPOINT active_record_1
13822
+  (0.3ms) rollback transaction
13823
+  (0.0ms) begin transaction
13824
+ --------------------------------------
13825
+ NewsArticleTest: test_news_article#url
13826
+ --------------------------------------
13827
+  (0.0ms) SAVEPOINT active_record_1
13828
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
13829
+  (0.0ms) rollback transaction
13830
+  (0.0ms) begin transaction
13831
+ -------------------------------------------------------
13832
+ PostCategoryCategoryTest: test_PostCategory#route_model
13833
+ -------------------------------------------------------
13834
+  (0.0ms) rollback transaction
13835
+  (0.0ms) begin transaction
13836
+ --------------------------------------------------------------
13837
+ PostCategoryCategoryTest: test_post_category#controller_action
13838
+ --------------------------------------------------------------
13839
+  (0.0ms) rollback transaction
13840
+  (0.0ms) begin transaction
13841
+ ---------------------------------------------------------------------
13842
+ PostCategoryCategoryTest: test_post_category#derived_name_field_value
13843
+ ---------------------------------------------------------------------
13844
+  (0.1ms) rollback transaction
13845
+  (0.1ms) begin transaction
13846
+ -----------------------------------------------------------
13847
+ PostCategoryCategoryTest: test_post_category#new_name_value
13848
+ -----------------------------------------------------------
13849
+  (0.0ms) rollback transaction
13850
+  (0.0ms) begin transaction
13851
+ -------------------------------------------------
13852
+ PostCategoryCategoryTest: test_post_category#path
13853
+ -------------------------------------------------
13854
+  (0.0ms) SAVEPOINT active_record_1
13855
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
13856
+  (0.0ms) SAVEPOINT active_record_1
13857
+ SQL (0.5ms) INSERT INTO "post_categories" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 10:59:53.880454"], ["name", "general"], ["title", "General"], ["updated_at", "2014-08-18 10:59:53.880454"]]
13858
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13859
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13860
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13861
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13862
+  (0.0ms) RELEASE SAVEPOINT active_record_1
13863
+  (0.4ms) rollback transaction
13864
+  (0.0ms) begin transaction
13865
+ -------------------------------------------------------
13866
+ PostCategoryCategoryTest: test_post_category#route_name
13867
+ -------------------------------------------------------
13868
+  (0.0ms) rollback transaction
13869
+  (0.0ms) begin transaction
13870
+ --------------------------------------------------------------
13871
+ PostCategoryCategoryTest: test_post_category#route_name_prefix
13872
+ --------------------------------------------------------------
13873
+  (0.0ms) rollback transaction
13874
+  (0.0ms) begin transaction
13875
+ ------------------------------------------------
13876
+ PostCategoryCategoryTest: test_post_category#url
13877
+ ------------------------------------------------
13878
+  (0.0ms) SAVEPOINT active_record_1
13879
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
13880
+  (0.0ms) rollback transaction
13881
+  (0.0ms) begin transaction
13882
+ -------------------------------------------------
13883
+ RoutableRecordsTest: test_/general/lets-test-this
13884
+ -------------------------------------------------
13885
+  (0.0ms) SAVEPOINT active_record_1
13886
+ SQL (0.3ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 10:59:53.895685"], ["name", "lets-test-this"], ["title", "Let's Test This"], ["updated_at", "2014-08-18 10:59:53.895685"]]
13887
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13888
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13889
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13890
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13891
+  (0.1ms) RELEASE SAVEPOINT active_record_1
13892
+ Started GET "/general/lets-test-this" for 127.0.0.1 at 2014-08-18 06:59:53 -0400
13893
+ Processing by BlogController#show as HTML
13894
+ Parameters: {"id"=>1}
13895
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
13896
+ Rendered blog/show.html.erb within layouts/application (1.4ms)
13897
+ Completed 200 OK in 20ms (Views: 17.9ms | ActiveRecord: 0.2ms)
13898
+  (0.6ms) rollback transaction
13899
+  (0.0ms) begin transaction
13900
+ ----------------------------------------------------
13901
+ RoutableRecordsTest: test_only_routable_routes_built
13902
+ ----------------------------------------------------
13903
+  (0.0ms) SAVEPOINT active_record_1
13904
+ SQL (0.3ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 10:59:53.958214"], ["name", "route-this"], ["published", "t"], ["title", "Route This"], ["updated_at", "2014-08-18 10:59:53.958214"]]
13905
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13906
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13907
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13908
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13909
+  (0.0ms) RELEASE SAVEPOINT active_record_1
13910
+  (0.0ms) SAVEPOINT active_record_1
13911
+ SQL (1.4ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 10:59:53.963885"], ["name", "ignore-this"], ["published", "f"], ["title", "Ignore This"], ["updated_at", "2014-08-18 10:59:53.963885"]]
13912
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13913
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13914
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13915
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13916
+  (0.0ms) RELEASE SAVEPOINT active_record_1
13917
+ Started GET "/articles/route-this" for 127.0.0.1 at 2014-08-18 06:59:53 -0400
13918
+ Processing by ArticleController#show as HTML
13919
+ Parameters: {"id"=>1}
13920
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
13921
+ Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.2ms)
13922
+ Started GET "/articles/ignore-this" for 127.0.0.1 at 2014-08-18 06:59:53 -0400
13923
+ Processing by ArticleController#show as HTML
13924
+ Parameters: {"id"=>2}
13925
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 2]]
13926
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)
13927
+  (0.6ms) rollback transaction
13928
+  (0.0ms) begin transaction
13929
+ -------------------------------------------
13930
+ StaticControllerTest: test_should_get_index
13931
+ -------------------------------------------
13932
+ Processing by StaticController#index as HTML
13933
+ Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)
13934
+  (0.1ms) rollback transaction
13935
+  (0.0ms) begin transaction
13936
+ -----------------------------
13937
+ FlowmorRouterTest: test_truth
13938
+ -----------------------------
13939
+  (0.0ms) rollback transaction
13940
+  (0.0ms) begin transaction
13941
+ -------------------------------
13942
+ PostTest: test_Post#route_model
13943
+ -------------------------------
13944
+  (0.0ms) rollback transaction
13945
+  (0.0ms) begin transaction
13946
+ --------------------------------------------
13947
+ PostTest: test_default_category_is_'general'
13948
+ --------------------------------------------
13949
+  (0.0ms) rollback transaction
13950
+  (0.0ms) begin transaction
13951
+ -------------------------------------
13952
+ PostTest: test_post#controller_action
13953
+ -------------------------------------
13954
+  (0.0ms) rollback transaction
13955
+  (0.0ms) begin transaction
13956
+ --------------------------------------------
13957
+ PostTest: test_post#derived_name_field_value
13958
+ --------------------------------------------
13959
+  (0.0ms) rollback transaction
13960
+  (0.0ms) begin transaction
13961
+ ----------------------------------
13962
+ PostTest: test_post#new_name_value
13963
+ ----------------------------------
13964
+  (0.0ms) rollback transaction
13965
+  (0.0ms) begin transaction
13966
+ ------------------------
13967
+ PostTest: test_post#path
13968
+ ------------------------
13969
+  (0.0ms) SAVEPOINT active_record_1
13970
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
13971
+  (0.0ms) SAVEPOINT active_record_1
13972
+ SQL (0.4ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 10:59:54.006442"], ["name", "dummy-post"], ["title", "Dummy Post"], ["updated_at", "2014-08-18 10:59:54.006442"]]
13973
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
13974
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
13975
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
13976
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
13977
+  (0.0ms) RELEASE SAVEPOINT active_record_1
13978
+  (0.4ms) rollback transaction
13979
+  (0.1ms) begin transaction
13980
+ ------------------------------
13981
+ PostTest: test_post#route_name
13982
+ ------------------------------
13983
+  (0.0ms) rollback transaction
13984
+  (0.0ms) begin transaction
13985
+ -------------------------------------
13986
+ PostTest: test_post#route_name_prefix
13987
+ -------------------------------------
13988
+  (0.0ms) rollback transaction
13989
+  (0.0ms) begin transaction
13990
+ -----------------------
13991
+ PostTest: test_post#url
13992
+ -----------------------
13993
+  (0.0ms) SAVEPOINT active_record_1
13994
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
13995
+  (0.0ms) rollback transaction
13996
+  (0.0ms) begin transaction
13997
+ -------------------------------------------
13998
+ ArticleTest: test_article#controller_action
13999
+ -------------------------------------------
14000
+  (0.0ms) rollback transaction
14001
+  (0.0ms) begin transaction
14002
+ --------------------------------------------------
14003
+ ArticleTest: test_article#derived_name_field_value
14004
+ --------------------------------------------------
14005
+  (0.0ms) rollback transaction
14006
+  (0.0ms) begin transaction
14007
+ ------------------------------
14008
+ ArticleTest: test_article#path
14009
+ ------------------------------
14010
+  (0.0ms) SAVEPOINT active_record_1
14011
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
14012
+  (0.0ms) SAVEPOINT active_record_1
14013
+ SQL (0.3ms) INSERT INTO "articles" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 10:59:54.017714"], ["name", "dummy-article"], ["title", "Dummy Article"], ["updated_at", "2014-08-18 10:59:54.017714"]]
14014
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
14015
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
14016
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
14017
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
14018
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14019
+  (0.3ms) rollback transaction
14020
+  (0.0ms) begin transaction
14021
+ ------------------------------------
14022
+ ArticleTest: test_article#route_name
14023
+ ------------------------------------
14024
+  (0.0ms) rollback transaction
14025
+  (0.0ms) begin transaction
14026
+ -------------------------------------------
14027
+ ArticleTest: test_article#route_name_prefix
14028
+ -------------------------------------------
14029
+  (0.0ms) rollback transaction
14030
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
14031
+  (0.1ms) begin transaction
14032
+ -------------------------------
14033
+ PostTest: test_Post#route_model
14034
+ -------------------------------
14035
+  (0.0ms) rollback transaction
14036
+  (0.0ms) begin transaction
14037
+ --------------------------------------------
14038
+ PostTest: test_default_category_is_'general'
14039
+ --------------------------------------------
14040
+  (0.1ms) rollback transaction
14041
+  (0.0ms) begin transaction
14042
+ -------------------------------------
14043
+ PostTest: test_post#controller_action
14044
+ -------------------------------------
14045
+  (0.0ms) rollback transaction
14046
+  (0.0ms) begin transaction
14047
+ --------------------------------------------
14048
+ PostTest: test_post#derived_name_field_value
14049
+ --------------------------------------------
14050
+  (0.1ms) rollback transaction
14051
+  (0.0ms) begin transaction
14052
+ ----------------------------------
14053
+ PostTest: test_post#new_name_value
14054
+ ----------------------------------
14055
+  (0.0ms) rollback transaction
14056
+  (0.0ms) begin transaction
14057
+ ------------------------
14058
+ PostTest: test_post#path
14059
+ ------------------------
14060
+  (0.0ms) SAVEPOINT active_record_1
14061
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
14062
+  (0.0ms) SAVEPOINT active_record_1
14063
+ SQL (0.6ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:00:29.640181"], ["name", "dummy-post"], ["title", "Dummy Post"], ["updated_at", "2014-08-18 11:00:29.640181"]]
14064
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
14065
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
14066
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
14067
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
14068
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14069
+  (0.4ms) rollback transaction
14070
+  (0.1ms) begin transaction
14071
+ ------------------------------
14072
+ PostTest: test_post#route_name
14073
+ ------------------------------
14074
+  (0.1ms) rollback transaction
14075
+  (0.0ms) begin transaction
14076
+ -------------------------------------
14077
+ PostTest: test_post#route_name_prefix
14078
+ -------------------------------------
14079
+  (0.0ms) rollback transaction
14080
+  (0.0ms) begin transaction
14081
+ -----------------------
14082
+ PostTest: test_post#url
14083
+ -----------------------
14084
+  (0.0ms) SAVEPOINT active_record_1
14085
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
14086
+  (0.0ms) rollback transaction
14087
+  (0.0ms) begin transaction
14088
+ -----------------------------
14089
+ FlowmorRouterTest: test_truth
14090
+ -----------------------------
14091
+  (0.0ms) rollback transaction
14092
+  (0.0ms) begin transaction
14093
+ -------------------------------------------
14094
+ ArticleTest: test_article#controller_action
14095
+ -------------------------------------------
14096
+  (0.0ms) rollback transaction
14097
+  (0.0ms) begin transaction
14098
+ --------------------------------------------------
14099
+ ArticleTest: test_article#derived_name_field_value
14100
+ --------------------------------------------------
14101
+  (0.1ms) rollback transaction
14102
+  (0.0ms) begin transaction
14103
+ ------------------------------
14104
+ ArticleTest: test_article#path
14105
+ ------------------------------
14106
+  (0.0ms) SAVEPOINT active_record_1
14107
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
14108
+  (0.0ms) SAVEPOINT active_record_1
14109
+ SQL (0.4ms) INSERT INTO "articles" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:00:29.663582"], ["name", "dummy-article"], ["title", "Dummy Article"], ["updated_at", "2014-08-18 11:00:29.663582"]]
14110
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
14111
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
14112
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
14113
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
14114
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14115
+  (0.4ms) rollback transaction
14116
+  (0.0ms) begin transaction
14117
+ ------------------------------------
14118
+ ArticleTest: test_article#route_name
14119
+ ------------------------------------
14120
+  (0.0ms) rollback transaction
14121
+  (0.0ms) begin transaction
14122
+ -------------------------------------------
14123
+ ArticleTest: test_article#route_name_prefix
14124
+ -------------------------------------------
14125
+  (0.0ms) rollback transaction
14126
+  (0.0ms) begin transaction
14127
+ -------------------------------------------------------
14128
+ PostCategoryCategoryTest: test_PostCategory#route_model
14129
+ -------------------------------------------------------
14130
+  (0.0ms) rollback transaction
14131
+  (0.0ms) begin transaction
14132
+ --------------------------------------------------------------
14133
+ PostCategoryCategoryTest: test_post_category#controller_action
14134
+ --------------------------------------------------------------
14135
+  (0.0ms) rollback transaction
14136
+  (0.0ms) begin transaction
14137
+ ---------------------------------------------------------------------
14138
+ PostCategoryCategoryTest: test_post_category#derived_name_field_value
14139
+ ---------------------------------------------------------------------
14140
+  (0.0ms) rollback transaction
14141
+  (0.0ms) begin transaction
14142
+ -----------------------------------------------------------
14143
+ PostCategoryCategoryTest: test_post_category#new_name_value
14144
+ -----------------------------------------------------------
14145
+  (0.1ms) rollback transaction
14146
+  (0.0ms) begin transaction
14147
+ -------------------------------------------------
14148
+ PostCategoryCategoryTest: test_post_category#path
14149
+ -------------------------------------------------
14150
+  (0.0ms) SAVEPOINT active_record_1
14151
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
14152
+  (0.0ms) SAVEPOINT active_record_1
14153
+ SQL (0.3ms) INSERT INTO "post_categories" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:00:29.678801"], ["name", "general"], ["title", "General"], ["updated_at", "2014-08-18 11:00:29.678801"]]
14154
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
14155
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
14156
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
14157
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
14158
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14159
+  (0.4ms) rollback transaction
14160
+  (0.0ms) begin transaction
14161
+ -------------------------------------------------------
14162
+ PostCategoryCategoryTest: test_post_category#route_name
14163
+ -------------------------------------------------------
14164
+  (0.0ms) rollback transaction
14165
+  (0.0ms) begin transaction
14166
+ --------------------------------------------------------------
14167
+ PostCategoryCategoryTest: test_post_category#route_name_prefix
14168
+ --------------------------------------------------------------
14169
+  (0.0ms) rollback transaction
14170
+  (0.0ms) begin transaction
14171
+ ------------------------------------------------
14172
+ PostCategoryCategoryTest: test_post_category#url
14173
+ ------------------------------------------------
14174
+  (0.0ms) SAVEPOINT active_record_1
14175
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
14176
+  (0.0ms) rollback transaction
14177
+  (0.0ms) begin transaction
14178
+ -------------------------------------------
14179
+ StaticControllerTest: test_should_get_index
14180
+ -------------------------------------------
14181
+ Processing by StaticController#index as HTML
14182
+ Rendered static/index.html.erb within layouts/application (1.2ms)
14183
+ Completed 200 OK in 18ms (Views: 17.6ms | ActiveRecord: 0.0ms)
14184
+  (0.1ms) rollback transaction
14185
+  (0.0ms) begin transaction
14186
+ ---------------------------------------------
14187
+ NewsArticleTest: test_NewsArticle#route_model
14188
+ ---------------------------------------------
14189
+  (0.0ms) rollback transaction
14190
+  (0.0ms) begin transaction
14191
+ ----------------------------------------------------
14192
+ NewsArticleTest: test_news_article#controller_action
14193
+ ----------------------------------------------------
14194
+  (0.0ms) rollback transaction
14195
+  (0.0ms) begin transaction
14196
+ -----------------------------------------------------------
14197
+ NewsArticleTest: test_news_article#derived_name_field_value
14198
+ -----------------------------------------------------------
14199
+  (0.1ms) rollback transaction
14200
+  (0.0ms) begin transaction
14201
+ -------------------------------------------------
14202
+ NewsArticleTest: test_news_article#new_name_value
14203
+ -------------------------------------------------
14204
+  (0.0ms) rollback transaction
14205
+  (0.0ms) begin transaction
14206
+ ---------------------------------------
14207
+ NewsArticleTest: test_news_article#path
14208
+ ---------------------------------------
14209
+  (0.0ms) SAVEPOINT active_record_1
14210
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
14211
+  (0.0ms) SAVEPOINT active_record_1
14212
+ SQL (0.4ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 11:00:29.738747"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 11:00:29.738747"]]
14213
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
14214
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
14215
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
14216
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
14217
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14218
+  (0.4ms) rollback transaction
14219
+  (0.1ms) begin transaction
14220
+ ---------------------------------------------
14221
+ NewsArticleTest: test_news_article#route_name
14222
+ ---------------------------------------------
14223
+  (0.0ms) rollback transaction
14224
+  (0.0ms) begin transaction
14225
+ ----------------------------------------------------
14226
+ NewsArticleTest: test_news_article#route_name_prefix
14227
+ ----------------------------------------------------
14228
+  (0.0ms) rollback transaction
14229
+  (0.0ms) begin transaction
14230
+ ---------------------------------------
14231
+ NewsArticleTest: test_news_article#slug
14232
+ ---------------------------------------
14233
+  (0.0ms) SAVEPOINT active_record_1
14234
+ SQL (0.2ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 11:00:29.747014"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 11:00:29.747014"]]
14235
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
14236
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
14237
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
14238
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
14239
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14240
+  (0.3ms) rollback transaction
14241
+  (0.0ms) begin transaction
14242
+ --------------------------------------
14243
+ NewsArticleTest: test_news_article#url
14244
+ --------------------------------------
14245
+  (0.0ms) SAVEPOINT active_record_1
14246
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
14247
+  (0.0ms) rollback transaction
14248
+  (0.0ms) begin transaction
14249
+ -------------------------------------------------
14250
+ RoutableRecordsTest: test_/general/lets-test-this
14251
+ -------------------------------------------------
14252
+  (0.0ms) SAVEPOINT active_record_1
14253
+ SQL (0.3ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:00:29.754569"], ["name", "lets-test-this"], ["title", "Let's Test This"], ["updated_at", "2014-08-18 11:00:29.754569"]]
14254
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
14255
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
14256
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
14257
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
14258
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14259
+ Started GET "/general/lets-test-this" for 127.0.0.1 at 2014-08-18 07:00:29 -0400
14260
+ Processing by BlogController#show as HTML
14261
+ Parameters: {"id"=>1}
14262
+ Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
14263
+ Completed 200 OK in 8ms (Views: 4.5ms | ActiveRecord: 0.3ms)
14264
+  (0.9ms) rollback transaction
14265
+  (0.1ms) begin transaction
14266
+ ----------------------------------------------------
14267
+ RoutableRecordsTest: test_only_routable_routes_built
14268
+ ----------------------------------------------------
14269
+  (0.1ms) SAVEPOINT active_record_1
14270
+ SQL (0.7ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 11:00:29.782995"], ["name", "route-this"], ["published", "t"], ["title", "Route This"], ["updated_at", "2014-08-18 11:00:29.782995"]]
14271
+ Article Load (0.2ms) SELECT "articles".* FROM "articles"
14272
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
14273
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
14274
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
14275
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14276
+  (0.0ms) SAVEPOINT active_record_1
14277
+ SQL (1.8ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 11:00:29.791292"], ["name", "ignore-this"], ["published", "f"], ["title", "Ignore This"], ["updated_at", "2014-08-18 11:00:29.791292"]]
14278
+ Article Load (0.2ms) SELECT "articles".* FROM "articles"
14279
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
14280
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
14281
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
14282
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14283
+ Started GET "/articles/route-this" for 127.0.0.1 at 2014-08-18 07:00:29 -0400
14284
+ Processing by ArticleController#show as HTML
14285
+ Parameters: {"id"=>1}
14286
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
14287
+ Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.2ms)
14288
+ Started GET "/articles/ignore-this" for 127.0.0.1 at 2014-08-18 07:00:29 -0400
14289
+ Processing by ArticleController#show as HTML
14290
+ Parameters: {"id"=>2}
14291
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 2]]
14292
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)
14293
+  (0.6ms) rollback transaction
14294
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
14295
+  (0.1ms) begin transaction
14296
+ -------------------------------------------------
14297
+ RoutableRecordsTest: test_/general/lets-test-this
14298
+ -------------------------------------------------
14299
+  (0.0ms) SAVEPOINT active_record_1
14300
+ SQL (0.6ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:01:01.708241"], ["name", "lets-test-this"], ["title", "Let's Test This"], ["updated_at", "2014-08-18 11:01:01.708241"]]
14301
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
14302
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
14303
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
14304
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
14305
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14306
+ Started GET "/general/lets-test-this" for 127.0.0.1 at 2014-08-18 07:01:01 -0400
14307
+ Processing by BlogController#show as HTML
14308
+ Parameters: {"id"=>1}
14309
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
14310
+ Rendered blog/show.html.erb within layouts/application (1.4ms)
14311
+ Completed 200 OK in 20ms (Views: 17.7ms | ActiveRecord: 0.2ms)
14312
+  (0.6ms) rollback transaction
14313
+  (0.0ms) begin transaction
14314
+ ----------------------------------------------------
14315
+ RoutableRecordsTest: test_only_routable_routes_built
14316
+ ----------------------------------------------------
14317
+  (0.0ms) SAVEPOINT active_record_1
14318
+ SQL (0.4ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 11:01:01.776764"], ["name", "route-this"], ["published", "t"], ["title", "Route This"], ["updated_at", "2014-08-18 11:01:01.776764"]]
14319
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
14320
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
14321
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
14322
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
14323
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14324
+  (0.0ms) SAVEPOINT active_record_1
14325
+ SQL (1.7ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 11:01:01.782792"], ["name", "ignore-this"], ["published", "f"], ["title", "Ignore This"], ["updated_at", "2014-08-18 11:01:01.782792"]]
14326
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
14327
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
14328
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
14329
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
14330
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14331
+ Started GET "/articles/route-this" for 127.0.0.1 at 2014-08-18 07:01:01 -0400
14332
+ Processing by ArticleController#show as HTML
14333
+ Parameters: {"id"=>1}
14334
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
14335
+ Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.2ms)
14336
+  (0.6ms) rollback transaction
14337
+  (0.0ms) begin transaction
14338
+ -----------------------------
14339
+ FlowmorRouterTest: test_truth
14340
+ -----------------------------
14341
+  (0.0ms) rollback transaction
14342
+  (0.0ms) begin transaction
14343
+ -------------------------------
14344
+ PostTest: test_Post#route_model
14345
+ -------------------------------
14346
+  (0.0ms) rollback transaction
14347
+  (0.0ms) begin transaction
14348
+ --------------------------------------------
14349
+ PostTest: test_default_category_is_'general'
14350
+ --------------------------------------------
14351
+  (0.0ms) rollback transaction
14352
+  (0.0ms) begin transaction
14353
+ -------------------------------------
14354
+ PostTest: test_post#controller_action
14355
+ -------------------------------------
14356
+  (0.0ms) rollback transaction
14357
+  (0.0ms) begin transaction
14358
+ --------------------------------------------
14359
+ PostTest: test_post#derived_name_field_value
14360
+ --------------------------------------------
14361
+  (0.0ms) rollback transaction
14362
+  (0.0ms) begin transaction
14363
+ ----------------------------------
14364
+ PostTest: test_post#new_name_value
14365
+ ----------------------------------
14366
+  (0.0ms) rollback transaction
14367
+  (0.0ms) begin transaction
14368
+ ------------------------
14369
+ PostTest: test_post#path
14370
+ ------------------------
14371
+  (0.0ms) SAVEPOINT active_record_1
14372
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
14373
+  (0.0ms) SAVEPOINT active_record_1
14374
+ SQL (0.4ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:01:01.809261"], ["name", "dummy-post"], ["title", "Dummy Post"], ["updated_at", "2014-08-18 11:01:01.809261"]]
14375
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
14376
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
14377
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
14378
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
14379
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14380
+  (0.4ms) rollback transaction
14381
+  (0.1ms) begin transaction
14382
+ ------------------------------
14383
+ PostTest: test_post#route_name
14384
+ ------------------------------
14385
+  (0.0ms) rollback transaction
14386
+  (0.0ms) begin transaction
14387
+ -------------------------------------
14388
+ PostTest: test_post#route_name_prefix
14389
+ -------------------------------------
14390
+  (0.0ms) rollback transaction
14391
+  (0.0ms) begin transaction
14392
+ -----------------------
14393
+ PostTest: test_post#url
14394
+ -----------------------
14395
+  (0.0ms) SAVEPOINT active_record_1
14396
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
14397
+  (0.0ms) rollback transaction
14398
+  (0.0ms) begin transaction
14399
+ -------------------------------------------------------
14400
+ PostCategoryCategoryTest: test_PostCategory#route_model
14401
+ -------------------------------------------------------
14402
+  (0.0ms) rollback transaction
14403
+  (0.0ms) begin transaction
14404
+ --------------------------------------------------------------
14405
+ PostCategoryCategoryTest: test_post_category#controller_action
14406
+ --------------------------------------------------------------
14407
+  (0.0ms) rollback transaction
14408
+  (0.0ms) begin transaction
14409
+ ---------------------------------------------------------------------
14410
+ PostCategoryCategoryTest: test_post_category#derived_name_field_value
14411
+ ---------------------------------------------------------------------
14412
+  (0.0ms) rollback transaction
14413
+  (0.0ms) begin transaction
14414
+ -----------------------------------------------------------
14415
+ PostCategoryCategoryTest: test_post_category#new_name_value
14416
+ -----------------------------------------------------------
14417
+  (0.0ms) rollback transaction
14418
+  (0.0ms) begin transaction
14419
+ -------------------------------------------------
14420
+ PostCategoryCategoryTest: test_post_category#path
14421
+ -------------------------------------------------
14422
+  (0.0ms) SAVEPOINT active_record_1
14423
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
14424
+  (0.0ms) SAVEPOINT active_record_1
14425
+ SQL (0.4ms) INSERT INTO "post_categories" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:01:01.828408"], ["name", "general"], ["title", "General"], ["updated_at", "2014-08-18 11:01:01.828408"]]
14426
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
14427
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
14428
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
14429
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
14430
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14431
+  (0.4ms) rollback transaction
14432
+  (0.0ms) begin transaction
14433
+ -------------------------------------------------------
14434
+ PostCategoryCategoryTest: test_post_category#route_name
14435
+ -------------------------------------------------------
14436
+  (0.0ms) rollback transaction
14437
+  (0.0ms) begin transaction
14438
+ --------------------------------------------------------------
14439
+ PostCategoryCategoryTest: test_post_category#route_name_prefix
14440
+ --------------------------------------------------------------
14441
+  (0.0ms) rollback transaction
14442
+  (0.0ms) begin transaction
14443
+ ------------------------------------------------
14444
+ PostCategoryCategoryTest: test_post_category#url
14445
+ ------------------------------------------------
14446
+  (0.0ms) SAVEPOINT active_record_1
14447
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
14448
+  (0.0ms) rollback transaction
14449
+  (0.0ms) begin transaction
14450
+ ---------------------------------------------
14451
+ NewsArticleTest: test_NewsArticle#route_model
14452
+ ---------------------------------------------
14453
+  (0.0ms) rollback transaction
14454
+  (0.0ms) begin transaction
14455
+ ----------------------------------------------------
14456
+ NewsArticleTest: test_news_article#controller_action
14457
+ ----------------------------------------------------
14458
+  (0.0ms) rollback transaction
14459
+  (0.0ms) begin transaction
14460
+ -----------------------------------------------------------
14461
+ NewsArticleTest: test_news_article#derived_name_field_value
14462
+ -----------------------------------------------------------
14463
+  (0.1ms) rollback transaction
14464
+  (0.0ms) begin transaction
14465
+ -------------------------------------------------
14466
+ NewsArticleTest: test_news_article#new_name_value
14467
+ -------------------------------------------------
14468
+  (0.0ms) rollback transaction
14469
+  (0.0ms) begin transaction
14470
+ ---------------------------------------
14471
+ NewsArticleTest: test_news_article#path
14472
+ ---------------------------------------
14473
+  (0.0ms) SAVEPOINT active_record_1
14474
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
14475
+  (0.0ms) SAVEPOINT active_record_1
14476
+ SQL (0.4ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 11:01:01.845507"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 11:01:01.845507"]]
14477
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
14478
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
14479
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
14480
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
14481
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14482
+  (0.4ms) rollback transaction
14483
+  (0.0ms) begin transaction
14484
+ ---------------------------------------------
14485
+ NewsArticleTest: test_news_article#route_name
14486
+ ---------------------------------------------
14487
+  (0.1ms) rollback transaction
14488
+  (0.0ms) begin transaction
14489
+ ----------------------------------------------------
14490
+ NewsArticleTest: test_news_article#route_name_prefix
14491
+ ----------------------------------------------------
14492
+  (0.0ms) rollback transaction
14493
+  (0.0ms) begin transaction
14494
+ ---------------------------------------
14495
+ NewsArticleTest: test_news_article#slug
14496
+ ---------------------------------------
14497
+  (0.0ms) SAVEPOINT active_record_1
14498
+ SQL (0.3ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 11:01:01.853960"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 11:01:01.853960"]]
14499
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
14500
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
14501
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
14502
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
14503
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14504
+  (0.3ms) rollback transaction
14505
+  (0.1ms) begin transaction
14506
+ --------------------------------------
14507
+ NewsArticleTest: test_news_article#url
14508
+ --------------------------------------
14509
+  (0.0ms) SAVEPOINT active_record_1
14510
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
14511
+  (0.0ms) rollback transaction
14512
+  (0.0ms) begin transaction
14513
+ -------------------------------------------
14514
+ StaticControllerTest: test_should_get_index
14515
+ -------------------------------------------
14516
+ Processing by StaticController#index as HTML
14517
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
14518
+  (0.1ms) rollback transaction
14519
+  (0.0ms) begin transaction
14520
+ -------------------------------------------
14521
+ ArticleTest: test_article#controller_action
14522
+ -------------------------------------------
14523
+  (0.0ms) rollback transaction
14524
+  (0.0ms) begin transaction
14525
+ --------------------------------------------------
14526
+ ArticleTest: test_article#derived_name_field_value
14527
+ --------------------------------------------------
14528
+  (0.0ms) rollback transaction
14529
+  (0.0ms) begin transaction
14530
+ ------------------------------
14531
+ ArticleTest: test_article#path
14532
+ ------------------------------
14533
+  (0.0ms) SAVEPOINT active_record_1
14534
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
14535
+  (0.0ms) SAVEPOINT active_record_1
14536
+ SQL (0.5ms) INSERT INTO "articles" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:01:01.875706"], ["name", "dummy-article"], ["title", "Dummy Article"], ["updated_at", "2014-08-18 11:01:01.875706"]]
14537
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
14538
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
14539
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
14540
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
14541
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14542
+  (0.4ms) rollback transaction
14543
+  (0.0ms) begin transaction
14544
+ ------------------------------------
14545
+ ArticleTest: test_article#route_name
14546
+ ------------------------------------
14547
+  (0.0ms) rollback transaction
14548
+  (0.0ms) begin transaction
14549
+ -------------------------------------------
14550
+ ArticleTest: test_article#route_name_prefix
14551
+ -------------------------------------------
14552
+  (0.0ms) rollback transaction
14553
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
14554
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
14555
+  (0.1ms) begin transaction
14556
+ -------------------------------------------------
14557
+ RoutableRecordsTest: test_/general/lets-test-this
14558
+ -------------------------------------------------
14559
+  (0.0ms) SAVEPOINT active_record_1
14560
+ SQL (0.5ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:04:50.755058"], ["name", "lets-test-this"], ["title", "Let's Test This"], ["updated_at", "2014-08-18 11:04:50.755058"]]
14561
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
14562
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
14563
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
14564
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
14565
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14566
+ Started GET "/general/lets-test-this" for 127.0.0.1 at 2014-08-18 07:04:50 -0400
14567
+ Processing by BlogController#show as HTML
14568
+ Parameters: {"id"=>1}
14569
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
14570
+ Rendered blog/show.html.erb within layouts/application (1.4ms)
14571
+ Completed 200 OK in 20ms (Views: 17.8ms | ActiveRecord: 0.2ms)
14572
+  (0.5ms) rollback transaction
14573
+  (0.1ms) begin transaction
14574
+ ----------------------------------------------------
14575
+ RoutableRecordsTest: test_only_routable_routes_built
14576
+ ----------------------------------------------------
14577
+  (0.1ms) SAVEPOINT active_record_1
14578
+ SQL (0.4ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 11:04:50.822661"], ["name", "route-this"], ["published", "t"], ["title", "Route This"], ["updated_at", "2014-08-18 11:04:50.822661"]]
14579
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
14580
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
14581
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
14582
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
14583
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14584
+  (0.0ms) SAVEPOINT active_record_1
14585
+ SQL (1.6ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 11:04:50.828679"], ["name", "ignore-this"], ["published", "f"], ["title", "Ignore This"], ["updated_at", "2014-08-18 11:04:50.828679"]]
14586
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
14587
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
14588
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
14589
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
14590
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14591
+ Started GET "/articles/route-this" for 127.0.0.1 at 2014-08-18 07:04:50 -0400
14592
+ Processing by ArticleController#show as HTML
14593
+ Parameters: {"id"=>1}
14594
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
14595
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.2ms)
14596
+  (0.8ms) rollback transaction
14597
+  (0.1ms) begin transaction
14598
+ -------------------------------
14599
+ PostTest: test_Post#route_model
14600
+ -------------------------------
14601
+  (0.0ms) rollback transaction
14602
+  (0.0ms) begin transaction
14603
+ --------------------------------------------
14604
+ PostTest: test_default_category_is_'general'
14605
+ --------------------------------------------
14606
+  (0.0ms) rollback transaction
14607
+  (0.0ms) begin transaction
14608
+ -------------------------------------
14609
+ PostTest: test_post#controller_action
14610
+ -------------------------------------
14611
+  (0.0ms) rollback transaction
14612
+  (0.0ms) begin transaction
14613
+ --------------------------------------------
14614
+ PostTest: test_post#derived_name_field_value
14615
+ --------------------------------------------
14616
+  (0.0ms) rollback transaction
14617
+  (0.0ms) begin transaction
14618
+ ----------------------------------
14619
+ PostTest: test_post#new_name_value
14620
+ ----------------------------------
14621
+  (0.0ms) rollback transaction
14622
+  (0.0ms) begin transaction
14623
+ ------------------------
14624
+ PostTest: test_post#path
14625
+ ------------------------
14626
+  (0.0ms) rollback transaction
14627
+  (0.0ms) begin transaction
14628
+ ------------------------------
14629
+ PostTest: test_post#route_name
14630
+ ------------------------------
14631
+  (0.0ms) rollback transaction
14632
+  (0.0ms) begin transaction
14633
+ -------------------------------------
14634
+ PostTest: test_post#route_name_prefix
14635
+ -------------------------------------
14636
+  (0.0ms) rollback transaction
14637
+  (0.0ms) begin transaction
14638
+ -----------------------
14639
+ PostTest: test_post#url
14640
+ -----------------------
14641
+  (0.0ms) rollback transaction
14642
+  (0.0ms) begin transaction
14643
+ -------------------------------------------
14644
+ ArticleTest: test_article#controller_action
14645
+ -------------------------------------------
14646
+  (0.0ms) rollback transaction
14647
+  (0.0ms) begin transaction
14648
+ --------------------------------------------------
14649
+ ArticleTest: test_article#derived_name_field_value
14650
+ --------------------------------------------------
14651
+  (0.0ms) rollback transaction
14652
+  (0.0ms) begin transaction
14653
+ ------------------------------
14654
+ ArticleTest: test_article#path
14655
+ ------------------------------
14656
+  (0.0ms) rollback transaction
14657
+  (0.0ms) begin transaction
14658
+ ------------------------------------
14659
+ ArticleTest: test_article#route_name
14660
+ ------------------------------------
14661
+  (0.0ms) rollback transaction
14662
+  (0.0ms) begin transaction
14663
+ -------------------------------------------
14664
+ ArticleTest: test_article#route_name_prefix
14665
+ -------------------------------------------
14666
+  (0.0ms) rollback transaction
14667
+  (0.0ms) begin transaction
14668
+ -----------------------------
14669
+ FlowmorRouterTest: test_truth
14670
+ -----------------------------
14671
+  (0.0ms) rollback transaction
14672
+  (0.0ms) begin transaction
14673
+ -------------------------------------------------------
14674
+ PostCategoryCategoryTest: test_PostCategory#route_model
14675
+ -------------------------------------------------------
14676
+  (0.0ms) rollback transaction
14677
+  (0.0ms) begin transaction
14678
+ --------------------------------------------------------------
14679
+ PostCategoryCategoryTest: test_post_category#controller_action
14680
+ --------------------------------------------------------------
14681
+  (0.0ms) rollback transaction
14682
+  (0.0ms) begin transaction
14683
+ ---------------------------------------------------------------------
14684
+ PostCategoryCategoryTest: test_post_category#derived_name_field_value
14685
+ ---------------------------------------------------------------------
14686
+  (0.0ms) rollback transaction
14687
+  (0.0ms) begin transaction
14688
+ -----------------------------------------------------------
14689
+ PostCategoryCategoryTest: test_post_category#new_name_value
14690
+ -----------------------------------------------------------
14691
+  (0.0ms) rollback transaction
14692
+  (0.0ms) begin transaction
14693
+ -------------------------------------------------
14694
+ PostCategoryCategoryTest: test_post_category#path
14695
+ -------------------------------------------------
14696
+  (0.0ms) rollback transaction
14697
+  (0.0ms) begin transaction
14698
+ -------------------------------------------------------
14699
+ PostCategoryCategoryTest: test_post_category#route_name
14700
+ -------------------------------------------------------
14701
+  (0.0ms) rollback transaction
14702
+  (0.0ms) begin transaction
14703
+ --------------------------------------------------------------
14704
+ PostCategoryCategoryTest: test_post_category#route_name_prefix
14705
+ --------------------------------------------------------------
14706
+  (0.0ms) rollback transaction
14707
+  (0.0ms) begin transaction
14708
+ ------------------------------------------------
14709
+ PostCategoryCategoryTest: test_post_category#url
14710
+ ------------------------------------------------
14711
+  (0.1ms) rollback transaction
14712
+  (0.0ms) begin transaction
14713
+ -------------------------------------------
14714
+ StaticControllerTest: test_should_get_index
14715
+ -------------------------------------------
14716
+ Processing by StaticController#index as HTML
14717
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
14718
+  (0.1ms) rollback transaction
14719
+  (0.0ms) begin transaction
14720
+ ---------------------------------------------
14721
+ NewsArticleTest: test_NewsArticle#route_model
14722
+ ---------------------------------------------
14723
+  (0.0ms) rollback transaction
14724
+  (0.0ms) begin transaction
14725
+ ----------------------------------------------------
14726
+ NewsArticleTest: test_news_article#controller_action
14727
+ ----------------------------------------------------
14728
+  (0.1ms) rollback transaction
14729
+  (0.0ms) begin transaction
14730
+ -----------------------------------------------------------
14731
+ NewsArticleTest: test_news_article#derived_name_field_value
14732
+ -----------------------------------------------------------
14733
+  (0.0ms) rollback transaction
14734
+  (0.0ms) begin transaction
14735
+ -------------------------------------------------
14736
+ NewsArticleTest: test_news_article#new_name_value
14737
+ -------------------------------------------------
14738
+  (0.0ms) rollback transaction
14739
+  (0.0ms) begin transaction
14740
+ ---------------------------------------
14741
+ NewsArticleTest: test_news_article#path
14742
+ ---------------------------------------
14743
+  (0.0ms) rollback transaction
14744
+  (0.0ms) begin transaction
14745
+ ---------------------------------------------
14746
+ NewsArticleTest: test_news_article#route_name
14747
+ ---------------------------------------------
14748
+  (0.0ms) rollback transaction
14749
+  (0.0ms) begin transaction
14750
+ ----------------------------------------------------
14751
+ NewsArticleTest: test_news_article#route_name_prefix
14752
+ ----------------------------------------------------
14753
+  (0.0ms) rollback transaction
14754
+  (0.0ms) begin transaction
14755
+ ---------------------------------------
14756
+ NewsArticleTest: test_news_article#slug
14757
+ ---------------------------------------
14758
+  (0.0ms) SAVEPOINT active_record_1
14759
+ SQL (0.4ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 11:04:50.900346"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 11:04:50.900346"]]
14760
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
14761
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
14762
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
14763
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
14764
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14765
+  (0.4ms) rollback transaction
14766
+  (0.0ms) begin transaction
14767
+ --------------------------------------
14768
+ NewsArticleTest: test_news_article#url
14769
+ --------------------------------------
14770
+  (0.0ms) rollback transaction
14771
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
14772
+  (0.1ms) begin transaction
14773
+ ---------------------------------------------
14774
+ NewsArticleTest: test_NewsArticle#route_model
14775
+ ---------------------------------------------
14776
+  (0.0ms) rollback transaction
14777
+  (0.0ms) begin transaction
14778
+ ----------------------------------------------------
14779
+ NewsArticleTest: test_news_article#controller_action
14780
+ ----------------------------------------------------
14781
+  (0.0ms) rollback transaction
14782
+  (0.0ms) begin transaction
14783
+ -----------------------------------------------------------
14784
+ NewsArticleTest: test_news_article#derived_name_field_value
14785
+ -----------------------------------------------------------
14786
+  (0.1ms) rollback transaction
14787
+  (0.0ms) begin transaction
14788
+ -------------------------------------------------
14789
+ NewsArticleTest: test_news_article#new_name_value
14790
+ -------------------------------------------------
14791
+  (0.0ms) rollback transaction
14792
+  (0.0ms) begin transaction
14793
+ ---------------------------------------
14794
+ NewsArticleTest: test_news_article#path
14795
+ ---------------------------------------
14796
+  (0.0ms) rollback transaction
14797
+  (0.0ms) begin transaction
14798
+ ---------------------------------------------
14799
+ NewsArticleTest: test_news_article#route_name
14800
+ ---------------------------------------------
14801
+  (0.0ms) rollback transaction
14802
+  (0.0ms) begin transaction
14803
+ ----------------------------------------------------
14804
+ NewsArticleTest: test_news_article#route_name_prefix
14805
+ ----------------------------------------------------
14806
+  (0.0ms) rollback transaction
14807
+  (0.0ms) begin transaction
14808
+ ---------------------------------------
14809
+ NewsArticleTest: test_news_article#slug
14810
+ ---------------------------------------
14811
+  (0.0ms) SAVEPOINT active_record_1
14812
+ SQL (0.5ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 11:05:17.960112"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 11:05:17.960112"]]
14813
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
14814
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
14815
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
14816
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
14817
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14818
+  (0.4ms) rollback transaction
14819
+  (0.0ms) begin transaction
14820
+ --------------------------------------
14821
+ NewsArticleTest: test_news_article#url
14822
+ --------------------------------------
14823
+  (0.0ms) rollback transaction
14824
+  (0.0ms) begin transaction
14825
+ -------------------------------------------
14826
+ StaticControllerTest: test_should_get_index
14827
+ -------------------------------------------
14828
+ Processing by StaticController#index as HTML
14829
+ Rendered static/index.html.erb within layouts/application (1.3ms)
14830
+ Completed 200 OK in 18ms (Views: 17.9ms | ActiveRecord: 0.0ms)
14831
+  (0.1ms) rollback transaction
14832
+  (0.0ms) begin transaction
14833
+ -------------------------------------------------------
14834
+ PostCategoryCategoryTest: test_PostCategory#route_model
14835
+ -------------------------------------------------------
14836
+  (0.0ms) rollback transaction
14837
+  (0.0ms) begin transaction
14838
+ --------------------------------------------------------------
14839
+ PostCategoryCategoryTest: test_post_category#controller_action
14840
+ --------------------------------------------------------------
14841
+  (0.0ms) rollback transaction
14842
+  (0.0ms) begin transaction
14843
+ ---------------------------------------------------------------------
14844
+ PostCategoryCategoryTest: test_post_category#derived_name_field_value
14845
+ ---------------------------------------------------------------------
14846
+  (0.1ms) rollback transaction
14847
+  (0.0ms) begin transaction
14848
+ -----------------------------------------------------------
14849
+ PostCategoryCategoryTest: test_post_category#new_name_value
14850
+ -----------------------------------------------------------
14851
+  (0.0ms) rollback transaction
14852
+  (0.0ms) begin transaction
14853
+ -------------------------------------------------
14854
+ PostCategoryCategoryTest: test_post_category#path
14855
+ -------------------------------------------------
14856
+  (0.0ms) rollback transaction
14857
+  (0.0ms) begin transaction
14858
+ -------------------------------------------------------
14859
+ PostCategoryCategoryTest: test_post_category#route_name
14860
+ -------------------------------------------------------
14861
+  (0.0ms) rollback transaction
14862
+  (0.0ms) begin transaction
14863
+ --------------------------------------------------------------
14864
+ PostCategoryCategoryTest: test_post_category#route_name_prefix
14865
+ --------------------------------------------------------------
14866
+  (0.0ms) rollback transaction
14867
+  (0.0ms) begin transaction
14868
+ ------------------------------------------------
14869
+ PostCategoryCategoryTest: test_post_category#url
14870
+ ------------------------------------------------
14871
+  (0.0ms) rollback transaction
14872
+  (0.0ms) begin transaction
14873
+ -------------------------------
14874
+ PostTest: test_Post#route_model
14875
+ -------------------------------
14876
+  (0.0ms) rollback transaction
14877
+  (0.0ms) begin transaction
14878
+ --------------------------------------------
14879
+ PostTest: test_default_category_is_'general'
14880
+ --------------------------------------------
14881
+  (0.1ms) rollback transaction
14882
+  (0.0ms) begin transaction
14883
+ -------------------------------------
14884
+ PostTest: test_post#controller_action
14885
+ -------------------------------------
14886
+  (0.0ms) rollback transaction
14887
+  (0.0ms) begin transaction
14888
+ --------------------------------------------
14889
+ PostTest: test_post#derived_name_field_value
14890
+ --------------------------------------------
14891
+  (0.0ms) rollback transaction
14892
+  (0.0ms) begin transaction
14893
+ ----------------------------------
14894
+ PostTest: test_post#new_name_value
14895
+ ----------------------------------
14896
+  (0.0ms) rollback transaction
14897
+  (0.0ms) begin transaction
14898
+ ------------------------
14899
+ PostTest: test_post#path
14900
+ ------------------------
14901
+  (0.0ms) rollback transaction
14902
+  (0.0ms) begin transaction
14903
+ ------------------------------
14904
+ PostTest: test_post#route_name
14905
+ ------------------------------
14906
+  (0.0ms) rollback transaction
14907
+  (0.0ms) begin transaction
14908
+ -------------------------------------
14909
+ PostTest: test_post#route_name_prefix
14910
+ -------------------------------------
14911
+  (0.0ms) rollback transaction
14912
+  (0.0ms) begin transaction
14913
+ -----------------------
14914
+ PostTest: test_post#url
14915
+ -----------------------
14916
+  (0.0ms) rollback transaction
14917
+  (0.0ms) begin transaction
14918
+ -------------------------------------------
14919
+ ArticleTest: test_article#controller_action
14920
+ -------------------------------------------
14921
+  (0.0ms) rollback transaction
14922
+  (0.0ms) begin transaction
14923
+ --------------------------------------------------
14924
+ ArticleTest: test_article#derived_name_field_value
14925
+ --------------------------------------------------
14926
+  (0.1ms) rollback transaction
14927
+  (0.0ms) begin transaction
14928
+ ------------------------------
14929
+ ArticleTest: test_article#path
14930
+ ------------------------------
14931
+  (0.0ms) rollback transaction
14932
+  (0.0ms) begin transaction
14933
+ ------------------------------------
14934
+ ArticleTest: test_article#route_name
14935
+ ------------------------------------
14936
+  (0.0ms) rollback transaction
14937
+  (0.0ms) begin transaction
14938
+ -------------------------------------------
14939
+ ArticleTest: test_article#route_name_prefix
14940
+ -------------------------------------------
14941
+  (0.0ms) rollback transaction
14942
+  (0.0ms) begin transaction
14943
+ -------------------------------------------------
14944
+ RoutableRecordsTest: test_/general/lets-test-this
14945
+ -------------------------------------------------
14946
+  (0.0ms) SAVEPOINT active_record_1
14947
+ SQL (0.4ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:05:18.051935"], ["name", "lets-test-this"], ["title", "Let's Test This"], ["updated_at", "2014-08-18 11:05:18.051935"]]
14948
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
14949
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
14950
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
14951
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
14952
+  (0.1ms) RELEASE SAVEPOINT active_record_1
14953
+ Started GET "/general/lets-test-this" for 127.0.0.1 at 2014-08-18 07:05:18 -0400
14954
+ Processing by BlogController#show as HTML
14955
+ Parameters: {"id"=>1}
14956
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
14957
+ Completed 200 OK in 5ms (Views: 2.7ms | ActiveRecord: 0.2ms)
14958
+  (0.5ms) rollback transaction
14959
+  (0.0ms) begin transaction
14960
+ ----------------------------------------------------
14961
+ RoutableRecordsTest: test_only_routable_routes_built
14962
+ ----------------------------------------------------
14963
+  (0.0ms) SAVEPOINT active_record_1
14964
+ SQL (0.3ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 11:05:18.075772"], ["name", "route-this"], ["published", "t"], ["title", "Route This"], ["updated_at", "2014-08-18 11:05:18.075772"]]
14965
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
14966
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
14967
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
14968
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
14969
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14970
+  (0.0ms) SAVEPOINT active_record_1
14971
+ SQL (1.3ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 11:05:18.081691"], ["name", "ignore-this"], ["published", "f"], ["title", "Ignore This"], ["updated_at", "2014-08-18 11:05:18.081691"]]
14972
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
14973
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
14974
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
14975
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
14976
+  (0.0ms) RELEASE SAVEPOINT active_record_1
14977
+ Started GET "/articles/route-this" for 127.0.0.1 at 2014-08-18 07:05:18 -0400
14978
+ Processing by ArticleController#show as HTML
14979
+ Parameters: {"id"=>1}
14980
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
14981
+ Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.2ms)
14982
+  (0.5ms) rollback transaction
14983
+  (0.0ms) begin transaction
14984
+ -----------------------------
14985
+ FlowmorRouterTest: test_truth
14986
+ -----------------------------
14987
+  (0.0ms) rollback transaction
14988
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
14989
+  (0.1ms) begin transaction
14990
+ ---------------------------------------------
14991
+ NewsArticleTest: test_NewsArticle#route_model
14992
+ ---------------------------------------------
14993
+  (0.0ms) rollback transaction
14994
+  (0.0ms) begin transaction
14995
+ ----------------------------------------------------
14996
+ NewsArticleTest: test_news_article#controller_action
14997
+ ----------------------------------------------------
14998
+  (0.0ms) rollback transaction
14999
+  (0.0ms) begin transaction
15000
+ -----------------------------------------------------------
15001
+ NewsArticleTest: test_news_article#derived_name_field_value
15002
+ -----------------------------------------------------------
15003
+  (0.0ms) rollback transaction
15004
+  (0.0ms) begin transaction
15005
+ -------------------------------------------------
15006
+ NewsArticleTest: test_news_article#new_name_value
15007
+ -------------------------------------------------
15008
+  (0.0ms) rollback transaction
15009
+  (0.0ms) begin transaction
15010
+ ---------------------------------------
15011
+ NewsArticleTest: test_news_article#path
15012
+ ---------------------------------------
15013
+  (0.0ms) SAVEPOINT active_record_1
15014
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
15015
+  (0.0ms) SAVEPOINT active_record_1
15016
+ SQL (1.0ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 11:08:49.665872"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 11:08:49.665872"]]
15017
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15018
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
15019
+ PostCategory Load (0.3ms) SELECT "post_categories".* FROM "post_categories"
15020
+ Post Load (0.3ms) SELECT "posts".* FROM "posts"
15021
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15022
+  (0.4ms) rollback transaction
15023
+  (0.1ms) begin transaction
15024
+ ---------------------------------------------
15025
+ NewsArticleTest: test_news_article#route_name
15026
+ ---------------------------------------------
15027
+  (0.0ms) rollback transaction
15028
+  (0.1ms) begin transaction
15029
+ ----------------------------------------------------
15030
+ NewsArticleTest: test_news_article#route_name_prefix
15031
+ ----------------------------------------------------
15032
+  (0.0ms) rollback transaction
15033
+  (0.0ms) begin transaction
15034
+ ---------------------------------------
15035
+ NewsArticleTest: test_news_article#slug
15036
+ ---------------------------------------
15037
+  (0.0ms) SAVEPOINT active_record_1
15038
+ SQL (0.4ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 11:08:49.683937"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 11:08:49.683937"]]
15039
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15040
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
15041
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
15042
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15043
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15044
+  (0.4ms) rollback transaction
15045
+  (0.1ms) begin transaction
15046
+ --------------------------------------
15047
+ NewsArticleTest: test_news_article#url
15048
+ --------------------------------------
15049
+  (0.0ms) SAVEPOINT active_record_1
15050
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
15051
+  (0.0ms) rollback transaction
15052
+  (0.0ms) begin transaction
15053
+ -------------------------------
15054
+ PostTest: test_Post#route_model
15055
+ -------------------------------
15056
+  (0.0ms) rollback transaction
15057
+  (0.0ms) begin transaction
15058
+ --------------------------------------------
15059
+ PostTest: test_default_category_is_'general'
15060
+ --------------------------------------------
15061
+  (0.1ms) rollback transaction
15062
+  (0.0ms) begin transaction
15063
+ -------------------------------------
15064
+ PostTest: test_post#controller_action
15065
+ -------------------------------------
15066
+  (0.0ms) rollback transaction
15067
+  (0.0ms) begin transaction
15068
+ --------------------------------------------
15069
+ PostTest: test_post#derived_name_field_value
15070
+ --------------------------------------------
15071
+  (0.1ms) rollback transaction
15072
+  (0.0ms) begin transaction
15073
+ ----------------------------------
15074
+ PostTest: test_post#new_name_value
15075
+ ----------------------------------
15076
+  (0.0ms) rollback transaction
15077
+  (0.0ms) begin transaction
15078
+ ------------------------
15079
+ PostTest: test_post#path
15080
+ ------------------------
15081
+  (0.0ms) SAVEPOINT active_record_1
15082
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
15083
+  (0.0ms) SAVEPOINT active_record_1
15084
+ SQL (0.5ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:08:49.705676"], ["name", "dummy-post"], ["title", "Dummy Post"], ["updated_at", "2014-08-18 11:08:49.705676"]]
15085
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15086
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
15087
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
15088
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15089
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15090
+  (0.4ms) rollback transaction
15091
+  (0.0ms) begin transaction
15092
+ ------------------------------
15093
+ PostTest: test_post#route_name
15094
+ ------------------------------
15095
+  (0.0ms) rollback transaction
15096
+  (0.1ms) begin transaction
15097
+ -------------------------------------
15098
+ PostTest: test_post#route_name_prefix
15099
+ -------------------------------------
15100
+  (0.0ms) rollback transaction
15101
+  (0.0ms) begin transaction
15102
+ -----------------------
15103
+ PostTest: test_post#url
15104
+ -----------------------
15105
+  (0.0ms) SAVEPOINT active_record_1
15106
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
15107
+  (0.0ms) rollback transaction
15108
+  (0.0ms) begin transaction
15109
+ -------------------------------------------------------
15110
+ PostCategoryCategoryTest: test_PostCategory#route_model
15111
+ -------------------------------------------------------
15112
+  (0.0ms) rollback transaction
15113
+  (0.0ms) begin transaction
15114
+ --------------------------------------------------------------
15115
+ PostCategoryCategoryTest: test_post_category#controller_action
15116
+ --------------------------------------------------------------
15117
+  (0.0ms) rollback transaction
15118
+  (0.0ms) begin transaction
15119
+ ---------------------------------------------------------------------
15120
+ PostCategoryCategoryTest: test_post_category#derived_name_field_value
15121
+ ---------------------------------------------------------------------
15122
+  (0.0ms) rollback transaction
15123
+  (0.0ms) begin transaction
15124
+ -----------------------------------------------------------
15125
+ PostCategoryCategoryTest: test_post_category#new_name_value
15126
+ -----------------------------------------------------------
15127
+  (0.0ms) rollback transaction
15128
+  (0.0ms) begin transaction
15129
+ -------------------------------------------------
15130
+ PostCategoryCategoryTest: test_post_category#path
15131
+ -------------------------------------------------
15132
+  (0.0ms) SAVEPOINT active_record_1
15133
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
15134
+  (0.0ms) SAVEPOINT active_record_1
15135
+ SQL (0.4ms) INSERT INTO "post_categories" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:08:49.722431"], ["name", "general"], ["title", "General"], ["updated_at", "2014-08-18 11:08:49.722431"]]
15136
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15137
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
15138
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
15139
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15140
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15141
+  (0.5ms) rollback transaction
15142
+  (0.1ms) begin transaction
15143
+ -------------------------------------------------------
15144
+ PostCategoryCategoryTest: test_post_category#route_name
15145
+ -------------------------------------------------------
15146
+  (0.0ms) rollback transaction
15147
+  (0.0ms) begin transaction
15148
+ --------------------------------------------------------------
15149
+ PostCategoryCategoryTest: test_post_category#route_name_prefix
15150
+ --------------------------------------------------------------
15151
+  (0.0ms) rollback transaction
15152
+  (0.0ms) begin transaction
15153
+ ------------------------------------------------
15154
+ PostCategoryCategoryTest: test_post_category#url
15155
+ ------------------------------------------------
15156
+  (0.0ms) SAVEPOINT active_record_1
15157
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
15158
+  (0.0ms) rollback transaction
15159
+  (0.0ms) begin transaction
15160
+ -------------------------------------------
15161
+ StaticControllerTest: test_should_get_index
15162
+ -------------------------------------------
15163
+ Processing by StaticController#index as HTML
15164
+ Rendered static/index.html.erb within layouts/application (1.4ms)
15165
+ Completed 200 OK in 21ms (Views: 20.5ms | ActiveRecord: 0.0ms)
15166
+  (0.1ms) rollback transaction
15167
+  (0.0ms) begin transaction
15168
+ -----------------------------
15169
+ FlowmorRouterTest: test_truth
15170
+ -----------------------------
15171
+  (0.0ms) rollback transaction
15172
+  (0.0ms) begin transaction
15173
+ -------------------------------------------
15174
+ ArticleTest: test_article#controller_action
15175
+ -------------------------------------------
15176
+  (0.0ms) rollback transaction
15177
+  (0.0ms) begin transaction
15178
+ --------------------------------------------------
15179
+ ArticleTest: test_article#derived_name_field_value
15180
+ --------------------------------------------------
15181
+  (0.0ms) rollback transaction
15182
+  (0.0ms) begin transaction
15183
+ ------------------------------
15184
+ ArticleTest: test_article#path
15185
+ ------------------------------
15186
+  (0.0ms) SAVEPOINT active_record_1
15187
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
15188
+  (0.0ms) SAVEPOINT active_record_1
15189
+ SQL (0.4ms) INSERT INTO "articles" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:08:49.790790"], ["name", "dummy-article"], ["title", "Dummy Article"], ["updated_at", "2014-08-18 11:08:49.790790"]]
15190
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15191
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
15192
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
15193
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15194
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15195
+  (0.4ms) rollback transaction
15196
+  (0.0ms) begin transaction
15197
+ ------------------------------------
15198
+ ArticleTest: test_article#route_name
15199
+ ------------------------------------
15200
+  (0.0ms) rollback transaction
15201
+  (0.0ms) begin transaction
15202
+ -------------------------------------------
15203
+ ArticleTest: test_article#route_name_prefix
15204
+ -------------------------------------------
15205
+  (0.0ms) rollback transaction
15206
+  (0.0ms) begin transaction
15207
+ -------------------------------------------------
15208
+ RoutableRecordsTest: test_/general/lets-test-this
15209
+ -------------------------------------------------
15210
+  (0.0ms) SAVEPOINT active_record_1
15211
+ SQL (0.3ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:08:49.801057"], ["name", "lets-test-this"], ["title", "Let's Test This"], ["updated_at", "2014-08-18 11:08:49.801057"]]
15212
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15213
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
15214
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
15215
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15216
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15217
+ Started GET "/general/lets-test-this" for 127.0.0.1 at 2014-08-18 07:08:49 -0400
15218
+ Processing by BlogController#show as HTML
15219
+ Parameters: {"id"=>1}
15220
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
15221
+ Completed 200 OK in 5ms (Views: 2.8ms | ActiveRecord: 0.2ms)
15222
+  (0.5ms) rollback transaction
15223
+  (0.0ms) begin transaction
15224
+ ----------------------------------------------------
15225
+ RoutableRecordsTest: test_only_routable_routes_built
15226
+ ----------------------------------------------------
15227
+  (0.0ms) SAVEPOINT active_record_1
15228
+ SQL (0.3ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 11:08:49.825861"], ["name", "route-this"], ["published", "t"], ["title", "Route This"], ["updated_at", "2014-08-18 11:08:49.825861"]]
15229
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15230
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
15231
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
15232
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15233
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15234
+  (0.0ms) SAVEPOINT active_record_1
15235
+ SQL (1.4ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 11:08:49.831785"], ["name", "ignore-this"], ["published", "f"], ["title", "Ignore This"], ["updated_at", "2014-08-18 11:08:49.831785"]]
15236
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15237
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
15238
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
15239
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15240
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15241
+ Started GET "/articles/route-this" for 127.0.0.1 at 2014-08-18 07:08:49 -0400
15242
+ Processing by ArticleController#show as HTML
15243
+ Parameters: {"id"=>1}
15244
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
15245
+ Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.2ms)
15246
+  (0.5ms) rollback transaction
15247
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
15248
+  (0.1ms) begin transaction
15249
+ -----------------------------
15250
+ FlowmorRouterTest: test_truth
15251
+ -----------------------------
15252
+  (0.0ms) rollback transaction
15253
+  (0.0ms) begin transaction
15254
+ -------------------------------------------
15255
+ ArticleTest: test_article#controller_action
15256
+ -------------------------------------------
15257
+  (0.1ms) rollback transaction
15258
+  (0.0ms) begin transaction
15259
+ --------------------------------------------------
15260
+ ArticleTest: test_article#derived_name_field_value
15261
+ --------------------------------------------------
15262
+  (0.1ms) rollback transaction
15263
+  (0.0ms) begin transaction
15264
+ ------------------------------
15265
+ ArticleTest: test_article#path
15266
+ ------------------------------
15267
+  (0.0ms) SAVEPOINT active_record_1
15268
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
15269
+  (0.0ms) SAVEPOINT active_record_1
15270
+ SQL (1.0ms) INSERT INTO "articles" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:10:47.819565"], ["name", "dummy-article"], ["title", "Dummy Article"], ["updated_at", "2014-08-18 11:10:47.819565"]]
15271
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15272
+ NewsArticle Load (0.2ms) SELECT "news_articles".* FROM "news_articles"
15273
+ PostCategory Load (0.3ms) SELECT "post_categories".* FROM "post_categories"
15274
+ Post Load (0.3ms) SELECT "posts".* FROM "posts"
15275
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15276
+  (0.4ms) rollback transaction
15277
+  (0.0ms) begin transaction
15278
+ ------------------------------------
15279
+ ArticleTest: test_article#route_name
15280
+ ------------------------------------
15281
+  (0.0ms) rollback transaction
15282
+  (0.0ms) begin transaction
15283
+ -------------------------------------------
15284
+ ArticleTest: test_article#route_name_prefix
15285
+ -------------------------------------------
15286
+  (0.1ms) rollback transaction
15287
+  (0.0ms) begin transaction
15288
+ -------------------------------------------------
15289
+ RoutableRecordsTest: test_/general/lets-test-this
15290
+ -------------------------------------------------
15291
+  (0.1ms) SAVEPOINT active_record_1
15292
+ SQL (0.4ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:10:47.840513"], ["name", "lets-test-this"], ["title", "Let's Test This"], ["updated_at", "2014-08-18 11:10:47.840513"]]
15293
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15294
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
15295
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
15296
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15297
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15298
+ Started GET "/general/lets-test-this" for 127.0.0.1 at 2014-08-18 07:10:47 -0400
15299
+ Processing by BlogController#show as HTML
15300
+ Parameters: {"id"=>1}
15301
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
15302
+ Rendered blog/show.html.erb within layouts/application (1.7ms)
15303
+ Completed 200 OK in 28ms (Views: 25.6ms | ActiveRecord: 0.2ms)
15304
+  (0.5ms) rollback transaction
15305
+  (0.1ms) begin transaction
15306
+ ----------------------------------------------------
15307
+ RoutableRecordsTest: test_only_routable_routes_built
15308
+ ----------------------------------------------------
15309
+  (0.0ms) SAVEPOINT active_record_1
15310
+ SQL (0.4ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 11:10:47.912904"], ["name", "route-this"], ["published", "t"], ["title", "Route This"], ["updated_at", "2014-08-18 11:10:47.912904"]]
15311
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15312
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
15313
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
15314
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15315
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15316
+  (0.0ms) SAVEPOINT active_record_1
15317
+ SQL (1.4ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 11:10:47.918850"], ["name", "ignore-this"], ["published", "f"], ["title", "Ignore This"], ["updated_at", "2014-08-18 11:10:47.918850"]]
15318
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15319
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
15320
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
15321
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15322
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15323
+ Started GET "/articles/route-this" for 127.0.0.1 at 2014-08-18 07:10:47 -0400
15324
+ Processing by ArticleController#show as HTML
15325
+ Parameters: {"id"=>1}
15326
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
15327
+ Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.2ms)
15328
+  (0.5ms) rollback transaction
15329
+  (0.1ms) begin transaction
15330
+ -------------------------------------------------------
15331
+ PostCategoryCategoryTest: test_PostCategory#route_model
15332
+ -------------------------------------------------------
15333
+  (0.0ms) rollback transaction
15334
+  (0.1ms) begin transaction
15335
+ --------------------------------------------------------------
15336
+ PostCategoryCategoryTest: test_post_category#controller_action
15337
+ --------------------------------------------------------------
15338
+  (0.0ms) rollback transaction
15339
+  (0.0ms) begin transaction
15340
+ ---------------------------------------------------------------------
15341
+ PostCategoryCategoryTest: test_post_category#derived_name_field_value
15342
+ ---------------------------------------------------------------------
15343
+  (0.1ms) rollback transaction
15344
+  (0.0ms) begin transaction
15345
+ -----------------------------------------------------------
15346
+ PostCategoryCategoryTest: test_post_category#new_name_value
15347
+ -----------------------------------------------------------
15348
+  (0.1ms) rollback transaction
15349
+  (0.0ms) begin transaction
15350
+ -------------------------------------------------
15351
+ PostCategoryCategoryTest: test_post_category#path
15352
+ -------------------------------------------------
15353
+  (0.0ms) SAVEPOINT active_record_1
15354
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
15355
+  (0.0ms) SAVEPOINT active_record_1
15356
+ SQL (0.5ms) INSERT INTO "post_categories" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:10:47.949935"], ["name", "general"], ["title", "General"], ["updated_at", "2014-08-18 11:10:47.949935"]]
15357
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15358
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
15359
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
15360
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15361
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15362
+  (0.4ms) rollback transaction
15363
+  (0.1ms) begin transaction
15364
+ -------------------------------------------------------
15365
+ PostCategoryCategoryTest: test_post_category#route_name
15366
+ -------------------------------------------------------
15367
+  (0.0ms) rollback transaction
15368
+  (0.0ms) begin transaction
15369
+ --------------------------------------------------------------
15370
+ PostCategoryCategoryTest: test_post_category#route_name_prefix
15371
+ --------------------------------------------------------------
15372
+  (0.0ms) rollback transaction
15373
+  (0.0ms) begin transaction
15374
+ ------------------------------------------------
15375
+ PostCategoryCategoryTest: test_post_category#url
15376
+ ------------------------------------------------
15377
+  (0.0ms) SAVEPOINT active_record_1
15378
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
15379
+  (0.0ms) rollback transaction
15380
+  (0.0ms) begin transaction
15381
+ -------------------------------
15382
+ PostTest: test_Post#route_model
15383
+ -------------------------------
15384
+  (0.0ms) rollback transaction
15385
+  (0.0ms) begin transaction
15386
+ --------------------------------------------
15387
+ PostTest: test_default_category_is_'general'
15388
+ --------------------------------------------
15389
+  (0.0ms) rollback transaction
15390
+  (0.0ms) begin transaction
15391
+ -------------------------------------
15392
+ PostTest: test_post#controller_action
15393
+ -------------------------------------
15394
+  (0.0ms) rollback transaction
15395
+  (0.0ms) begin transaction
15396
+ --------------------------------------------
15397
+ PostTest: test_post#derived_name_field_value
15398
+ --------------------------------------------
15399
+  (0.0ms) rollback transaction
15400
+  (0.0ms) begin transaction
15401
+ ----------------------------------
15402
+ PostTest: test_post#new_name_value
15403
+ ----------------------------------
15404
+  (0.0ms) rollback transaction
15405
+  (0.0ms) begin transaction
15406
+ ------------------------
15407
+ PostTest: test_post#path
15408
+ ------------------------
15409
+  (0.0ms) SAVEPOINT active_record_1
15410
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
15411
+  (0.1ms) SAVEPOINT active_record_1
15412
+ SQL (0.3ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:10:47.963881"], ["name", "dummy-post"], ["title", "Dummy Post"], ["updated_at", "2014-08-18 11:10:47.963881"]]
15413
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15414
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
15415
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
15416
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15417
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15418
+  (2.5ms) rollback transaction
15419
+  (0.1ms) begin transaction
15420
+ ------------------------------
15421
+ PostTest: test_post#route_name
15422
+ ------------------------------
15423
+  (0.0ms) rollback transaction
15424
+  (0.0ms) begin transaction
15425
+ -------------------------------------
15426
+ PostTest: test_post#route_name_prefix
15427
+ -------------------------------------
15428
+  (0.0ms) rollback transaction
15429
+  (0.1ms) begin transaction
15430
+ -----------------------
15431
+ PostTest: test_post#url
15432
+ -----------------------
15433
+  (0.0ms) SAVEPOINT active_record_1
15434
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
15435
+  (0.0ms) rollback transaction
15436
+  (0.0ms) begin transaction
15437
+ -------------------------------------------
15438
+ StaticControllerTest: test_should_get_index
15439
+ -------------------------------------------
15440
+ Processing by StaticController#index as HTML
15441
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
15442
+  (0.1ms) rollback transaction
15443
+  (0.0ms) begin transaction
15444
+ ---------------------------------------------
15445
+ NewsArticleTest: test_NewsArticle#route_model
15446
+ ---------------------------------------------
15447
+  (0.0ms) rollback transaction
15448
+  (0.0ms) begin transaction
15449
+ ----------------------------------------------------
15450
+ NewsArticleTest: test_news_article#controller_action
15451
+ ----------------------------------------------------
15452
+  (0.0ms) rollback transaction
15453
+  (0.0ms) begin transaction
15454
+ -----------------------------------------------------------
15455
+ NewsArticleTest: test_news_article#derived_name_field_value
15456
+ -----------------------------------------------------------
15457
+  (0.1ms) rollback transaction
15458
+  (0.0ms) begin transaction
15459
+ -------------------------------------------------
15460
+ NewsArticleTest: test_news_article#new_name_value
15461
+ -------------------------------------------------
15462
+  (0.0ms) rollback transaction
15463
+  (0.0ms) begin transaction
15464
+ ---------------------------------------
15465
+ NewsArticleTest: test_news_article#path
15466
+ ---------------------------------------
15467
+  (0.0ms) SAVEPOINT active_record_1
15468
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
15469
+  (0.0ms) SAVEPOINT active_record_1
15470
+ SQL (0.5ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 11:10:48.002769"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 11:10:48.002769"]]
15471
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15472
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
15473
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
15474
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15475
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15476
+  (0.4ms) rollback transaction
15477
+  (0.0ms) begin transaction
15478
+ ---------------------------------------------
15479
+ NewsArticleTest: test_news_article#route_name
15480
+ ---------------------------------------------
15481
+  (0.0ms) rollback transaction
15482
+  (0.0ms) begin transaction
15483
+ ----------------------------------------------------
15484
+ NewsArticleTest: test_news_article#route_name_prefix
15485
+ ----------------------------------------------------
15486
+  (0.0ms) rollback transaction
15487
+  (0.0ms) begin transaction
15488
+ ---------------------------------------
15489
+ NewsArticleTest: test_news_article#slug
15490
+ ---------------------------------------
15491
+  (0.0ms) SAVEPOINT active_record_1
15492
+ SQL (0.3ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 11:10:48.011324"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 11:10:48.011324"]]
15493
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15494
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
15495
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
15496
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15497
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15498
+  (0.3ms) rollback transaction
15499
+  (0.0ms) begin transaction
15500
+ --------------------------------------
15501
+ NewsArticleTest: test_news_article#url
15502
+ --------------------------------------
15503
+  (0.0ms) SAVEPOINT active_record_1
15504
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
15505
+  (0.0ms) rollback transaction
15506
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
15507
+  (0.1ms) begin transaction
15508
+ -------------------------------------------
15509
+ StaticControllerTest: test_should_get_index
15510
+ -------------------------------------------
15511
+ Processing by StaticController#index as HTML
15512
+ Rendered static/index.html.erb within layouts/application (1.5ms)
15513
+ Completed 200 OK in 22ms (Views: 21.7ms | ActiveRecord: 0.0ms)
15514
+  (0.1ms) rollback transaction
15515
+  (0.0ms) begin transaction
15516
+ -------------------------------
15517
+ PostTest: test_Post#route_model
15518
+ -------------------------------
15519
+  (0.0ms) rollback transaction
15520
+  (0.0ms) begin transaction
15521
+ --------------------------------------------
15522
+ PostTest: test_default_category_is_'general'
15523
+ --------------------------------------------
15524
+  (0.1ms) rollback transaction
15525
+  (0.0ms) begin transaction
15526
+ -------------------------------------
15527
+ PostTest: test_post#controller_action
15528
+ -------------------------------------
15529
+  (0.0ms) rollback transaction
15530
+  (0.0ms) begin transaction
15531
+ --------------------------------------------
15532
+ PostTest: test_post#derived_name_field_value
15533
+ --------------------------------------------
15534
+  (0.1ms) rollback transaction
15535
+  (0.0ms) begin transaction
15536
+ ----------------------------------
15537
+ PostTest: test_post#new_name_value
15538
+ ----------------------------------
15539
+  (0.0ms) rollback transaction
15540
+  (0.0ms) begin transaction
15541
+ ------------------------
15542
+ PostTest: test_post#path
15543
+ ------------------------
15544
+  (0.0ms) SAVEPOINT active_record_1
15545
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
15546
+  (0.0ms) SAVEPOINT active_record_1
15547
+ SQL (1.0ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:12:51.733878"], ["name", "dummy-post"], ["title", "Dummy Post"], ["updated_at", "2014-08-18 11:12:51.733878"]]
15548
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15549
+ NewsArticle Load (0.2ms) SELECT "news_articles".* FROM "news_articles"
15550
+ PostCategory Load (0.3ms) SELECT "post_categories".* FROM "post_categories"
15551
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15552
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15553
+  (0.4ms) rollback transaction
15554
+  (0.1ms) begin transaction
15555
+ ------------------------------
15556
+ PostTest: test_post#route_name
15557
+ ------------------------------
15558
+  (0.1ms) rollback transaction
15559
+  (0.0ms) begin transaction
15560
+ -------------------------------------
15561
+ PostTest: test_post#route_name_prefix
15562
+ -------------------------------------
15563
+  (0.0ms) rollback transaction
15564
+  (0.0ms) begin transaction
15565
+ -----------------------
15566
+ PostTest: test_post#url
15567
+ -----------------------
15568
+  (0.0ms) SAVEPOINT active_record_1
15569
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
15570
+  (0.0ms) rollback transaction
15571
+  (0.0ms) begin transaction
15572
+ ---------------------------------------------
15573
+ NewsArticleTest: test_NewsArticle#route_model
15574
+ ---------------------------------------------
15575
+  (0.0ms) rollback transaction
15576
+  (0.0ms) begin transaction
15577
+ ----------------------------------------------------
15578
+ NewsArticleTest: test_news_article#controller_action
15579
+ ----------------------------------------------------
15580
+  (0.0ms) rollback transaction
15581
+  (0.0ms) begin transaction
15582
+ -----------------------------------------------------------
15583
+ NewsArticleTest: test_news_article#derived_name_field_value
15584
+ -----------------------------------------------------------
15585
+  (0.1ms) rollback transaction
15586
+  (0.0ms) begin transaction
15587
+ -------------------------------------------------
15588
+ NewsArticleTest: test_news_article#new_name_value
15589
+ -------------------------------------------------
15590
+  (0.0ms) rollback transaction
15591
+  (0.0ms) begin transaction
15592
+ ---------------------------------------
15593
+ NewsArticleTest: test_news_article#path
15594
+ ---------------------------------------
15595
+  (0.1ms) SAVEPOINT active_record_1
15596
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
15597
+  (0.0ms) SAVEPOINT active_record_1
15598
+ SQL (0.4ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 11:12:51.758756"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 11:12:51.758756"]]
15599
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15600
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
15601
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
15602
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15603
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15604
+  (0.4ms) rollback transaction
15605
+  (0.1ms) begin transaction
15606
+ ---------------------------------------------
15607
+ NewsArticleTest: test_news_article#route_name
15608
+ ---------------------------------------------
15609
+  (0.0ms) rollback transaction
15610
+  (0.0ms) begin transaction
15611
+ ----------------------------------------------------
15612
+ NewsArticleTest: test_news_article#route_name_prefix
15613
+ ----------------------------------------------------
15614
+  (0.0ms) rollback transaction
15615
+  (0.0ms) begin transaction
15616
+ ---------------------------------------
15617
+ NewsArticleTest: test_news_article#slug
15618
+ ---------------------------------------
15619
+  (0.0ms) SAVEPOINT active_record_1
15620
+ SQL (0.3ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 11:12:51.767018"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 11:12:51.767018"]]
15621
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15622
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
15623
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
15624
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15625
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15626
+  (0.3ms) rollback transaction
15627
+  (0.0ms) begin transaction
15628
+ --------------------------------------
15629
+ NewsArticleTest: test_news_article#url
15630
+ --------------------------------------
15631
+  (0.0ms) SAVEPOINT active_record_1
15632
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
15633
+  (0.0ms) rollback transaction
15634
+  (0.0ms) begin transaction
15635
+ -------------------------------------------------------
15636
+ PostCategoryCategoryTest: test_PostCategory#route_model
15637
+ -------------------------------------------------------
15638
+  (0.0ms) rollback transaction
15639
+  (0.0ms) begin transaction
15640
+ --------------------------------------------------------------
15641
+ PostCategoryCategoryTest: test_post_category#controller_action
15642
+ --------------------------------------------------------------
15643
+  (0.0ms) rollback transaction
15644
+  (0.0ms) begin transaction
15645
+ ---------------------------------------------------------------------
15646
+ PostCategoryCategoryTest: test_post_category#derived_name_field_value
15647
+ ---------------------------------------------------------------------
15648
+  (0.0ms) rollback transaction
15649
+  (0.0ms) begin transaction
15650
+ -----------------------------------------------------------
15651
+ PostCategoryCategoryTest: test_post_category#new_name_value
15652
+ -----------------------------------------------------------
15653
+  (0.0ms) rollback transaction
15654
+  (0.0ms) begin transaction
15655
+ -------------------------------------------------
15656
+ PostCategoryCategoryTest: test_post_category#path
15657
+ -------------------------------------------------
15658
+  (0.0ms) SAVEPOINT active_record_1
15659
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
15660
+  (0.0ms) SAVEPOINT active_record_1
15661
+ SQL (0.4ms) INSERT INTO "post_categories" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:12:51.782599"], ["name", "general"], ["title", "General"], ["updated_at", "2014-08-18 11:12:51.782599"]]
15662
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15663
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
15664
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
15665
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15666
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15667
+  (0.4ms) rollback transaction
15668
+  (0.0ms) begin transaction
15669
+ -------------------------------------------------------
15670
+ PostCategoryCategoryTest: test_post_category#route_name
15671
+ -------------------------------------------------------
15672
+  (0.0ms) rollback transaction
15673
+  (0.0ms) begin transaction
15674
+ --------------------------------------------------------------
15675
+ PostCategoryCategoryTest: test_post_category#route_name_prefix
15676
+ --------------------------------------------------------------
15677
+  (0.0ms) rollback transaction
15678
+  (0.0ms) begin transaction
15679
+ ------------------------------------------------
15680
+ PostCategoryCategoryTest: test_post_category#url
15681
+ ------------------------------------------------
15682
+  (0.0ms) SAVEPOINT active_record_1
15683
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
15684
+  (0.0ms) rollback transaction
15685
+  (0.0ms) begin transaction
15686
+ -------------------------------------------
15687
+ ArticleTest: test_article#controller_action
15688
+ -------------------------------------------
15689
+  (0.0ms) rollback transaction
15690
+  (0.0ms) begin transaction
15691
+ --------------------------------------------------
15692
+ ArticleTest: test_article#derived_name_field_value
15693
+ --------------------------------------------------
15694
+  (0.0ms) rollback transaction
15695
+  (0.0ms) begin transaction
15696
+ ------------------------------
15697
+ ArticleTest: test_article#path
15698
+ ------------------------------
15699
+  (0.0ms) SAVEPOINT active_record_1
15700
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
15701
+  (0.0ms) SAVEPOINT active_record_1
15702
+ SQL (0.4ms) INSERT INTO "articles" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:12:51.797966"], ["name", "dummy-article"], ["title", "Dummy Article"], ["updated_at", "2014-08-18 11:12:51.797966"]]
15703
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15704
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
15705
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
15706
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15707
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15708
+  (0.4ms) rollback transaction
15709
+  (0.1ms) begin transaction
15710
+ ------------------------------------
15711
+ ArticleTest: test_article#route_name
15712
+ ------------------------------------
15713
+  (0.0ms) rollback transaction
15714
+  (0.0ms) begin transaction
15715
+ -------------------------------------------
15716
+ ArticleTest: test_article#route_name_prefix
15717
+ -------------------------------------------
15718
+  (0.0ms) rollback transaction
15719
+  (0.0ms) begin transaction
15720
+ -------------------------------------------------
15721
+ RoutableRecordsTest: test_/general/lets-test-this
15722
+ -------------------------------------------------
15723
+  (0.0ms) SAVEPOINT active_record_1
15724
+ SQL (0.3ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:12:51.806140"], ["name", "lets-test-this"], ["title", "Let's Test This"], ["updated_at", "2014-08-18 11:12:51.806140"]]
15725
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15726
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
15727
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
15728
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15729
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15730
+ Started GET "/general/lets-test-this" for 127.0.0.1 at 2014-08-18 07:12:51 -0400
15731
+ Processing by BlogController#show as HTML
15732
+ Parameters: {"id"=>1}
15733
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
15734
+ Completed 200 OK in 6ms (Views: 2.9ms | ActiveRecord: 0.2ms)
15735
+  (0.7ms) rollback transaction
15736
+  (0.1ms) begin transaction
15737
+ ----------------------------------------------------
15738
+ RoutableRecordsTest: test_only_routable_routes_built
15739
+ ----------------------------------------------------
15740
+  (0.0ms) SAVEPOINT active_record_1
15741
+ SQL (0.4ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 11:12:51.831600"], ["name", "route-this"], ["published", "t"], ["title", "Route This"], ["updated_at", "2014-08-18 11:12:51.831600"]]
15742
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15743
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
15744
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
15745
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15746
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15747
+  (0.0ms) SAVEPOINT active_record_1
15748
+ SQL (1.3ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 11:12:51.837909"], ["name", "ignore-this"], ["published", "f"], ["title", "Ignore This"], ["updated_at", "2014-08-18 11:12:51.837909"]]
15749
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15750
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
15751
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
15752
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15753
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15754
+ Started GET "/articles/route-this" for 127.0.0.1 at 2014-08-18 07:12:51 -0400
15755
+ Processing by ArticleController#show as HTML
15756
+ Parameters: {"id"=>1}
15757
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
15758
+ Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.2ms)
15759
+  (0.6ms) rollback transaction
15760
+  (0.1ms) begin transaction
15761
+ -----------------------------
15762
+ FlowmorRouterTest: test_truth
15763
+ -----------------------------
15764
+  (0.0ms) rollback transaction
15765
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
15766
+  (0.1ms) begin transaction
15767
+ -------------------------------
15768
+ PostTest: test_Post#route_model
15769
+ -------------------------------
15770
+  (0.0ms) rollback transaction
15771
+  (0.0ms) begin transaction
15772
+ --------------------------------------------
15773
+ PostTest: test_default_category_is_'general'
15774
+ --------------------------------------------
15775
+  (0.1ms) rollback transaction
15776
+  (0.0ms) begin transaction
15777
+ -------------------------------------
15778
+ PostTest: test_post#controller_action
15779
+ -------------------------------------
15780
+  (0.0ms) rollback transaction
15781
+  (0.0ms) begin transaction
15782
+ --------------------------------------------
15783
+ PostTest: test_post#derived_name_field_value
15784
+ --------------------------------------------
15785
+  (0.0ms) rollback transaction
15786
+  (0.0ms) begin transaction
15787
+ ----------------------------------
15788
+ PostTest: test_post#new_name_value
15789
+ ----------------------------------
15790
+  (0.0ms) rollback transaction
15791
+  (0.0ms) begin transaction
15792
+ ------------------------
15793
+ PostTest: test_post#path
15794
+ ------------------------
15795
+  (0.0ms) SAVEPOINT active_record_1
15796
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
15797
+  (0.0ms) SAVEPOINT active_record_1
15798
+ SQL (0.6ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:13:51.246245"], ["name", "dummy-post"], ["title", "Dummy Post"], ["updated_at", "2014-08-18 11:13:51.246245"]]
15799
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15800
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
15801
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
15802
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15803
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15804
+  (0.4ms) rollback transaction
15805
+  (0.1ms) begin transaction
15806
+ ------------------------------
15807
+ PostTest: test_post#route_name
15808
+ ------------------------------
15809
+  (0.0ms) rollback transaction
15810
+  (0.0ms) begin transaction
15811
+ -------------------------------------
15812
+ PostTest: test_post#route_name_prefix
15813
+ -------------------------------------
15814
+  (0.0ms) rollback transaction
15815
+  (0.0ms) begin transaction
15816
+ -----------------------
15817
+ PostTest: test_post#url
15818
+ -----------------------
15819
+  (0.0ms) SAVEPOINT active_record_1
15820
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
15821
+  (0.1ms) rollback transaction
15822
+  (0.0ms) begin transaction
15823
+ -------------------------------------------
15824
+ StaticControllerTest: test_should_get_index
15825
+ -------------------------------------------
15826
+ Processing by StaticController#index as HTML
15827
+ Rendered static/index.html.erb within layouts/application (1.2ms)
15828
+ Completed 200 OK in 25ms (Views: 24.5ms | ActiveRecord: 0.0ms)
15829
+  (0.1ms) rollback transaction
15830
+  (0.0ms) begin transaction
15831
+ -------------------------------------------------------
15832
+ PostCategoryCategoryTest: test_PostCategory#route_model
15833
+ -------------------------------------------------------
15834
+  (0.0ms) rollback transaction
15835
+  (0.0ms) begin transaction
15836
+ --------------------------------------------------------------
15837
+ PostCategoryCategoryTest: test_post_category#controller_action
15838
+ --------------------------------------------------------------
15839
+  (0.1ms) rollback transaction
15840
+  (0.0ms) begin transaction
15841
+ ---------------------------------------------------------------------
15842
+ PostCategoryCategoryTest: test_post_category#derived_name_field_value
15843
+ ---------------------------------------------------------------------
15844
+  (0.0ms) rollback transaction
15845
+  (0.0ms) begin transaction
15846
+ -----------------------------------------------------------
15847
+ PostCategoryCategoryTest: test_post_category#new_name_value
15848
+ -----------------------------------------------------------
15849
+  (0.0ms) rollback transaction
15850
+  (0.0ms) begin transaction
15851
+ -------------------------------------------------
15852
+ PostCategoryCategoryTest: test_post_category#path
15853
+ -------------------------------------------------
15854
+  (0.0ms) SAVEPOINT active_record_1
15855
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
15856
+  (0.0ms) SAVEPOINT active_record_1
15857
+ SQL (0.4ms) INSERT INTO "post_categories" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:13:51.323804"], ["name", "general"], ["title", "General"], ["updated_at", "2014-08-18 11:13:51.323804"]]
15858
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15859
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
15860
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
15861
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15862
+  (0.1ms) RELEASE SAVEPOINT active_record_1
15863
+  (0.4ms) rollback transaction
15864
+  (0.0ms) begin transaction
15865
+ -------------------------------------------------------
15866
+ PostCategoryCategoryTest: test_post_category#route_name
15867
+ -------------------------------------------------------
15868
+  (0.0ms) rollback transaction
15869
+  (0.0ms) begin transaction
15870
+ --------------------------------------------------------------
15871
+ PostCategoryCategoryTest: test_post_category#route_name_prefix
15872
+ --------------------------------------------------------------
15873
+  (0.0ms) rollback transaction
15874
+  (0.0ms) begin transaction
15875
+ ------------------------------------------------
15876
+ PostCategoryCategoryTest: test_post_category#url
15877
+ ------------------------------------------------
15878
+  (0.0ms) SAVEPOINT active_record_1
15879
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
15880
+  (0.0ms) rollback transaction
15881
+  (0.0ms) begin transaction
15882
+ -----------------------------
15883
+ FlowmorRouterTest: test_truth
15884
+ -----------------------------
15885
+  (0.0ms) rollback transaction
15886
+  (0.0ms) begin transaction
15887
+ -------------------------------------------
15888
+ ArticleTest: test_article#controller_action
15889
+ -------------------------------------------
15890
+  (0.0ms) rollback transaction
15891
+  (0.0ms) begin transaction
15892
+ --------------------------------------------------
15893
+ ArticleTest: test_article#derived_name_field_value
15894
+ --------------------------------------------------
15895
+  (0.1ms) rollback transaction
15896
+  (0.0ms) begin transaction
15897
+ ------------------------------
15898
+ ArticleTest: test_article#path
15899
+ ------------------------------
15900
+  (0.0ms) SAVEPOINT active_record_1
15901
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
15902
+  (0.0ms) SAVEPOINT active_record_1
15903
+ SQL (0.4ms) INSERT INTO "articles" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:13:51.343899"], ["name", "dummy-article"], ["title", "Dummy Article"], ["updated_at", "2014-08-18 11:13:51.343899"]]
15904
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15905
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
15906
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
15907
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15908
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15909
+  (0.4ms) rollback transaction
15910
+  (0.0ms) begin transaction
15911
+ ------------------------------------
15912
+ ArticleTest: test_article#route_name
15913
+ ------------------------------------
15914
+  (0.0ms) rollback transaction
15915
+  (0.0ms) begin transaction
15916
+ -------------------------------------------
15917
+ ArticleTest: test_article#route_name_prefix
15918
+ -------------------------------------------
15919
+  (0.0ms) rollback transaction
15920
+  (0.0ms) begin transaction
15921
+ ---------------------------------------------
15922
+ NewsArticleTest: test_NewsArticle#route_model
15923
+ ---------------------------------------------
15924
+  (0.0ms) rollback transaction
15925
+  (0.0ms) begin transaction
15926
+ ----------------------------------------------------
15927
+ NewsArticleTest: test_news_article#controller_action
15928
+ ----------------------------------------------------
15929
+  (0.0ms) rollback transaction
15930
+  (0.0ms) begin transaction
15931
+ -----------------------------------------------------------
15932
+ NewsArticleTest: test_news_article#derived_name_field_value
15933
+ -----------------------------------------------------------
15934
+  (0.1ms) rollback transaction
15935
+  (0.0ms) begin transaction
15936
+ -------------------------------------------------
15937
+ NewsArticleTest: test_news_article#new_name_value
15938
+ -------------------------------------------------
15939
+  (0.0ms) rollback transaction
15940
+  (0.0ms) begin transaction
15941
+ ---------------------------------------
15942
+ NewsArticleTest: test_news_article#path
15943
+ ---------------------------------------
15944
+  (0.0ms) SAVEPOINT active_record_1
15945
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
15946
+  (0.0ms) SAVEPOINT active_record_1
15947
+ SQL (0.4ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 11:13:51.358661"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 11:13:51.358661"]]
15948
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15949
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
15950
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
15951
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15952
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15953
+  (0.4ms) rollback transaction
15954
+  (0.0ms) begin transaction
15955
+ ---------------------------------------------
15956
+ NewsArticleTest: test_news_article#route_name
15957
+ ---------------------------------------------
15958
+  (0.0ms) rollback transaction
15959
+  (0.0ms) begin transaction
15960
+ ----------------------------------------------------
15961
+ NewsArticleTest: test_news_article#route_name_prefix
15962
+ ----------------------------------------------------
15963
+  (0.0ms) rollback transaction
15964
+  (0.0ms) begin transaction
15965
+ ---------------------------------------
15966
+ NewsArticleTest: test_news_article#slug
15967
+ ---------------------------------------
15968
+  (0.0ms) SAVEPOINT active_record_1
15969
+ SQL (0.3ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 11:13:51.366812"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 11:13:51.366812"]]
15970
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15971
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
15972
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
15973
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15974
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15975
+  (0.3ms) rollback transaction
15976
+  (0.0ms) begin transaction
15977
+ --------------------------------------
15978
+ NewsArticleTest: test_news_article#url
15979
+ --------------------------------------
15980
+  (0.0ms) SAVEPOINT active_record_1
15981
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
15982
+  (0.0ms) rollback transaction
15983
+  (0.0ms) begin transaction
15984
+ -------------------------------------------------
15985
+ RoutableRecordsTest: test_/general/lets-test-this
15986
+ -------------------------------------------------
15987
+  (0.0ms) SAVEPOINT active_record_1
15988
+ SQL (0.3ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:13:51.374899"], ["name", "lets-test-this"], ["title", "Let's Test This"], ["updated_at", "2014-08-18 11:13:51.374899"]]
15989
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
15990
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
15991
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
15992
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
15993
+  (0.0ms) RELEASE SAVEPOINT active_record_1
15994
+ Started GET "/general/lets-test-this" for 127.0.0.1 at 2014-08-18 07:13:51 -0400
15995
+ Processing by BlogController#show as HTML
15996
+ Parameters: {"id"=>1}
15997
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
15998
+ Completed 200 OK in 5ms (Views: 2.7ms | ActiveRecord: 0.2ms)
15999
+  (0.5ms) rollback transaction
16000
+  (0.0ms) begin transaction
16001
+ ----------------------------------------------------
16002
+ RoutableRecordsTest: test_only_routable_routes_built
16003
+ ----------------------------------------------------
16004
+  (0.0ms) SAVEPOINT active_record_1
16005
+ SQL (0.3ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 11:13:51.398479"], ["name", "route-this"], ["published", "t"], ["title", "Route This"], ["updated_at", "2014-08-18 11:13:51.398479"]]
16006
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16007
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16008
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16009
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16010
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16011
+  (0.0ms) SAVEPOINT active_record_1
16012
+ SQL (1.3ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 11:13:51.404371"], ["name", "ignore-this"], ["published", "f"], ["title", "Ignore This"], ["updated_at", "2014-08-18 11:13:51.404371"]]
16013
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16014
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16015
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16016
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16017
+  (0.0ms) RELEASE SAVEPOINT active_record_1
16018
+ Started GET "/articles/route-this" for 127.0.0.1 at 2014-08-18 07:13:51 -0400
16019
+ Processing by ArticleController#show as HTML
16020
+ Parameters: {"id"=>1}
16021
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
16022
+ Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.2ms)
16023
+  (0.5ms) rollback transaction
16024
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
16025
+  (0.1ms) begin transaction
16026
+ -------------------------------------------
16027
+ ArticleTest: test_article#controller_action
16028
+ -------------------------------------------
16029
+  (0.0ms) rollback transaction
16030
+  (0.0ms) begin transaction
16031
+ --------------------------------------------------
16032
+ ArticleTest: test_article#derived_name_field_value
16033
+ --------------------------------------------------
16034
+  (0.0ms) rollback transaction
16035
+  (0.0ms) begin transaction
16036
+ ------------------------------
16037
+ ArticleTest: test_article#path
16038
+ ------------------------------
16039
+  (0.0ms) SAVEPOINT active_record_1
16040
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
16041
+  (0.0ms) SAVEPOINT active_record_1
16042
+ SQL (0.9ms) INSERT INTO "articles" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:15:04.579724"], ["name", "dummy-article"], ["title", "Dummy Article"], ["updated_at", "2014-08-18 11:15:04.579724"]]
16043
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16044
+ NewsArticle Load (0.3ms) SELECT "news_articles".* FROM "news_articles"
16045
+ PostCategory Load (0.3ms) SELECT "post_categories".* FROM "post_categories"
16046
+ Post Load (0.3ms) SELECT "posts".* FROM "posts"
16047
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16048
+  (0.4ms) rollback transaction
16049
+  (0.0ms) begin transaction
16050
+ ------------------------------------
16051
+ ArticleTest: test_article#route_name
16052
+ ------------------------------------
16053
+  (0.0ms) rollback transaction
16054
+  (0.0ms) begin transaction
16055
+ -------------------------------------------
16056
+ ArticleTest: test_article#route_name_prefix
16057
+ -------------------------------------------
16058
+  (0.0ms) rollback transaction
16059
+  (0.0ms) begin transaction
16060
+ -------------------------------------------
16061
+ StaticControllerTest: test_should_get_index
16062
+ -------------------------------------------
16063
+ Processing by StaticController#index as HTML
16064
+ Rendered static/index.html.erb within layouts/application (1.4ms)
16065
+ Completed 200 OK in 21ms (Views: 21.1ms | ActiveRecord: 0.0ms)
16066
+  (0.1ms) rollback transaction
16067
+  (0.0ms) begin transaction
16068
+ ---------------------------------------------
16069
+ NewsArticleTest: test_NewsArticle#route_model
16070
+ ---------------------------------------------
16071
+  (0.0ms) rollback transaction
16072
+  (0.0ms) begin transaction
16073
+ ----------------------------------------------------
16074
+ NewsArticleTest: test_news_article#controller_action
16075
+ ----------------------------------------------------
16076
+  (0.0ms) rollback transaction
16077
+  (0.0ms) begin transaction
16078
+ -----------------------------------------------------------
16079
+ NewsArticleTest: test_news_article#derived_name_field_value
16080
+ -----------------------------------------------------------
16081
+  (0.0ms) rollback transaction
16082
+  (0.0ms) begin transaction
16083
+ -------------------------------------------------
16084
+ NewsArticleTest: test_news_article#new_name_value
16085
+ -------------------------------------------------
16086
+  (0.0ms) rollback transaction
16087
+  (0.0ms) begin transaction
16088
+ ---------------------------------------
16089
+ NewsArticleTest: test_news_article#path
16090
+ ---------------------------------------
16091
+  (0.0ms) SAVEPOINT active_record_1
16092
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
16093
+  (0.0ms) SAVEPOINT active_record_1
16094
+ SQL (0.4ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 11:15:04.651988"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 11:15:04.651988"]]
16095
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16096
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16097
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16098
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16099
+  (0.0ms) RELEASE SAVEPOINT active_record_1
16100
+  (0.4ms) rollback transaction
16101
+  (0.0ms) begin transaction
16102
+ ---------------------------------------------
16103
+ NewsArticleTest: test_news_article#route_name
16104
+ ---------------------------------------------
16105
+  (0.0ms) rollback transaction
16106
+  (0.0ms) begin transaction
16107
+ ----------------------------------------------------
16108
+ NewsArticleTest: test_news_article#route_name_prefix
16109
+ ----------------------------------------------------
16110
+  (0.0ms) rollback transaction
16111
+  (0.0ms) begin transaction
16112
+ ---------------------------------------
16113
+ NewsArticleTest: test_news_article#slug
16114
+ ---------------------------------------
16115
+  (0.0ms) SAVEPOINT active_record_1
16116
+ SQL (0.2ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 11:15:04.660341"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 11:15:04.660341"]]
16117
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16118
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16119
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16120
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16121
+  (0.0ms) RELEASE SAVEPOINT active_record_1
16122
+  (0.3ms) rollback transaction
16123
+  (0.0ms) begin transaction
16124
+ --------------------------------------
16125
+ NewsArticleTest: test_news_article#url
16126
+ --------------------------------------
16127
+  (0.0ms) SAVEPOINT active_record_1
16128
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
16129
+  (0.0ms) rollback transaction
16130
+  (0.0ms) begin transaction
16131
+ -------------------------------------------------
16132
+ RoutableRecordsTest: test_/general/lets-test-this
16133
+ -------------------------------------------------
16134
+  (0.0ms) SAVEPOINT active_record_1
16135
+ SQL (0.3ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:15:04.675527"], ["name", "lets-test-this"], ["title", "Let's Test This"], ["updated_at", "2014-08-18 11:15:04.675527"]]
16136
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16137
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16138
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16139
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16140
+  (0.0ms) RELEASE SAVEPOINT active_record_1
16141
+ Started GET "/general/lets-test-this" for 127.0.0.1 at 2014-08-18 07:15:04 -0400
16142
+ Processing by BlogController#show as HTML
16143
+ Parameters: {"id"=>1}
16144
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
16145
+ Completed 200 OK in 6ms (Views: 3.3ms | ActiveRecord: 0.2ms)
16146
+  (0.5ms) rollback transaction
16147
+  (0.0ms) begin transaction
16148
+ ----------------------------------------------------
16149
+ RoutableRecordsTest: test_only_routable_routes_built
16150
+ ----------------------------------------------------
16151
+  (0.0ms) SAVEPOINT active_record_1
16152
+ SQL (0.4ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 11:15:04.705816"], ["name", "route-this"], ["published", "t"], ["title", "Route This"], ["updated_at", "2014-08-18 11:15:04.705816"]]
16153
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16154
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16155
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16156
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16157
+  (0.0ms) RELEASE SAVEPOINT active_record_1
16158
+  (0.0ms) SAVEPOINT active_record_1
16159
+ SQL (1.4ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 11:15:04.711912"], ["name", "ignore-this"], ["published", "f"], ["title", "Ignore This"], ["updated_at", "2014-08-18 11:15:04.711912"]]
16160
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16161
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16162
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16163
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16164
+  (0.0ms) RELEASE SAVEPOINT active_record_1
16165
+ Started GET "/articles/route-this" for 127.0.0.1 at 2014-08-18 07:15:04 -0400
16166
+ Processing by ArticleController#show as HTML
16167
+ Parameters: {"id"=>1}
16168
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
16169
+ Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.2ms)
16170
+  (0.5ms) rollback transaction
16171
+  (0.0ms) begin transaction
16172
+ -------------------------------------------------------
16173
+ PostCategoryCategoryTest: test_PostCategory#route_model
16174
+ -------------------------------------------------------
16175
+  (0.0ms) rollback transaction
16176
+  (0.0ms) begin transaction
16177
+ --------------------------------------------------------------
16178
+ PostCategoryCategoryTest: test_post_category#controller_action
16179
+ --------------------------------------------------------------
16180
+  (0.0ms) rollback transaction
16181
+  (0.0ms) begin transaction
16182
+ ---------------------------------------------------------------------
16183
+ PostCategoryCategoryTest: test_post_category#derived_name_field_value
16184
+ ---------------------------------------------------------------------
16185
+  (0.0ms) rollback transaction
16186
+  (0.0ms) begin transaction
16187
+ -----------------------------------------------------------
16188
+ PostCategoryCategoryTest: test_post_category#new_name_value
16189
+ -----------------------------------------------------------
16190
+  (0.0ms) rollback transaction
16191
+  (0.0ms) begin transaction
16192
+ -------------------------------------------------
16193
+ PostCategoryCategoryTest: test_post_category#path
16194
+ -------------------------------------------------
16195
+  (0.1ms) SAVEPOINT active_record_1
16196
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
16197
+  (0.0ms) SAVEPOINT active_record_1
16198
+ SQL (0.4ms) INSERT INTO "post_categories" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:15:04.741025"], ["name", "general"], ["title", "General"], ["updated_at", "2014-08-18 11:15:04.741025"]]
16199
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16200
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16201
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16202
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16203
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16204
+  (0.4ms) rollback transaction
16205
+  (0.1ms) begin transaction
16206
+ -------------------------------------------------------
16207
+ PostCategoryCategoryTest: test_post_category#route_name
16208
+ -------------------------------------------------------
16209
+  (0.0ms) rollback transaction
16210
+  (0.0ms) begin transaction
16211
+ --------------------------------------------------------------
16212
+ PostCategoryCategoryTest: test_post_category#route_name_prefix
16213
+ --------------------------------------------------------------
16214
+  (0.0ms) rollback transaction
16215
+  (0.0ms) begin transaction
16216
+ ------------------------------------------------
16217
+ PostCategoryCategoryTest: test_post_category#url
16218
+ ------------------------------------------------
16219
+  (0.0ms) SAVEPOINT active_record_1
16220
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
16221
+  (0.0ms) rollback transaction
16222
+  (0.0ms) begin transaction
16223
+ -------------------------------
16224
+ PostTest: test_Post#route_model
16225
+ -------------------------------
16226
+  (0.0ms) rollback transaction
16227
+  (0.0ms) begin transaction
16228
+ --------------------------------------------
16229
+ PostTest: test_default_category_is_'general'
16230
+ --------------------------------------------
16231
+  (0.0ms) rollback transaction
16232
+  (0.0ms) begin transaction
16233
+ -------------------------------------
16234
+ PostTest: test_post#controller_action
16235
+ -------------------------------------
16236
+  (0.0ms) rollback transaction
16237
+  (0.0ms) begin transaction
16238
+ --------------------------------------------
16239
+ PostTest: test_post#derived_name_field_value
16240
+ --------------------------------------------
16241
+  (0.0ms) rollback transaction
16242
+  (0.0ms) begin transaction
16243
+ ----------------------------------
16244
+ PostTest: test_post#new_name_value
16245
+ ----------------------------------
16246
+  (0.0ms) rollback transaction
16247
+  (0.0ms) begin transaction
16248
+ ------------------------
16249
+ PostTest: test_post#path
16250
+ ------------------------
16251
+  (0.0ms) SAVEPOINT active_record_1
16252
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
16253
+  (0.0ms) SAVEPOINT active_record_1
16254
+ SQL (0.3ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:15:04.755208"], ["name", "dummy-post"], ["title", "Dummy Post"], ["updated_at", "2014-08-18 11:15:04.755208"]]
16255
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16256
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16257
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16258
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16259
+  (0.0ms) RELEASE SAVEPOINT active_record_1
16260
+  (0.3ms) rollback transaction
16261
+  (0.0ms) begin transaction
16262
+ ------------------------------
16263
+ PostTest: test_post#route_name
16264
+ ------------------------------
16265
+  (0.0ms) rollback transaction
16266
+  (0.0ms) begin transaction
16267
+ -------------------------------------
16268
+ PostTest: test_post#route_name_prefix
16269
+ -------------------------------------
16270
+  (0.0ms) rollback transaction
16271
+  (0.0ms) begin transaction
16272
+ -----------------------
16273
+ PostTest: test_post#url
16274
+ -----------------------
16275
+  (0.0ms) SAVEPOINT active_record_1
16276
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
16277
+  (0.0ms) rollback transaction
16278
+  (0.0ms) begin transaction
16279
+ -----------------------------
16280
+ FlowmorRouterTest: test_truth
16281
+ -----------------------------
16282
+  (0.0ms) rollback transaction
16283
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16284
+  (0.1ms) begin transaction
16285
+ -------------------------------------------------
16286
+ RoutableRecordsTest: test_/general/lets-test-this
16287
+ -------------------------------------------------
16288
+  (0.1ms) SAVEPOINT active_record_1
16289
+ SQL (0.6ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:15:18.170060"], ["name", "lets-test-this"], ["title", "Let's Test This"], ["updated_at", "2014-08-18 11:15:18.170060"]]
16290
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16291
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16292
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16293
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16294
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16295
+ Started GET "/general/lets-test-this" for 127.0.0.1 at 2014-08-18 07:15:18 -0400
16296
+ Processing by BlogController#show as HTML
16297
+ Parameters: {"id"=>1}
16298
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
16299
+ Rendered blog/show.html.erb within layouts/application (1.5ms)
16300
+ Completed 200 OK in 21ms (Views: 18.2ms | ActiveRecord: 0.2ms)
16301
+  (0.6ms) rollback transaction
16302
+  (0.0ms) begin transaction
16303
+ ----------------------------------------------------
16304
+ RoutableRecordsTest: test_only_routable_routes_built
16305
+ ----------------------------------------------------
16306
+  (0.1ms) SAVEPOINT active_record_1
16307
+ SQL (0.4ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 11:15:18.238378"], ["name", "route-this"], ["published", "t"], ["title", "Route This"], ["updated_at", "2014-08-18 11:15:18.238378"]]
16308
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16309
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16310
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16311
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16312
+  (0.0ms) RELEASE SAVEPOINT active_record_1
16313
+  (0.0ms) SAVEPOINT active_record_1
16314
+ SQL (1.3ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 11:15:18.244465"], ["name", "ignore-this"], ["published", "f"], ["title", "Ignore This"], ["updated_at", "2014-08-18 11:15:18.244465"]]
16315
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16316
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16317
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16318
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16319
+  (0.0ms) RELEASE SAVEPOINT active_record_1
16320
+ Started GET "/articles/route-this" for 127.0.0.1 at 2014-08-18 07:15:18 -0400
16321
+ Processing by ArticleController#show as HTML
16322
+ Parameters: {"id"=>1}
16323
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
16324
+ Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.2ms)
16325
+ Started GET "/articles/ignore-this" for 127.0.0.1 at 2014-08-18 07:15:18 -0400
16326
+  (0.6ms) rollback transaction
16327
+  (0.0ms) begin transaction
16328
+ -----------------------------
16329
+ FlowmorRouterTest: test_truth
16330
+ -----------------------------
16331
+  (0.0ms) rollback transaction
16332
+  (0.0ms) begin transaction
16333
+ -------------------------------------------
16334
+ StaticControllerTest: test_should_get_index
16335
+ -------------------------------------------
16336
+ Processing by StaticController#index as HTML
16337
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
16338
+  (0.1ms) rollback transaction
16339
+  (0.0ms) begin transaction
16340
+ -------------------------------------------
16341
+ ArticleTest: test_article#controller_action
16342
+ -------------------------------------------
16343
+  (0.0ms) rollback transaction
16344
+  (0.0ms) begin transaction
16345
+ --------------------------------------------------
16346
+ ArticleTest: test_article#derived_name_field_value
16347
+ --------------------------------------------------
16348
+  (0.0ms) rollback transaction
16349
+  (0.0ms) begin transaction
16350
+ ------------------------------
16351
+ ArticleTest: test_article#path
16352
+ ------------------------------
16353
+  (0.0ms) SAVEPOINT active_record_1
16354
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
16355
+  (0.0ms) SAVEPOINT active_record_1
16356
+ SQL (0.5ms) INSERT INTO "articles" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:15:18.279546"], ["name", "dummy-article"], ["title", "Dummy Article"], ["updated_at", "2014-08-18 11:15:18.279546"]]
16357
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16358
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16359
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16360
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16361
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16362
+  (0.4ms) rollback transaction
16363
+  (0.0ms) begin transaction
16364
+ ------------------------------------
16365
+ ArticleTest: test_article#route_name
16366
+ ------------------------------------
16367
+  (0.0ms) rollback transaction
16368
+  (0.1ms) begin transaction
16369
+ -------------------------------------------
16370
+ ArticleTest: test_article#route_name_prefix
16371
+ -------------------------------------------
16372
+  (0.0ms) rollback transaction
16373
+  (0.0ms) begin transaction
16374
+ -------------------------------------------------------
16375
+ PostCategoryCategoryTest: test_PostCategory#route_model
16376
+ -------------------------------------------------------
16377
+  (0.0ms) rollback transaction
16378
+  (0.0ms) begin transaction
16379
+ --------------------------------------------------------------
16380
+ PostCategoryCategoryTest: test_post_category#controller_action
16381
+ --------------------------------------------------------------
16382
+  (0.0ms) rollback transaction
16383
+  (0.0ms) begin transaction
16384
+ ---------------------------------------------------------------------
16385
+ PostCategoryCategoryTest: test_post_category#derived_name_field_value
16386
+ ---------------------------------------------------------------------
16387
+  (0.0ms) rollback transaction
16388
+  (0.0ms) begin transaction
16389
+ -----------------------------------------------------------
16390
+ PostCategoryCategoryTest: test_post_category#new_name_value
16391
+ -----------------------------------------------------------
16392
+  (0.0ms) rollback transaction
16393
+  (0.0ms) begin transaction
16394
+ -------------------------------------------------
16395
+ PostCategoryCategoryTest: test_post_category#path
16396
+ -------------------------------------------------
16397
+  (0.0ms) SAVEPOINT active_record_1
16398
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
16399
+  (0.0ms) SAVEPOINT active_record_1
16400
+ SQL (0.3ms) INSERT INTO "post_categories" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:15:18.294096"], ["name", "general"], ["title", "General"], ["updated_at", "2014-08-18 11:15:18.294096"]]
16401
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16402
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16403
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16404
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16405
+  (0.0ms) RELEASE SAVEPOINT active_record_1
16406
+  (0.4ms) rollback transaction
16407
+  (0.0ms) begin transaction
16408
+ -------------------------------------------------------
16409
+ PostCategoryCategoryTest: test_post_category#route_name
16410
+ -------------------------------------------------------
16411
+  (0.1ms) rollback transaction
16412
+  (0.0ms) begin transaction
16413
+ --------------------------------------------------------------
16414
+ PostCategoryCategoryTest: test_post_category#route_name_prefix
16415
+ --------------------------------------------------------------
16416
+  (0.0ms) rollback transaction
16417
+  (0.0ms) begin transaction
16418
+ ------------------------------------------------
16419
+ PostCategoryCategoryTest: test_post_category#url
16420
+ ------------------------------------------------
16421
+  (0.0ms) SAVEPOINT active_record_1
16422
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
16423
+  (0.0ms) rollback transaction
16424
+  (0.0ms) begin transaction
16425
+ -------------------------------
16426
+ PostTest: test_Post#route_model
16427
+ -------------------------------
16428
+  (0.0ms) rollback transaction
16429
+  (0.0ms) begin transaction
16430
+ --------------------------------------------
16431
+ PostTest: test_default_category_is_'general'
16432
+ --------------------------------------------
16433
+  (0.0ms) rollback transaction
16434
+  (0.0ms) begin transaction
16435
+ -------------------------------------
16436
+ PostTest: test_post#controller_action
16437
+ -------------------------------------
16438
+  (0.0ms) rollback transaction
16439
+  (0.0ms) begin transaction
16440
+ --------------------------------------------
16441
+ PostTest: test_post#derived_name_field_value
16442
+ --------------------------------------------
16443
+  (0.0ms) rollback transaction
16444
+  (0.0ms) begin transaction
16445
+ ----------------------------------
16446
+ PostTest: test_post#new_name_value
16447
+ ----------------------------------
16448
+  (0.0ms) rollback transaction
16449
+  (0.0ms) begin transaction
16450
+ ------------------------
16451
+ PostTest: test_post#path
16452
+ ------------------------
16453
+  (0.0ms) SAVEPOINT active_record_1
16454
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
16455
+  (0.0ms) SAVEPOINT active_record_1
16456
+ SQL (0.3ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:15:18.308225"], ["name", "dummy-post"], ["title", "Dummy Post"], ["updated_at", "2014-08-18 11:15:18.308225"]]
16457
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16458
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16459
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16460
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16461
+  (0.0ms) RELEASE SAVEPOINT active_record_1
16462
+  (0.4ms) rollback transaction
16463
+  (0.0ms) begin transaction
16464
+ ------------------------------
16465
+ PostTest: test_post#route_name
16466
+ ------------------------------
16467
+  (0.0ms) rollback transaction
16468
+  (0.0ms) begin transaction
16469
+ -------------------------------------
16470
+ PostTest: test_post#route_name_prefix
16471
+ -------------------------------------
16472
+  (0.0ms) rollback transaction
16473
+  (0.0ms) begin transaction
16474
+ -----------------------
16475
+ PostTest: test_post#url
16476
+ -----------------------
16477
+  (0.0ms) SAVEPOINT active_record_1
16478
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
16479
+  (0.0ms) rollback transaction
16480
+  (0.0ms) begin transaction
16481
+ ---------------------------------------------
16482
+ NewsArticleTest: test_NewsArticle#route_model
16483
+ ---------------------------------------------
16484
+  (0.0ms) rollback transaction
16485
+  (0.0ms) begin transaction
16486
+ ----------------------------------------------------
16487
+ NewsArticleTest: test_news_article#controller_action
16488
+ ----------------------------------------------------
16489
+  (0.0ms) rollback transaction
16490
+  (0.0ms) begin transaction
16491
+ -----------------------------------------------------------
16492
+ NewsArticleTest: test_news_article#derived_name_field_value
16493
+ -----------------------------------------------------------
16494
+  (0.1ms) rollback transaction
16495
+  (0.1ms) begin transaction
16496
+ -------------------------------------------------
16497
+ NewsArticleTest: test_news_article#new_name_value
16498
+ -------------------------------------------------
16499
+  (0.0ms) rollback transaction
16500
+  (0.0ms) begin transaction
16501
+ ---------------------------------------
16502
+ NewsArticleTest: test_news_article#path
16503
+ ---------------------------------------
16504
+  (0.0ms) SAVEPOINT active_record_1
16505
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
16506
+  (0.0ms) SAVEPOINT active_record_1
16507
+ SQL (0.4ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 11:15:18.324575"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 11:15:18.324575"]]
16508
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16509
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16510
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16511
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16512
+  (0.0ms) RELEASE SAVEPOINT active_record_1
16513
+  (0.4ms) rollback transaction
16514
+  (0.1ms) begin transaction
16515
+ ---------------------------------------------
16516
+ NewsArticleTest: test_news_article#route_name
16517
+ ---------------------------------------------
16518
+  (0.0ms) rollback transaction
16519
+  (0.0ms) begin transaction
16520
+ ----------------------------------------------------
16521
+ NewsArticleTest: test_news_article#route_name_prefix
16522
+ ----------------------------------------------------
16523
+  (0.0ms) rollback transaction
16524
+  (0.0ms) begin transaction
16525
+ ---------------------------------------
16526
+ NewsArticleTest: test_news_article#slug
16527
+ ---------------------------------------
16528
+  (0.0ms) SAVEPOINT active_record_1
16529
+ SQL (0.2ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 11:15:18.332799"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 11:15:18.332799"]]
16530
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16531
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16532
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16533
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16534
+  (0.0ms) RELEASE SAVEPOINT active_record_1
16535
+  (0.3ms) rollback transaction
16536
+  (0.0ms) begin transaction
16537
+ --------------------------------------
16538
+ NewsArticleTest: test_news_article#url
16539
+ --------------------------------------
16540
+  (0.0ms) SAVEPOINT active_record_1
16541
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
16542
+  (0.0ms) rollback transaction
16543
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
16544
+  (0.1ms) begin transaction
16545
+ -------------------------------------------------------
16546
+ PostCategoryCategoryTest: test_PostCategory#route_model
16547
+ -------------------------------------------------------
16548
+  (0.0ms) rollback transaction
16549
+  (0.0ms) begin transaction
16550
+ --------------------------------------------------------------
16551
+ PostCategoryCategoryTest: test_post_category#controller_action
16552
+ --------------------------------------------------------------
16553
+  (0.0ms) rollback transaction
16554
+  (0.0ms) begin transaction
16555
+ ---------------------------------------------------------------------
16556
+ PostCategoryCategoryTest: test_post_category#derived_name_field_value
16557
+ ---------------------------------------------------------------------
16558
+  (0.0ms) rollback transaction
16559
+  (0.0ms) begin transaction
16560
+ -----------------------------------------------------------
16561
+ PostCategoryCategoryTest: test_post_category#new_name_value
16562
+ -----------------------------------------------------------
16563
+  (0.0ms) rollback transaction
16564
+  (0.0ms) begin transaction
16565
+ -------------------------------------------------
16566
+ PostCategoryCategoryTest: test_post_category#path
16567
+ -------------------------------------------------
16568
+  (0.0ms) SAVEPOINT active_record_1
16569
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
16570
+  (0.0ms) SAVEPOINT active_record_1
16571
+ SQL (1.0ms) INSERT INTO "post_categories" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:15:46.817197"], ["name", "general"], ["title", "General"], ["updated_at", "2014-08-18 11:15:46.817197"]]
16572
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16573
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16574
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16575
+ Post Load (0.3ms) SELECT "posts".* FROM "posts"
16576
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16577
+  (0.4ms) rollback transaction
16578
+  (0.0ms) begin transaction
16579
+ -------------------------------------------------------
16580
+ PostCategoryCategoryTest: test_post_category#route_name
16581
+ -------------------------------------------------------
16582
+  (0.0ms) rollback transaction
16583
+  (0.1ms) begin transaction
16584
+ --------------------------------------------------------------
16585
+ PostCategoryCategoryTest: test_post_category#route_name_prefix
16586
+ --------------------------------------------------------------
16587
+  (0.0ms) rollback transaction
16588
+  (0.0ms) begin transaction
16589
+ ------------------------------------------------
16590
+ PostCategoryCategoryTest: test_post_category#url
16591
+ ------------------------------------------------
16592
+  (0.0ms) SAVEPOINT active_record_1
16593
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
16594
+  (0.0ms) rollback transaction
16595
+  (0.0ms) begin transaction
16596
+ -------------------------------------------------
16597
+ RoutableRecordsTest: test_/general/lets-test-this
16598
+ -------------------------------------------------
16599
+  (0.1ms) SAVEPOINT active_record_1
16600
+ SQL (0.3ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:15:46.842919"], ["name", "lets-test-this"], ["title", "Let's Test This"], ["updated_at", "2014-08-18 11:15:46.842919"]]
16601
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16602
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16603
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16604
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16605
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16606
+ Started GET "/general/lets-test-this" for 127.0.0.1 at 2014-08-18 07:15:46 -0400
16607
+ Processing by BlogController#show as HTML
16608
+ Parameters: {"id"=>1}
16609
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
16610
+ Rendered blog/show.html.erb within layouts/application (1.7ms)
16611
+ Completed 200 OK in 25ms (Views: 22.2ms | ActiveRecord: 0.2ms)
16612
+  (0.5ms) rollback transaction
16613
+  (0.0ms) begin transaction
16614
+ ----------------------------------------------------
16615
+ RoutableRecordsTest: test_only_routable_routes_built
16616
+ ----------------------------------------------------
16617
+  (0.0ms) SAVEPOINT active_record_1
16618
+ SQL (0.4ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 11:15:46.915743"], ["name", "route-this"], ["published", "t"], ["title", "Route This"], ["updated_at", "2014-08-18 11:15:46.915743"]]
16619
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16620
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16621
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16622
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16623
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16624
+  (0.0ms) SAVEPOINT active_record_1
16625
+ SQL (1.4ms) INSERT INTO "articles" ("created_at", "name", "published", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-08-18 11:15:46.921949"], ["name", "ignore-this"], ["published", "f"], ["title", "Ignore This"], ["updated_at", "2014-08-18 11:15:46.921949"]]
16626
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16627
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16628
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16629
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16630
+  (0.0ms) RELEASE SAVEPOINT active_record_1
16631
+ Started GET "/articles/route-this" for 127.0.0.1 at 2014-08-18 07:15:46 -0400
16632
+ Processing by ArticleController#show as HTML
16633
+ Parameters: {"id"=>1}
16634
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
16635
+ Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.2ms)
16636
+ Started GET "/articles/ignore-this" for 127.0.0.1 at 2014-08-18 07:15:46 -0400
16637
+  (0.5ms) rollback transaction
16638
+  (0.0ms) begin transaction
16639
+ -----------------------------
16640
+ FlowmorRouterTest: test_truth
16641
+ -----------------------------
16642
+  (0.0ms) rollback transaction
16643
+  (0.0ms) begin transaction
16644
+ ---------------------------------------------
16645
+ NewsArticleTest: test_NewsArticle#route_model
16646
+ ---------------------------------------------
16647
+  (0.0ms) rollback transaction
16648
+  (0.0ms) begin transaction
16649
+ ----------------------------------------------------
16650
+ NewsArticleTest: test_news_article#controller_action
16651
+ ----------------------------------------------------
16652
+  (0.0ms) rollback transaction
16653
+  (0.0ms) begin transaction
16654
+ -----------------------------------------------------------
16655
+ NewsArticleTest: test_news_article#derived_name_field_value
16656
+ -----------------------------------------------------------
16657
+  (0.1ms) rollback transaction
16658
+  (0.0ms) begin transaction
16659
+ -------------------------------------------------
16660
+ NewsArticleTest: test_news_article#new_name_value
16661
+ -------------------------------------------------
16662
+  (0.0ms) rollback transaction
16663
+  (0.0ms) begin transaction
16664
+ ---------------------------------------
16665
+ NewsArticleTest: test_news_article#path
16666
+ ---------------------------------------
16667
+  (0.0ms) SAVEPOINT active_record_1
16668
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
16669
+  (0.1ms) SAVEPOINT active_record_1
16670
+ SQL (1.1ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 11:15:46.952594"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 11:15:46.952594"]]
16671
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16672
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16673
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16674
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16675
+  (0.1ms) RELEASE SAVEPOINT active_record_1
16676
+  (0.5ms) rollback transaction
16677
+  (0.1ms) begin transaction
16678
+ ---------------------------------------------
16679
+ NewsArticleTest: test_news_article#route_name
16680
+ ---------------------------------------------
16681
+  (0.0ms) rollback transaction
16682
+  (0.0ms) begin transaction
16683
+ ----------------------------------------------------
16684
+ NewsArticleTest: test_news_article#route_name_prefix
16685
+ ----------------------------------------------------
16686
+  (0.0ms) rollback transaction
16687
+  (0.0ms) begin transaction
16688
+ ---------------------------------------
16689
+ NewsArticleTest: test_news_article#slug
16690
+ ---------------------------------------
16691
+  (0.0ms) SAVEPOINT active_record_1
16692
+ SQL (0.3ms) INSERT INTO "news_articles" ("caption", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?) [["caption", "Dummy News Article"], ["created_at", "2014-08-18 11:15:46.964513"], ["slug", "dummy-news-article"], ["updated_at", "2014-08-18 11:15:46.964513"]]
16693
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16694
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16695
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16696
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16697
+  (0.0ms) RELEASE SAVEPOINT active_record_1
16698
+  (0.3ms) rollback transaction
16699
+  (0.0ms) begin transaction
16700
+ --------------------------------------
16701
+ NewsArticleTest: test_news_article#url
16702
+ --------------------------------------
16703
+  (0.0ms) SAVEPOINT active_record_1
16704
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
16705
+  (0.0ms) rollback transaction
16706
+  (0.0ms) begin transaction
16707
+ -------------------------------
16708
+ PostTest: test_Post#route_model
16709
+ -------------------------------
16710
+  (0.0ms) rollback transaction
16711
+  (0.0ms) begin transaction
16712
+ --------------------------------------------
16713
+ PostTest: test_default_category_is_'general'
16714
+ --------------------------------------------
16715
+  (0.0ms) rollback transaction
16716
+  (0.0ms) begin transaction
16717
+ -------------------------------------
16718
+ PostTest: test_post#controller_action
16719
+ -------------------------------------
16720
+  (0.0ms) rollback transaction
16721
+  (0.0ms) begin transaction
16722
+ --------------------------------------------
16723
+ PostTest: test_post#derived_name_field_value
16724
+ --------------------------------------------
16725
+  (0.0ms) rollback transaction
16726
+  (0.0ms) begin transaction
16727
+ ----------------------------------
16728
+ PostTest: test_post#new_name_value
16729
+ ----------------------------------
16730
+  (0.0ms) rollback transaction
16731
+  (0.0ms) begin transaction
16732
+ ------------------------
16733
+ PostTest: test_post#path
16734
+ ------------------------
16735
+  (0.0ms) SAVEPOINT active_record_1
16736
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
16737
+  (0.0ms) SAVEPOINT active_record_1
16738
+ SQL (0.3ms) INSERT INTO "posts" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:15:46.978008"], ["name", "dummy-post"], ["title", "Dummy Post"], ["updated_at", "2014-08-18 11:15:46.978008"]]
16739
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16740
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16741
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16742
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16743
+  (0.0ms) RELEASE SAVEPOINT active_record_1
16744
+  (0.4ms) rollback transaction
16745
+  (0.1ms) begin transaction
16746
+ ------------------------------
16747
+ PostTest: test_post#route_name
16748
+ ------------------------------
16749
+  (0.0ms) rollback transaction
16750
+  (0.0ms) begin transaction
16751
+ -------------------------------------
16752
+ PostTest: test_post#route_name_prefix
16753
+ -------------------------------------
16754
+  (0.0ms) rollback transaction
16755
+  (0.0ms) begin transaction
16756
+ -----------------------
16757
+ PostTest: test_post#url
16758
+ -----------------------
16759
+  (0.0ms) SAVEPOINT active_record_1
16760
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
16761
+  (0.0ms) rollback transaction
16762
+  (0.0ms) begin transaction
16763
+ -------------------------------------------
16764
+ ArticleTest: test_article#controller_action
16765
+ -------------------------------------------
16766
+  (0.0ms) rollback transaction
16767
+  (0.1ms) begin transaction
16768
+ --------------------------------------------------
16769
+ ArticleTest: test_article#derived_name_field_value
16770
+ --------------------------------------------------
16771
+  (0.0ms) rollback transaction
16772
+  (0.0ms) begin transaction
16773
+ ------------------------------
16774
+ ArticleTest: test_article#path
16775
+ ------------------------------
16776
+  (0.0ms) SAVEPOINT active_record_1
16777
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
16778
+  (0.0ms) SAVEPOINT active_record_1
16779
+ SQL (0.5ms) INSERT INTO "articles" ("created_at", "name", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-18 11:15:46.989268"], ["name", "dummy-article"], ["title", "Dummy Article"], ["updated_at", "2014-08-18 11:15:46.989268"]]
16780
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."published" = 't'
16781
+ NewsArticle Load (0.1ms) SELECT "news_articles".* FROM "news_articles"
16782
+ PostCategory Load (0.1ms) SELECT "post_categories".* FROM "post_categories"
16783
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
16784
+  (0.0ms) RELEASE SAVEPOINT active_record_1
16785
+  (0.4ms) rollback transaction
16786
+  (0.0ms) begin transaction
16787
+ ------------------------------------
16788
+ ArticleTest: test_article#route_name
16789
+ ------------------------------------
16790
+  (0.0ms) rollback transaction
16791
+  (0.0ms) begin transaction
16792
+ -------------------------------------------
16793
+ ArticleTest: test_article#route_name_prefix
16794
+ -------------------------------------------
16795
+  (0.0ms) rollback transaction
16796
+  (0.0ms) begin transaction
16797
+ -------------------------------------------
16798
+ StaticControllerTest: test_should_get_index
16799
+ -------------------------------------------
16800
+ Processing by StaticController#index as HTML
16801
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
16802
+  (0.1ms) rollback transaction