test/dummy/log/development.log in controller_scaffolding-1.0.3 vs test/dummy/log/development.log in controller_scaffolding-1.0.4

- old
+ new

@@ -1989,5 +1989,170 @@ Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 21:29:41 -0400 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 21:29:42 -0400 + Person Load (0.4ms) SELECT "people".* FROM "people" +SQLite3::SQLException: no such table: people: SELECT "people".* FROM "people" +  (2.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  +  (0.1ms) select sqlite_version(*) +  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreatePeople (20140711034542) +  (0.1ms) begin transaction +  (0.6ms) CREATE TABLE "temp_people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "email" varchar(255), "title" varchar(255), "dob" datetime, "is_manager" boolean, "created_at" datetime, "updated_at" datetime) + SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140711034542"]] +  (1.3ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (1.9ms) CREATE TABLE "temp_people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "email" varchar(255), "title" varchar(255), "dob" datetime, "is_manager" boolean, "created_at" datetime, "updated_at" datetime)  +  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) +  (0.1ms) select sqlite_version(*) +  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.1ms) SELECT version FROM "schema_migrations" +  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140711034542') +  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  +  (0.1ms) select sqlite_version(*) +  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreatePeople (20140711034542) +  (0.1ms) begin transaction +  (0.4ms) CREATE TABLE "temp_people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "email" varchar(255), "title" varchar(255), "dob" datetime, "is_manager" boolean, "created_at" datetime, "updated_at" datetime) + SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140711034542"]] +  (1.1ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  +  (0.1ms) select sqlite_version(*) +  (4.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") + ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreatePeople (20140711034542) +  (0.1ms) begin transaction +  (0.4ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "email" varchar(255), "title" varchar(255), "dob" datetime, "is_manager" boolean, "created_at" datetime, "updated_at" datetime) + SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140711034542"]] +  (1.0ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreateCreditCardInfos (20140731014857) +  (0.1ms) begin transaction +  (0.4ms) CREATE TABLE "credit_card_infos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "cardholder" varchar(255), "exp_date" date, "secret_code" varchar(255), "created_at" datetime, "updated_at" datetime)  + SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140731014857"]] +  (1.6ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + + +Started GET "/credit_card_infos" for 127.0.0.1 at 2014-07-30 22:51:51 -0400 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by CreditCardInfosController#index as HTML + CreditCardInfo Load (0.2ms) SELECT "credit_card_infos".* FROM "credit_card_infos" LIMIT 15 OFFSET 0 + Rendered application/_pagination.html.haml (445.2ms) + Rendered credit_card_infos/index.html.haml within layouts/application (455.9ms) + Rendered application/_flash_messages.html.haml (1.0ms) +Completed 200 OK in 1044ms (Views: 1042.8ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-30 22:51:52 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-30 22:51:52 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-30 22:51:52 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-30 22:51:52 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-30 22:51:52 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-30 22:51:52 -0400 + + +Started GET "/credit_card_infos" for 127.0.0.1 at 2014-07-30 22:55:25 -0400 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by CreditCardInfosController#index as HTML + CreditCardInfo Load (0.2ms) SELECT "credit_card_infos".* FROM "credit_card_infos" LIMIT 15 OFFSET 0 + Rendered application/_pagination.html.haml (389.5ms) + Rendered credit_card_infos/index.html.haml within layouts/application (399.5ms) + Rendered application/_flash_messages.html.haml (1.2ms) +Completed 200 OK in 443ms (Views: 440.2ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-30 22:55:26 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-30 22:55:26 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-30 22:55:26 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-30 22:55:26 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-30 22:55:26 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-30 22:55:26 -0400 + + +Started GET "/credit_card_infos/new" for 127.0.0.1 at 2014-07-30 22:55:29 -0400 +Processing by CreditCardInfosController#new as HTML + Rendered credit_card_infos/_form.html.haml (14.3ms) + Rendered credit_card_infos/new.html.haml within layouts/application (16.4ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 25ms (Views: 22.9ms | ActiveRecord: 0.5ms) + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-30 22:55:30 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-30 22:55:30 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-30 22:55:30 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-30 22:55:30 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-30 22:55:30 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-30 22:55:30 -0400 + + +Started POST "/credit_card_infos" for 127.0.0.1 at 2014-07-30 22:55:42 -0400 +Processing by CreditCardInfosController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"FdphoC8HPdT5rTsknQyyV8X81BtuzujqYyrIo0/ozoU=", "credit_card_info"=>{"cardholder"=>"jane doe", "exp_date(1i)"=>"2014", "exp_date(2i)"=>"7", "exp_date(3i)"=>"31", "secret_code"=>"jjhj999"}, "btn_index"=>"Save & Back to List"} +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "credit_card_infos" ("cardholder", "created_at", "exp_date", "secret_code", "updated_at") VALUES (?, ?, ?, ?, ?) [["cardholder", "jane doe"], ["created_at", "2014-07-31 02:55:42.842875"], ["exp_date", "2014-07-31"], ["secret_code", "jjhj999"], ["updated_at", "2014-07-31 02:55:42.842875"]] +  (1.1ms) commit transaction +Redirected to http://localhost:3002/credit_card_infos +Completed 302 Found in 9ms (ActiveRecord: 1.6ms) + + +Started GET "/credit_card_infos" for 127.0.0.1 at 2014-07-30 22:55:42 -0400 +Processing by CreditCardInfosController#index as HTML + CreditCardInfo Load (0.2ms) SELECT "credit_card_infos".* FROM "credit_card_infos" LIMIT 15 OFFSET 0 + CreditCardInfo Load (0.2ms) SELECT "credit_card_infos".* FROM "credit_card_infos" ORDER BY "credit_card_infos"."id" ASC LIMIT 1 OFFSET 0 + Rendered application/_pagination.html.haml (3.6ms) + Rendered credit_card_infos/index.html.haml within layouts/application (6.3ms) + Rendered application/_flash_messages.html.haml (0.2ms) +Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-30 22:55:42 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-30 22:55:42 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-30 22:55:42 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-30 22:55:42 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-30 22:55:42 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-30 22:55:42 -0400