(134.8ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (76.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT version FROM "schema_migrations"  (107.7ms) INSERT INTO "schema_migrations" (version) VALUES (20160926153532)  (0.1ms) select sqlite_version(*)  (123.6ms) INSERT INTO "schema_migrations" (version) VALUES (20160926151250);   (146.4ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", 2017-06-23 17:56:57 UTC], ["updated_at", 2017-06-23 17:56:57 UTC]]  (174.6ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-23 17:56:57 UTC], ["updated_at", 2017-06-23 17:56:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 17:56:57 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.8ms) Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 17:56:57 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 17:56:57 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ---------------------------- RailsSitemapTest: test_truth ----------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 17:56:57 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 17:56:58 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 17:56:58 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 17:56:58 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 17:56:58 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 17:56:58 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 17:56:58 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.2ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 17:56:58 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.6ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 17:56:58 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 187ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 17:56:58 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ---------------------------- RailsSitemapTest: test_truth ----------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 17:59:20 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.7ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 17:59:20 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 17:59:20 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 17:59:20 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 17:59:20 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 7ms (Views: 1.5ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-23 17:59:20 UTC], ["updated_at", 2017-06-23 17:59:20 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 17:59:20 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (1.6ms) Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 17:59:20 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 17:59:20 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 129ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 17:59:20 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 17:59:20 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 17:59:20 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 17:59:20 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 17:59:20 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-23 18:00:23 UTC], ["updated_at", 2017-06-23 18:00:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:00:23 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.9ms) Completed 200 OK in 6ms (Views: 3.7ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:00:23 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:00:23 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 18:00:23 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 18:00:23 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------- RailsSitemapTest: test_truth ----------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:00:23 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:00:23 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 18:00:23 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 18:00:23 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:00:23 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (1.0ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:00:23 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:00:23 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 134ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:00:23 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 18:01:02 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.7ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 18:01:02 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:01:02 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.6ms) Completed 200 OK in 7ms (Views: 1.9ms | ActiveRecord: 0.3ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-23 18:01:02 UTC], ["updated_at", 2017-06-23 18:01:02 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:01:02 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:01:02 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 18:01:02 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 18:01:02 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:01:02 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:01:02 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:01:02 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 132ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:01:02 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------- RailsSitemapTest: test_truth ----------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:01:02 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:01:02 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:01:18 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (1.0ms) Completed 200 OK in 12ms (Views: 6.2ms | ActiveRecord: 0.3ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:01:18 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-23 18:01:18 UTC], ["updated_at", 2017-06-23 18:01:18 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:01:18 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 18:01:18 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 18:01:18 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:01:18 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 123ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:01:18 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:01:18 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:01:18 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------- RailsSitemapTest: test_truth ----------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 18:01:18 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 18:01:18 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:01:18 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:01:18 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 18:11:57 +0000 Processing by RailsSitemap::SitemapsController#index as XML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 18:11:57 +0000 Processing by RailsSitemap::SitemapsController#index as XML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:11:57 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.8ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:11:57 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.5ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 18:11:57 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 18:11:57 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------- RailsSitemapTest: test_truth ----------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:11:57 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 121ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:11:57 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:11:57 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.2ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:11:57 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:11:57 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.8ms) Completed 200 OK in 9ms (Views: 3.0ms | ActiveRecord: 0.3ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:11:57 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-23 18:11:57 UTC], ["updated_at", 2017-06-23 18:11:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:11:57 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:12:06 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.7ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:12:06 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 18:12:06 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 18:12:06 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:12:06 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 9ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-23 18:12:06 UTC], ["updated_at", 2017-06-23 18:12:06 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:12:06 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:12:06 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------- RailsSitemapTest: test_truth ----------------------------  (0.0ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:12:06 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 5ms (Views: 3.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:12:06 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:12:06 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 119ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.2ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:12:06 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.5ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 18:12:06 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.5ms) Completed 200 OK in 13ms (Views: 1.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 18:12:06 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:13:12 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (3.3ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:13:12 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.5ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------- RailsSitemapTest: test_truth ----------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 18:13:12 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 18:13:12 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.5ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:13:12 +0000 Processing by RailsSitemap::AttachmentController#index as XML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:13:12 +0000 Processing by RailsSitemap::AttachmentController#index as XML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:13:12 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.7ms) Completed 200 OK in 10ms (Views: 2.8ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-23 18:13:12 UTC], ["updated_at", 2017-06-23 18:13:12 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:13:12 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.6ms) Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.1ms) Article Load (0.2ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:13:12 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.6ms) Completed 200 OK in 4ms (Views: 2.3ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 18:13:12 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 18:13:12 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:13:12 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (1.0ms) Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:13:12 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:13:27 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.8ms) Completed 200 OK in 9ms (Views: 3.5ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-23 18:13:27 UTC], ["updated_at", 2017-06-23 18:13:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:13:27 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:13:27 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 18:13:27 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 18:13:27 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------- RailsSitemapTest: test_truth ----------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:13:27 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:13:27 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 4ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:13:27 +0000 Processing by RailsSitemap::AttachmentController#index as XML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:13:27 +0000 Processing by RailsSitemap::AttachmentController#index as XML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:13:27 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:13:27 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 18:13:27 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 18:13:27 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:17:36 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.7ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:17:36 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:17:36 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:17:36 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------- RailsSitemapTest: test_truth ----------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:17:36 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 118ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:17:36 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 18:17:36 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 18:17:36 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 18:17:36 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 18:17:36 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-23 18:17:36 UTC], ["updated_at", 2017-06-23 18:17:36 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:17:36 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.6ms) Completed 200 OK in 5ms (Views: 2.3ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:17:36 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.6ms) Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:17:36 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.6ms) Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:29:49 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.8ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:29:49 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:29:49 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 127ms (Views: 1.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:29:49 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 18:29:49 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 18:29:49 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-23 18:29:49 UTC], ["updated_at", 2017-06-23 18:29:49 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:29:49 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.7ms) Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:29:49 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:29:49 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:29:49 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:29:49 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (1.0ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------- RailsSitemapTest: test_truth ----------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 18:29:49 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 18:29:49 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 18:31:49 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.9ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 18:31:49 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.5ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------- RailsSitemapTest: test_truth ----------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:31:49 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:31:49 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 18:31:49 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 18:31:49 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-23 18:31:49 UTC], ["updated_at", 2017-06-23 18:31:49 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:31:49 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:31:49 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.3ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 4ms (Views: 1.4ms | ActiveRecord: 0.3ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:31:49 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:31:49 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:31:49 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:31:49 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 129ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:31:49 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:49:16 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.8ms) Completed 200 OK in 118ms (Views: 2.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:49:16 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 18:49:16 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 18:49:16 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-23 18:49:16 UTC], ["updated_at", 2017-06-23 18:49:16 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:49:16 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 17ms (Views: 14.7ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:49:17 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:49:17 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:49:17 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:49:17 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:49:17 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:49:17 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 18:49:17 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 18:49:17 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.7ms) Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:52:39 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.8ms) Completed 200 OK in 9ms (Views: 3.4ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:52:39 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-23 18:52:39 UTC], ["updated_at", 2017-06-23 18:52:39 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:52:39 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:52:39 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:52:39 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 18:52:39 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 18:52:39 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:52:39 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 119ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:52:39 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:52:39 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:52:40 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (1.0ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 18:52:40 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 18:52:40 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:54:27 +0000  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:54:27 +0000  (0.0ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:54:27 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.7ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:54:27 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:54:27 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.7ms) Completed 200 OK in 14ms (Views: 7.5ms | ActiveRecord: 0.3ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-23 18:54:27 UTC], ["updated_at", 2017-06-23 18:54:27 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:54:27 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.7ms) Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:54:27 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.6ms) Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 18:54:27 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 18:54:27 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.5ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:54:27 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:54:27 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 18:54:27 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 18:54:27 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:57:41 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (1.9ms) Completed 200 OK in 171ms (Views: 4.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:57:42 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 18:57:42 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.5ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 18:57:42 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:57:42 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.5ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 15ms (Views: 1.7ms | ActiveRecord: 1.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-23 18:57:42 UTC], ["updated_at", 2017-06-23 18:57:42 UTC]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:57:42 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 4ms (Views: 1.6ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:57:42 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 18:57:42 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.5ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 18:57:42 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:57:42 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (1.7ms) Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:57:42 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:57:42 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.2ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 18:57:42 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (1.6ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 19:08:36 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (2.0ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 19:08:36 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 19:08:36 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.6ms) Completed 200 OK in 11ms (Views: 4.7ms | ActiveRecord: 0.3ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 19:08:36 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.2ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.3ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-23 19:08:36 UTC], ["updated_at", 2017-06-23 19:08:36 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 19:08:36 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.6ms) Completed 200 OK in 4ms (Views: 1.9ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 19:08:36 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.5ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 19:08:36 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.9ms) Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 19:08:36 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 19:08:36 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.3ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 19:08:36 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.7ms) Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 19:08:36 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.5ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 19:08:36 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.7ms) Completed 200 OK in 177ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 19:08:36 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.9ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 19:09:11 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (1.3ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-23 19:09:11 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 19:09:11 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (1.1ms) Completed 200 OK in 12ms (Views: 2.7ms | ActiveRecord: 0.3ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-23 19:09:11 UTC], ["updated_at", 2017-06-23 19:09:11 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 19:09:11 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.5ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 5ms (Views: 1.8ms | ActiveRecord: 0.5ms) Article Load (0.5ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.5ms) rollback transaction  (0.2ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-23 19:09:11 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (1.6ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 19:09:11 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.2ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-23 19:09:11 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 19:09:11 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-23 19:09:11 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 19:09:11 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.5ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-23 19:09:11 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (1.3ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 19:09:11 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 171ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-23 19:09:11 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.5ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:18:17 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.8ms) Completed 200 OK in 17ms (Views: 4.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:18:17 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-27 20:18:17 UTC], ["updated_at", 2017-06-27 20:18:17 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:18:17 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 16675ms (Views: 2.3ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:18:34 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 1434ms (Views: 1.7ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:18:35 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.6ms) Completed 200 OK in 660ms (Views: 1.7ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:18:36 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 79ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:18:36 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:18:36 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:18:36 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:18:36 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.4ms) Completed 200 OK in 14ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:18:36 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:18:36 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.5ms) Completed 200 OK in 265ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:18:36 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:19:07 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (2.1ms) Completed 200 OK in 128ms (Views: 6.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.4ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:19:07 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (1.0ms) Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:19:07 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.9ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:19:07 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (1.4ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:19:07 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.8ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:19:07 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-27 20:19:07 UTC], ["updated_at", 2017-06-27 20:19:07 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:19:07 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 4ms (Views: 1.7ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:19:07 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.6ms) Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:19:07 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:19:07 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:19:07 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:19:07 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:19:07 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:31:23 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.8ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:31:23 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:31:23 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:31:23 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:31:23 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:31:23 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:31:23 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.5ms) Completed 200 OK in 118ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:31:23 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:31:23 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 9ms (Views: 1.7ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:31:23 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-27 20:31:23 UTC], ["updated_at", 2017-06-27 20:31:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:31:23 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.6ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:31:23 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:31:23 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:32:22 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.7ms) Completed 200 OK in 130ms (Views: 2.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:32:22 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:32:22 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:32:22 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:32:22 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:32:22 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:32:22 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:32:22 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-27 20:32:23 UTC], ["updated_at", 2017-06-27 20:32:23 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:32:23 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.6ms) Completed 200 OK in 10ms (Views: 2.0ms | ActiveRecord: 0.2ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.2ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:32:23 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:32:23 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:32:23 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:32:23 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:33:04 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.7ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:33:04 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:33:04 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:33:04 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:33:04 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.9ms) Completed 200 OK in 133ms (Views: 2.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.2ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:33:05 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.5ms) Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.2ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-27 20:33:05 UTC], ["updated_at", 2017-06-27 20:33:05 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:33:05 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 8ms (Views: 1.8ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:33:05 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:33:05 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.6ms) Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:33:05 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:33:05 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:33:05 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:33:05 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:34:09 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.8ms) Completed 200 OK in 130ms (Views: 2.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:34:09 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:34:09 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:34:09 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:34:09 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:34:09 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:34:09 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:34:09 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:34:09 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 10ms (Views: 1.6ms | ActiveRecord: 0.3ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.5ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-27 20:34:09 UTC], ["updated_at", 2017-06-27 20:34:09 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:34:09 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:34:09 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (1.4ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:34:09 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:34:09 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:36:47 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.8ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (3.6ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:36:47 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:36:47 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:36:47 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:36:47 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 11ms (Views: 4.3ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-27 20:36:47 UTC], ["updated_at", 2017-06-27 20:36:47 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:36:47 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:36:47 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:36:47 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 136ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:36:47 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:36:47 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:36:47 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:36:47 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:36:47 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:37:42 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.8ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:37:42 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:37:42 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:37:42 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:37:42 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:37:42 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:37:42 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 10ms (Views: 1.7ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-27 20:37:42 UTC], ["updated_at", 2017-06-27 20:37:42 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:37:42 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 4ms (Views: 1.9ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:37:42 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:37:42 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 136ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:37:42 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:37:42 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:37:42 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:38:34 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.8ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:38:34 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.5ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:38:34 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:38:34 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:38:34 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:38:34 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:38:34 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 129ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:38:34 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:38:34 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:38:34 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:38:34 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 8ms (Views: 1.6ms | ActiveRecord: 0.3ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-27 20:38:34 UTC], ["updated_at", 2017-06-27 20:38:34 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:38:34 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:38:34 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:38:51 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.7ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:38:51 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:38:51 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:38:51 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:38:51 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:38:51 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:38:51 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:38:51 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:38:51 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 126ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:38:51 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:38:51 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 8ms (Views: 1.6ms | ActiveRecord: 0.3ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:38:51 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-27 20:38:51 UTC], ["updated_at", 2017-06-27 20:38:51 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:38:51 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:41:04 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.8ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:41:04 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:41:04 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:41:04 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-27 20:41:04 UTC], ["updated_at", 2017-06-27 20:41:04 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:41:04 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (1.3ms) Completed 200 OK in 6ms (Views: 3.1ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:41:04 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:41:04 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:41:04 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.4ms) Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:41:04 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:41:04 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:41:04 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:41:04 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 130ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:41:04 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:41:56 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.7ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:41:56 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:41:56 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 125ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:41:56 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:41:56 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 8ms (Views: 1.6ms | ActiveRecord: 0.3ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-27 20:41:56 UTC], ["updated_at", 2017-06-27 20:41:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:41:56 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:41:56 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.3ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 4ms (Views: 1.5ms | ActiveRecord: 0.3ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:41:56 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:41:56 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:41:56 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:41:56 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:41:56 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:41:56 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.6ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-27 20:43:10 UTC], ["updated_at", 2017-06-27 20:43:10 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:43:10 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.8ms) Completed 200 OK in 9ms (Views: 3.6ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:43:10 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:43:10 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:43:10 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:43:10 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:43:10 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:43:10 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.6ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:43:10 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:43:10 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:43:10 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 124ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:43:10 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:43:10 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:43:10 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:43:24 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.7ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:43:24 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:43:24 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.7ms) Completed 200 OK in 126ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.5ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:43:24 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.7ms) Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:43:24 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.8ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:43:24 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:43:24 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (1.3ms) Completed 200 OK in 11ms (Views: 4.3ms | ActiveRecord: 0.3ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-27 20:43:24 UTC], ["updated_at", 2017-06-27 20:43:24 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:43:24 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:43:24 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:43:24 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:43:24 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:43:24 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:43:24 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:43:58 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.8ms) Completed 200 OK in 130ms (Views: 2.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:43:58 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:43:58 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 8ms (Views: 1.6ms | ActiveRecord: 0.2ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:43:58 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-27 20:43:58 UTC], ["updated_at", 2017-06-27 20:43:58 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:43:58 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:43:58 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:43:58 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:43:58 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.6ms) Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.2ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:43:58 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.5ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:43:58 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:43:58 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.4ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:43:58 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (1.1ms) Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.2ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:43:58 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:44:13 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.7ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:44:13 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:44:13 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:44:13 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:44:14 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:44:14 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:44:14 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 131ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:44:14 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:44:14 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 10ms (Views: 1.6ms | ActiveRecord: 0.3ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-27 20:44:14 UTC], ["updated_at", 2017-06-27 20:44:14 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:44:14 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:44:14 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.7ms) Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:44:14 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (1.4ms) Completed 200 OK in 24ms (Views: 22.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:44:14 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.5ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:44:57 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.7ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:44:57 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:44:57 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:44:57 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:44:57 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 124ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:44:57 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:44:57 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 7ms (Views: 1.5ms | ActiveRecord: 0.2ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:44:57 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-27 20:44:57 UTC], ["updated_at", 2017-06-27 20:44:57 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:44:57 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:44:57 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:44:57 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:44:57 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:44:57 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:45:55 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.9ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:45:55 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.5ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:45:55 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:45:56 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-27 20:45:56 UTC], ["updated_at", 2017-06-27 20:45:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:45:56 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 8ms (Views: 1.7ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:45:56 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:45:56 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:45:56 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 127ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:45:56 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:45:56 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:45:56 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:45:56 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:45:56 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.2ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:46:24 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.7ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:46:24 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:46:24 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:46:24 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-27 20:46:24 UTC], ["updated_at", 2017-06-27 20:46:24 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:46:24 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 4ms (Views: 1.6ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.3ms) rollback transaction  (0.2ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:46:24 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:46:24 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:46:24 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 123ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:46:24 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:46:24 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:46:24 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.5ms) Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:46:24 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (1.1ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:46:24 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:51:32 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.7ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:51:32 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:51:33 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:51:33 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:51:33 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 123ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:51:33 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:51:33 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:51:33 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:51:33 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:51:33 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.2ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:51:33 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 10ms (Views: 1.6ms | ActiveRecord: 0.3ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-27 20:51:33 UTC], ["updated_at", 2017-06-27 20:51:33 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:51:33 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:51:33 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:52:12 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.8ms) Completed 200 OK in 117ms (Views: 2.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:52:12 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.5ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:52:12 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.2ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:52:12 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:52:12 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.8ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:52:12 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:52:12 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 7ms (Views: 1.8ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-27 20:52:12 UTC], ["updated_at", 2017-06-27 20:52:12 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:52:12 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:52:12 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:52:12 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:52:12 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:52:12 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:52:12 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:52:45 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.8ms) Completed 200 OK in 10ms (Views: 3.6ms | ActiveRecord: 0.3ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-27 20:52:45 UTC], ["updated_at", 2017-06-27 20:52:45 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:52:45 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 6ms (Views: 1.8ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:52:45 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.6ms) Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:52:45 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-27 20:52:45 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:52:45 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:52:45 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:52:45 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-27 20:52:45 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:52:45 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 128ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:52:45 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:52:45 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-27 20:52:45 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:01:07 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.7ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:01:07 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-28 14:01:07 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-28 14:01:07 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:01:07 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 127ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:01:07 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:01:07 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:01:07 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-28 14:01:07 UTC], ["updated_at", 2017-06-28 14:01:07 UTC]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:01:07 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.9ms) Completed 200 OK in 7ms (Views: 3.9ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:01:07 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:01:07 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-28 14:01:07 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-28 14:01:07 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:04:13 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.8ms) Completed 200 OK in 9ms (Views: 3.5ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-28 14:04:13 UTC], ["updated_at", 2017-06-28 14:04:13 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:04:13 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.2ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:04:13 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.4ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 6ms (Views: 1.7ms | ActiveRecord: 0.4ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:04:13 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:04:13 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-28 14:04:13 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-28 14:04:13 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:04:13 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:04:13 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.5ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-28 14:04:13 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.5ms) Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-28 14:04:13 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:04:13 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 129ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:04:14 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.5ms) Completed 200 OK in 13ms (Views: 11.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:36:55 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.8ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:36:55 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.5ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:36:55 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 127ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:36:55 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-28 14:36:55 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-28 14:36:55 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:36:55 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:36:56 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.2ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:36:56 +0000 Processing by RailsSitemap::PagesController#index as XML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:36:56 +0000 Processing by RailsSitemap::PagesController#index as XML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-28 14:36:56 UTC], ["updated_at", 2017-06-28 14:36:56 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:36:56 +0000 Processing by RailsSitemap::PagesController#index as XML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-28 14:36:56 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.7ms) Completed 200 OK in 19ms (Views: 2.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-28 14:36:56 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.5ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:37:19 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.8ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:37:19 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:37:19 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 12ms (Views: 1.6ms | ActiveRecord: 0.3ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:37:19 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-28 14:37:19 UTC], ["updated_at", 2017-06-28 14:37:19 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:37:19 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:37:19 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.8ms) Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:37:19 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:37:19 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.5ms) Completed 200 OK in 147ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:37:20 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-28 14:37:20 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-28 14:37:20 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-28 14:37:20 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-28 14:37:20 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.7ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-28 14:58:08 UTC], ["updated_at", 2017-06-28 14:58:08 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:58:08 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.8ms) Completed 200 OK in 6ms (Views: 3.3ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:58:08 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:58:08 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.9ms) Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:58:08 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 130ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:58:08 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:58:08 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.2ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:58:08 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-28 14:58:08 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-28 14:58:08 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-28 14:58:08 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-28 14:58:08 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:58:08 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:58:08 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (1.2ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-28 14:58:22 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.8ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-28 14:58:22 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-28 14:58:22 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-28 14:58:22 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:58:22 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:58:22 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:58:22 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 119ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:58:23 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:58:23 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.6ms) Completed 200 OK in 8ms (Views: 2.0ms | ActiveRecord: 0.3ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-28 14:58:23 UTC], ["updated_at", 2017-06-28 14:58:23 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:58:23 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (1.1ms) Completed 200 OK in 6ms (Views: 2.9ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:58:23 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:58:23 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.2ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:58:23 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-28 14:59:50 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.7ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-28 14:59:50 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:59:50 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 7ms (Views: 1.7ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-28 14:59:50 UTC], ["updated_at", 2017-06-28 14:59:50 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:59:51 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (1.1ms) Completed 200 OK in 6ms (Views: 3.3ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:59:51 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-28 14:59:51 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-28 14:59:51 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (1.1ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:59:51 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:59:51 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:59:51 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:59:51 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:59:51 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 125ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-28 14:59:51 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ---------------------------------------------------------- AttachmentControllerTest: test_should_return_the_right_xml ---------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-28 15:24:28 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (1.9ms) Completed 200 OK in 130ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.2ms) begin transaction ----------------------------------------------------------- AttachmentControllerTest: test_should_return_a_success_code ----------------------------------------------------------- Started GET "/attachment-sitemap.xml" for 127.0.0.1 at 2017-06-28 15:24:28 +0000 Processing by RailsSitemap::AttachmentController#index as XML Rendering /myapp/app/views/rails_sitemap/attachment/index.xml.erb Rendered /myapp/app/views/rails_sitemap/attachment/index.xml.erb (4.6ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------- SitemapsControllerTest: test_should_return_a_success_code --------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-28 15:24:28 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.8ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------- SitemapsControllerTest: test_should_return_the_right_xml -------------------------------------------------------- Started GET "/sitemap_index.xml" for 127.0.0.1 at 2017-06-28 15:24:28 +0000 Processing by RailsSitemap::SitemapsController#index as XML Rendering /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb Rendered /myapp/app/views/rails_sitemap/sitemaps/index.xml.erb (0.6ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------- GeoControllerTest: test_should_return_the_right_xml --------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-28 15:24:28 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.6ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- GeoControllerTest: test_should_return_a_success_code ---------------------------------------------------- Started GET "/geo-sitemap.xml" for 127.0.0.1 at 2017-06-28 15:24:28 +0000 Processing by RailsSitemap::GeoController#index as XML Rendering /myapp/app/views/rails_sitemap/geo/index.xml.erb Rendered /myapp/app/views/rails_sitemap/geo/index.xml.erb (0.7ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------- LocationsControllerTest: test_should_return_the_right_xml --------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-28 15:24:28 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.5ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------- LocationsControllerTest: test_should_return_a_success_code ---------------------------------------------------------- Started GET "/locations.kml" for 127.0.0.1 at 2017-06-28 15:24:28 +0000 Processing by RailsSitemap::LocationsController#index as KML Rendering /myapp/app/views/rails_sitemap/locations/index.kml.erb Rendered /myapp/app/views/rails_sitemap/locations/index.kml.erb (0.7ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- PostsControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-28 15:24:28 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PostsControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/post-sitemap.xml" for 127.0.0.1 at 2017-06-28 15:24:28 +0000 Processing by RailsSitemap::PostsController#index as XML Rendering /myapp/app/views/rails_sitemap/posts/index.xml.erb Rendered /myapp/app/views/rails_sitemap/posts/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- PagesControllerTest: test_should_return_the_right_xml ----------------------------------------------------- Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-28 15:24:28 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.5ms) Completed 200 OK in 9ms (Views: 1.9ms | ActiveRecord: 0.3ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ PagesControllerTest: test_should_return_a_success_code ------------------------------------------------------ Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-28 15:24:28 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------- PagesControllerTest: test_should_return_the_articles_on_sitemap --------------------------------------------------------------- Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."name" = ? LIMIT ? [["name", "My first article"], ["LIMIT", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "articles" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "My first article"], ["created_at", 2017-06-28 15:24:28 UTC], ["updated_at", 2017-06-28 15:24:28 UTC]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/pages-sitemap.xml" for 127.0.0.1 at 2017-06-28 15:24:28 +0000 Processing by RailsSitemap::PagesController#index as XML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendering /myapp/app/views/rails_sitemap/pages/index.xml.erb Rendered /myapp/app/views/rails_sitemap/pages/index.xml.erb (0.4ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms) Article Load (0.1ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" DESC LIMIT ? [["LIMIT", 1]]  (0.1ms) rollback transaction