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.
data/test/dummy/log/test.log
CHANGED
@@ -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
|
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10544
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
10545
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10555
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10565
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
10566
|
+
----------------------------
|
10567
|
+
RailsSitemapTest: test_truth
|
10568
|
+
----------------------------
|
10569
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
10570
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
10571
|
+
---------------------------------------------------------------
|
10572
|
+
PagesControllerTest: test_should_return_the_articles_on_sitemap
|
10573
|
+
---------------------------------------------------------------
|
10574
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ?[0m [["name", "My first article"], ["LIMIT", 1]]
|
10575
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
10576
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "My first article"], ["created_at", 2016-10-03 20:01:18 UTC], ["updated_at", 2016-10-03 20:01:18 UTC]]
|
10577
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[36mArticle Load (0.2ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
|
10585
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
10586
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[36mArticle Load (0.4ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10597
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[36mArticle Load (0.3ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10608
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10618
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10628
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10638
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
10648
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10658
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
10668
|
+
[1m[36mActiveRecord::SchemaMigration Load (2.3ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
10669
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10679
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10689
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10699
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10709
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10719
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10729
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
10730
|
+
---------------------------------------------------------------
|
10731
|
+
PagesControllerTest: test_should_return_the_articles_on_sitemap
|
10732
|
+
---------------------------------------------------------------
|
10733
|
+
[1m[36mArticle Load (2.6ms)[0m [1m[34mSELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ?[0m [["name", "My first article"], ["LIMIT", 1]]
|
10734
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
10735
|
+
[1m[35mSQL (2.5ms)[0m [1m[32mINSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "My first article"], ["created_at", 2016-10-07 18:03:26 UTC], ["updated_at", 2016-10-07 18:03:26 UTC]]
|
10736
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[36mArticle Load (0.2ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
|
10744
|
+
[1m[35m (4.7ms)[0m [1m[31mrollback transaction[0m
|
10745
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[36mArticle Load (0.3ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10756
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10767
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10777
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10787
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
10788
|
+
----------------------------
|
10789
|
+
RailsSitemapTest: test_truth
|
10790
|
+
----------------------------
|
10791
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
10792
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
10793
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
10803
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
10813
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10823
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10833
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10843
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10853
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
10854
|
+
----------------------------
|
10855
|
+
RailsSitemapTest: test_truth
|
10856
|
+
----------------------------
|
10857
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
10858
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
10859
|
+
---------------------------------------------------------------
|
10860
|
+
PagesControllerTest: test_should_return_the_articles_on_sitemap
|
10861
|
+
---------------------------------------------------------------
|
10862
|
+
[1m[36mArticle Load (0.2ms)[0m [1m[34mSELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ?[0m [["name", "My first article"], ["LIMIT", 1]]
|
10863
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
10864
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "My first article"], ["created_at", 2016-10-07 18:09:49 UTC], ["updated_at", 2016-10-07 18:09:49 UTC]]
|
10865
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
|
10873
|
+
[1m[35m (4.5ms)[0m [1m[31mrollback transaction[0m
|
10874
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[36mArticle Load (0.2ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10885
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10896
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10906
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10916
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
10917
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10927
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10937
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10947
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10957
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
10958
|
+
----------------------------
|
10959
|
+
RailsSitemapTest: test_truth
|
10960
|
+
----------------------------
|
10961
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
10962
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
10963
|
+
---------------------------------------------------------------
|
10964
|
+
PagesControllerTest: test_should_return_the_articles_on_sitemap
|
10965
|
+
---------------------------------------------------------------
|
10966
|
+
[1m[36mArticle Load (0.2ms)[0m [1m[34mSELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ?[0m [["name", "My first article"], ["LIMIT", 1]]
|
10967
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
10968
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "My first article"], ["created_at", 2016-10-07 18:12:59 UTC], ["updated_at", 2016-10-07 18:12:59 UTC]]
|
10969
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[36mArticle Load (0.2ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
|
10977
|
+
[1m[35m (1.6ms)[0m [1m[31mrollback transaction[0m
|
10978
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[36mArticle Load (0.4ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
10989
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[36mArticle Load (0.2ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11000
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11010
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
11020
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11030
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11040
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
11041
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11051
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
11061
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11071
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
11081
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
11082
|
+
---------------------------------------------------------------
|
11083
|
+
PagesControllerTest: test_should_return_the_articles_on_sitemap
|
11084
|
+
---------------------------------------------------------------
|
11085
|
+
[1m[36mArticle Load (0.3ms)[0m [1m[34mSELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ?[0m [["name", "My first article"], ["LIMIT", 1]]
|
11086
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
11087
|
+
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "My first article"], ["created_at", 2016-10-07 18:13:06 UTC], ["updated_at", 2016-10-07 18:13:06 UTC]]
|
11088
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
|
11096
|
+
[1m[35m (1.6ms)[0m [1m[31mrollback transaction[0m
|
11097
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[36mArticle Load (0.2ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11108
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11119
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11129
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11139
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11149
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
11159
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
11160
|
+
----------------------------
|
11161
|
+
RailsSitemapTest: test_truth
|
11162
|
+
----------------------------
|
11163
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
11164
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
11165
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11175
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11185
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11195
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11205
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11215
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11225
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
11226
|
+
----------------------------
|
11227
|
+
RailsSitemapTest: test_truth
|
11228
|
+
----------------------------
|
11229
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
11230
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11240
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
11250
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11261
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11272
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
11273
|
+
---------------------------------------------------------------
|
11274
|
+
PagesControllerTest: test_should_return_the_articles_on_sitemap
|
11275
|
+
---------------------------------------------------------------
|
11276
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ?[0m [["name", "My first article"], ["LIMIT", 1]]
|
11277
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
11278
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "My first article"], ["created_at", 2016-10-07 18:13:53 UTC], ["updated_at", 2016-10-07 18:13:53 UTC]]
|
11279
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
|
11287
|
+
[1m[35m (2.0ms)[0m [1m[31mrollback transaction[0m
|
11288
|
+
[1m[36mActiveRecord::SchemaMigration Load (2.3ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
11289
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
11290
|
+
----------------------------
|
11291
|
+
RailsSitemapTest: test_truth
|
11292
|
+
----------------------------
|
11293
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11294
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11304
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11314
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
11324
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11334
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[36mArticle Load (2.1ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11345
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[36mArticle Load (0.2ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11356
|
+
[1m[35m (9.0ms)[0m [1m[36mbegin transaction[0m
|
11357
|
+
---------------------------------------------------------------
|
11358
|
+
PagesControllerTest: test_should_return_the_articles_on_sitemap
|
11359
|
+
---------------------------------------------------------------
|
11360
|
+
[1m[36mArticle Load (0.5ms)[0m [1m[34mSELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ?[0m [["name", "My first article"], ["LIMIT", 1]]
|
11361
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
11362
|
+
[1m[35mSQL (2.5ms)[0m [1m[32mINSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "My first article"], ["created_at", 2016-10-07 18:22:21 UTC], ["updated_at", 2016-10-07 18:22:21 UTC]]
|
11363
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
|
11371
|
+
[1m[35m (2.2ms)[0m [1m[31mrollback transaction[0m
|
11372
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11382
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11392
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11402
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11412
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
11413
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
11414
|
+
----------------------------
|
11415
|
+
RailsSitemapTest: test_truth
|
11416
|
+
----------------------------
|
11417
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11418
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11428
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11438
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11448
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
11458
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[36mArticle Load (0.2ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11469
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11480
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
11481
|
+
---------------------------------------------------------------
|
11482
|
+
PagesControllerTest: test_should_return_the_articles_on_sitemap
|
11483
|
+
---------------------------------------------------------------
|
11484
|
+
[1m[36mArticle Load (0.3ms)[0m [1m[34mSELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ?[0m [["name", "My first article"], ["LIMIT", 1]]
|
11485
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
11486
|
+
[1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "My first article"], ["created_at", 2016-10-07 18:22:34 UTC], ["updated_at", 2016-10-07 18:22:34 UTC]]
|
11487
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
|
11495
|
+
[1m[35m (2.1ms)[0m [1m[31mrollback transaction[0m
|
11496
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11506
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11516
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11526
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
11536
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
11537
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11547
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11557
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
11567
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11577
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11587
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11597
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
11598
|
+
----------------------------
|
11599
|
+
RailsSitemapTest: test_truth
|
11600
|
+
----------------------------
|
11601
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11602
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11613
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
11614
|
+
---------------------------------------------------------------
|
11615
|
+
PagesControllerTest: test_should_return_the_articles_on_sitemap
|
11616
|
+
---------------------------------------------------------------
|
11617
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ?[0m [["name", "My first article"], ["LIMIT", 1]]
|
11618
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
11619
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "My first article"], ["created_at", 2016-10-07 18:44:17 UTC], ["updated_at", 2016-10-07 18:44:17 UTC]]
|
11620
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
|
11628
|
+
[1m[35m (1.5ms)[0m [1m[31mrollback transaction[0m
|
11629
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11640
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11650
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11660
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
11661
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11671
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11681
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
11682
|
+
----------------------------
|
11683
|
+
RailsSitemapTest: test_truth
|
11684
|
+
----------------------------
|
11685
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
11686
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11696
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11706
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11716
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11726
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11737
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
11738
|
+
---------------------------------------------------------------
|
11739
|
+
PagesControllerTest: test_should_return_the_articles_on_sitemap
|
11740
|
+
---------------------------------------------------------------
|
11741
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ?[0m [["name", "My first article"], ["LIMIT", 1]]
|
11742
|
+
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
11743
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "My first article"], ["created_at", 2016-10-07 18:45:06 UTC], ["updated_at", 2016-10-07 18:45:06 UTC]]
|
11744
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ?[0m [["LIMIT", 1]]
|
11752
|
+
[1m[35m (2.2ms)[0m [1m[31mrollback transaction[0m
|
11753
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[36mArticle Load (0.1ms)[0m [1m[34mSELECT "articles".* FROM "articles"[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11764
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
11774
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|