rails_sitemap 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cf41d7743f877f2479197a842030f864de9144af
4
- data.tar.gz: dce30c9ed640a1ecc314e0c4780708cdddab612b
3
+ metadata.gz: 69235d8b91cbd567dfc45bf68bc9612415eda837
4
+ data.tar.gz: bdeb1f2e49895f196210aaee44c53ae18b55aeb8
5
5
  SHA512:
6
- metadata.gz: 57f713977f9fffa2d904f24beffefbeadfdef7596ce3a752fe6a0e641254f9a63a42002d30cfa5e2464dc027cb01519632f7547c26e1ff340b9073396e461ab9
7
- data.tar.gz: 87744365d0d51a53172f2682af08aa1e57586fa5975776719a7b582673ab8721f62ea1a7262c47444f6faef943e8303cf4bcbad3e5d0411bcc1ff05e1b2ca5c3
6
+ metadata.gz: 4b70ad0bb9ac7fb0b96aace714c1065a409f5a7bfab2d8611d4b1d1520416995789fb2355e5ac568a1c85a9b60e304451089cbcb3747d122bc42f9217caa7c61
7
+ data.tar.gz: 57a038193737cfa8951a2867fd072f54fffacf49d59c41ab0f567fcf07b52270f1c07bb01781dc5deabc7a25c601631e0fdb8f5adcdc4d85be87d43edf0a92d2
@@ -1,4 +1,4 @@
1
- <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.sportsandspineortho.com/wp-content/plugins/wpseo-local/styles/geo-sitemap.xsl"?>
1
+ <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="<%="#{@current_domain}/geo-sitemap.xsl"%>"?>
2
2
  <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:geo="http://www.google.com/geo/schemas/sitemap/1.0">
3
3
  <url>
4
4
  <loc><%= "#{@current_domain}/locations.kml"%></loc>
@@ -1,3 +1,3 @@
1
1
  module RailsSitemap
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  end
@@ -6577,3 +6577,623 @@ Processing by RailsSitemap::SitemapsController#index as XML
6577
6577
  Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms)
6578
6578
  Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.0ms)
6579
6579
   (0.1ms) rollback transaction
