test/dummy/log/development.log in controller_scaffolding-1.2.0 vs test/dummy/log/development.log in controller_scaffolding-1.3.0

- old
+ new

@@ -14477,5 +14477,271 @@ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-21 11:50:29 -0400 Person Load (0.3ms) SELECT "people".* FROM "people" ORDER BY "people"."id" ASC LIMIT 1 Person Load (1.2ms) SELECT "people".* FROM "people" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreateUnsearchables (20141013173403) +  (0.1ms) begin transaction +  (0.6ms) CREATE TABLE "unsearchables" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "dt" date, "bool" boolean, "created_at" datetime, "updated_at" datetime)  + SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141013173403"]] +  (21.9ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (1.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)  +  (1.2ms) CREATE TABLE "dinosaurs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" varchar(255), "good_dino" boolean, "created_at" datetime, "updated_at" datetime) +  (1.1ms) CREATE TABLE "fellows" ("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.1ms) 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) +  (1.1ms) CREATE TABLE "schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "breakfast" time, "birthday" date, "appointment" datetime, "dinner" time, "easter" date, "created_at" datetime, "updated_at" datetime)  +  (1.2ms) CREATE TABLE "unsearchables" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "dt" date, "bool" boolean, "created_at" datetime, "updated_at" datetime) +  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  +  (0.1ms) select sqlite_version(*) +  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.1ms) SELECT version FROM "schema_migrations" +  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20141013173403') +  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20140711034542') +  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140731014857') +  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20140806202909') +  (1.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140811153902') + + +Started GET "/people" for 127.0.0.1 at 2014-10-13 22:19:11 -0400 + ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" + +ActionController::RoutingError (No route matches [GET] "/people"): + actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' + rack (1.5.2) lib/rack/runtime.rb:17:in `call' + activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' + rack (1.5.2) lib/rack/lock.rb:17:in `call' + actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' + rack (1.5.2) lib/rack/sendfile.rb:112:in `call' + railties (4.1.6) lib/rails/engine.rb:514:in `call' + railties (4.1.6) lib/rails/application.rb:144:in `call' + rack (1.5.2) lib/rack/lock.rb:17:in `call' + rack (1.5.2) lib/rack/content_length.rb:14:in `call' + rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' + /Users/johnomalley/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' + /Users/johnomalley/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' + /Users/johnomalley/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' + + + Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) + Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) + Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (16.1ms) + Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (40.3ms) + + +Started GET "/credit_card_infos" for 127.0.0.1 at 2014-10-13 22:19:27 -0400 + +ActionController::RoutingError (uninitialized constant CreditCardInfosController): + activesupport (4.1.6) lib/active_support/inflector/methods.rb:238:in `const_get' + activesupport (4.1.6) lib/active_support/inflector/methods.rb:238:in `block in constantize' + activesupport (4.1.6) lib/active_support/inflector/methods.rb:236:in `each' + activesupport (4.1.6) lib/active_support/inflector/methods.rb:236:in `inject' + activesupport (4.1.6) lib/active_support/inflector/methods.rb:236:in `constantize' + actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' + actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:68:in `controller' + actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:46:in `call' + actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call' + actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each' + actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call' + actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call' + rack (1.5.2) lib/rack/etag.rb:23:in `call' + rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' + rack (1.5.2) lib/rack/head.rb:11:in `call' + actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call' + rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' + activerecord (4.1.6) lib/active_record/migration.rb:380:in `call' + actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks' + actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' + actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.1.6) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' + rack (1.5.2) lib/rack/runtime.rb:17:in `call' + activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' + rack (1.5.2) lib/rack/lock.rb:17:in `call' + actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call' + rack (1.5.2) lib/rack/sendfile.rb:112:in `call' + railties (4.1.6) lib/rails/engine.rb:514:in `call' + railties (4.1.6) lib/rails/application.rb:144:in `call' + rack (1.5.2) lib/rack/lock.rb:17:in `call' + rack (1.5.2) lib/rack/content_length.rb:14:in `call' + rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' + /Users/johnomalley/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' + /Users/johnomalley/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' + /Users/johnomalley/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' + + + Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) + Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) + Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) + Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (20.5ms) + + +Started GET "/credit_card_infos" for 127.0.0.1 at 2014-10-13 22:20:46 -0400 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by CreditCardInfosController#index as HTML + Rendered application/_sort_form.html.haml (1.8ms) + Rendered application/_search_form.html.haml (2.5ms) + CreditCardInfo Load (0.3ms) SELECT "credit_card_infos".* FROM "credit_card_infos" WHERE (1=2 or cardholder like '%%' or secret_code like '%%') LIMIT 15 OFFSET 0 + CreditCardInfo Load (0.2ms) SELECT "credit_card_infos".* FROM "credit_card_infos" WHERE (1=2 or cardholder like '%%' or secret_code like '%%') LIMIT 1 OFFSET 0 + Rendered application/_pagination.html.haml (454.4ms) + Rendered credit_card_infos/index.html.haml within layouts/application (479.0ms) +Completed 500 Internal Server Error in 497ms + +ActionView::Template::Error (couldn't find file 'hot_date_rails' + (in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css:13)): + 2: <html> + 3: <head> + 4: <title>Dummy</title> + 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> + 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> + 7: <%= csrf_meta_tags %> + 8: </head> + app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__1275332757950285053_2215338280' + + + Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) + Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.9ms) + Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.9ms) + + +Started GET "/credit_card_infos" for 127.0.0.1 at 2014-10-13 22:23:39 -0400 + ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by CreditCardInfosController#index as HTML + Rendered application/_sort_form.html.haml (2.4ms) + Rendered application/_search_form.html.haml (2.5ms) + CreditCardInfo Load (0.3ms) SELECT "credit_card_infos".* FROM "credit_card_infos" WHERE (1=2 or cardholder like '%%' or secret_code like '%%') LIMIT 15 OFFSET 0 + CreditCardInfo Load (0.2ms) SELECT "credit_card_infos".* FROM "credit_card_infos" WHERE (1=2 or cardholder like '%%' or secret_code like '%%') LIMIT 1 OFFSET 0 + Rendered application/_pagination.html.haml (398.5ms) + Rendered credit_card_infos/index.html.haml within layouts/application (422.7ms) +Completed 500 Internal Server Error in 441ms + +ActionView::Template::Error (couldn't find file 'hot_date_rails' + (in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css:15)): + 2: <html> + 3: <head> + 4: <title>Dummy</title> + 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> + 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> + 7: <%= csrf_meta_tags %> + 8: </head> + app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___2907552649025354349_2216153760' + + + Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) + Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (17.2ms) + Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (26.6ms) + + +Started GET "/credit_card_infos" for 127.0.0.1 at 2014-10-13 23:17:54 -0400 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by CreditCardInfosController#index as HTML + Rendered application/_sort_form.html.haml (1.4ms) + Rendered application/_search_form.html.haml (1.5ms) + CreditCardInfo Load (0.3ms) SELECT "credit_card_infos".* FROM "credit_card_infos" WHERE (1=2 or cardholder like '%%' or secret_code like '%%') LIMIT 15 OFFSET 0 + CreditCardInfo Load (0.2ms) SELECT "credit_card_infos".* FROM "credit_card_infos" WHERE (1=2 or cardholder like '%%' or secret_code like '%%') LIMIT 1 OFFSET 0 + Rendered application/_pagination.html.haml (413.1ms) + Rendered credit_card_infos/index.html.haml within layouts/application (435.5ms) + Rendered application/_flash_messages.html.haml (1.5ms) +Completed 200 OK in 2307ms (Views: 2302.6ms | ActiveRecord: 1.0ms) + + +Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400 + + +Started GET "/assets/jquery-ui-timepicker-addon.css?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400 + + +Started GET "/assets/hot_date_rails.css?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400 + + +Started GET "/assets/hot_date_rails/hot_date_rails.css?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400 + + +Started GET "/assets/jquery-ui.min.js?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400 + + +Started GET "/assets/jquery-ui-timepicker-addon.js?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400 + + +Started GET "/assets/hot_date_rails/hot_date_rails.js?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400 + + +Started GET "/assets/hot_date_rails.js?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400 + + +Started GET "/credit_card_infos/1/edit" for 127.0.0.1 at 2014-10-13 23:18:05 -0400 +Processing by CreditCardInfosController#edit as HTML + Parameters: {"id"=>"1"} + CreditCardInfo Load (0.3ms) SELECT "credit_card_infos".* FROM "credit_card_infos" WHERE "credit_card_infos"."id" = ? LIMIT 1 [["id", 1]] + Rendered credit_card_infos/_form.html.haml (48.4ms) + Rendered credit_card_infos/edit.html.haml within layouts/application (50.4ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 156ms (Views: 153.6ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/ui-bg_highlight-soft_100_eeeeee_1x100.png" for 127.0.0.1 at 2014-10-13 23:18:06 -0400 + + +Started GET "/assets/ui-bg_gloss-wave_35_f6a828_500x100.png" for 127.0.0.1 at 2014-10-13 23:18:08 -0400 + + +Started GET "/assets/ui-icons_ffffff_256x240.png" for 127.0.0.1 at 2014-10-13 23:18:08 -0400 + + +Started GET "/assets/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2014-10-13 23:18:08 -0400 + + +Started GET "/assets/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2014-10-13 23:18:08 -0400 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreateSchedules (20141014223742) +  (0.1ms) begin transaction +  (0.2ms) CREATE TABLE "schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "birthday" date, "lunch" time, "epoch" datetime, "created_at" datetime, "updated_at" datetime)  +SQLite3::SQLException: table "schedules" already exists: CREATE TABLE "schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "birthday" date, "lunch" time, "epoch" datetime, "created_at" datetime, "updated_at" datetime) +  (0.1ms) rollback transaction + Schedule Load (1.8ms) SELECT "schedules".* FROM "schedules" + Schedule Load (0.3ms) SELECT "schedules".* FROM "schedules" ORDER BY "schedules"."id" ASC LIMIT 1