spec/dummy/log/development.log in axlsx_rails-0.2.0 vs spec/dummy/log/development.log in axlsx_rails-0.2.1

- old
+ new

@@ -824,5 +824,113 @@ Started GET "/useheader.xlsx" for 127.0.0.1 at 2014-04-08 08:49:44 -0700 Connecting to database specified by database.yml Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (7.4ms) Completed 200 OK in 3316.7ms (Views: 14.6ms | ActiveRecord: 0.0ms) +Connecting to database specified by database.yml + + +Started GET "/" for 127.0.0.1 at 2014-09-03 14:24:25 -0700 +Processing by HomeController#index as HTML + Rendered home/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 8.3ms (Views: 7.9ms | ActiveRecord: 0.0ms) + + +Started GET "/users/show/1" for 127.0.0.1 at 2014-09-03 14:24:33 -0700 + +ActionController::RoutingError (No route matches [GET] "/users/show/1"): + actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app' + railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call' + activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged' + railties (3.2.17) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.5) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.5) lib/rack/lock.rb:15:in `call' + actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call' + railties (3.2.17) lib/rails/engine.rb:484:in `call' + railties (3.2.17) lib/rails/application.rb:231:in `call' + rack (1.4.5) lib/rack/content_length.rb:14:in `call' + railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call' + thin (1.6.1) lib/thin/connection.rb:82:in `block in pre_process' + thin (1.6.1) lib/thin/connection.rb:80:in `catch' + thin (1.6.1) lib/thin/connection.rb:80:in `pre_process' + thin (1.6.1) lib/thin/connection.rb:55:in `process' + thin (1.6.1) lib/thin/connection.rb:41:in `receive_data' + eventmachine (1.0.3) lib/eventmachine.rb:187:in `run_machine' + eventmachine (1.0.3) lib/eventmachine.rb:187:in `run' + thin (1.6.1) lib/thin/backends/base.rb:73:in `start' + thin (1.6.1) lib/thin/server.rb:162:in `start' + rack (1.4.5) lib/rack/handler/thin.rb:13:in `run' + rack (1.4.5) lib/rack/server.rb:268:in `start' + railties (3.2.17) lib/rails/commands/server.rb:70:in `start' + railties (3.2.17) lib/rails/commands.rb:55:in `block in <top (required)>' + railties (3.2.17) lib/rails/commands.rb:50:in `tap' + railties (3.2.17) lib/rails/commands.rb:50:in `<top (required)>' + script/rails:6:in `require' + script/rails:6:in `<main>' + + + Rendered /Users/noel/.rvm/gems/ruby-2.0.0-p481/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) + + +Started GET "/users/1.xlsx" for 127.0.0.1 at 2014-09-03 14:24:41 -0700 +Processing by UsersController#show as XLSX + Parameters: {"id"=>"1"} +Completed 500 Internal Server Error in 0.6ms + +ActiveRecord::StatementInvalid (Could not find table 'users'): + app/controllers/users_controller.rb:16:in `show' + + + Rendered /Users/noel/.rvm/gems/ruby-2.0.0-p481/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) + Rendered /Users/noel/.rvm/gems/ruby-2.0.0-p481/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) + Rendered /Users/noel/.rvm/gems/ruby-2.0.0-p481/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.8ms) +Connecting to database specified by database.yml +  (0.1ms) select sqlite_version(*) +  (6.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) +  (1.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" +Migrating to CreateUsers (20120717192452) +  (0.0ms) begin transaction +  (0.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "last_name" varchar(255), "address" varchar(255), "email" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120717192452') +  (1.3ms) commit transaction +Migrating to CreateLikes (20121206210955) +  (0.0ms) begin transaction +  (0.3ms) CREATE TABLE "likes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121206210955') +  (1.7ms) commit transaction +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  +Connecting to database specified by database.yml +Connecting to database specified by database.yml + + +Started GET "/users/1.xlsx" for 127.0.0.1 at 2014-09-03 14:28:03 -0700 +Processing by UsersController#show as XLSX + Parameters: {"id"=>"1"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] +DEPRECATION WARNING: Passing a template handler in the template name is deprecated. You can simply remove the handler name or pass render :handlers => [:axlsx] instead. (called from realtime at /Users/noel/.rvm/rubies/ruby-2.0.0-p481/lib/ruby/2.0.0/benchmark.rb:296) + Rendered users/respond_with.xlsx.axlsx (7.9ms) +Completed 200 OK in 21.5ms (Views: 14.1ms | ActiveRecord: 0.2ms) + + +Started GET "/users/1.xlsx" for 127.0.0.1 at 2014-09-03 14:50:35 -0700 +Processing by UsersController#show as XLSX + Parameters: {"id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] +DEPRECATION WARNING: Passing a template handler in the template name is deprecated. You can simply remove the handler name or pass render :handlers => [:axlsx] instead. (called from realtime at /Users/noel/.rvm/rubies/ruby-2.0.0-p481/lib/ruby/2.0.0/benchmark.rb:296) + Rendered users/respond_with.xlsx.axlsx (7.9ms) +Completed 200 OK in 11.8ms (Views: 10.3ms | ActiveRecord: 0.1ms) +Connecting to database specified by database.yml + + +Started GET "/users/1.xlsx" for 127.0.0.1 at 2014-09-03 14:53:50 -0700 +Processing by UsersController#show as XLSX + Parameters: {"id"=>"1"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] +DEPRECATION WARNING: Passing a template handler in the template name is deprecated. You can simply remove the handler name or pass render :handlers => [:axlsx] instead. (called from realtime at /Users/noel/.rvm/rubies/ruby-2.0.0-p481/lib/ruby/2.0.0/benchmark.rb:296) + Rendered users/respond_with.xlsx.axlsx (8.5ms) +Completed 200 OK in 27.9ms (Views: 19.0ms | ActiveRecord: 0.3ms)