rails_sitemap 0.3.3 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10541,3 +10541,1243 @@ Processing by RailsSitemap::LocationsController#index as KML
10541
10541
  Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (0.4ms)
10542
10542
  Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms)
10543
10543
   (0.1ms) rollback transaction
10544
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
10545
+  (0.1ms) begin transaction
10546
+ ----------------------------------------------------
10547
+ GeoControllerTest: test_should_return_a_success_code
10548
+ ----------------------------------------------------
10549
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-10-03 17:01:18 -0300
10550
+ Processing by RailsSitemap::GeoController#index as XML
10551
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
10552
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (1.7ms)
10553
+ Completed 200 OK in 14ms (Views: 12.2ms | ActiveRecord: 0.0ms)
10554
+  (0.1ms) rollback transaction
10555
+  (0.1ms) begin transaction
10556
+ ---------------------------------------------------
10557
+ GeoControllerTest: test_should_return_the_right_xml
10558
+ ---------------------------------------------------
10559
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-10-03 17:01:18 -0300
10560
+ Processing by RailsSitemap::GeoController#index as XML
10561
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
10562
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (0.4ms)
10563
+ Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.0ms)
10564
+  (0.1ms) rollback transaction
10565
+  (0.0ms) begin transaction
10566
+ ----------------------------
10567
+ RailsSitemapTest: test_truth
10568
+ ----------------------------
10569
+  (0.0ms) rollback transaction
10570
+  (0.0ms) begin transaction
10571
+ ---------------------------------------------------------------
10572
+ PagesControllerTest: test_should_return_the_articles_on_sitemap
10573
+ ---------------------------------------------------------------
10574
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]
10575
+  (0.0ms) SAVEPOINT active_record_1
10576
+ SQL (0.2ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2016-10-03 20:01:18 UTC], ["updated_at", 2016-10-03 20:01:18 UTC]]
10577
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10578
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-03 17:01:18 -0300
10579
+ Processing by RailsSitemap::PagesController#index as XML
10580
+ Article Load (0.2ms) SELECT "articles".* FROM "articles"
10581
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
10582
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.5ms)
10583
+ Completed 200 OK in 30672ms (Views: 6.3ms | ActiveRecord: 0.2ms)
10584
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]
10585
+  (0.2ms) rollback transaction
10586
+  (0.1ms) begin transaction
10587
+ ------------------------------------------------------
10588
+ PagesControllerTest: test_should_return_a_success_code
10589
+ ------------------------------------------------------
10590
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-03 17:01:49 -0300
10591
+ Processing by RailsSitemap::PagesController#index as XML
10592
+ Article Load (0.4ms) SELECT "articles".* FROM "articles"
10593
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
10594
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.8ms)
10595
+ Completed 200 OK in 1810ms (Views: 8.5ms | ActiveRecord: 0.4ms)
10596
+  (0.1ms) rollback transaction
10597
+  (0.1ms) begin transaction
10598
+ -----------------------------------------------------
10599
+ PagesControllerTest: test_should_return_the_right_xml
10600
+ -----------------------------------------------------
10601
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-03 17:01:51 -0300
10602
+ Processing by RailsSitemap::PagesController#index as XML
10603
+ Article Load (0.3ms) SELECT "articles".* FROM "articles"
10604
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
10605
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.6ms)
10606
+ Completed 200 OK in 1092ms (Views: 9.5ms | ActiveRecord: 0.3ms)
10607
+  (0.1ms) rollback transaction
10608
+  (0.1ms) begin transaction
10609
+ ---------------------------------------------------------
10610
+ SitemapsControllerTest: test_should_return_a_success_code
10611
+ ---------------------------------------------------------
10612
+ Started GET "/sitemap_index.xml" for 127.0.0.1 at 2016-10-03 17:01:52 -0300
10613
+ Processing by RailsSitemap::SitemapsController#index as XML
10614
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
10615
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (1.1ms)
10616
+ Completed 200 OK in 8ms (Views: 5.9ms | ActiveRecord: 0.0ms)
10617
+  (0.1ms) rollback transaction
10618
+  (0.1ms) begin transaction
10619
+ --------------------------------------------------------
10620
+ SitemapsControllerTest: test_should_return_the_right_xml
10621
+ --------------------------------------------------------
10622
+ Started GET "/sitemap_index.xml" for 127.0.0.1 at 2016-10-03 17:01:52 -0300
10623
+ Processing by RailsSitemap::SitemapsController#index as XML
10624
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
10625
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms)
10626
+ Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms)
10627
+  (0.1ms) rollback transaction
10628
+  (0.0ms) begin transaction
10629
+ -----------------------------------------------------------
10630
+ AttachmentControllerTest: test_should_return_a_success_code
10631
+ -----------------------------------------------------------
10632
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-10-03 17:01:52 -0300
10633
+ Processing by RailsSitemap::AttachmentController#index as XML
10634
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
10635
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (0.8ms)
10636
+ Completed 200 OK in 171ms (Views: 6.7ms | ActiveRecord: 0.0ms)
10637
+  (0.1ms) rollback transaction
10638
+  (0.0ms) begin transaction
10639
+ ----------------------------------------------------------
10640
+ AttachmentControllerTest: test_should_return_the_right_xml
10641
+ ----------------------------------------------------------
10642
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-10-03 17:01:52 -0300
10643
+ Processing by RailsSitemap::AttachmentController#index as XML
10644
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
10645
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms)
10646
+ Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.0ms)
10647
+  (0.0ms) rollback transaction
10648
+  (0.0ms) begin transaction
10649
+ ----------------------------------------------------------
10650
+ LocationsControllerTest: test_should_return_a_success_code
10651
+ ----------------------------------------------------------
10652
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-10-03 17:01:52 -0300
10653
+ Processing by RailsSitemap::LocationsController#index as KML
10654
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
10655
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (0.4ms)
10656
+ Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms)
10657
+  (0.1ms) rollback transaction
10658
+  (0.1ms) begin transaction
10659
+ ---------------------------------------------------------
10660
+ LocationsControllerTest: test_should_return_the_right_xml
10661
+ ---------------------------------------------------------
10662
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-10-03 17:01:52 -0300
10663
+ Processing by RailsSitemap::LocationsController#index as KML
10664
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
10665
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (0.4ms)
10666
+ Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
10667
+  (0.0ms) rollback transaction
10668
+ ActiveRecord::SchemaMigration Load (2.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
10669
+  (0.1ms) begin transaction
10670
+ -----------------------------------------------------------
10671
+ AttachmentControllerTest: test_should_return_a_success_code
10672
+ -----------------------------------------------------------
10673
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:03:25 -0300
10674
+ Processing by RailsSitemap::AttachmentController#index as XML
10675
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
10676
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (6.2ms)
10677
+ Completed 200 OK in 290ms (Views: 15.3ms | ActiveRecord: 0.0ms)
10678
+  (0.1ms) rollback transaction
10679
+  (0.1ms) begin transaction
10680
+ ----------------------------------------------------------
10681
+ AttachmentControllerTest: test_should_return_the_right_xml
10682
+ ----------------------------------------------------------
10683
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:03:26 -0300
10684
+ Processing by RailsSitemap::AttachmentController#index as XML
10685
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
10686
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (0.6ms)
10687
+ Completed 200 OK in 12ms (Views: 8.0ms | ActiveRecord: 0.0ms)
10688
+  (0.1ms) rollback transaction
10689
+  (0.0ms) begin transaction
10690
+ ---------------------------------------------------------
10691
+ SitemapsControllerTest: test_should_return_a_success_code
10692
+ ---------------------------------------------------------
10693
+ Started GET "/sitemap_index.xml" for 127.0.0.1 at 2016-10-07 15:03:26 -0300
10694
+ Processing by RailsSitemap::SitemapsController#index as XML
10695
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
10696
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms)
10697
+ Completed 200 OK in 9ms (Views: 5.3ms | ActiveRecord: 0.0ms)
10698
+  (0.1ms) rollback transaction
10699
+  (0.1ms) begin transaction
10700
+ --------------------------------------------------------
10701
+ SitemapsControllerTest: test_should_return_the_right_xml
10702
+ --------------------------------------------------------
10703
+ Started GET "/sitemap_index.xml" for 127.0.0.1 at 2016-10-07 15:03:26 -0300
10704
+ Processing by RailsSitemap::SitemapsController#index as XML
10705
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
10706
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (0.6ms)
10707
+ Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms)
10708
+  (0.1ms) rollback transaction
10709
+  (0.0ms) begin transaction
10710
+ ----------------------------------------------------
10711
+ GeoControllerTest: test_should_return_a_success_code
10712
+ ----------------------------------------------------
10713
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:03:26 -0300
10714
+ Processing by RailsSitemap::GeoController#index as XML
10715
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
10716
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (1.0ms)
10717
+ Completed 200 OK in 8ms (Views: 5.4ms | ActiveRecord: 0.0ms)
10718
+  (0.1ms) rollback transaction
10719
+  (0.0ms) begin transaction
10720
+ ---------------------------------------------------
10721
+ GeoControllerTest: test_should_return_the_right_xml
10722
+ ---------------------------------------------------
10723
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:03:26 -0300
10724
+ Processing by RailsSitemap::GeoController#index as XML
10725
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
10726
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (0.3ms)
10727
+ Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)
10728
+  (0.1ms) rollback transaction
10729
+  (0.0ms) begin transaction
10730
+ ---------------------------------------------------------------
10731
+ PagesControllerTest: test_should_return_the_articles_on_sitemap
10732
+ ---------------------------------------------------------------
10733
+ Article Load (2.6ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]
10734
+  (0.1ms) SAVEPOINT active_record_1
10735
+ SQL (2.5ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2016-10-07 18:03:26 UTC], ["updated_at", 2016-10-07 18:03:26 UTC]]
10736
+  (0.1ms) RELEASE SAVEPOINT active_record_1
10737
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:03:26 -0300
10738
+ Processing by RailsSitemap::PagesController#index as XML
10739
+ Article Load (0.2ms) SELECT "articles".* FROM "articles"
10740
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
10741
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.5ms)
10742
+ Completed 200 OK in 20ms (Views: 6.2ms | ActiveRecord: 0.2ms)
10743
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]
10744
+  (4.7ms) rollback transaction
10745
+  (0.1ms) begin transaction
10746
+ ------------------------------------------------------
10747
+ PagesControllerTest: test_should_return_a_success_code
10748
+ ------------------------------------------------------
10749
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:03:26 -0300
10750
+ Processing by RailsSitemap::PagesController#index as XML
10751
+ Article Load (0.3ms) SELECT "articles".* FROM "articles"
10752
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
10753
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.5ms)
10754
+ Completed 200 OK in 14ms (Views: 5.6ms | ActiveRecord: 0.3ms)
10755
+  (0.1ms) rollback transaction
10756
+  (0.1ms) begin transaction
10757
+ -----------------------------------------------------
10758
+ PagesControllerTest: test_should_return_the_right_xml
10759
+ -----------------------------------------------------
10760
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:03:26 -0300
10761
+ Processing by RailsSitemap::PagesController#index as XML
10762
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
10763
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
10764
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.6ms)
10765
+ Completed 200 OK in 7ms (Views: 4.5ms | ActiveRecord: 0.1ms)
10766
+  (0.1ms) rollback transaction
10767
+  (0.0ms) begin transaction
10768
+ ----------------------------------------------------------
10769
+ LocationsControllerTest: test_should_return_a_success_code
10770
+ ----------------------------------------------------------
10771
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-10-07 15:03:26 -0300
10772
+ Processing by RailsSitemap::LocationsController#index as KML
10773
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
10774
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (0.4ms)
10775
+ Completed 200 OK in 9ms (Views: 5.7ms | ActiveRecord: 0.0ms)
10776
+  (0.1ms) rollback transaction
10777
+  (0.0ms) begin transaction
10778
+ ---------------------------------------------------------
10779
+ LocationsControllerTest: test_should_return_the_right_xml
10780
+ ---------------------------------------------------------
10781
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-10-07 15:03:26 -0300
10782
+ Processing by RailsSitemap::LocationsController#index as KML
10783
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
10784
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (0.4ms)
10785
+ Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms)
10786
+  (0.1ms) rollback transaction
10787
+  (0.0ms) begin transaction
10788
+ ----------------------------
10789
+ RailsSitemapTest: test_truth
10790
+ ----------------------------
10791
+  (0.0ms) rollback transaction
10792
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
10793
+  (0.1ms) begin transaction
10794
+ ---------------------------------------------------
10795
+ GeoControllerTest: test_should_return_the_right_xml
10796
+ ---------------------------------------------------
10797
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:09:49 -0300
10798
+ Processing by RailsSitemap::GeoController#index as XML
10799
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
10800
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (0.9ms)
10801
+ Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.0ms)
10802
+  (0.2ms) rollback transaction
10803
+  (0.1ms) begin transaction
10804
+ ----------------------------------------------------
10805
+ GeoControllerTest: test_should_return_a_success_code
10806
+ ----------------------------------------------------
10807
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:09:49 -0300
10808
+ Processing by RailsSitemap::GeoController#index as XML
10809
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
10810
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (0.4ms)
10811
+ Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms)
10812
+  (0.0ms) rollback transaction
10813
+  (0.0ms) begin transaction
10814
+ ---------------------------------------------------------
10815
+ SitemapsControllerTest: test_should_return_a_success_code
10816
+ ---------------------------------------------------------
10817
+ Started GET "/sitemap_index.xml" for 127.0.0.1 at 2016-10-07 15:09:49 -0300
10818
+ Processing by RailsSitemap::SitemapsController#index as XML
10819
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
10820
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (0.5ms)
10821
+ Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms)
10822
+  (0.1ms) rollback transaction
10823
+  (0.0ms) begin transaction
10824
+ --------------------------------------------------------
10825
+ SitemapsControllerTest: test_should_return_the_right_xml
10826
+ --------------------------------------------------------
10827
+ Started GET "/sitemap_index.xml" for 127.0.0.1 at 2016-10-07 15:09:49 -0300
10828
+ Processing by RailsSitemap::SitemapsController#index as XML
10829
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
10830
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms)
10831
+ Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms)
10832
+  (0.1ms) rollback transaction
10833
+  (0.1ms) begin transaction
10834
+ ----------------------------------------------------------
10835
+ LocationsControllerTest: test_should_return_a_success_code
10836
+ ----------------------------------------------------------
10837
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-10-07 15:09:49 -0300
10838
+ Processing by RailsSitemap::LocationsController#index as KML
10839
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
10840
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (1.1ms)
10841
+ Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.0ms)
10842
+  (0.1ms) rollback transaction
10843
+  (0.1ms) begin transaction
10844
+ ---------------------------------------------------------
10845
+ LocationsControllerTest: test_should_return_the_right_xml
10846
+ ---------------------------------------------------------
10847
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-10-07 15:09:49 -0300
10848
+ Processing by RailsSitemap::LocationsController#index as KML
10849
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
10850
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (0.5ms)
10851
+ Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms)
10852
+  (0.1ms) rollback transaction
10853
+  (0.0ms) begin transaction
10854
+ ----------------------------
10855
+ RailsSitemapTest: test_truth
10856
+ ----------------------------
10857
+  (0.0ms) rollback transaction
10858
+  (0.1ms) begin transaction
10859
+ ---------------------------------------------------------------
10860
+ PagesControllerTest: test_should_return_the_articles_on_sitemap
10861
+ ---------------------------------------------------------------
10862
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]
10863
+  (0.0ms) SAVEPOINT active_record_1
10864
+ SQL (0.3ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2016-10-07 18:09:49 UTC], ["updated_at", 2016-10-07 18:09:49 UTC]]
10865
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10866
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:09:49 -0300
10867
+ Processing by RailsSitemap::PagesController#index as XML
10868
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
10869
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
10870
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (1.1ms)
10871
+ Completed 200 OK in 13ms (Views: 8.7ms | ActiveRecord: 0.1ms)
10872
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]
10873
+  (4.5ms) rollback transaction
10874
+  (0.2ms) begin transaction
10875
+ ------------------------------------------------------
10876
+ PagesControllerTest: test_should_return_a_success_code
10877
+ ------------------------------------------------------
10878
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:09:49 -0300
10879
+ Processing by RailsSitemap::PagesController#index as XML
10880
+ Article Load (0.2ms) SELECT "articles".* FROM "articles"
10881
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
10882
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.6ms)
10883
+ Completed 200 OK in 11ms (Views: 6.3ms | ActiveRecord: 0.2ms)
10884
+  (0.1ms) rollback transaction
10885
+  (0.1ms) begin transaction
10886
+ -----------------------------------------------------
10887
+ PagesControllerTest: test_should_return_the_right_xml
10888
+ -----------------------------------------------------
10889
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:09:50 -0300
10890
+ Processing by RailsSitemap::PagesController#index as XML
10891
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
10892
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
10893
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.5ms)
10894
+ Completed 200 OK in 7ms (Views: 4.5ms | ActiveRecord: 0.1ms)
10895
+  (0.1ms) rollback transaction
10896
+  (0.1ms) begin transaction
10897
+ -----------------------------------------------------------
10898
+ AttachmentControllerTest: test_should_return_a_success_code
10899
+ -----------------------------------------------------------
10900
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:09:50 -0300
10901
+ Processing by RailsSitemap::AttachmentController#index as XML
10902
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
10903
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (0.5ms)
10904
+ Completed 200 OK in 191ms (Views: 4.6ms | ActiveRecord: 0.0ms)
10905
+  (0.1ms) rollback transaction
10906
+  (0.0ms) begin transaction
10907
+ ----------------------------------------------------------
10908
+ AttachmentControllerTest: test_should_return_the_right_xml
10909
+ ----------------------------------------------------------
10910
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:09:50 -0300
10911
+ Processing by RailsSitemap::AttachmentController#index as XML
10912
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
10913
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms)
10914
+ Completed 200 OK in 7ms (Views: 4.3ms | ActiveRecord: 0.0ms)
10915
+  (0.1ms) rollback transaction
10916
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
10917
+  (0.1ms) begin transaction
10918
+ ----------------------------------------------------------
10919
+ AttachmentControllerTest: test_should_return_the_right_xml
10920
+ ----------------------------------------------------------
10921
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:10:32 -0300
10922
+ Processing by RailsSitemap::AttachmentController#index as XML
10923
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
10924
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (1.5ms)
10925
+ Completed 200 OK in 119464ms (Views: 6.5ms | ActiveRecord: 0.0ms)
10926
+  (0.1ms) rollback transaction
10927
+  (0.1ms) begin transaction
10928
+ -----------------------------------------------------------
10929
+ AttachmentControllerTest: test_should_return_a_success_code
10930
+ -----------------------------------------------------------
10931
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:12:32 -0300
10932
+ Processing by RailsSitemap::AttachmentController#index as XML
10933
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
10934
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (0.8ms)
10935
+ Completed 200 OK in 26040ms (Views: 9.1ms | ActiveRecord: 0.0ms)
10936
+  (0.1ms) rollback transaction
10937
+  (0.0ms) begin transaction
10938
+ ---------------------------------------------------------
10939
+ SitemapsControllerTest: test_should_return_a_success_code
10940
+ ---------------------------------------------------------
10941
+ Started GET "/sitemap_index.xml" for 127.0.0.1 at 2016-10-07 15:12:58 -0300
10942
+ Processing by RailsSitemap::SitemapsController#index as XML
10943
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
10944
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (1.3ms)
10945
+ Completed 200 OK in 721ms (Views: 9.6ms | ActiveRecord: 0.0ms)
10946
+  (0.1ms) rollback transaction
10947
+  (0.1ms) begin transaction
10948
+ --------------------------------------------------------
10949
+ SitemapsControllerTest: test_should_return_the_right_xml
10950
+ --------------------------------------------------------
10951
+ Started GET "/sitemap_index.xml" for 127.0.0.1 at 2016-10-07 15:12:59 -0300
10952
+ Processing by RailsSitemap::SitemapsController#index as XML
10953
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
10954
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (0.6ms)
10955
+ Completed 200 OK in 463ms (Views: 8.8ms | ActiveRecord: 0.0ms)
10956
+  (0.1ms) rollback transaction
10957
+  (0.0ms) begin transaction
10958
+ ----------------------------
10959
+ RailsSitemapTest: test_truth
10960
+ ----------------------------
10961
+  (0.0ms) rollback transaction
10962
+  (0.0ms) begin transaction
10963
+ ---------------------------------------------------------------
10964
+ PagesControllerTest: test_should_return_the_articles_on_sitemap
10965
+ ---------------------------------------------------------------
10966
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]
10967
+  (0.1ms) SAVEPOINT active_record_1
10968
+ SQL (0.3ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2016-10-07 18:12:59 UTC], ["updated_at", 2016-10-07 18:12:59 UTC]]
10969
+  (0.1ms) RELEASE SAVEPOINT active_record_1
10970
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:12:59 -0300
10971
+ Processing by RailsSitemap::PagesController#index as XML
10972
+ Article Load (0.2ms) SELECT "articles".* FROM "articles"
10973
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
10974
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.6ms)
10975
+ Completed 200 OK in 670ms (Views: 6.0ms | ActiveRecord: 0.2ms)
10976
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]
10977
+  (1.6ms) rollback transaction
10978
+  (0.1ms) begin transaction
10979
+ ------------------------------------------------------
10980
+ PagesControllerTest: test_should_return_a_success_code
10981
+ ------------------------------------------------------
10982
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:13:00 -0300
10983
+ Processing by RailsSitemap::PagesController#index as XML
10984
+ Article Load (0.4ms) SELECT "articles".* FROM "articles"
10985
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
10986
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.6ms)
10987
+ Completed 200 OK in 451ms (Views: 8.1ms | ActiveRecord: 0.4ms)
10988
+  (0.1ms) rollback transaction
10989
+  (0.1ms) begin transaction
10990
+ -----------------------------------------------------
10991
+ PagesControllerTest: test_should_return_the_right_xml
10992
+ -----------------------------------------------------
10993
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:13:00 -0300
10994
+ Processing by RailsSitemap::PagesController#index as XML
10995
+ Article Load (0.2ms) SELECT "articles".* FROM "articles"
10996
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
10997
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.5ms)
10998
+ Completed 200 OK in 434ms (Views: 7.7ms | ActiveRecord: 0.2ms)
10999
+  (0.1ms) rollback transaction
11000
+  (0.0ms) begin transaction
11001
+ ----------------------------------------------------------
11002
+ LocationsControllerTest: test_should_return_a_success_code
11003
+ ----------------------------------------------------------
11004
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-10-07 15:13:01 -0300
11005
+ Processing by RailsSitemap::LocationsController#index as KML
11006
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
11007
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (0.5ms)
11008
+ Completed 200 OK in 8ms (Views: 4.8ms | ActiveRecord: 0.0ms)
11009
+  (0.1ms) rollback transaction
11010
+  (0.1ms) begin transaction
11011
+ ---------------------------------------------------------
11012
+ LocationsControllerTest: test_should_return_the_right_xml
11013
+ ---------------------------------------------------------
11014
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-10-07 15:13:01 -0300
11015
+ Processing by RailsSitemap::LocationsController#index as KML
11016
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
11017
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (0.5ms)
11018
+ Completed 200 OK in 7ms (Views: 4.9ms | ActiveRecord: 0.0ms)
11019
+  (0.2ms) rollback transaction
11020
+  (0.1ms) begin transaction
11021
+ ----------------------------------------------------
11022
+ GeoControllerTest: test_should_return_a_success_code
11023
+ ----------------------------------------------------
11024
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:13:01 -0300
11025
+ Processing by RailsSitemap::GeoController#index as XML
11026
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
11027
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (0.4ms)
11028
+ Completed 200 OK in 551ms (Views: 8.2ms | ActiveRecord: 0.0ms)
11029
+  (0.1ms) rollback transaction
11030
+  (0.1ms) begin transaction
11031
+ ---------------------------------------------------
11032
+ GeoControllerTest: test_should_return_the_right_xml
11033
+ ---------------------------------------------------
11034
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:13:01 -0300
11035
+ Processing by RailsSitemap::GeoController#index as XML
11036
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
11037
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (0.5ms)
11038
+ Completed 200 OK in 463ms (Views: 9.7ms | ActiveRecord: 0.0ms)
11039
+  (0.1ms) rollback transaction
11040
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
11041
+  (0.1ms) begin transaction
11042
+ ---------------------------------------------------------
11043
+ LocationsControllerTest: test_should_return_the_right_xml
11044
+ ---------------------------------------------------------
11045
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-10-07 15:13:06 -0300
11046
+ Processing by RailsSitemap::LocationsController#index as KML
11047
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
11048
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (1.0ms)
11049
+ Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.0ms)
11050
+  (0.1ms) rollback transaction
11051
+  (0.1ms) begin transaction
11052
+ ----------------------------------------------------------
11053
+ LocationsControllerTest: test_should_return_a_success_code
11054
+ ----------------------------------------------------------
11055
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-10-07 15:13:06 -0300
11056
+ Processing by RailsSitemap::LocationsController#index as KML
11057
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
11058
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (0.4ms)
11059
+ Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.0ms)
11060
+  (0.0ms) rollback transaction
11061
+  (0.1ms) begin transaction
11062
+ ----------------------------------------------------
11063
+ GeoControllerTest: test_should_return_a_success_code
11064
+ ----------------------------------------------------
11065
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:13:06 -0300
11066
+ Processing by RailsSitemap::GeoController#index as XML
11067
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
11068
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (0.3ms)
11069
+ Completed 200 OK in 9ms (Views: 5.8ms | ActiveRecord: 0.0ms)
11070
+  (0.1ms) rollback transaction
11071
+  (0.1ms) begin transaction
11072
+ ---------------------------------------------------
11073
+ GeoControllerTest: test_should_return_the_right_xml
11074
+ ---------------------------------------------------
11075
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:13:06 -0300
11076
+ Processing by RailsSitemap::GeoController#index as XML
11077
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
11078
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (0.3ms)
11079
+ Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
11080
+  (0.2ms) rollback transaction
11081
+  (0.1ms) begin transaction
11082
+ ---------------------------------------------------------------
11083
+ PagesControllerTest: test_should_return_the_articles_on_sitemap
11084
+ ---------------------------------------------------------------
11085
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]
11086
+  (0.1ms) SAVEPOINT active_record_1
11087
+ SQL (0.4ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2016-10-07 18:13:06 UTC], ["updated_at", 2016-10-07 18:13:06 UTC]]
11088
+  (0.1ms) RELEASE SAVEPOINT active_record_1
11089
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:13:06 -0300
11090
+ Processing by RailsSitemap::PagesController#index as XML
11091
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
11092
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
11093
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.6ms)
11094
+ Completed 200 OK in 20ms (Views: 4.7ms | ActiveRecord: 0.1ms)
11095
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]
11096
+  (1.6ms) rollback transaction
11097
+  (0.1ms) begin transaction
11098
+ -----------------------------------------------------
11099
+ PagesControllerTest: test_should_return_the_right_xml
11100
+ -----------------------------------------------------
11101
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:13:06 -0300
11102
+ Processing by RailsSitemap::PagesController#index as XML
11103
+ Article Load (0.2ms) SELECT "articles".* FROM "articles"
11104
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
11105
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.7ms)
11106
+ Completed 200 OK in 7ms (Views: 4.8ms | ActiveRecord: 0.2ms)
11107
+  (0.1ms) rollback transaction
11108
+  (0.2ms) begin transaction
11109
+ ------------------------------------------------------
11110
+ PagesControllerTest: test_should_return_a_success_code
11111
+ ------------------------------------------------------
11112
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:13:06 -0300
11113
+ Processing by RailsSitemap::PagesController#index as XML
11114
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
11115
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
11116
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (1.9ms)
11117
+ Completed 200 OK in 12ms (Views: 9.7ms | ActiveRecord: 0.1ms)
11118
+  (0.1ms) rollback transaction
11119
+  (0.1ms) begin transaction
11120
+ ----------------------------------------------------------
11121
+ AttachmentControllerTest: test_should_return_the_right_xml
11122
+ ----------------------------------------------------------
11123
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:13:06 -0300
11124
+ Processing by RailsSitemap::AttachmentController#index as XML
11125
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
11126
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (0.5ms)
11127
+ Completed 200 OK in 230ms (Views: 4.8ms | ActiveRecord: 0.0ms)
11128
+  (0.1ms) rollback transaction
11129
+  (0.1ms) begin transaction
11130
+ -----------------------------------------------------------
11131
+ AttachmentControllerTest: test_should_return_a_success_code
11132
+ -----------------------------------------------------------
11133
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:13:07 -0300
11134
+ Processing by RailsSitemap::AttachmentController#index as XML
11135
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
11136
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms)
11137
+ Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms)
11138
+  (0.1ms) rollback transaction
11139
+  (0.0ms) begin transaction
11140
+ --------------------------------------------------------
11141
+ SitemapsControllerTest: test_should_return_the_right_xml
11142
+ --------------------------------------------------------
11143
+ Started GET "/sitemap_index.xml" for 127.0.0.1 at 2016-10-07 15:13:07 -0300
11144
+ Processing by RailsSitemap::SitemapsController#index as XML
11145
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
11146
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms)
11147
+ Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms)
11148
+  (0.1ms) rollback transaction
11149
+  (0.1ms) begin transaction
11150
+ ---------------------------------------------------------
11151
+ SitemapsControllerTest: test_should_return_a_success_code
11152
+ ---------------------------------------------------------
11153
+ Started GET "/sitemap_index.xml" for 127.0.0.1 at 2016-10-07 15:13:07 -0300
11154
+ Processing by RailsSitemap::SitemapsController#index as XML
11155
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
11156
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms)
11157
+ Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms)
11158
+  (0.0ms) rollback transaction
11159
+  (0.1ms) begin transaction
11160
+ ----------------------------
11161
+ RailsSitemapTest: test_truth
11162
+ ----------------------------
11163
+  (0.0ms) rollback transaction
11164
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
11165
+  (0.1ms) begin transaction
11166
+ -----------------------------------------------------------
11167
+ AttachmentControllerTest: test_should_return_a_success_code
11168
+ -----------------------------------------------------------
11169
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:13:52 -0300
11170
+ Processing by RailsSitemap::AttachmentController#index as XML
11171
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
11172
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (1.2ms)
11173
+ Completed 200 OK in 219ms (Views: 6.1ms | ActiveRecord: 0.0ms)
11174
+  (0.1ms) rollback transaction
11175
+  (0.1ms) begin transaction
11176
+ ----------------------------------------------------------
11177
+ AttachmentControllerTest: test_should_return_the_right_xml
11178
+ ----------------------------------------------------------
11179
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:13:53 -0300
11180
+ Processing by RailsSitemap::AttachmentController#index as XML
11181
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
11182
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (0.5ms)
11183
+ Completed 200 OK in 7ms (Views: 4.4ms | ActiveRecord: 0.0ms)
11184
+  (0.1ms) rollback transaction
11185
+  (0.0ms) begin transaction
11186
+ ----------------------------------------------------------
11187
+ LocationsControllerTest: test_should_return_a_success_code
11188
+ ----------------------------------------------------------
11189
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-10-07 15:13:53 -0300
11190
+ Processing by RailsSitemap::LocationsController#index as KML
11191
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
11192
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (0.4ms)
11193
+ Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms)
11194
+  (0.1ms) rollback transaction
11195
+  (0.1ms) begin transaction
11196
+ ---------------------------------------------------------
11197
+ LocationsControllerTest: test_should_return_the_right_xml
11198
+ ---------------------------------------------------------
11199
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-10-07 15:13:53 -0300
11200
+ Processing by RailsSitemap::LocationsController#index as KML
11201
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
11202
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (0.4ms)
11203
+ Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.0ms)
11204
+  (0.1ms) rollback transaction
11205
+  (0.0ms) begin transaction
11206
+ ---------------------------------------------------------
11207
+ SitemapsControllerTest: test_should_return_a_success_code
11208
+ ---------------------------------------------------------
11209
+ Started GET "/sitemap_index.xml" for 127.0.0.1 at 2016-10-07 15:13:53 -0300
11210
+ Processing by RailsSitemap::SitemapsController#index as XML
11211
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
11212
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms)
11213
+ Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms)
11214
+  (0.1ms) rollback transaction
11215
+  (0.0ms) begin transaction
11216
+ --------------------------------------------------------
11217
+ SitemapsControllerTest: test_should_return_the_right_xml
11218
+ --------------------------------------------------------
11219
+ Started GET "/sitemap_index.xml" for 127.0.0.1 at 2016-10-07 15:13:53 -0300
11220
+ Processing by RailsSitemap::SitemapsController#index as XML
11221
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
11222
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms)
11223
+ Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 0.0ms)
11224
+  (0.1ms) rollback transaction
11225
+  (0.0ms) begin transaction
11226
+ ----------------------------
11227
+ RailsSitemapTest: test_truth
11228
+ ----------------------------
11229
+  (0.0ms) rollback transaction
11230
+  (0.0ms) begin transaction
11231
+ ----------------------------------------------------
11232
+ GeoControllerTest: test_should_return_a_success_code
11233
+ ----------------------------------------------------
11234
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:13:53 -0300
11235
+ Processing by RailsSitemap::GeoController#index as XML
11236
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
11237
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (0.3ms)
11238
+ Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms)
11239
+  (0.1ms) rollback transaction
11240
+  (0.1ms) begin transaction
11241
+ ---------------------------------------------------
11242
+ GeoControllerTest: test_should_return_the_right_xml
11243
+ ---------------------------------------------------
11244
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:13:53 -0300
11245
+ Processing by RailsSitemap::GeoController#index as XML
11246
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
11247
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (0.3ms)
11248
+ Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
11249
+  (0.0ms) rollback transaction
11250
+  (0.0ms) begin transaction
11251
+ -----------------------------------------------------
11252
+ PagesControllerTest: test_should_return_the_right_xml
11253
+ -----------------------------------------------------
11254
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:13:53 -0300
11255
+ Processing by RailsSitemap::PagesController#index as XML
11256
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
11257
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
11258
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.5ms)
11259
+ Completed 200 OK in 10ms (Views: 5.7ms | ActiveRecord: 0.2ms)
11260
+  (0.1ms) rollback transaction
11261
+  (0.1ms) begin transaction
11262
+ ------------------------------------------------------
11263
+ PagesControllerTest: test_should_return_a_success_code
11264
+ ------------------------------------------------------
11265
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:13:53 -0300
11266
+ Processing by RailsSitemap::PagesController#index as XML
11267
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
11268
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
11269
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.4ms)
11270
+ Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.1ms)
11271
+  (0.1ms) rollback transaction
11272
+  (0.1ms) begin transaction
11273
+ ---------------------------------------------------------------
11274
+ PagesControllerTest: test_should_return_the_articles_on_sitemap
11275
+ ---------------------------------------------------------------
11276
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]
11277
+  (0.1ms) SAVEPOINT active_record_1
11278
+ SQL (0.2ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2016-10-07 18:13:53 UTC], ["updated_at", 2016-10-07 18:13:53 UTC]]
11279
+  (0.0ms) RELEASE SAVEPOINT active_record_1
11280
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:13:53 -0300
11281
+ Processing by RailsSitemap::PagesController#index as XML
11282
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
11283
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
11284
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.5ms)
11285
+ Completed 200 OK in 7ms (Views: 4.3ms | ActiveRecord: 0.1ms)
11286
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]
11287
+  (2.0ms) rollback transaction
11288
+ ActiveRecord::SchemaMigration Load (2.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
11289
+  (0.1ms) begin transaction
11290
+ ----------------------------
11291
+ RailsSitemapTest: test_truth
11292
+ ----------------------------
11293
+  (0.1ms) rollback transaction
11294
+  (0.1ms) begin transaction
11295
+ --------------------------------------------------------
11296
+ SitemapsControllerTest: test_should_return_the_right_xml
11297
+ --------------------------------------------------------
11298
+ Started GET "/sitemap_index.xml" for 127.0.0.1 at 2016-10-07 15:22:21 -0300
11299
+ Processing by RailsSitemap::SitemapsController#index as XML
11300
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
11301
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (6.8ms)
11302
+ Completed 200 OK in 34ms (Views: 28.6ms | ActiveRecord: 0.0ms)
11303
+  (0.1ms) rollback transaction
11304
+  (0.1ms) begin transaction
11305
+ ---------------------------------------------------------
11306
+ SitemapsControllerTest: test_should_return_a_success_code
11307
+ ---------------------------------------------------------
11308
+ Started GET "/sitemap_index.xml" for 127.0.0.1 at 2016-10-07 15:22:21 -0300
11309
+ Processing by RailsSitemap::SitemapsController#index as XML
11310
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
11311
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (0.6ms)
11312
+ Completed 200 OK in 13ms (Views: 8.8ms | ActiveRecord: 0.0ms)
11313
+  (0.1ms) rollback transaction
11314
+  (0.0ms) begin transaction
11315
+ ---------------------------------------------------
11316
+ GeoControllerTest: test_should_return_the_right_xml
11317
+ ---------------------------------------------------
11318
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:22:21 -0300
11319
+ Processing by RailsSitemap::GeoController#index as XML
11320
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
11321
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (0.3ms)
11322
+ Completed 200 OK in 12ms (Views: 6.6ms | ActiveRecord: 0.0ms)
11323
+  (0.0ms) rollback transaction
11324
+  (0.1ms) begin transaction
11325
+ ----------------------------------------------------
11326
+ GeoControllerTest: test_should_return_a_success_code
11327
+ ----------------------------------------------------
11328
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:22:21 -0300
11329
+ Processing by RailsSitemap::GeoController#index as XML
11330
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
11331
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (0.3ms)
11332
+ Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.0ms)
11333
+  (0.1ms) rollback transaction
11334
+  (0.1ms) begin transaction
11335
+ -----------------------------------------------------
11336
+ PagesControllerTest: test_should_return_the_right_xml
11337
+ -----------------------------------------------------
11338
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:22:21 -0300
11339
+ Processing by RailsSitemap::PagesController#index as XML
11340
+ Article Load (2.1ms) SELECT "articles".* FROM "articles"
11341
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
11342
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (1.1ms)
11343
+ Completed 200 OK in 37ms (Views: 11.9ms | ActiveRecord: 2.4ms)
11344
+  (0.1ms) rollback transaction
11345
+  (0.2ms) begin transaction
11346
+ ------------------------------------------------------
11347
+ PagesControllerTest: test_should_return_a_success_code
11348
+ ------------------------------------------------------
11349
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:22:21 -0300
11350
+ Processing by RailsSitemap::PagesController#index as XML
11351
+ Article Load (0.2ms) SELECT "articles".* FROM "articles"
11352
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
11353
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (1.0ms)
11354
+ Completed 200 OK in 11ms (Views: 7.2ms | ActiveRecord: 0.2ms)
11355
+  (0.1ms) rollback transaction
11356
+  (9.0ms) begin transaction
11357
+ ---------------------------------------------------------------
11358
+ PagesControllerTest: test_should_return_the_articles_on_sitemap
11359
+ ---------------------------------------------------------------
11360
+ Article Load (0.5ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]
11361
+  (0.1ms) SAVEPOINT active_record_1
11362
+ SQL (2.5ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2016-10-07 18:22:21 UTC], ["updated_at", 2016-10-07 18:22:21 UTC]]
11363
+  (0.1ms) RELEASE SAVEPOINT active_record_1
11364
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:22:21 -0300
11365
+ Processing by RailsSitemap::PagesController#index as XML
11366
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
11367
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
11368
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.9ms)
11369
+ Completed 200 OK in 19ms (Views: 9.6ms | ActiveRecord: 0.1ms)
11370
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]
11371
+  (2.2ms) rollback transaction
11372
+  (0.1ms) begin transaction
11373
+ -----------------------------------------------------------
11374
+ AttachmentControllerTest: test_should_return_a_success_code
11375
+ -----------------------------------------------------------
11376
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:22:21 -0300
11377
+ Processing by RailsSitemap::AttachmentController#index as XML
11378
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
11379
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (0.7ms)
11380
+ Completed 200 OK in 327ms (Views: 9.3ms | ActiveRecord: 0.0ms)
11381
+  (0.1ms) rollback transaction
11382
+  (0.1ms) begin transaction
11383
+ ----------------------------------------------------------
11384
+ AttachmentControllerTest: test_should_return_the_right_xml
11385
+ ----------------------------------------------------------
11386
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:22:21 -0300
11387
+ Processing by RailsSitemap::AttachmentController#index as XML
11388
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
11389
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (0.9ms)
11390
+ Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.0ms)
11391
+  (0.1ms) rollback transaction
11392
+  (0.1ms) begin transaction
11393
+ ----------------------------------------------------------
11394
+ LocationsControllerTest: test_should_return_a_success_code
11395
+ ----------------------------------------------------------
11396
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-10-07 15:22:21 -0300
11397
+ Processing by RailsSitemap::LocationsController#index as KML
11398
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
11399
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (0.7ms)
11400
+ Completed 200 OK in 15ms (Views: 9.9ms | ActiveRecord: 0.0ms)
11401
+  (0.1ms) rollback transaction
11402
+  (0.1ms) begin transaction
11403
+ ---------------------------------------------------------
11404
+ LocationsControllerTest: test_should_return_the_right_xml
11405
+ ---------------------------------------------------------
11406
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-10-07 15:22:21 -0300
11407
+ Processing by RailsSitemap::LocationsController#index as KML
11408
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
11409
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (0.4ms)
11410
+ Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms)
11411
+  (0.1ms) rollback transaction
11412
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
11413
+  (0.2ms) begin transaction
11414
+ ----------------------------
11415
+ RailsSitemapTest: test_truth
11416
+ ----------------------------
11417
+  (0.1ms) rollback transaction
11418
+  (0.1ms) begin transaction
11419
+ --------------------------------------------------------
11420
+ SitemapsControllerTest: test_should_return_the_right_xml
11421
+ --------------------------------------------------------
11422
+ Started GET "/sitemap_index.xml" for 127.0.0.1 at 2016-10-07 15:22:34 -0300
11423
+ Processing by RailsSitemap::SitemapsController#index as XML
11424
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
11425
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (2.1ms)
11426
+ Completed 200 OK in 14ms (Views: 10.9ms | ActiveRecord: 0.0ms)
11427
+  (0.1ms) rollback transaction
11428
+  (0.1ms) begin transaction
11429
+ ---------------------------------------------------------
11430
+ SitemapsControllerTest: test_should_return_a_success_code
11431
+ ---------------------------------------------------------
11432
+ Started GET "/sitemap_index.xml" for 127.0.0.1 at 2016-10-07 15:22:34 -0300
11433
+ Processing by RailsSitemap::SitemapsController#index as XML
11434
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
11435
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (0.8ms)
11436
+ Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.0ms)
11437
+  (0.1ms) rollback transaction
11438
+  (0.1ms) begin transaction
11439
+ ----------------------------------------------------------
11440
+ LocationsControllerTest: test_should_return_a_success_code
11441
+ ----------------------------------------------------------
11442
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-10-07 15:22:34 -0300
11443
+ Processing by RailsSitemap::LocationsController#index as KML
11444
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
11445
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (0.4ms)
11446
+ Completed 200 OK in 7ms (Views: 4.5ms | ActiveRecord: 0.0ms)
11447
+  (0.1ms) rollback transaction
11448
+  (0.0ms) begin transaction
11449
+ ---------------------------------------------------------
11450
+ LocationsControllerTest: test_should_return_the_right_xml
11451
+ ---------------------------------------------------------
11452
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-10-07 15:22:34 -0300
11453
+ Processing by RailsSitemap::LocationsController#index as KML
11454
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
11455
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (0.4ms)
11456
+ Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms)
11457
+  (0.0ms) rollback transaction
11458
+  (0.0ms) begin transaction
11459
+ -----------------------------------------------------
11460
+ PagesControllerTest: test_should_return_the_right_xml
11461
+ -----------------------------------------------------
11462
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:22:34 -0300
11463
+ Processing by RailsSitemap::PagesController#index as XML
11464
+ Article Load (0.2ms) SELECT "articles".* FROM "articles"
11465
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
11466
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.5ms)
11467
+ Completed 200 OK in 12ms (Views: 5.6ms | ActiveRecord: 0.4ms)
11468
+  (0.1ms) rollback transaction
11469
+  (0.1ms) begin transaction
11470
+ ------------------------------------------------------
11471
+ PagesControllerTest: test_should_return_a_success_code
11472
+ ------------------------------------------------------
11473
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:22:34 -0300
11474
+ Processing by RailsSitemap::PagesController#index as XML
11475
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
11476
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
11477
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.5ms)
11478
+ Completed 200 OK in 13ms (Views: 10.3ms | ActiveRecord: 0.1ms)
11479
+  (0.1ms) rollback transaction
11480
+  (0.1ms) begin transaction
11481
+ ---------------------------------------------------------------
11482
+ PagesControllerTest: test_should_return_the_articles_on_sitemap
11483
+ ---------------------------------------------------------------
11484
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]
11485
+  (0.1ms) SAVEPOINT active_record_1
11486
+ SQL (0.5ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2016-10-07 18:22:34 UTC], ["updated_at", 2016-10-07 18:22:34 UTC]]
11487
+  (0.1ms) RELEASE SAVEPOINT active_record_1
11488
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:22:34 -0300
11489
+ Processing by RailsSitemap::PagesController#index as XML
11490
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
11491
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
11492
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.7ms)
11493
+ Completed 200 OK in 11ms (Views: 6.1ms | ActiveRecord: 0.1ms)
11494
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]
11495
+  (2.1ms) rollback transaction
11496
+  (0.1ms) begin transaction
11497
+ ----------------------------------------------------------
11498
+ AttachmentControllerTest: test_should_return_the_right_xml
11499
+ ----------------------------------------------------------
11500
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:22:34 -0300
11501
+ Processing by RailsSitemap::AttachmentController#index as XML
11502
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
11503
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (0.5ms)
11504
+ Completed 200 OK in 275ms (Views: 4.5ms | ActiveRecord: 0.0ms)
11505
+  (0.1ms) rollback transaction
11506
+  (0.1ms) begin transaction
11507
+ -----------------------------------------------------------
11508
+ AttachmentControllerTest: test_should_return_a_success_code
11509
+ -----------------------------------------------------------
11510
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:22:35 -0300
11511
+ Processing by RailsSitemap::AttachmentController#index as XML
11512
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
11513
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (0.5ms)
11514
+ Completed 200 OK in 9ms (Views: 5.4ms | ActiveRecord: 0.0ms)
11515
+  (0.1ms) rollback transaction
11516
+  (0.0ms) begin transaction
11517
+ ----------------------------------------------------
11518
+ GeoControllerTest: test_should_return_a_success_code
11519
+ ----------------------------------------------------
11520
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:22:35 -0300
11521
+ Processing by RailsSitemap::GeoController#index as XML
11522
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
11523
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (0.4ms)
11524
+ Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms)
11525
+  (0.1ms) rollback transaction
11526
+  (0.0ms) begin transaction
11527
+ ---------------------------------------------------
11528
+ GeoControllerTest: test_should_return_the_right_xml
11529
+ ---------------------------------------------------
11530
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:22:35 -0300
11531
+ Processing by RailsSitemap::GeoController#index as XML
11532
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
11533
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (0.3ms)
11534
+ Completed 200 OK in 6ms (Views: 4.0ms | ActiveRecord: 0.0ms)
11535
+  (0.0ms) rollback transaction
11536
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
11537
+  (0.1ms) begin transaction
11538
+ ----------------------------------------------------------
11539
+ LocationsControllerTest: test_should_return_a_success_code
11540
+ ----------------------------------------------------------
11541
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-10-07 15:44:17 -0300
11542
+ Processing by RailsSitemap::LocationsController#index as KML
11543
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
11544
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (1.0ms)
11545
+ Completed 200 OK in 14ms (Views: 8.4ms | ActiveRecord: 0.0ms)
11546
+  (0.1ms) rollback transaction
11547
+  (0.1ms) begin transaction
11548
+ ---------------------------------------------------------
11549
+ LocationsControllerTest: test_should_return_the_right_xml
11550
+ ---------------------------------------------------------
11551
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-10-07 15:44:17 -0300
11552
+ Processing by RailsSitemap::LocationsController#index as KML
11553
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
11554
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (0.4ms)
11555
+ Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms)
11556
+  (0.1ms) rollback transaction
11557
+  (0.0ms) begin transaction
11558
+ ---------------------------------------------------------
11559
+ SitemapsControllerTest: test_should_return_a_success_code
11560
+ ---------------------------------------------------------
11561
+ Started GET "/sitemap_index.xml" for 127.0.0.1 at 2016-10-07 15:44:17 -0300
11562
+ Processing by RailsSitemap::SitemapsController#index as XML
11563
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
11564
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms)
11565
+ Completed 200 OK in 9ms (Views: 5.3ms | ActiveRecord: 0.0ms)
11566
+  (0.0ms) rollback transaction
11567
+  (0.1ms) begin transaction
11568
+ --------------------------------------------------------
11569
+ SitemapsControllerTest: test_should_return_the_right_xml
11570
+ --------------------------------------------------------
11571
+ Started GET "/sitemap_index.xml" for 127.0.0.1 at 2016-10-07 15:44:17 -0300
11572
+ Processing by RailsSitemap::SitemapsController#index as XML
11573
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
11574
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms)
11575
+ Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.0ms)
11576
+  (0.1ms) rollback transaction
11577
+  (0.0ms) begin transaction
11578
+ ----------------------------------------------------
11579
+ GeoControllerTest: test_should_return_a_success_code
11580
+ ----------------------------------------------------
11581
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:44:17 -0300
11582
+ Processing by RailsSitemap::GeoController#index as XML
11583
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
11584
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (0.8ms)
11585
+ Completed 200 OK in 14ms (Views: 10.3ms | ActiveRecord: 0.0ms)
11586
+  (0.1ms) rollback transaction
11587
+  (0.1ms) begin transaction
11588
+ ---------------------------------------------------
11589
+ GeoControllerTest: test_should_return_the_right_xml
11590
+ ---------------------------------------------------
11591
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:44:17 -0300
11592
+ Processing by RailsSitemap::GeoController#index as XML
11593
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
11594
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (0.4ms)
11595
+ Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms)
11596
+  (0.1ms) rollback transaction
11597
+  (0.1ms) begin transaction
11598
+ ----------------------------
11599
+ RailsSitemapTest: test_truth
11600
+ ----------------------------
11601
+  (0.1ms) rollback transaction
11602
+  (0.1ms) begin transaction
11603
+ ------------------------------------------------------
11604
+ PagesControllerTest: test_should_return_a_success_code
11605
+ ------------------------------------------------------
11606
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:44:17 -0300
11607
+ Processing by RailsSitemap::PagesController#index as XML
11608
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
11609
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
11610
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.5ms)
11611
+ Completed 200 OK in 19ms (Views: 4.6ms | ActiveRecord: 0.3ms)
11612
+  (0.1ms) rollback transaction
11613
+  (0.1ms) begin transaction
11614
+ ---------------------------------------------------------------
11615
+ PagesControllerTest: test_should_return_the_articles_on_sitemap
11616
+ ---------------------------------------------------------------
11617
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]
11618
+  (0.0ms) SAVEPOINT active_record_1
11619
+ SQL (0.3ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2016-10-07 18:44:17 UTC], ["updated_at", 2016-10-07 18:44:17 UTC]]
11620
+  (0.0ms) RELEASE SAVEPOINT active_record_1
11621
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:44:17 -0300
11622
+ Processing by RailsSitemap::PagesController#index as XML
11623
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
11624
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
11625
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.6ms)
11626
+ Completed 200 OK in 11ms (Views: 5.4ms | ActiveRecord: 0.1ms)
11627
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]
11628
+  (1.5ms) rollback transaction
11629
+  (0.1ms) begin transaction
11630
+ -----------------------------------------------------
11631
+ PagesControllerTest: test_should_return_the_right_xml
11632
+ -----------------------------------------------------
11633
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:44:17 -0300
11634
+ Processing by RailsSitemap::PagesController#index as XML
11635
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
11636
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
11637
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.9ms)
11638
+ Completed 200 OK in 8ms (Views: 5.6ms | ActiveRecord: 0.1ms)
11639
+  (0.1ms) rollback transaction
11640
+  (0.0ms) begin transaction
11641
+ ----------------------------------------------------------
11642
+ AttachmentControllerTest: test_should_return_the_right_xml
11643
+ ----------------------------------------------------------
11644
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:44:17 -0300
11645
+ Processing by RailsSitemap::AttachmentController#index as XML
11646
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
11647
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (0.8ms)
11648
+ Completed 200 OK in 238ms (Views: 7.4ms | ActiveRecord: 0.0ms)
11649
+  (0.1ms) rollback transaction
11650
+  (0.1ms) begin transaction
11651
+ -----------------------------------------------------------
11652
+ AttachmentControllerTest: test_should_return_a_success_code
11653
+ -----------------------------------------------------------
11654
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:44:17 -0300
11655
+ Processing by RailsSitemap::AttachmentController#index as XML
11656
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
11657
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (0.5ms)
11658
+ Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms)
11659
+  (0.1ms) rollback transaction
11660
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
11661
+  (0.1ms) begin transaction
11662
+ ----------------------------------------------------------
11663
+ AttachmentControllerTest: test_should_return_the_right_xml
11664
+ ----------------------------------------------------------
11665
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:45:06 -0300
11666
+ Processing by RailsSitemap::AttachmentController#index as XML
11667
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
11668
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (2.1ms)
11669
+ Completed 200 OK in 230ms (Views: 8.4ms | ActiveRecord: 0.0ms)
11670
+  (0.1ms) rollback transaction
11671
+  (0.1ms) begin transaction
11672
+ -----------------------------------------------------------
11673
+ AttachmentControllerTest: test_should_return_a_success_code
11674
+ -----------------------------------------------------------
11675
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:45:06 -0300
11676
+ Processing by RailsSitemap::AttachmentController#index as XML
11677
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
11678
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (0.5ms)
11679
+ Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms)
11680
+  (0.1ms) rollback transaction
11681
+  (0.0ms) begin transaction
11682
+ ----------------------------
11683
+ RailsSitemapTest: test_truth
11684
+ ----------------------------
11685
+  (0.0ms) rollback transaction
11686
+  (0.0ms) begin transaction
11687
+ ----------------------------------------------------------
11688
+ LocationsControllerTest: test_should_return_a_success_code
11689
+ ----------------------------------------------------------
11690
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-10-07 15:45:06 -0300
11691
+ Processing by RailsSitemap::LocationsController#index as KML
11692
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
11693
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (0.4ms)
11694
+ Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms)
11695
+  (0.1ms) rollback transaction
11696
+  (0.1ms) begin transaction
11697
+ ---------------------------------------------------------
11698
+ LocationsControllerTest: test_should_return_the_right_xml
11699
+ ---------------------------------------------------------
11700
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-10-07 15:45:06 -0300
11701
+ Processing by RailsSitemap::LocationsController#index as KML
11702
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
11703
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (0.4ms)
11704
+ Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.0ms)
11705
+  (0.1ms) rollback transaction
11706
+  (0.0ms) begin transaction
11707
+ ----------------------------------------------------
11708
+ GeoControllerTest: test_should_return_a_success_code
11709
+ ----------------------------------------------------
11710
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:45:06 -0300
11711
+ Processing by RailsSitemap::GeoController#index as XML
11712
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
11713
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (0.4ms)
11714
+ Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.0ms)
11715
+  (0.1ms) rollback transaction
11716
+  (0.1ms) begin transaction
11717
+ ---------------------------------------------------
11718
+ GeoControllerTest: test_should_return_the_right_xml
11719
+ ---------------------------------------------------
11720
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:45:06 -0300
11721
+ Processing by RailsSitemap::GeoController#index as XML
11722
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
11723
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (0.3ms)
11724
+ Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms)
11725
+  (0.1ms) rollback transaction
11726
+  (0.0ms) begin transaction
11727
+ ------------------------------------------------------
11728
+ PagesControllerTest: test_should_return_a_success_code
11729
+ ------------------------------------------------------
11730
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:45:06 -0300
11731
+ Processing by RailsSitemap::PagesController#index as XML
11732
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
11733
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
11734
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.5ms)
11735
+ Completed 200 OK in 9ms (Views: 4.4ms | ActiveRecord: 0.3ms)
11736
+  (0.1ms) rollback transaction
11737
+  (0.1ms) begin transaction
11738
+ ---------------------------------------------------------------
11739
+ PagesControllerTest: test_should_return_the_articles_on_sitemap
11740
+ ---------------------------------------------------------------
11741
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]
11742
+  (0.0ms) SAVEPOINT active_record_1
11743
+ SQL (0.3ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2016-10-07 18:45:06 UTC], ["updated_at", 2016-10-07 18:45:06 UTC]]
11744
+  (0.0ms) RELEASE SAVEPOINT active_record_1
11745
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:45:06 -0300
11746
+ Processing by RailsSitemap::PagesController#index as XML
11747
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
11748
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
11749
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.6ms)
11750
+ Completed 200 OK in 8ms (Views: 5.0ms | ActiveRecord: 0.1ms)
11751
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]
11752
+  (2.2ms) rollback transaction
11753
+  (0.1ms) begin transaction
11754
+ -----------------------------------------------------
11755
+ PagesControllerTest: test_should_return_the_right_xml
11756
+ -----------------------------------------------------
11757
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-10-07 15:45:06 -0300
11758
+ Processing by RailsSitemap::PagesController#index as XML
11759
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
11760
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
11761
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.5ms)
11762
+ Completed 200 OK in 8ms (Views: 5.4ms | ActiveRecord: 0.1ms)
11763
+  (0.1ms) rollback transaction
11764
+  (0.0ms) begin transaction
11765
+ ---------------------------------------------------------
11766
+ SitemapsControllerTest: test_should_return_a_success_code
11767
+ ---------------------------------------------------------
11768
+ Started GET "/sitemap_index.xml" for 127.0.0.1 at 2016-10-07 15:45:06 -0300
11769
+ Processing by RailsSitemap::SitemapsController#index as XML
11770
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
11771
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms)
11772
+ Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms)
11773
+  (0.1ms) rollback transaction
11774
+  (0.1ms) begin transaction
11775
+ --------------------------------------------------------
11776
+ SitemapsControllerTest: test_should_return_the_right_xml
11777
+ --------------------------------------------------------
11778
+ Started GET "/sitemap_index.xml" for 127.0.0.1 at 2016-10-07 15:45:06 -0300
11779
+ Processing by RailsSitemap::SitemapsController#index as XML
11780
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
11781
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (0.6ms)
11782
+ Completed 200 OK in 7ms (Views: 4.9ms | ActiveRecord: 0.0ms)
11783
+  (0.1ms) rollback transaction