6580
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
6581
+  (0.1ms) begin transaction
6582
+ ---------------------------------------------------------
6583
+ SitemapsControllerTest: test_should_return_a_success_code
6584
+ ---------------------------------------------------------
6585
+ Started GET "/sitemap.xml" for 127.0.0.1 at 2016-09-28 14:46:16 -0300
6586
+ Processing by RailsSitemap::SitemapsController#index as XML
6587
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
6588
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (1.0ms)
6589
+ Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 0.0ms)
6590
+  (0.1ms) rollback transaction
6591
+  (0.1ms) begin transaction
6592
+ --------------------------------------------------------
6593
+ SitemapsControllerTest: test_should_return_the_right_xml
6594
+ --------------------------------------------------------
6595
+ Started GET "/sitemap.xml" for 127.0.0.1 at 2016-09-28 14:46:16 -0300
6596
+ Processing by RailsSitemap::SitemapsController#index as XML
6597
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
6598
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms)
6599
+ Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.0ms)
6600
+  (0.0ms) rollback transaction
6601
+  (0.0ms) begin transaction
6602
+ -----------------------------------------------------------
6603
+ AttachmentControllerTest: test_should_return_a_success_code
6604
+ -----------------------------------------------------------
6605
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:46:16 -0300
6606
+ Processing by RailsSitemap::AttachmentController#index as XML
6607
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
6608
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (0.8ms)
6609
+ Completed 200 OK in 230ms (Views: 7.0ms | ActiveRecord: 0.0ms)
6610
+  (0.1ms) rollback transaction
6611
+  (0.1ms) begin transaction
6612
+ ----------------------------------------------------------
6613
+ AttachmentControllerTest: test_should_return_the_right_xml
6614
+ ----------------------------------------------------------
6615
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:46:16 -0300
6616
+ Processing by RailsSitemap::AttachmentController#index as XML
6617
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
6618
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (0.5ms)
6619
+ Completed 200 OK in 7ms (Views: 4.3ms | ActiveRecord: 0.0ms)
6620
+  (0.0ms) rollback transaction
6621
+  (0.0ms) begin transaction
6622
+ ----------------------------------------------------
6623
+ GeoControllerTest: test_should_return_a_success_code
6624
+ ----------------------------------------------------
6625
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:46:16 -0300
6626
+ Processing by RailsSitemap::GeoController#index as XML
6627
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
6628
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (0.3ms)
6629
+ Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms)
6630
+  (0.1ms) rollback transaction
6631
+  (0.1ms) begin transaction
6632
+ ---------------------------------------------------
6633
+ GeoControllerTest: test_should_return_the_right_xml
6634
+ ---------------------------------------------------
6635
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:46:16 -0300
6636
+ Processing by RailsSitemap::GeoController#index as XML
6637
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
6638
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (0.4ms)
6639
+ Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.0ms)
6640
+  (0.1ms) rollback transaction
6641
+  (0.0ms) begin transaction
6642
+ ------------------------------------------------------
6643
+ PagesControllerTest: test_should_return_a_success_code
6644
+ ------------------------------------------------------
6645
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:46:16 -0300
6646
+ Processing by RailsSitemap::PagesController#index as XML
6647
+ Article Load (0.2ms) SELECT "articles".* FROM "articles"
6648
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
6649
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.6ms)
6650
+ Completed 200 OK in 12ms (Views: 5.6ms | ActiveRecord: 0.3ms)
6651
+  (0.1ms) rollback transaction
6652
+  (0.1ms) begin transaction
6653
+ -----------------------------------------------------
6654
+ PagesControllerTest: test_should_return_the_right_xml
6655
+ -----------------------------------------------------
6656
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:46:16 -0300
6657
+ Processing by RailsSitemap::PagesController#index as XML
6658
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
6659
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
6660
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.5ms)
6661
+ Completed 200 OK in 7ms (Views: 4.5ms | ActiveRecord: 0.1ms)
6662
+  (0.1ms) rollback transaction
6663
+  (0.0ms) begin transaction
6664
+ ---------------------------------------------------------------
6665
+ PagesControllerTest: test_should_return_the_articles_on_sitemap
6666
+ ---------------------------------------------------------------
6667
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]
6668
+  (0.0ms) SAVEPOINT active_record_1
6669
+ SQL (0.3ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2016-09-28 17:46:16 UTC], ["updated_at", 2016-09-28 17:46:16 UTC]]
6670
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6671
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:46:16 -0300
6672
+ Processing by RailsSitemap::PagesController#index as XML
6673
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
6674
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
6675
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.5ms)
6676
+ Completed 200 OK in 8ms (Views: 4.2ms | ActiveRecord: 0.1ms)
6677
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]
6678
+  (4.7ms) rollback transaction
6679
+  (0.0ms) begin transaction
6680
+ ----------------------------
6681
+ RailsSitemapTest: test_truth
6682
+ ----------------------------
6683
+  (0.0ms) rollback transaction
6684
+  (0.0ms) begin transaction
6685
+ ----------------------------------------------------------
6686
+ LocationsControllerTest: test_should_return_a_success_code
6687
+ ----------------------------------------------------------
6688
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-09-28 14:46:16 -0300
6689
+ Processing by RailsSitemap::LocationsController#index as KML
6690
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
6691
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (0.4ms)
6692
+ Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.0ms)
6693
+  (0.1ms) rollback transaction
6694
+  (0.1ms) begin transaction
6695
+ ---------------------------------------------------------
6696
+ LocationsControllerTest: test_should_return_the_right_xml
6697
+ ---------------------------------------------------------
6698
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-09-28 14:46:16 -0300
6699
+ Processing by RailsSitemap::LocationsController#index as KML
6700
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
6701
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (0.4ms)
6702
+ Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms)
6703
+  (0.1ms) rollback transaction
6704
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
6705
+  (0.1ms) begin transaction
6706
+ ----------------------------------------------------------
6707
+ LocationsControllerTest: test_should_return_a_success_code
6708
+ ----------------------------------------------------------
6709
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-09-28 14:47:00 -0300
6710
+ Processing by RailsSitemap::LocationsController#index as KML
6711
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
6712
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (1.0ms)
6713
+ Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.0ms)
6714
+  (0.1ms) rollback transaction
6715
+  (0.0ms) begin transaction
6716
+ ---------------------------------------------------------
6717
+ LocationsControllerTest: test_should_return_the_right_xml
6718
+ ---------------------------------------------------------
6719
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-09-28 14:47:00 -0300
6720
+ Processing by RailsSitemap::LocationsController#index as KML
6721
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
6722
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (0.5ms)
6723
+ Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms)
6724
+  (0.1ms) rollback transaction
6725
+  (0.1ms) begin transaction
6726
+ ----------------------------
6727
+ RailsSitemapTest: test_truth
6728
+ ----------------------------
6729
+  (0.0ms) rollback transaction
6730
+  (0.0ms) begin transaction
6731
+ -----------------------------------------------------------
6732
+ AttachmentControllerTest: test_should_return_a_success_code
6733
+ -----------------------------------------------------------
6734
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:47:00 -0300
6735
+ Processing by RailsSitemap::AttachmentController#index as XML
6736
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
6737
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (0.8ms)
6738
+ Completed 200 OK in 234ms (Views: 7.2ms | ActiveRecord: 0.0ms)
6739
+  (0.1ms) rollback transaction
6740
+  (0.1ms) begin transaction
6741
+ ----------------------------------------------------------
6742
+ AttachmentControllerTest: test_should_return_the_right_xml
6743
+ ----------------------------------------------------------
6744
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:47:00 -0300
6745
+ Processing by RailsSitemap::AttachmentController#index as XML
6746
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
6747
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms)
6748
+ Completed 200 OK in 7ms (Views: 4.5ms | ActiveRecord: 0.0ms)
6749
+  (0.1ms) rollback transaction
6750
+  (0.0ms) begin transaction
6751
+ ---------------------------------------------------------
6752
+ SitemapsControllerTest: test_should_return_a_success_code
6753
+ ---------------------------------------------------------
6754
+ Started GET "/sitemap.xml" for 127.0.0.1 at 2016-09-28 14:47:00 -0300
6755
+ Processing by RailsSitemap::SitemapsController#index as XML
6756
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
6757
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (0.7ms)
6758
+ Completed 200 OK in 13ms (Views: 9.3ms | ActiveRecord: 0.0ms)
6759
+  (0.1ms) rollback transaction
6760
+  (0.1ms) begin transaction
6761
+ --------------------------------------------------------
6762
+ SitemapsControllerTest: test_should_return_the_right_xml
6763
+ --------------------------------------------------------
6764
+ Started GET "/sitemap.xml" for 127.0.0.1 at 2016-09-28 14:47:00 -0300
6765
+ Processing by RailsSitemap::SitemapsController#index as XML
6766
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
6767
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (0.6ms)
6768
+ Completed 200 OK in 13ms (Views: 9.1ms | ActiveRecord: 0.0ms)
6769
+  (0.1ms) rollback transaction
6770
+  (0.0ms) begin transaction
6771
+ -----------------------------------------------------
6772
+ PagesControllerTest: test_should_return_the_right_xml
6773
+ -----------------------------------------------------
6774
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:47:00 -0300
6775
+ Processing by RailsSitemap::PagesController#index as XML
6776
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
6777
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
6778
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.5ms)
6779
+ Completed 200 OK in 9ms (Views: 4.6ms | ActiveRecord: 0.2ms)
6780
+  (0.1ms) rollback transaction
6781
+  (0.1ms) begin transaction
6782
+ ------------------------------------------------------
6783
+ PagesControllerTest: test_should_return_a_success_code
6784
+ ------------------------------------------------------
6785
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:47:00 -0300
6786
+ Processing by RailsSitemap::PagesController#index as XML
6787
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
6788
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
6789
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.5ms)
6790
+ Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.1ms)
6791
+  (0.1ms) rollback transaction
6792
+  (0.1ms) begin transaction
6793
+ ---------------------------------------------------------------
6794
+ PagesControllerTest: test_should_return_the_articles_on_sitemap
6795
+ ---------------------------------------------------------------
6796
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]
6797
+  (0.0ms) SAVEPOINT active_record_1
6798
+ SQL (0.2ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2016-09-28 17:47:00 UTC], ["updated_at", 2016-09-28 17:47:00 UTC]]
6799
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6800
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:47:00 -0300
6801
+ Processing by RailsSitemap::PagesController#index as XML
6802
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
6803
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
6804
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.6ms)
6805
+ Completed 200 OK in 8ms (Views: 4.6ms | ActiveRecord: 0.1ms)
6806
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]
6807
+  (2.0ms) rollback transaction
6808
+  (0.1ms) begin transaction
6809
+ ---------------------------------------------------
6810
+ GeoControllerTest: test_should_return_the_right_xml
6811
+ ---------------------------------------------------
6812
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:47:00 -0300
6813
+ Processing by RailsSitemap::GeoController#index as XML
6814
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
6815
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (0.4ms)
6816
+ Completed 200 OK in 7ms (Views: 4.9ms | ActiveRecord: 0.0ms)
6817
+  (0.1ms) rollback transaction
6818
+  (0.1ms) begin transaction
6819
+ ----------------------------------------------------
6820
+ GeoControllerTest: test_should_return_a_success_code
6821
+ ----------------------------------------------------
6822
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:47:00 -0300
6823
+ Processing by RailsSitemap::GeoController#index as XML
6824
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
6825
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (0.9ms)
6826
+ Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 0.0ms)
6827
+  (0.1ms) rollback transaction
6828
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
6829
+  (0.1ms) begin transaction
6830
+ ----------------------------------------------------------
6831
+ LocationsControllerTest: test_should_return_a_success_code
6832
+ ----------------------------------------------------------
6833
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-09-28 14:47:31 -0300
6834
+ Processing by RailsSitemap::LocationsController#index as KML
6835
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
6836
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (0.9ms)
6837
+ Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.0ms)
6838
+  (0.1ms) rollback transaction
6839
+  (0.1ms) begin transaction
6840
+ ---------------------------------------------------------
6841
+ LocationsControllerTest: test_should_return_the_right_xml
6842
+ ---------------------------------------------------------
6843
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-09-28 14:47:31 -0300
6844
+ Processing by RailsSitemap::LocationsController#index as KML
6845
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
6846
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (0.4ms)
6847
+ Completed 200 OK in 6ms (Views: 4.0ms | ActiveRecord: 0.0ms)
6848
+  (0.0ms) rollback transaction
6849
+  (0.0ms) begin transaction
6850
+ -----------------------------------------------------------
6851
+ AttachmentControllerTest: test_should_return_a_success_code
6852
+ -----------------------------------------------------------
6853
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:47:31 -0300
6854
+ Processing by RailsSitemap::AttachmentController#index as XML
6855
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
6856
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms)
6857
+ Completed 200 OK in 243ms (Views: 4.4ms | ActiveRecord: 0.0ms)
6858
+  (0.1ms) rollback transaction
6859
+  (0.1ms) begin transaction
6860
+ ----------------------------------------------------------
6861
+ AttachmentControllerTest: test_should_return_the_right_xml
6862
+ ----------------------------------------------------------
6863
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:47:31 -0300
6864
+ Processing by RailsSitemap::AttachmentController#index as XML
6865
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
6866
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (0.5ms)
6867
+ Completed 200 OK in 8ms (Views: 4.4ms | ActiveRecord: 0.0ms)
6868
+  (0.1ms) rollback transaction
6869
+  (0.0ms) begin transaction
6870
+ ----------------------------
6871
+ RailsSitemapTest: test_truth
6872
+ ----------------------------
6873
+  (0.0ms) rollback transaction
6874
+  (0.0ms) begin transaction
6875
+ ---------------------------------------------------------------
6876
+ PagesControllerTest: test_should_return_the_articles_on_sitemap
6877
+ ---------------------------------------------------------------
6878
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]
6879
+  (0.1ms) SAVEPOINT active_record_1
6880
+ SQL (0.3ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2016-09-28 17:47:31 UTC], ["updated_at", 2016-09-28 17:47:31 UTC]]
6881
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6882
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:47:31 -0300
6883
+ Processing by RailsSitemap::PagesController#index as XML
6884
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
6885
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
6886
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.9ms)
6887
+ Completed 200 OK in 8ms (Views: 4.8ms | ActiveRecord: 0.1ms)
6888
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]
6889
+  (2.3ms) rollback transaction
6890
+  (0.1ms) begin transaction
6891
+ ------------------------------------------------------
6892
+ PagesControllerTest: test_should_return_a_success_code
6893
+ ------------------------------------------------------
6894
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:47:31 -0300
6895
+ Processing by RailsSitemap::PagesController#index as XML
6896
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
6897
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
6898
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.4ms)
6899
+ Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.1ms)
6900
+  (0.1ms) rollback transaction
6901
+  (0.1ms) begin transaction
6902
+ -----------------------------------------------------
6903
+ PagesControllerTest: test_should_return_the_right_xml
6904
+ -----------------------------------------------------
6905
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:47:31 -0300
6906
+ Processing by RailsSitemap::PagesController#index as XML
6907
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
6908
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
6909
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.7ms)
6910
+ Completed 200 OK in 9ms (Views: 6.7ms | ActiveRecord: 0.1ms)
6911
+  (0.1ms) rollback transaction
6912
+  (0.0ms) begin transaction
6913
+ ---------------------------------------------------------
6914
+ SitemapsControllerTest: test_should_return_a_success_code
6915
+ ---------------------------------------------------------
6916
+ Started GET "/sitemap.xml" for 127.0.0.1 at 2016-09-28 14:47:31 -0300
6917
+ Processing by RailsSitemap::SitemapsController#index as XML
6918
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
6919
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms)
6920
+ Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms)
6921
+  (0.1ms) rollback transaction
6922
+  (0.1ms) begin transaction
6923
+ --------------------------------------------------------
6924
+ SitemapsControllerTest: test_should_return_the_right_xml
6925
+ --------------------------------------------------------
6926
+ Started GET "/sitemap.xml" for 127.0.0.1 at 2016-09-28 14:47:31 -0300
6927
+ Processing by RailsSitemap::SitemapsController#index as XML
6928
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
6929
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms)
6930
+ Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms)
6931
+  (0.1ms) rollback transaction
6932
+  (0.0ms) begin transaction
6933
+ ----------------------------------------------------
6934
+ GeoControllerTest: test_should_return_a_success_code
6935
+ ----------------------------------------------------
6936
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:47:31 -0300
6937
+ Processing by RailsSitemap::GeoController#index as XML
6938
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
6939
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (0.7ms)
6940
+ Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.0ms)
6941
+  (0.1ms) rollback transaction
6942
+  (0.1ms) begin transaction
6943
+ ---------------------------------------------------
6944
+ GeoControllerTest: test_should_return_the_right_xml
6945
+ ---------------------------------------------------
6946
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:47:31 -0300
6947
+ Processing by RailsSitemap::GeoController#index as XML
6948
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
6949
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (0.3ms)
6950
+ Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.0ms)
6951
+  (0.1ms) rollback transaction
6952
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
6953
+  (0.1ms) begin transaction
6954
+ ----------------------------
6955
+ RailsSitemapTest: test_truth
6956
+ ----------------------------
6957
+  (0.0ms) rollback transaction
6958
+  (0.0ms) begin transaction
6959
+ ---------------------------------------------------
6960
+ GeoControllerTest: test_should_return_the_right_xml
6961
+ ---------------------------------------------------
6962
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:48:18 -0300
6963
+ Processing by RailsSitemap::GeoController#index as XML
6964
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
6965
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (0.9ms)
6966
+ Completed 200 OK in 9ms (Views: 6.7ms | ActiveRecord: 0.0ms)
6967
+  (0.1ms) rollback transaction
6968
+  (0.1ms) begin transaction
6969
+ ----------------------------------------------------
6970
+ GeoControllerTest: test_should_return_a_success_code
6971
+ ----------------------------------------------------
6972
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:48:18 -0300
6973
+ Processing by RailsSitemap::GeoController#index as XML
6974
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
6975
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (0.3ms)
6976
+ Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.0ms)
6977
+  (0.0ms) rollback transaction
6978
+  (0.0ms) begin transaction
6979
+ ------------------------------------------------------
6980
+ PagesControllerTest: test_should_return_a_success_code
6981
+ ------------------------------------------------------
6982
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:48:18 -0300
6983
+ Processing by RailsSitemap::PagesController#index as XML
6984
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
6985
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
6986
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.9ms)
6987
+ Completed 200 OK in 15ms (Views: 9.9ms | ActiveRecord: 0.2ms)
6988
+  (0.1ms) rollback transaction
6989
+  (0.1ms) begin transaction
6990
+ ---------------------------------------------------------------
6991
+ PagesControllerTest: test_should_return_the_articles_on_sitemap
6992
+ ---------------------------------------------------------------
6993
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]
6994
+  (0.1ms) SAVEPOINT active_record_1
6995
+ SQL (0.3ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2016-09-28 17:48:18 UTC], ["updated_at", 2016-09-28 17:48:18 UTC]]
6996
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6997
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:48:18 -0300
6998
+ Processing by RailsSitemap::PagesController#index as XML
6999
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
7000
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
7001
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.5ms)
7002
+ Completed 200 OK in 7ms (Views: 4.3ms | ActiveRecord: 0.1ms)
7003
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]
7004
+  (2.2ms) rollback transaction
7005
+  (0.1ms) begin transaction
7006
+ -----------------------------------------------------
7007
+ PagesControllerTest: test_should_return_the_right_xml
7008
+ -----------------------------------------------------
7009
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:48:18 -0300
7010
+ Processing by RailsSitemap::PagesController#index as XML
7011
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
7012
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
7013
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.6ms)
7014
+ Completed 200 OK in 7ms (Views: 4.9ms | ActiveRecord: 0.1ms)
7015
+  (0.1ms) rollback transaction
7016
+  (0.1ms) begin transaction
7017
+ -----------------------------------------------------------
7018
+ AttachmentControllerTest: test_should_return_a_success_code
7019
+ -----------------------------------------------------------
7020
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:48:18 -0300
7021
+ Processing by RailsSitemap::AttachmentController#index as XML
7022
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
7023
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (0.6ms)
7024
+ Completed 200 OK in 227ms (Views: 4.6ms | ActiveRecord: 0.0ms)
7025
+  (0.1ms) rollback transaction
7026
+  (0.1ms) begin transaction
7027
+ ----------------------------------------------------------
7028
+ AttachmentControllerTest: test_should_return_the_right_xml
7029
+ ----------------------------------------------------------
7030
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:48:19 -0300
7031
+ Processing by RailsSitemap::AttachmentController#index as XML
7032
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
7033
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (0.5ms)
7034
+ Completed 200 OK in 8ms (Views: 4.6ms | ActiveRecord: 0.0ms)
7035
+  (0.1ms) rollback transaction
7036
+  (0.1ms) begin transaction
7037
+ ---------------------------------------------------------
7038
+ LocationsControllerTest: test_should_return_the_right_xml
7039
+ ---------------------------------------------------------
7040
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-09-28 14:48:19 -0300
7041
+ Processing by RailsSitemap::LocationsController#index as KML
7042
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
7043
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (0.4ms)
7044
+ Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms)
7045
+  (0.1ms) rollback transaction
7046
+  (0.1ms) begin transaction
7047
+ ----------------------------------------------------------
7048
+ LocationsControllerTest: test_should_return_a_success_code
7049
+ ----------------------------------------------------------
7050
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-09-28 14:48:19 -0300
7051
+ Processing by RailsSitemap::LocationsController#index as KML
7052
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
7053
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (0.4ms)
7054
+ Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.0ms)
7055
+  (0.1ms) rollback transaction
7056
+  (0.0ms) begin transaction
7057
+ ---------------------------------------------------------
7058
+ SitemapsControllerTest: test_should_return_a_success_code
7059
+ ---------------------------------------------------------
7060
+ Started GET "/sitemap.xml" for 127.0.0.1 at 2016-09-28 14:48:19 -0300
7061
+ Processing by RailsSitemap::SitemapsController#index as XML
7062
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
7063
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (0.5ms)
7064
+ Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms)
7065
+  (0.1ms) rollback transaction
7066
+  (0.1ms) begin transaction
7067
+ --------------------------------------------------------
7068
+ SitemapsControllerTest: test_should_return_the_right_xml
7069
+ --------------------------------------------------------
7070
+ Started GET "/sitemap.xml" for 127.0.0.1 at 2016-09-28 14:48:19 -0300
7071
+ Processing by RailsSitemap::SitemapsController#index as XML
7072
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
7073
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms)
7074
+ Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.0ms)
7075
+  (0.1ms) rollback transaction
7076
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
7077
+  (0.1ms) begin transaction
7078
+ -----------------------------------------------------
7079
+ PagesControllerTest: test_should_return_the_right_xml
7080
+ -----------------------------------------------------
7081
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:51:56 -0300
7082
+ Processing by RailsSitemap::PagesController#index as XML
7083
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
7084
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
7085
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (1.4ms)
7086
+ Completed 200 OK in 19ms (Views: 13.2ms | ActiveRecord: 0.2ms)
7087
+  (0.1ms) rollback transaction
7088
+  (0.1ms) begin transaction
7089
+ ------------------------------------------------------
7090
+ PagesControllerTest: test_should_return_a_success_code
7091
+ ------------------------------------------------------
7092
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:51:57 -0300
7093
+ Processing by RailsSitemap::PagesController#index as XML
7094
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
7095
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
7096
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.5ms)
7097
+ Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.1ms)
7098
+  (0.0ms) rollback transaction
7099
+  (0.1ms) begin transaction
7100
+ ---------------------------------------------------------------
7101
+ PagesControllerTest: test_should_return_the_articles_on_sitemap
7102
+ ---------------------------------------------------------------
7103
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]
7104
+  (0.0ms) SAVEPOINT active_record_1
7105
+ SQL (0.2ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2016-09-28 17:51:57 UTC], ["updated_at", 2016-09-28 17:51:57 UTC]]
7106
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7107
+ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:51:57 -0300
7108
+ Processing by RailsSitemap::PagesController#index as XML
7109
+ Article Load (0.1ms) SELECT "articles".* FROM "articles"
7110
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb
7111
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/pages/index.xml.erb (0.5ms)
7112
+ Completed 200 OK in 7ms (Views: 4.3ms | ActiveRecord: 0.1ms)
7113
+ Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]
7114
+  (2.1ms) rollback transaction
7115
+  (0.0ms) begin transaction
7116
+ -----------------------------------------------------------
7117
+ AttachmentControllerTest: test_should_return_a_success_code
7118
+ -----------------------------------------------------------
7119
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:51:57 -0300
7120
+ Processing by RailsSitemap::AttachmentController#index as XML
7121
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
7122
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms)
7123
+ Completed 200 OK in 233ms (Views: 4.4ms | ActiveRecord: 0.0ms)
7124
+  (0.1ms) rollback transaction
7125
+  (0.1ms) begin transaction
7126
+ ----------------------------------------------------------
7127
+ AttachmentControllerTest: test_should_return_the_right_xml
7128
+ ----------------------------------------------------------
7129
+ Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:51:57 -0300
7130
+ Processing by RailsSitemap::AttachmentController#index as XML
7131
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb
7132
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms)
7133
+ Completed 200 OK in 10ms (Views: 6.0ms | ActiveRecord: 0.0ms)
7134
+  (0.1ms) rollback transaction
7135
+  (0.0ms) begin transaction
7136
+ ----------------------------
7137
+ RailsSitemapTest: test_truth
7138
+ ----------------------------
7139
+  (0.0ms) rollback transaction
7140
+  (0.0ms) begin transaction
7141
+ ----------------------------------------------------
7142
+ GeoControllerTest: test_should_return_a_success_code
7143
+ ----------------------------------------------------
7144
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:51:57 -0300
7145
+ Processing by RailsSitemap::GeoController#index as XML
7146
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
7147
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (0.4ms)
7148
+ Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms)
7149
+  (0.1ms) rollback transaction
7150
+  (0.1ms) begin transaction
7151
+ ---------------------------------------------------
7152
+ GeoControllerTest: test_should_return_the_right_xml
7153
+ ---------------------------------------------------
7154
+ Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2016-09-28 14:51:57 -0300
7155
+ Processing by RailsSitemap::GeoController#index as XML
7156
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb
7157
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/geo/index.xml.erb (0.3ms)
7158
+ Completed 200 OK in 6ms (Views: 4.0ms | ActiveRecord: 0.0ms)
7159
+  (0.1ms) rollback transaction
7160
+  (0.1ms) begin transaction
7161
+ ---------------------------------------------------------
7162
+ SitemapsControllerTest: test_should_return_a_success_code
7163
+ ---------------------------------------------------------
7164
+ Started GET "/sitemap.xml" for 127.0.0.1 at 2016-09-28 14:51:57 -0300
7165
+ Processing by RailsSitemap::SitemapsController#index as XML
7166
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
7167
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms)
7168
+ Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms)
7169
+  (0.1ms) rollback transaction
7170
+  (0.1ms) begin transaction
7171
+ --------------------------------------------------------
7172
+ SitemapsControllerTest: test_should_return_the_right_xml
7173
+ --------------------------------------------------------
7174
+ Started GET "/sitemap.xml" for 127.0.0.1 at 2016-09-28 14:51:57 -0300
7175
+ Processing by RailsSitemap::SitemapsController#index as XML
7176
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb
7177
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms)
7178
+ Completed 200 OK in 6ms (Views: 4.0ms | ActiveRecord: 0.0ms)
7179
+  (0.1ms) rollback transaction
7180
+  (0.3ms) begin transaction
7181
+ ---------------------------------------------------------
7182
+ LocationsControllerTest: test_should_return_the_right_xml
7183
+ ---------------------------------------------------------
7184
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-09-28 14:51:57 -0300
7185
+ Processing by RailsSitemap::LocationsController#index as KML
7186
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
7187
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (0.4ms)
7188
+ Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms)
7189
+  (0.1ms) rollback transaction
7190
+  (0.1ms) begin transaction
7191
+ ----------------------------------------------------------
7192
+ LocationsControllerTest: test_should_return_a_success_code
7193
+ ----------------------------------------------------------
7194
+ Started GET "/locations.kml" for 127.0.0.1 at 2016-09-28 14:51:57 -0300
7195
+ Processing by RailsSitemap::LocationsController#index as KML
7196
+ Rendering /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb
7197
+ Rendered /Users/pgonzaga/repositories/rails_sitemap/app/views/rails_sitemap/locations/index.kml.erb (0.8ms)
7198
+ Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.0ms)
7199
+  (0.2ms) rollback transaction
@@ -8,6 +8,6 @@ class GeoControllerTest < ActionDispatch::IntegrationTest
8
8
 
