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
+ [1m[36mPerson Load (0.4ms)[0m [1mSELECT "people".* FROM "people"[0m
+SQLite3::SQLException: no such table: people: SELECT "people".* FROM "people"
+ [1m[36m (2.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m select sqlite_version(*)
+ [1m[36m (1.3ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+Migrating to CreatePeople (20140711034542)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.6ms)[0m 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)
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140711034542"]]
+ [1m[35m (1.3ms)[0m commit transaction
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[36m (1.9ms)[0m [1mCREATE 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) [0m
+ [1m[35m (1.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (1.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140711034542')
+ [1m[36m (1.6ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m select sqlite_version(*)
+ [1m[36m (1.3ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+Migrating to CreatePeople (20140711034542)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.4ms)[0m 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)
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140711034542"]]
+ [1m[35m (1.1ms)[0m commit transaction
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[36m (2.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.1ms)[0m select sqlite_version(*)
+ [1m[36m (4.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+Migrating to CreatePeople (20140711034542)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.4ms)[0m 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)
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140711034542"]]
+ [1m[35m (1.0ms)[0m commit transaction
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Migrating to CreateCreditCardInfos (20140731014857)
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.4ms)[0m [1mCREATE 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) [0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140731014857"]]
+ [1m[36m (1.6ms)[0m [1mcommit transaction[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+
+
+Started GET "/credit_card_infos" for 127.0.0.1 at 2014-07-30 22:51:51 -0400
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by CreditCardInfosController#index as HTML
+ [1m[35mCreditCardInfo Load (0.2ms)[0m 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
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by CreditCardInfosController#index as HTML
+ [1m[35mCreditCardInfo Load (0.2ms)[0m 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"}
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m 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"]]
+ [1m[36m (1.1ms)[0m [1mcommit transaction[0m
+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
+ [1m[35mCreditCardInfo Load (0.2ms)[0m SELECT "credit_card_infos".* FROM "credit_card_infos" LIMIT 15 OFFSET 0
+ [1m[36mCreditCardInfo Load (0.2ms)[0m [1mSELECT "credit_card_infos".* FROM "credit_card_infos" ORDER BY "credit_card_infos"."id" ASC LIMIT 1 OFFSET 0[0m
+ 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