spec/dummy/log/development.log in mechanize_store-0.0.5 vs spec/dummy/log/development.log in mechanize_store-0.0.6

- old
+ new

@@ -25407,5 +25407,90 @@ Processing by MechanizeStore::ProductsController#new as HTML MechanizeStore::ProductCategory Load (0.2ms) SELECT "mechanize_store_product_categories".* FROM "mechanize_store_product_categories" Rendered /Users/wilbert/apps/mechanize_store/app/views/mechanize_store/products/_form.html.erb (218.5ms) Rendered /Users/wilbert/apps/mechanize_store/app/views/mechanize_store/products/new.html.erb (242.4ms) Completed 200 OK in 285ms (Views: 256.7ms | ActiveRecord: 0.8ms) +  (7.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  +  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") + ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreateMechanizeStoreFreights (20140508135827) +  (0.1ms) begin transaction +  (0.4ms) CREATE TABLE "mechanize_store_freights" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "value" float, "service" varchar(255), "order_id" integer, "zipcode" varchar(255), "created_at" datetime, "updated_at" datetime)  +  (0.1ms) CREATE INDEX "index_mechanize_store_freights_on_order_id" ON "mechanize_store_freights" ("order_id") + SQL (3.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140508135827"]] +  (0.8ms) commit transaction +Migrating to CreateMechanizeStoreOrderStatuses (20140508135828) +  (0.1ms) begin transaction +  (0.4ms) CREATE TABLE "mechanize_store_order_statuses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) + SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140508135828"]] +  (0.7ms) commit transaction +Migrating to CreateMechanizeStorePaymentStatuses (20140508135829) +  (0.1ms) begin transaction +  (0.4ms) CREATE TABLE "mechanize_store_payment_statuses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) + SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140508135829"]] +  (0.7ms) commit transaction +Migrating to CreateMechanizeStorePaymentTypes (20140508135830) +  (0.1ms) begin transaction +  (0.3ms) CREATE TABLE "mechanize_store_payment_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) + SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140508135830"]] +  (0.6ms) commit transaction +Migrating to CreateMechanizeStorePayments (20140508135831) +  (0.1ms) begin transaction +  (0.3ms) CREATE TABLE "mechanize_store_payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "order_id" integer, "payment_status_id" integer, "value" float, "paid_value" float, "paid_in" datetime, "plot" integer, "flag_id" integer, "created_at" datetime, "updated_at" datetime) +  (0.1ms) CREATE INDEX "index_mechanize_store_payments_on_payment_status_id" ON "mechanize_store_payments" ("payment_status_id") +  (0.1ms) CREATE INDEX "index_mechanize_store_payments_on_flag_id" ON "mechanize_store_payments" ("flag_id") + SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140508135831"]] +  (0.8ms) commit transaction +Migrating to CreateMechanizeStoreFlags (20140508135832) +  (0.1ms) begin transaction +  (0.3ms) CREATE TABLE "mechanize_store_flags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) + SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140508135832"]] +  (0.7ms) commit transaction +Migrating to CreateMechanizeStoreProducts (20140508135833) +  (0.1ms) begin transaction +  (0.4ms) CREATE TABLE "mechanize_store_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "short_description" varchar(255), "price" float, "weight" float, "length" float, "height" float, "product_category_id" integer, "created_at" datetime, "updated_at" datetime) +  (0.3ms) CREATE INDEX "index_mechanize_store_products_on_product_category_id" ON "mechanize_store_products" ("product_category_id") + SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140508135833"]] +  (0.6ms) commit transaction +Migrating to CreateMechanizeStoreProductPhotos (20140508135834) +  (0.1ms) begin transaction +  (0.3ms) CREATE TABLE "mechanize_store_product_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file_file_name" varchar(255), "file_content_type" varchar(255), "file_file_size" integer, "file_updated_at" datetime, "product_id" integer, "created_at" datetime, "updated_at" datetime)  +  (0.1ms) CREATE INDEX "index_mechanize_store_product_photos_on_product_id" ON "mechanize_store_product_photos" ("product_id") + SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140508135834"]] +  (0.7ms) commit transaction +Migrating to CreateMechanizeStoreOrders (20140508135835) +  (0.1ms) begin transaction +  (0.4ms) CREATE TABLE "mechanize_store_orders" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "order_status_id" integer, "store_id" integer, "delivery_date" datetime, "created_at" datetime, "updated_at" datetime) +  (0.1ms) CREATE INDEX "index_mechanize_store_orders_on_order_status_id" ON "mechanize_store_orders" ("order_status_id") +  (0.1ms) CREATE INDEX "index_mechanize_store_orders_on_store_id" ON "mechanize_store_orders" ("store_id") + SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140508135835"]] +  (0.8ms) commit transaction +Migrating to CreateMechanizeStoreProductCategories (20140508135836) +  (0.1ms) begin transaction +  (0.3ms) CREATE TABLE "mechanize_store_product_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "product_category_id" integer, "created_at" datetime, "updated_at" datetime) + SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140508135836"]] +  (0.8ms) commit transaction +Migrating to AddWidthToMechanizeStoreProduct (20140508135837) +  (0.1ms) begin transaction +  (0.3ms) ALTER TABLE "mechanize_store_products" ADD "width" float + SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140508135837"]] +  (0.7ms) commit transaction +Migrating to CreateMechanizeStoreOrderItems (20140508135838) +  (0.2ms) begin transaction +  (0.5ms) CREATE TABLE "mechanize_store_order_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "quantity" integer, "price" float, "order_id" integer, "product_id" integer, "created_at" datetime, "updated_at" datetime) +  (0.1ms) CREATE INDEX "index_mechanize_store_order_items_on_order_id" ON "mechanize_store_order_items" ("order_id") +  (0.1ms) CREATE INDEX "index_mechanize_store_order_items_on_product_id" ON "mechanize_store_order_items" ("product_id") + SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140508135838"]] +  (0.9ms) commit transaction +Migrating to AddPaymentTypeIdToPayment (20140508135839) +  (0.1ms) begin transaction +  (0.5ms) ALTER TABLE "mechanize_store_payments" ADD "payment_type_id" integer +  (0.2ms) CREATE INDEX "index_mechanize_store_payments_on_payment_type_id" ON "mechanize_store_payments" ("payment_type_id") + SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140508135839"]] +  (0.8ms) commit transaction +Migrating to AddTimeToFreight (20140508135840) +  (0.1ms) begin transaction +  (0.4ms) ALTER TABLE "mechanize_store_freights" ADD "delivery_time" integer + SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140508135840"]] +  (0.7ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + MechanizeStore::Product Load (0.3ms) SELECT "mechanize_store_products".* FROM "mechanize_store_products" ORDER BY "mechanize_store_products"."id" ASC LIMIT 1