9
9
  test 'should return the right xml' do
10
10
  get '/geo-sitemap.xml'
11
- assert_equal response.body, "<?xml version=\"1.0\" encoding=\"UTF-8\"?><?xml-stylesheet type=\"text/xsl\" href=\"http://www.sportsandspineortho.com/wp-content/plugins/wpseo-local/styles/geo-sitemap.xsl\"?>\n<urlset xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\" xmlns:geo=\"http://www.google.com/geo/schemas/sitemap/1.0\">\n <url>\n <loc>http://www.example.com/locations.kml</loc>\n <lastmod>2016-09-22T18:11:05-03:00</lastmod>\n <priority>1</priority>\n </url>\n</urlset>\n"
11
+ assert_equal response.body, "<?xml version=\"1.0\" encoding=\"UTF-8\"?><?xml-stylesheet type=\"text/xsl\" href=\"http://www.example.com/geo-sitemap.xsl\"?>\n<urlset xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\" xmlns:geo=\"http://www.google.com/geo/schemas/sitemap/1.0\">\n <url>\n <loc>http://www.example.com/locations.kml</loc>\n <lastmod>2016-09-22T18:11:05-03:00</lastmod>\n <priority>1</priority>\n </url>\n</urlset>\n"
12
12
  end
13
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_sitemap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pablo Gonzaga