(0.9ms) CREATE TABLE "microposts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" varchar(255), "user_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.7ms) CREATE INDEX "index_microposts_on_user_id_and_created_at" ON "microposts" ("user_id", "created_at")  (0.9ms) CREATE TABLE "relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "follower_id" integer, "followed_id" integer, "created_at" datetime, "updated_at" datetime)  (0.5ms) CREATE INDEX "index_relationships_on_followed_id" ON "relationships" ("followed_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.5ms) CREATE UNIQUE INDEX "index_relationships_on_follower_id_and_followed_id" ON "relationships" ("follower_id", "followed_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'   (0.5ms) CREATE INDEX "index_relationships_on_follower_id" ON "relationships" ("follower_id")  (0.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "created_at" datetime, "updated_at" datetime, "password_digest" varchar(255), "remember_token" varchar(255), "admin" boolean)   (0.5ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'   (0.5ms) CREATE INDEX "index_users_on_remember_token" ON "users" ("remember_token")  (0.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315230445')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311191400')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311194153')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311201841')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130314184954')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315015932')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315175534') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_remember_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_remember_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_remember_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_remember_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_remember_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_remember_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_remember_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_remember_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_remember_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_remember_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_remember_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_remember_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_remember_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_remember_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_remember_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_remember_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_remember_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_remember_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_remember_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_remember_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_microposts_on_user_id_and_created_at' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_remember_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_remember_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  (0.8ms) CREATE TABLE "microposts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" varchar(255), "user_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_microposts_on_user_id_and_created_at" ON "microposts" ("user_id", "created_at")  (0.6ms) CREATE TABLE "relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "follower_id" integer, "followed_id" integer, "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE INDEX "index_relationships_on_followed_id" ON "relationships" ("followed_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.6ms) CREATE UNIQUE INDEX "index_relationships_on_follower_id_and_followed_id" ON "relationships" ("follower_id", "followed_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'   (0.5ms) CREATE INDEX "index_relationships_on_follower_id" ON "relationships" ("follower_id")  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "credits" decimal, "created_at" datetime, "updated_at" datetime, "password_digest" varchar(255), "remember_token" varchar(255), "admin" boolean)   (0.6ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'   (0.7ms) CREATE INDEX "index_users_on_remember_token" ON "users" ("remember_token")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315230445')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311191400')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311194153')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311201841')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130314184954')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315015932')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315175534') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.6ms) CREATE TABLE "microposts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" varchar(255), "user_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_microposts_on_user_id_and_created_at" ON "microposts" ("user_id", "created_at")  (0.7ms) CREATE TABLE "relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "follower_id" integer, "followed_id" integer, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE INDEX "index_relationships_on_followed_id" ON "relationships" ("followed_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.7ms) CREATE UNIQUE INDEX "index_relationships_on_follower_id_and_followed_id" ON "relationships" ("follower_id", "followed_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'   (0.6ms) CREATE INDEX "index_relationships_on_follower_id" ON "relationships" ("follower_id")  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "credits" decimal, "created_at" datetime, "updated_at" datetime, "password_digest" varchar(255), "remember_token" varchar(255), "admin" boolean)   (0.7ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'   (0.6ms) CREATE INDEX "index_users_on_remember_token" ON "users" ("remember_token")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315230445')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311191400')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311194153')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311201841')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130314184954')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315015932')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315175534') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) CREATE TABLE "microposts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" varchar(255), "user_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_microposts_on_user_id_and_created_at" ON "microposts" ("user_id", "created_at")  (0.6ms) CREATE TABLE "relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "follower_id" integer, "followed_id" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_relationships_on_followed_id" ON "relationships" ("followed_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.7ms) CREATE UNIQUE INDEX "index_relationships_on_follower_id_and_followed_id" ON "relationships" ("follower_id", "followed_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'   (0.8ms) CREATE INDEX "index_relationships_on_follower_id" ON "relationships" ("follower_id")  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "credits" decimal, "created_at" datetime, "updated_at" datetime, "password_digest" varchar(255), "remember_token" varchar(255), "admin" boolean)   (0.6ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'   (0.5ms) CREATE INDEX "index_users_on_remember_token" ON "users" ("remember_token")  (0.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315230445')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311191400')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311194153')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311201841')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130314184954')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315015932')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315175534') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) CREATE TABLE "microposts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" varchar(255), "user_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_microposts_on_user_id_and_created_at" ON "microposts" ("user_id", "created_at")  (0.7ms) CREATE TABLE "relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "follower_id" integer, "followed_id" integer, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE INDEX "index_relationships_on_followed_id" ON "relationships" ("followed_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'  (0.7ms) CREATE UNIQUE INDEX "index_relationships_on_follower_id_and_followed_id" ON "relationships" ("follower_id", "followed_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_follower_id_and_followed_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_relationships_on_followed_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_relationships_on_followed_id' AND type='index'   (0.6ms) CREATE INDEX "index_relationships_on_follower_id" ON "relationships" ("follower_id")  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "created_at" datetime, "updated_at" datetime, "password_digest" varchar(255), "remember_token" varchar(255), "admin" boolean)   (0.5ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'   (0.6ms) CREATE INDEX "index_users_on_remember_token" ON "users" ("remember_token")  (0.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315230445')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311191400')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311194153')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130311201841')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130314184954')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315015932')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130315175534') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveMocker :: default_scope called from class #::Micropost is unknown and will not be available in mock. saving mock micropost to /Users/zeisler/dev/active_mocker/sample_app_rails_4/spec/mocks ActiveMocker :: validates called from class #::Relationship is unknown and will not be available in mock. ActiveMocker :: validates called from class #::Relationship is unknown and will not be available in mock. saving mock relationship to /Users/zeisler/dev/active_mocker/sample_app_rails_4/spec/mocks ["(erb):68:in `block in render'", "(erb):66:in `each'", "(erb):66:in `render'", "/Users/zeisler/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/erb.rb:850:in `eval'", "/Users/zeisler/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/erb.rb:850:in `result'", "/Users/zeisler/dev/active_mocker/lib/active_mocker/generate.rb:232:in `render'", "/Users/zeisler/dev/active_mocker/lib/active_mocker/generate.rb:88:in `block in create_template'", "/Users/zeisler/dev/active_mocker/lib/active_mocker/generate.rb:58:in `each'", "/Users/zeisler/dev/active_mocker/lib/active_mocker/generate.rb:58:in `create_template'", "/Users/zeisler/dev/active_mocker/lib/active_mocker/generate.rb:18:in `initialize'", "/Users/zeisler/dev/active_mocker/lib/active_mocker/public_methods.rb:16:in `new'", "/Users/zeisler/dev/active_mocker/lib/active_mocker/public_methods.rb:16:in `create_mocks'", "/Users/zeisler/dev/active_mocker/sample_app_rails_4/lib/tasks/active_mocker.rake:3:in `block in '", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/task.rb:240:in `call'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/task.rb:240:in `block in execute'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/task.rb:235:in `each'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/task.rb:235:in `execute'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain'", "/Users/zeisler/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/monitor.rb:211:in `mon_synchronize'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/task.rb:172:in `invoke_with_call_chain'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/task.rb:165:in `invoke'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/application.rb:150:in `invoke_task'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/application.rb:106:in `block (2 levels) in top_level'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/application.rb:106:in `each'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/application.rb:106:in `block in top_level'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/application.rb:115:in `run_with_threads'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/application.rb:100:in `top_level'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/application.rb:78:in `block in run'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/application.rb:176:in `standard_exception_handling'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/application.rb:75:in `run'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/bin/rake:33:in `'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/bin/rake:23:in `load'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/bin/rake:23:in `
'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in `eval'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in `
'"] undefined method `class_name' for :microposts:Symbol failed to load user model Generated 2 of 3 mocks ActiveMocker :: default_scope called from class #::Micropost is unknown and will not be available in mock. saving mock micropost to /Users/zeisler/dev/active_mocker/sample_app_rails_4/spec/mocks ActiveMocker :: validates called from class #::Relationship is unknown and will not be available in mock. ActiveMocker :: validates called from class #::Relationship is unknown and will not be available in mock. saving mock relationship to /Users/zeisler/dev/active_mocker/sample_app_rails_4/spec/mocks ["(erb):68:in `block in render'", "(erb):66:in `each'", "(erb):66:in `render'", "/Users/zeisler/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/erb.rb:850:in `eval'", "/Users/zeisler/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/erb.rb:850:in `result'", "/Users/zeisler/dev/active_mocker/lib/active_mocker/generate.rb:232:in `render'", "/Users/zeisler/dev/active_mocker/lib/active_mocker/generate.rb:88:in `block in create_template'", "/Users/zeisler/dev/active_mocker/lib/active_mocker/generate.rb:58:in `each'", "/Users/zeisler/dev/active_mocker/lib/active_mocker/generate.rb:58:in `create_template'", "/Users/zeisler/dev/active_mocker/lib/active_mocker/generate.rb:18:in `initialize'", "/Users/zeisler/dev/active_mocker/lib/active_mocker/public_methods.rb:16:in `new'", "/Users/zeisler/dev/active_mocker/lib/active_mocker/public_methods.rb:16:in `create_mocks'", "/Users/zeisler/dev/active_mocker/sample_app_rails_4/lib/tasks/active_mocker.rake:3:in `block in '", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/task.rb:240:in `call'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/task.rb:240:in `block in execute'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/task.rb:235:in `each'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/task.rb:235:in `execute'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain'", "/Users/zeisler/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/monitor.rb:211:in `mon_synchronize'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/task.rb:172:in `invoke_with_call_chain'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/task.rb:165:in `invoke'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/application.rb:150:in `invoke_task'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/application.rb:106:in `block (2 levels) in top_level'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/application.rb:106:in `each'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/application.rb:106:in `block in top_level'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/application.rb:115:in `run_with_threads'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/application.rb:100:in `top_level'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/application.rb:78:in `block in run'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/application.rb:176:in `standard_exception_handling'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/lib/rake/application.rb:75:in `run'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/gems/rake-10.3.2/bin/rake:33:in `'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/bin/rake:23:in `load'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/bin/rake:23:in `
'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in `eval'", "/Users/zeisler/.rvm/gems/ruby-2.1.1/bin/ruby_executable_hooks:15:in `
'"] undefined method `class_name' for :microposts:Symbol failed to load user model Generated 2 of 3 mocks ActiveMocker :: default_scope called from class #::Micropost is unknown and will not be available in mock. saving mock micropost to /Users/zeisler/dev/active_mocker/sample_app_rails_4/spec/mocks ActiveMocker :: validates called from class #::Relationship is unknown and will not be available in mock. ActiveMocker :: validates called from class #::Relationship is unknown and will not be available in mock. saving mock relationship to /Users/zeisler/dev/active_mocker/sample_app_rails_4/spec/mocks saving mock user to /Users/zeisler/dev/active_mocker/sample_app_rails_4/spec/mocks Generated 3 of 3 mocks ActiveMocker :: default_scope called from class #::Micropost is unknown and will not be available in mock. saving mock micropost to /Users/zeisler/dev/active_mocker/sample_app_rails_4/spec/mocks ActiveMocker :: validates called from class #::Relationship is unknown and will not be available in mock. ActiveMocker :: validates called from class #::Relationship is unknown and will not be available in mock. saving mock relationship to /Users/zeisler/dev/active_mocker/sample_app_rails_4/spec/mocks saving mock user to /Users/zeisler/dev/active_mocker/sample_app_rails_4/spec/mocks Generated 3 of 3 mocks ActiveMocker :: default_scope called from class #::Micropost is unknown and will not be available in mock. saving mock micropost to /Users/zeisler/dev/active_mocker/sample_app_rails_4/spec/mocks ActiveMocker :: validates called from class #::Relationship is unknown and will not be available in mock. ActiveMocker :: validates called from class #::Relationship is unknown and will not be available in mock. saving mock relationship to /Users/zeisler/dev/active_mocker/sample_app_rails_4/spec/mocks saving mock user to /Users/zeisler/dev/active_mocker/sample_app_rails_4/spec/mocks Generated 3 of 3 mocks ActiveMocker :: default_scope called from class #::Micropost is unknown and will not be available in mock. saving mock micropost to /Users/zeisler/dev/active_mocker/sample_app_rails_4/spec/mocks ActiveMocker :: validates called from class #::Relationship is unknown and will not be available in mock. ActiveMocker :: validates called from class #::Relationship is unknown and will not be available in mock. saving mock relationship to /Users/zeisler/dev/active_mocker/sample_app_rails_4/spec/mocks saving mock user to /Users/zeisler/dev/active_mocker/sample_app_rails_4/spec/mocks Generated 3 of 3 mocks ActiveMocker :: default_scope called from class #::Micropost is unknown and will not be available in mock. saving mock micropost to /Users/zeisler/dev/active_mocker/sample_app_rails_4/spec/mocks ActiveMocker :: validates called from class #::Relationship is unknown and will not be available in mock. ActiveMocker :: validates called from class #::Relationship is unknown and will not be available in mock. saving mock relationship to /Users/zeisler/dev/active_mocker/sample_app_rails_4/spec/mocks saving mock user to /Users/zeisler/dev/active_mocker/sample_app_rails_4/spec/mocks Generated 3 of 3 mocks ActiveMocker :: default_scope called from class #::Micropost is unknown and will not be available in mock. saving mock micropost to /Users/zeisler/dev/active_mocker/sample_app_rails_4/spec/mocks ActiveMocker :: validates called from class #::Relationship is unknown and will not be available in mock. ActiveMocker :: validates called from class #::Relationship is unknown and will not be available in mock. saving mock relationship to /Users/zeisler/dev/active_mocker/sample_app_rails_4/spec/mocks saving mock user to /Users/zeisler/dev/active_mocker/sample_app_rails_4/spec/mocks Generated 3 of 3 mocks ActiveMocker :: default_scope called from class #::Micropost is unknown and will not be available in mock. saving mock micropost to /Users/zeisler/dev/active_mocker/sample_app_rails_4/spec/mocks ActiveMocker :: validates called from class #::Relationship is unknown and will not be available in mock. ActiveMocker :: validates called from class #::Relationship is unknown and will not be available in mock. saving mock relationship to /Users/zeisler/dev/active_mocker/sample_app_rails_4/spec/mocks saving mock user to /Users/zeisler/dev/active_mocker/sample_app_rails_4/spec/mocks Generated 3 of 3 mocks