DEPRECATION WARNING: config.action_view.debug_rjs will be removed in 3.1, from 3.1 onwards you will need to install prototype-rails to continue to use RJS templates . (called from /Users/dev/Projects/bento/spec/rails_app/config/environment.rb:6) SQL (0.2ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (0.1ms) select sqlite_version(*) SQL (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  SQL (0.0ms) PRAGMA index_list("schema_migrations") SQL (1.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") SQL (0.1ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' SQL (0.1ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to DeviseCreateUsers (20100924132032) SQL (0.2ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(128) DEFAULT '' NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (0.0ms) PRAGMA index_list("users") SQL (0.3ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20100924132032') Migrating to BentoCreateAccounts (20101015094514) SQL (0.2ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (0.0ms) PRAGMA index_list("accounts") SQL (0.2ms) CREATE UNIQUE INDEX "index_accounts_on_name" ON "accounts" ("name") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20101015094514') Migrating to BentoAddAccountIdToAccounts (20101015094515) SQL (0.3ms) ALTER TABLE "users" ADD "account_id" integer SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20101015094515') Migrating to CreateProjects (20101015143011) SQL (0.2ms) CREATE TABLE "projects" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "account_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20101015143011') Migrating to BentoCreateSites (20101029122256) SQL (0.2ms) CREATE TABLE "sites" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (0.0ms) PRAGMA index_list("sites") SQL (0.3ms) CREATE UNIQUE INDEX "index_sites_on_name" ON "sites" ("name") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20101029122256') Migrating to BentoAddSiteIdToSites (20101029122257) SQL (0.2ms) ALTER TABLE "users" ADD "site_id" integer SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20101029122257') Migrating to AddPlanToAccounts (20110821091847) SQL (0.2ms) ALTER TABLE "accounts" ADD "plan" varchar(255) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110821091847') Migrating to BentoCreateBentoMemberships (20110821095924) SQL (0.2ms) CREATE TABLE "bento_memberships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "account_id" integer, "user_id" integer, "created_at" datetime, "updated_at" datetime)  SQL (0.0ms) PRAGMA index_list("bento_memberships") SQL (0.3ms) CREATE UNIQUE INDEX "index_bento_memberships_on_account_id_and_user_id" ON "bento_memberships" ("account_id", "user_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110821095924') SQL (0.1ms) select sqlite_version(*) SQL (0.3ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' SQL (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" SQL (0.1ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' SQL (0.1ms) PRAGMA index_list("accounts") SQL (0.1ms) PRAGMA index_info('index_accounts_on_name') SQL (0.1ms) PRAGMA index_list("bento_memberships") SQL (0.1ms) PRAGMA index_info('index_bento_memberships_on_account_id_and_user_id') SQL (0.0ms) PRAGMA index_list("projects") SQL (0.1ms) PRAGMA index_list("sites") SQL (0.1ms) PRAGMA index_info('index_sites_on_name') SQL (0.1ms) PRAGMA index_list("users") SQL (0.1ms) PRAGMA index_info('index_users_on_email') SQL (0.2ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" SQL (0.1ms) select sqlite_version(*) SQL (0.1ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (1.8ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime, "plan" varchar(255)) SQL (0.0ms) PRAGMA index_list("accounts") SQL (1.3ms) CREATE UNIQUE INDEX "index_accounts_on_name" ON "accounts" ("name") SQL (0.1ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (1.2ms) CREATE TABLE "bento_memberships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "account_id" integer, "user_id" integer, "created_at" datetime, "updated_at" datetime) SQL (0.0ms) PRAGMA index_list("bento_memberships") SQL (1.6ms) CREATE UNIQUE INDEX "index_bento_memberships_on_account_id_and_user_id" ON "bento_memberships" ("account_id", "user_id") SQL (0.1ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (2.4ms) CREATE TABLE "projects" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "account_id" integer NOT NULL, "created_at" datetime, "updated_at" datetime) SQL (0.1ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (2.5ms) CREATE TABLE "sites" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) SQL (0.0ms) PRAGMA index_list("sites") SQL (1.4ms) CREATE UNIQUE INDEX "index_sites_on_name" ON "sites" ("name") SQL (0.1ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (1.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(128) DEFAULT '' NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "created_at" datetime, "updated_at" datetime, "account_id" integer, "site_id" integer) SQL (0.0ms) PRAGMA index_list("users") SQL (1.8ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email") SQL (0.1ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) SQL (0.0ms) PRAGMA index_list("schema_migrations") SQL (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") SQL (0.2ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (0.1ms) SELECT version FROM "schema_migrations" SQL (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20110821095924') SQL (1.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20100924132032') SQL (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20101015094514') SQL (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20101015094515') SQL (2.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20101015143011') SQL (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20101029122256') SQL (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20101029122257') SQL (1.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20110821091847') DEPRECATION WARNING: config.action_view.debug_rjs will be removed in 3.1, from 3.1 onwards you will need to install prototype-rails to continue to use RJS templates . (called from /Users/dev/Projects/bento/spec/rails_app/config/environment.rb:10) AREL (1.1ms) DELETE FROM "users" WHERE 1=1