ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (81.0ms) CREATE TABLE "perfdashboard_context_infos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_id" integer, "description" varchar, "duration" float, "time" datetime, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (82.6ms) CREATE INDEX "index_perfdashboard_context_infos_on_context_id" ON "perfdashboard_context_infos" ("context_id")  (88.8ms) CREATE TABLE "perfdashboard_contexts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_uid" integer, "type" varchar, "name" varchar, "request_id" integer, "context_data_count" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (77.8ms) CREATE INDEX "index_perfdashboard_contexts_on_request_id" ON "perfdashboard_contexts" ("request_id")  (65.3ms) CREATE TABLE "perfdashboard_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "request_uid" varchar, "time" datetime, "duration" float, "controller" varchar, "action" varchar, "path" varchar, "error" boolean DEFAULT 'f', "xhr" boolean DEFAULT 'f', "format" varchar DEFAULT 'html', "view_duration" float, "db_duration" float, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (66.5ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar, "content" text, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (55.4ms) CREATE INDEX "index_posts_on_author_id" ON "posts" ("author_id")  (55.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "password_digest" varchar, "firstname" varchar, "lastname" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (63.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (55.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (37.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150416113036')  (55.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20150323192719') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (62.8ms) CREATE TABLE "perfdashboard_context_infos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_id" integer, "description" varchar, "duration" float, "time" datetime, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (80.6ms) CREATE INDEX "index_perfdashboard_context_infos_on_context_id" ON "perfdashboard_context_infos" ("context_id")  (66.9ms) CREATE TABLE "perfdashboard_contexts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_uid" integer, "type" varchar, "name" varchar, "request_id" integer, "context_data_count" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (89.0ms) CREATE INDEX "index_perfdashboard_contexts_on_request_id" ON "perfdashboard_contexts" ("request_id")  (109.9ms) CREATE TABLE "perfdashboard_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "request_uid" varchar, "time" datetime, "duration" float, "controller" varchar, "action" varchar, "path" varchar, "error" boolean DEFAULT 'f', "xhr" boolean DEFAULT 'f', "format" varchar DEFAULT 'html', "view_duration" float, "db_duration" float, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (144.6ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar, "content" text, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (89.7ms) CREATE INDEX "index_posts_on_author_id" ON "posts" ("author_id")  (77.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "password_digest" varchar, "firstname" varchar, "lastname" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (75.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (77.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (82.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150416113036')  (69.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20150323192719') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (67.4ms) CREATE TABLE "perfdashboard_context_infos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_id" integer, "description" varchar, "duration" float, "time" datetime, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (69.8ms) CREATE INDEX "index_perfdashboard_context_infos_on_context_id" ON "perfdashboard_context_infos" ("context_id")  (77.6ms) CREATE TABLE "perfdashboard_contexts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_uid" integer, "type" varchar, "name" varchar, "request_id" integer, "context_data_count" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (88.9ms) CREATE INDEX "index_perfdashboard_contexts_on_request_id" ON "perfdashboard_contexts" ("request_id")  (87.3ms) CREATE TABLE "perfdashboard_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "request_uid" varchar, "time" datetime, "duration" float, "controller" varchar, "action" varchar, "path" varchar, "error" boolean DEFAULT 'f', "xhr" boolean DEFAULT 'f', "format" varchar DEFAULT 'html', "view_duration" float, "db_duration" float, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (88.6ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar, "content" text, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (88.8ms) CREATE INDEX "index_posts_on_author_id" ON "posts" ("author_id")  (88.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "password_digest" varchar, "firstname" varchar, "lastname" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (86.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (88.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (56.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20150416113036')  (55.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20150323192719') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (72.5ms) CREATE TABLE "perfdashboard_context_infos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_id" integer, "description" varchar, "duration" float, "time" datetime, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (69.6ms) CREATE INDEX "index_perfdashboard_context_infos_on_context_id" ON "perfdashboard_context_infos" ("context_id")  (88.8ms) CREATE TABLE "perfdashboard_contexts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_uid" integer, "type" varchar, "name" varchar, "request_id" integer, "context_data_count" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (88.8ms) CREATE INDEX "index_perfdashboard_contexts_on_request_id" ON "perfdashboard_contexts" ("request_id")  (87.4ms) CREATE TABLE "perfdashboard_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "request_uid" varchar, "time" datetime, "duration" float, "controller" varchar, "action" varchar, "path" varchar, "error" boolean DEFAULT 'f', "xhr" boolean DEFAULT 'f', "format" varchar DEFAULT 'html', "view_duration" float, "db_duration" float, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (88.7ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar, "content" text, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (88.7ms) CREATE INDEX "index_posts_on_author_id" ON "posts" ("author_id")  (55.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "password_digest" varchar, "firstname" varchar, "lastname" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (64.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (77.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (55.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20150416113036')  (55.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150323192719') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (65.5ms) CREATE TABLE "perfdashboard_context_infos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_id" integer, "description" varchar, "duration" float, "time" datetime, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (92.0ms) CREATE INDEX "index_perfdashboard_context_infos_on_context_id" ON "perfdashboard_context_infos" ("context_id")  (99.9ms) CREATE TABLE "perfdashboard_contexts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_uid" integer, "type" varchar, "name" varchar, "request_id" integer, "context_data_count" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (100.0ms) CREATE INDEX "index_perfdashboard_contexts_on_request_id" ON "perfdashboard_contexts" ("request_id")  (87.5ms) CREATE TABLE "perfdashboard_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "request_uid" varchar, "time" datetime, "duration" float, "controller" varchar, "action" varchar, "path" varchar, "error" boolean DEFAULT 'f', "xhr" boolean DEFAULT 'f', "format" varchar DEFAULT 'html', "view_duration" float, "db_duration" float, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (101.5ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar, "content" text, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (88.9ms) CREATE INDEX "index_posts_on_author_id" ON "posts" ("author_id")  (77.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "password_digest" varchar, "firstname" varchar, "lastname" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (75.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (77.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (59.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150416113036')  (55.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20150323192719') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (64.5ms) CREATE TABLE "perfdashboard_context_infos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_id" integer, "description" varchar, "duration" float, "time" datetime, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (82.5ms) CREATE INDEX "index_perfdashboard_context_infos_on_context_id" ON "perfdashboard_context_infos" ("context_id")  (77.6ms) CREATE TABLE "perfdashboard_contexts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_uid" integer, "type" varchar, "name" varchar, "request_id" integer, "context_data_count" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (77.8ms) CREATE INDEX "index_perfdashboard_contexts_on_request_id" ON "perfdashboard_contexts" ("request_id")  (87.3ms) CREATE TABLE "perfdashboard_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "request_uid" varchar, "time" datetime, "duration" float, "controller" varchar, "action" varchar, "path" varchar, "error" boolean DEFAULT 'f', "xhr" boolean DEFAULT 'f', "format" varchar DEFAULT 'html', "view_duration" float, "db_duration" float, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (77.5ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar, "content" text, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (88.8ms) CREATE INDEX "index_posts_on_author_id" ON "posts" ("author_id")  (88.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "password_digest" varchar, "firstname" varchar, "lastname" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (97.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (99.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (74.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150416113036')  (77.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150323192719') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (99.0ms) CREATE TABLE "perfdashboard_context_infos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_id" integer, "description" varchar, "duration" float, "time" datetime, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (80.5ms) CREATE INDEX "index_perfdashboard_context_infos_on_context_id" ON "perfdashboard_context_infos" ("context_id")  (77.6ms) CREATE TABLE "perfdashboard_contexts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_uid" integer, "type" varchar, "name" varchar, "request_id" integer, "context_data_count" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (77.6ms) CREATE INDEX "index_perfdashboard_contexts_on_request_id" ON "perfdashboard_contexts" ("request_id")  (76.4ms) CREATE TABLE "perfdashboard_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "request_uid" varchar, "time" datetime, "duration" float, "controller" varchar, "action" varchar, "path" varchar, "error" boolean DEFAULT 'f', "xhr" boolean DEFAULT 'f', "format" varchar DEFAULT 'html', "view_duration" float, "db_duration" float, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (77.5ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar, "content" text, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (88.8ms) CREATE INDEX "index_posts_on_author_id" ON "posts" ("author_id")  (88.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "password_digest" varchar, "firstname" varchar, "lastname" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (86.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (88.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (68.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20150416113036')  (64.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20150323192719') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction NoMethodError: undefined method `store_event' for nil:NilClass: begin transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (99.5ms) CREATE TABLE "perfdashboard_context_infos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_id" integer, "description" varchar, "duration" float, "time" datetime, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (81.0ms) CREATE INDEX "index_perfdashboard_context_infos_on_context_id" ON "perfdashboard_context_infos" ("context_id")  (88.7ms) CREATE TABLE "perfdashboard_contexts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_uid" integer, "type" varchar, "name" varchar, "request_id" integer, "context_data_count" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (88.8ms) CREATE INDEX "index_perfdashboard_contexts_on_request_id" ON "perfdashboard_contexts" ("request_id")  (87.4ms) CREATE TABLE "perfdashboard_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "request_uid" varchar, "time" datetime, "duration" float, "controller" varchar, "action" varchar, "path" varchar, "error" boolean DEFAULT 'f', "xhr" boolean DEFAULT 'f', "format" varchar DEFAULT 'html', "view_duration" float, "db_duration" float, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (88.4ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar, "content" text, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (88.9ms) CREATE INDEX "index_posts_on_author_id" ON "posts" ("author_id")  (88.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "password_digest" varchar, "firstname" varchar, "lastname" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (86.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (88.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (59.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20150416113036')  (55.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20150323192719') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (96.5ms) CREATE TABLE "perfdashboard_context_infos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_id" integer, "description" varchar, "duration" float, "time" datetime, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (90.4ms) CREATE INDEX "index_perfdashboard_context_infos_on_context_id" ON "perfdashboard_context_infos" ("context_id")  (88.7ms) CREATE TABLE "perfdashboard_contexts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_uid" integer, "type" varchar, "name" varchar, "request_id" integer, "context_data_count" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (89.1ms) CREATE INDEX "index_perfdashboard_contexts_on_request_id" ON "perfdashboard_contexts" ("request_id")  (87.4ms) CREATE TABLE "perfdashboard_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "request_uid" varchar, "time" datetime, "duration" float, "controller" varchar, "action" varchar, "path" varchar, "error" boolean DEFAULT 'f', "xhr" boolean DEFAULT 'f', "format" varchar DEFAULT 'html', "view_duration" float, "db_duration" float, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (88.6ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar, "content" text, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (88.8ms) CREATE INDEX "index_posts_on_author_id" ON "posts" ("author_id")  (77.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "password_digest" varchar, "firstname" varchar, "lastname" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (75.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (77.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (57.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20150416113036')  (55.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20150323192719') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (92.0ms) CREATE TABLE "perfdashboard_context_infos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_id" integer, "description" varchar, "duration" float, "time" datetime, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (92.0ms) CREATE INDEX "index_perfdashboard_context_infos_on_context_id" ON "perfdashboard_context_infos" ("context_id")  (77.6ms) CREATE TABLE "perfdashboard_contexts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_uid" integer, "type" varchar, "name" varchar, "request_id" integer, "context_data_count" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (77.8ms) CREATE INDEX "index_perfdashboard_contexts_on_request_id" ON "perfdashboard_contexts" ("request_id")  (76.2ms) CREATE TABLE "perfdashboard_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "request_uid" varchar, "time" datetime, "duration" float, "controller" varchar, "action" varchar, "path" varchar, "error" boolean DEFAULT 'f', "xhr" boolean DEFAULT 'f', "format" varchar DEFAULT 'html', "view_duration" float, "db_duration" float, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (77.6ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar, "content" text, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (77.7ms) CREATE INDEX "index_posts_on_author_id" ON "posts" ("author_id")  (77.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "password_digest" varchar, "firstname" varchar, "lastname" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (75.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (100.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (54.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150416113036')  (55.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150323192719') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (85.1ms) CREATE TABLE "perfdashboard_context_infos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_id" integer, "description" varchar, "duration" float, "time" datetime, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (80.6ms) CREATE INDEX "index_perfdashboard_context_infos_on_context_id" ON "perfdashboard_context_infos" ("context_id")  (77.7ms) CREATE TABLE "perfdashboard_contexts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_uid" integer, "type" varchar, "name" varchar, "request_id" integer, "context_data_count" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (77.8ms) CREATE INDEX "index_perfdashboard_contexts_on_request_id" ON "perfdashboard_contexts" ("request_id")  (76.3ms) CREATE TABLE "perfdashboard_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "request_uid" varchar, "time" datetime, "duration" float, "controller" varchar, "action" varchar, "path" varchar, "error" boolean DEFAULT 'f', "xhr" boolean DEFAULT 'f', "format" varchar DEFAULT 'html', "view_duration" float, "db_duration" float, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (77.6ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar, "content" text, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (66.6ms) CREATE INDEX "index_posts_on_author_id" ON "posts" ("author_id")  (66.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "password_digest" varchar, "firstname" varchar, "lastname" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (75.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (66.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (41.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20150416113036')  (66.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150323192719') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (77.4ms) CREATE TABLE "perfdashboard_context_infos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_id" integer, "description" varchar, "duration" float, "time" datetime, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (79.9ms) CREATE INDEX "index_perfdashboard_context_infos_on_context_id" ON "perfdashboard_context_infos" ("context_id")  (55.4ms) CREATE TABLE "perfdashboard_contexts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_uid" integer, "type" varchar, "name" varchar, "request_id" integer, "context_data_count" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (77.9ms) CREATE INDEX "index_perfdashboard_contexts_on_request_id" ON "perfdashboard_contexts" ("request_id")  (76.3ms) CREATE TABLE "perfdashboard_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "request_uid" varchar, "time" datetime, "duration" float, "controller" varchar, "action" varchar, "path" varchar, "error" boolean DEFAULT 'f', "xhr" boolean DEFAULT 'f', "format" varchar DEFAULT 'html', "view_duration" float, "db_duration" float, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (88.6ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar, "content" text, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (88.9ms) CREATE INDEX "index_posts_on_author_id" ON "posts" ("author_id")  (88.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "password_digest" varchar, "firstname" varchar, "lastname" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (86.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (66.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (38.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20150416113036')  (66.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150323192719') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (100.7ms) CREATE TABLE "perfdashboard_context_infos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_id" integer, "description" varchar, "duration" float, "time" datetime, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (80.9ms) CREATE INDEX "index_perfdashboard_context_infos_on_context_id" ON "perfdashboard_context_infos" ("context_id")  (88.8ms) CREATE TABLE "perfdashboard_contexts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_uid" integer, "type" varchar, "name" varchar, "request_id" integer, "context_data_count" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (88.9ms) CREATE INDEX "index_perfdashboard_contexts_on_request_id" ON "perfdashboard_contexts" ("request_id")  (87.4ms) CREATE TABLE "perfdashboard_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "request_uid" varchar, "time" datetime, "duration" float, "controller" varchar, "action" varchar, "path" varchar, "error" boolean DEFAULT 'f', "xhr" boolean DEFAULT 'f', "format" varchar DEFAULT 'html', "view_duration" float, "db_duration" float, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (88.7ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar, "content" text, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (79.5ms) CREATE INDEX "index_posts_on_author_id" ON "posts" ("author_id")  (88.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "password_digest" varchar, "firstname" varchar, "lastname" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (75.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (77.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (55.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20150416113036')  (55.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20150323192719') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (84.0ms) CREATE TABLE "perfdashboard_context_infos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_id" integer, "description" varchar, "duration" float, "time" datetime, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (91.7ms) CREATE INDEX "index_perfdashboard_context_infos_on_context_id" ON "perfdashboard_context_infos" ("context_id")  (77.7ms) CREATE TABLE "perfdashboard_contexts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_uid" integer, "type" varchar, "name" varchar, "request_id" integer, "context_data_count" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (77.8ms) CREATE INDEX "index_perfdashboard_contexts_on_request_id" ON "perfdashboard_contexts" ("request_id")  (76.4ms) CREATE TABLE "perfdashboard_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "request_uid" varchar, "time" datetime, "duration" float, "controller" varchar, "action" varchar, "path" varchar, "error" boolean DEFAULT 'f', "xhr" boolean DEFAULT 'f', "format" varchar DEFAULT 'html', "view_duration" float, "db_duration" float, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (77.5ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar, "content" text, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (77.7ms) CREATE INDEX "index_posts_on_author_id" ON "posts" ("author_id")  (79.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "password_digest" varchar, "firstname" varchar, "lastname" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (75.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (66.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (43.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150416113036')  (55.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20150323192719') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (118.1ms) CREATE TABLE "perfdashboard_context_infos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_id" integer, "description" varchar, "duration" float, "time" datetime, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (113.6ms) CREATE INDEX "index_perfdashboard_context_infos_on_context_id" ON "perfdashboard_context_infos" ("context_id")  (144.4ms) CREATE TABLE "perfdashboard_contexts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_uid" integer, "type" varchar, "name" varchar, "request_id" integer, "context_data_count" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (124.0ms) CREATE INDEX "index_perfdashboard_contexts_on_request_id" ON "perfdashboard_contexts" ("request_id")  (109.7ms) CREATE TABLE "perfdashboard_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "request_uid" varchar, "time" datetime, "duration" float, "controller" varchar, "action" varchar, "path" varchar, "error" boolean DEFAULT 'f', "xhr" boolean DEFAULT 'f', "format" varchar DEFAULT 'html', "view_duration" float, "db_duration" float, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (111.0ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar, "content" text, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (155.7ms) CREATE INDEX "index_posts_on_author_id" ON "posts" ("author_id")  (111.2ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "password_digest" varchar, "firstname" varchar, "lastname" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (97.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (111.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (112.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150416113036')  (54.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20150323192719') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction NoMethodError: undefined method `store_event' for nil:NilClass: begin transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (116.0ms) CREATE TABLE "perfdashboard_context_infos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_id" integer, "description" varchar, "duration" float, "time" datetime, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (92.0ms) CREATE INDEX "index_perfdashboard_context_infos_on_context_id" ON "perfdashboard_context_infos" ("context_id")  (88.8ms) CREATE TABLE "perfdashboard_contexts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_uid" integer, "type" varchar, "name" varchar, "request_id" integer, "context_data_count" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (88.6ms) CREATE INDEX "index_perfdashboard_contexts_on_request_id" ON "perfdashboard_contexts" ("request_id")  (87.4ms) CREATE TABLE "perfdashboard_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "request_uid" varchar, "time" datetime, "duration" float, "controller" varchar, "action" varchar, "path" varchar, "error" boolean DEFAULT 'f', "xhr" boolean DEFAULT 'f', "format" varchar DEFAULT 'html', "view_duration" float, "db_duration" float, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (88.8ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar, "content" text, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (77.8ms) CREATE INDEX "index_posts_on_author_id" ON "posts" ("author_id")  (88.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "password_digest" varchar, "firstname" varchar, "lastname" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (86.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (100.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (73.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150416113036')  (77.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150323192719') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction NoMethodError: undefined method `store_event' for nil:NilClass: begin transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (105.7ms) CREATE TABLE "perfdashboard_context_infos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_id" integer, "description" varchar, "duration" float, "time" datetime, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (103.2ms) CREATE INDEX "index_perfdashboard_context_infos_on_context_id" ON "perfdashboard_context_infos" ("context_id")  (100.0ms) CREATE TABLE "perfdashboard_contexts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_uid" integer, "type" varchar, "name" varchar, "request_id" integer, "context_data_count" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (100.0ms) CREATE INDEX "index_perfdashboard_contexts_on_request_id" ON "perfdashboard_contexts" ("request_id")  (96.8ms) CREATE TABLE "perfdashboard_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "request_uid" varchar, "time" datetime, "duration" float, "controller" varchar, "action" varchar, "path" varchar, "error" boolean DEFAULT 'f', "xhr" boolean DEFAULT 'f', "format" varchar DEFAULT 'html', "view_duration" float, "db_duration" float, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (99.8ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar, "content" text, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (88.8ms) CREATE INDEX "index_posts_on_author_id" ON "posts" ("author_id")  (88.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "password_digest" varchar, "firstname" varchar, "lastname" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (86.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (88.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (65.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150416113036')  (66.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150323192719') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction NoMethodError: undefined method `store_event' for nil:NilClass: begin transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (100.8ms) CREATE TABLE "perfdashboard_context_infos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_id" integer, "description" varchar, "duration" float, "time" datetime, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (102.1ms) CREATE INDEX "index_perfdashboard_context_infos_on_context_id" ON "perfdashboard_context_infos" ("context_id")  (88.9ms) CREATE TABLE "perfdashboard_contexts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_uid" integer, "type" varchar, "name" varchar, "request_id" integer, "context_data_count" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (88.9ms) CREATE INDEX "index_perfdashboard_contexts_on_request_id" ON "perfdashboard_contexts" ("request_id")  (89.1ms) CREATE TABLE "perfdashboard_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "request_uid" varchar, "time" datetime, "duration" float, "controller" varchar, "action" varchar, "path" varchar, "error" boolean DEFAULT 'f', "xhr" boolean DEFAULT 'f', "format" varchar DEFAULT 'html', "view_duration" float, "db_duration" float, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (133.4ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar, "content" text, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (77.9ms) CREATE INDEX "index_posts_on_author_id" ON "posts" ("author_id")  (77.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "password_digest" varchar, "firstname" varchar, "lastname" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (86.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (99.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (77.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20150416113036')  (55.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20150323192719') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction NoMethodError: undefined method `store_event' for nil:NilClass: begin transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (92.4ms) CREATE TABLE "perfdashboard_context_infos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_id" integer, "description" varchar, "duration" float, "time" datetime, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (103.0ms) CREATE INDEX "index_perfdashboard_context_infos_on_context_id" ON "perfdashboard_context_infos" ("context_id")  (99.9ms) CREATE TABLE "perfdashboard_contexts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_uid" integer, "type" varchar, "name" varchar, "request_id" integer, "context_data_count" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (88.9ms) CREATE INDEX "index_perfdashboard_contexts_on_request_id" ON "perfdashboard_contexts" ("request_id")  (97.6ms) CREATE TABLE "perfdashboard_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "request_uid" varchar, "time" datetime, "duration" float, "controller" varchar, "action" varchar, "path" varchar, "error" boolean DEFAULT 'f', "xhr" boolean DEFAULT 'f', "format" varchar DEFAULT 'html', "view_duration" float, "db_duration" float, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (77.6ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar, "content" text, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (77.8ms) CREATE INDEX "index_posts_on_author_id" ON "posts" ("author_id")  (112.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "password_digest" varchar, "firstname" varchar, "lastname" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (106.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (111.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (85.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150416113036')  (85.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150323192719') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (105.8ms) CREATE TABLE "perfdashboard_context_infos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_id" integer, "description" varchar, "duration" float, "time" datetime, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (102.9ms) CREATE INDEX "index_perfdashboard_context_infos_on_context_id" ON "perfdashboard_context_infos" ("context_id")  (99.9ms) CREATE TABLE "perfdashboard_contexts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_uid" integer, "type" varchar, "name" varchar, "request_id" integer, "context_data_count" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (99.9ms) CREATE INDEX "index_perfdashboard_contexts_on_request_id" ON "perfdashboard_contexts" ("request_id")  (198.6ms) CREATE TABLE "perfdashboard_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "request_uid" varchar, "time" datetime, "duration" float, "controller" varchar, "action" varchar, "path" varchar, "error" boolean DEFAULT 'f', "xhr" boolean DEFAULT 'f', "format" varchar DEFAULT 'html', "view_duration" float, "db_duration" float, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (99.7ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar, "content" text, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (101.8ms) CREATE INDEX "index_posts_on_author_id" ON "posts" ("author_id")  (88.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "password_digest" varchar, "firstname" varchar, "lastname" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (175.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (111.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (67.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150416113036')  (66.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150323192719') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Processing by SpeedupRails::ResultsController#show as HTML Parameters: {"id"=>"3843d6de36b9170d889d"} Rendered /home/ondra/Documents/fit/BP/speedup-rails/app/views/speedup_rails/results/show.html.erb (0.3ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (106.0ms) CREATE TABLE "perfdashboard_context_infos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_id" integer, "description" varchar, "duration" float, "time" datetime, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (146.1ms) CREATE INDEX "index_perfdashboard_context_infos_on_context_id" ON "perfdashboard_context_infos" ("context_id")  (111.0ms) CREATE TABLE "perfdashboard_contexts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "context_uid" integer, "type" varchar, "name" varchar, "request_id" integer, "context_data_count" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (100.1ms) CREATE INDEX "index_perfdashboard_contexts_on_request_id" ON "perfdashboard_contexts" ("request_id")  (98.5ms) CREATE TABLE "perfdashboard_requests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "request_uid" varchar, "time" datetime, "duration" float, "controller" varchar, "action" varchar, "path" varchar, "error" boolean DEFAULT 'f', "xhr" boolean DEFAULT 'f', "format" varchar DEFAULT 'html', "view_duration" float, "db_duration" float, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (99.8ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar, "content" text, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (111.1ms) CREATE INDEX "index_posts_on_author_id" ON "posts" ("author_id")  (89.0ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "password_digest" varchar, "firstname" varchar, "lastname" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (97.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (101.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (67.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20150416113036')  (66.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150323192719') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Processing by SpeedupRails::ResultsController#show as HTML Parameters: {"id"=>"07ddf233a338b8b73c01"} Rendered /home/ondra/Documents/fit/BP/speedup-rails/app/views/speedup_rails/results/show.html.erb (0.2ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction