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

- old
+ new

@@ -2154,5 +2154,46 @@ 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 + + +Started GET "/credit_card_infos" for 127.0.0.1 at 2014-07-31 15:19:56 -0400 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + +ActionController::RoutingError (No route matches [GET] "/credit_card_infos"): + actionpack (4.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (4.1.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.1.4) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.1.4) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.1.4) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.1.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' + rack (1.5.2) lib/rack/sendfile.rb:112:in `call' + railties (4.1.4) lib/rails/engine.rb:514:in `call' + railties (4.1.4) 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.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) + Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (543.2ms) + Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (556.5ms) + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreateDinosaurs (20140806202909) +  (0.1ms) begin transaction +  (0.5ms) 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)  + SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140806202909"]] +  (1.2ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"