(4.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (3.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (3.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (2.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (2.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (2.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (3.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (2.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (3.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (2.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (4.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (2.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (2.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (3.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (2.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.2ms) begin transaction  (0.0ms) rollback transaction  (3.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (2.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.2ms) begin transaction  (0.0ms) rollback transaction  (3.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (2.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.2ms) begin transaction  (0.1ms) rollback transaction  (3.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (2.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (2.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.2ms) begin transaction  (0.0ms) rollback transaction  (3.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (2.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.2ms) begin transaction Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (4.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (2.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.5ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.2ms) begin transaction Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.1ms) Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (3.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (2.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.2ms) begin transaction Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (4.5ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.7ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (2.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (0.3ms) begin transaction Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (3.9ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.4ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.5ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (3.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.2ms) begin transaction Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (3.2ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.2ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.2ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (4.0ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.6ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.3ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (4.3ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.8ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (3.0ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (3.1ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.3ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (3.1ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (3.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (2.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (4.1ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.7ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.6ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (3.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (2.8ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.6ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.7ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (2.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (4.4ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.9ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.9ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.9ms) INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (4.0ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.4ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.8ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:13:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (4.4ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.4ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (3.0ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (2.7ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.1ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.3ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:14:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (3.9ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.5ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.9ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.7ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (3.7ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.3ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.8ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (2.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:15:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (3.8ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.3ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.4ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 7ms (Views: 7.2ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:16:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (3.6ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.8ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.8ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (3.8ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (4.4ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.5ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (3.0ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (3.6ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.2ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.2ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:17:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (3.3ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.5ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (3.2ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (3.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.7ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (3.6ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.6ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.4ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (3.2ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.5ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.5ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:18:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (4.0ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (3.0ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.9ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.9ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 16:35:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (3.2ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.6ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.5ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (3.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 19:53:47 UTC +00:00]]  (4.6ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 19:53:48 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 19:53:48 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 19:53:48 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 19:53:48 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 19:53:48 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 19:53:48 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 19:53:48 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 19:53:48 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 19:53:48 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 19:53:48 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 19:53:48 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 19:53:48 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 19:53:48 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 19:53:48 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 19:53:48 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 19:53:48 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 19:53:48 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 19:53:48 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 19:53:48 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 19:53:48 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 19:53:48 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 19:53:48 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 19:53:48 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 19:53:48 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 19:53:48 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (4.7ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (3.3ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.4ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (2.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (4.5ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (3.1ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (3.0ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (3.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (3.6ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.4ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.4ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]] SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]] SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (3.2ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.5ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.5ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (3.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]] SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:15:53 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (3.3ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.9ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.2ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (3.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (3.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]] SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (4.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.2ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (3.9ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.4ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.5ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (3.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]] SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:16:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (3.9ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.6ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.5ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]] SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (3.8ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.6ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (3.0ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (3.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (3.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]] SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]] SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:19:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (4.5ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (3.2ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (3.0ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:21:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (4.6ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (3.1ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.3ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (3.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (3.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:23:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (4.3ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (3.1ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (3.0ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (3.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (3.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (3.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.2ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (3.2ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.5ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.3ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (3.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:34:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (4.4ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (3.1ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (3.0ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (4.1ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (3.0ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.9ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (4.0ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.3ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.8ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (3.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:35:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (3.6ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.8ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.6ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (3.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.2ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.7ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:41:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (3.9ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.6ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.6ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (3.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.2ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (3.0ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.6ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.3ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (3.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (2.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.7ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:42:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (3.5ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (3.1ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (3.0ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (3.4ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.6ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.7ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (3.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (5.8ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:43:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (4.3ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.8ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (3.0ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (3.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.7ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:44:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (3.8ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.4ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.4ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (3.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (2.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.7ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:11 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (4.4ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (3.0ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (3.0ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (3.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.2ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:46:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (3.3ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.5ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.5ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (3.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (3.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.8ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:47:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (3.7ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (3.0ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (3.0ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (3.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.2ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (4.5ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.4ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.9ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (3.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.2ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.7ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (3.9ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.4ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (3.1ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (3.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (3.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:48:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (4.0ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.1ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.4ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:50:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (4.2ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.5ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (3.3ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (3.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (3.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:51:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (3.8ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.5ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.4ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (3.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (3.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (4.6ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.6ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.5ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (3.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.7ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (3.9ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.6ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.5ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (2.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (3.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.2ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:52:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (3.6ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.3ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.3ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (3.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (4.4ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.5ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.2ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (3.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 21:53:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction  (3.3ms) CREATE TABLE "feeder_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "published_at" datetime, "created_at" datetime, "updated_at" datetime, "feedable_id" integer, "feedable_type" varchar(255))   (2.7ms) CREATE INDEX "index_feeder_items_on_feedable_id_and_feedable_type" ON "feeder_items" ("feedable_id", "feedable_type")  (2.5ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "header" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)   (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152438')  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317150822')  (2.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140317152137')  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Rendered /home/sindre/code/hyper/public/feeder/app/views/feeder/feeds/index.html.erb within layouts/feeder/application (0.2ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["feedable_id", 1], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["feedable_id", 2], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["feedable_id", 3], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["feedable_id", 4], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["feedable_id", 5], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["feedable_id", 6], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["feedable_id", 7], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["feedable_id", 8], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["feedable_id", 9], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "messages" ("body", "created_at", "header", "updated_at") VALUES (?, ?, ?, ?) [["body", "Body"], ["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["header", "Header"], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "feeder_items" ("created_at", "feedable_id", "feedable_type", "published_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["feedable_id", 10], ["feedable_type", "Message"], ["published_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00], ["updated_at", Mon, 17 Mar 2014 22:00:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Feeder::FeedsController#index as HTML Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Feeder::Item Load (0.1ms) SELECT "feeder_items".* FROM "feeder_items" ORDER BY "feeder_items"."published_at" DESC  (0.1ms) rollback transaction