Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (3.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (2.1ms) 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.4ms) 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')  (2.0ms) commit transaction  (0.2ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("users") Started GET "/" for 127.0.0.1 at 2012-07-17 12:55:15 -0700 Connecting to database specified by database.yml Processing by HomeController#index as HTML Rendered home/index.html.erb within layouts/application (43.0ms) Compiled scaffold.css (0ms) (pid 13406) Compiled application.css (17ms) (pid 13406) Compiled jquery.js (2ms) (pid 13406) Compiled jquery_ujs.js (0ms) (pid 13406) Compiled application.js (64ms) (pid 13406) Completed 200 OK in 296ms (Views: 295.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-17 12:55:16 -0700 Served asset /application.css - 200 OK (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-17 12:55:16 -0700 Served asset /jquery_ujs.js - 200 OK (2ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-07-17 12:55:16 -0700 Served asset /scaffold.css - 200 OK (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-17 12:55:16 -0700 Served asset /jquery.js - 200 OK (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-17 12:55:16 -0700 Served asset /application.js - 200 OK (4ms) Started GET "/users" for 127.0.0.1 at 2012-07-17 12:55:32 -0700 ActionController::RoutingError (undefined method `acts_as_xlsx' for #): app/models/user.rb:2:in `' app/models/user.rb:1:in `' app/controllers/users_controller.rb:1:in `' Rendered /Users/noel/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/users" for 127.0.0.1 at 2012-07-17 13:19:38 -0700 Connecting to database specified by database.yml Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users"  Rendered users/index.html.erb within layouts/application (2.7ms) Compiled application.css (0ms) (pid 28544) Completed 200 OK in 83ms (Views: 44.7ms | ActiveRecord: 1.7ms) Started GET "/users/new" for 127.0.0.1 at 2012-07-17 13:19:43 -0700 AbstractController::ActionNotFound (The action 'new' could not be found for UsersController): actionpack (3.2.6) lib/abstract_controller/base.rb:116:in `process' actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.6) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call' activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__2019815976431315984__call__2273629867623954281__callbacks' activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.6) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.6) lib/rails/engine.rb:479:in `call' railties (3.2.6) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/noel/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/noel/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/noel/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/noel/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.5ms) Started GET "/" for 127.0.0.1 at 2012-08-21 13:29:57 -0700 Connecting to database specified by database.yml Processing by HomeController#index as HTML Rendered home/index.html.erb within layouts/application (21.2ms) Completed 200 OK in 142ms (Views: 141.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-21 13:29:58 -0700 Served asset /application.css - 200 OK (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-21 13:29:58 -0700 Served asset /jquery_ujs.js - 200 OK (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-21 13:29:58 -0700 Served asset /application.js - 200 OK (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-21 13:29:58 -0700 Served asset /jquery.js - 200 OK (2ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:30:03 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (24.3ms) Completed 200 OK in 26ms (Views: 26.0ms | ActiveRecord: 0.0ms) Started GET "/another.xlsx" for 127.0.0.1 at 2012-08-21 13:30:10 -0700 Processing by HomeController#another as XLSX Rendered home/index.xlsx.axlsx (4.5ms) Rendered text template (0.0ms) Sent data filename_test.xlsx (18.8ms) Completed 200 OK in 54ms (Views: 53.8ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:30:26 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (23.4ms) Completed 200 OK in 26ms (Views: 25.4ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:31:21 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (4.2ms) Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:32:03 -0700 Processing by HomeController#useheader as XLSX Completed 500 Internal Server Error in 61ms ActionView::MissingTemplate (Missing template home/userheader, application/userheader with {:locale=>[:en], :formats=>[:xlsx], :handlers=>[:erb, :builder, :axlsx]}. Searched in: * "/Users/noel/workspace/axlsx_rails/spec/dummy/app/views" ): app/controllers/home_controller.rb:28:in `block (2 levels) in useheader' app/controllers/home_controller.rb:25:in `useheader' Rendered /Users/noel/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.8ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:32:35 -0700 Processing by HomeController#useheader as XLSX Completed 500 Internal Server Error in 1ms ActionView::MissingTemplate (Missing template home/userheader, application/userheader with {:locale=>[:en], :formats=>[:xlsx], :handlers=>[:erb, :builder, :axlsx]}. Searched in: * "/Users/noel/workspace/axlsx_rails/spec/dummy/app/views" ): app/controllers/home_controller.rb:28:in `block (2 levels) in useheader' app/controllers/home_controller.rb:25:in `useheader' Rendered /Users/noel/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:32:50 -0700 Processing by HomeController#useheader as XLSX Completed 500 Internal Server Error in 2ms ActionView::MissingTemplate (Missing template home/home/userheader, application/home/userheader with {:locale=>[:en], :formats=>[:xlsx], :handlers=>[:erb, :builder, :axlsx]}. Searched in: * "/Users/noel/workspace/axlsx_rails/spec/dummy/app/views" ): app/controllers/home_controller.rb:28:in `block (2 levels) in useheader' app/controllers/home_controller.rb:25:in `useheader' Rendered /Users/noel/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:33:04 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (3.9ms) Rendered text template (0.0ms) Sent data filename_test.xlsx (0.4ms) Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:33:32 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (3.9ms) Rendered text template (0.0ms) Sent data efffilename_test.xlsx (0.4ms) Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:35:45 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (22.4ms) Completed 200 OK in 24ms (Views: 24.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:35:54 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (4.4ms) Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:36:06 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (4.2ms) Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:37:20 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (22.8ms) Completed 200 OK in 25ms (Views: 24.5ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-08-21 13:38:09 -0700 Processing by HomeController#index as HTML Rendered home/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-21 13:38:09 -0700 Served asset /application.css - 200 OK (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-21 13:38:09 -0700 Served asset /jquery.js - 200 OK (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-21 13:38:09 -0700 Served asset /jquery_ujs.js - 200 OK (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-21 13:38:09 -0700 Served asset /application.js - 200 OK (0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:38:12 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (4.2ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-08-21 13:38:20 -0700 Processing by HomeController#index as HTML Rendered home/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-21 13:38:20 -0700 Served asset /application.css - 200 OK (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-21 13:38:20 -0700 Served asset /jquery_ujs.js - 200 OK (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-21 13:38:20 -0700 Served asset /jquery.js - 200 OK (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-21 13:38:20 -0700 Served asset /application.js - 200 OK (0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:38:22 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (22.7ms) Completed 200 OK in 24ms (Views: 24.3ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:38:36 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (4.9ms) Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:38:55 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (23.2ms) Completed 200 OK in 25ms (Views: 25.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:38:58 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (4.5ms) Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:39:40 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (22.8ms) Rendered text template (0.0ms) Sent data filename_test.xlsx (0.5ms) Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.0ms) Started GET "/" for 192.168.10.83 at 2012-08-21 13:41:36 -0700 Processing by HomeController#index as HTML Rendered home/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 192.168.10.83 at 2012-08-21 13:41:37 -0700 Served asset /application.css - 200 OK (0ms) Started GET "/assets/jquery.js?body=1" for 192.168.10.83 at 2012-08-21 13:41:37 -0700 Served asset /jquery.js - 200 OK (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 192.168.10.83 at 2012-08-21 13:41:37 -0700 Served asset /jquery_ujs.js - 200 OK (0ms) Started GET "/assets/application.js?body=1" for 192.168.10.83 at 2012-08-21 13:41:37 -0700 Served asset /application.js - 200 OK (0ms) Started GET "/useheader.xlsx" for 192.168.10.83 at 2012-08-21 13:41:39 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (4.3ms) Rendered text template (0.0ms) Sent data filename_test.xlsx (0.5ms) Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 192.168.10.83 at 2012-08-21 13:41:49 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (24.6ms) Rendered text template (0.0ms) Sent data filenamedd_test.xlsx (0.5ms) Completed 200 OK in 27ms (Views: 27.0ms | ActiveRecord: 0.0ms) Started GET "/" for 192.168.10.83 at 2012-08-21 13:42:18 -0700 Processing by HomeController#index as HTML Rendered home/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 192.168.10.83 at 2012-08-21 13:42:19 -0700 Served asset /application.css - 200 OK (0ms) Started GET "/assets/jquery.js?body=1" for 192.168.10.83 at 2012-08-21 13:42:19 -0700 Served asset /jquery.js - 200 OK (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 192.168.10.83 at 2012-08-21 13:42:19 -0700 Served asset /jquery_ujs.js - 200 OK (0ms) Started GET "/assets/application.js?body=1" for 192.168.10.83 at 2012-08-21 13:42:19 -0700 Served asset /application.js - 200 OK (0ms) Started GET "/useheader.xlsx" for 192.168.10.83 at 2012-08-21 13:42:22 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (4.1ms) Rendered text template (0.0ms) Sent data filename_test.xlsx (0.4ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 192.168.10.83 at 2012-08-21 13:42:42 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (4.2ms) Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 192.168.10.83 at 2012-08-21 13:44:15 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (4.2ms) Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 192.168.10.83 at 2012-08-21 13:44:51 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (24.3ms) Completed 200 OK in 26ms (Views: 25.8ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:56:44 -0700 Connecting to database specified by database.yml Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (23.0ms) Completed 200 OK in 31ms (Views: 31.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:56:52 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (4.2ms) Rendered text template (0.0ms) Sent data filename_test.xlsx (34.2ms) Completed 200 OK in 41ms (Views: 40.4ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 192.168.10.83 at 2012-08-21 13:57:39 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (25.8ms) Completed 200 OK in 28ms (Views: 27.7ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:59:20 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (4.0ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 192.168.10.83 at 2012-08-21 14:05:31 -0700 Connecting to database specified by database.yml Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (24.4ms) Rendered text template (0.0ms) Sent data filename_test.xlsx (1.9ms) Completed 200 OK in 35ms (Views: 34.2ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 14:06:05 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (4.2ms) Rendered text template (0.0ms) Sent data filename_test.xlsx (0.4ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 14:06:13 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (25.3ms) Rendered text template (0.0ms) Sent data filename_test.xlsx (0.5ms) Completed 200 OK in 28ms (Views: 27.4ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 14:06:29 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (4.6ms) Rendered text template (0.0ms) Sent data filename_test.xlsx (0.7ms) Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 14:06:59 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (22.2ms) Rendered text template (0.0ms) Sent data filename_test.xlsx (0.4ms) Completed 200 OK in 25ms (Views: 24.3ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 14:07:33 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (4.2ms) Rendered text template (0.0ms) Sent data filename_test.xlsx (0.4ms) Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 14:07:56 -0700 Connecting to database specified by database.yml Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (23.0ms) Rendered text template (0.0ms) Sent data filename_test.xlsx (1.9ms) Completed 200 OK in 34ms (Views: 33.3ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 14:07:59 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (4.9ms) Rendered text template (0.0ms) Sent data filename_test.xlsx (0.5ms) Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 14:13:40 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (24.3ms) Rendered text template (0.0ms) Sent data filename_test.xlsx (0.5ms) Completed 200 OK in 28ms (Views: 27.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-08-27 09:46:23 -0700 Connecting to database specified by database.yml Processing by HomeController#index as HTML Rendered home/index.html.erb within layouts/application (3.1ms) Completed 200 OK in 98ms (Views: 97.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-27 09:46:24 -0700 Served asset /application.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-27 09:46:24 -0700 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-27 09:46:24 -0700 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-27 09:46:24 -0700 Served asset /application.js - 304 Not Modified (5ms) Started GET "/home.xlsx" for 127.0.0.1 at 2012-08-27 09:46:28 -0700 Processing by HomeController#index as XLSX Rendered home/index.xlsx.axlsx (24.7ms) Completed 200 OK in 45ms (Views: 45.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-08-27 10:55:48 -0700 Processing by HomeController#index as HTML Rendered home/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 24ms (Views: 23.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-27 10:55:48 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-27 10:55:48 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-27 10:55:48 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-27 10:55:48 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-27 11:02:26 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-27 11:02:56 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-27 11:03:06 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2012-08-27 11:03:18 -0700 Processing by HomeController#index as HTML Rendered home/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20120717192452) Migrating to CreateLikes (20121206210955)  (0.1ms) select sqlite_version(*)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "likes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121206210955')  (2.7ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("likes")  (0.0ms) PRAGMA index_list("users") Connecting to database specified by database.yml  (1.4ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("likes")  (0.0ms) PRAGMA index_list("users")  (0.2ms) select sqlite_version(*)  (2.0ms) CREATE TABLE "likes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer)  (2.1ms) 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)   (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (2.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20121206210955')  (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120717192452') Connecting to database specified by database.yml  (0.2ms) select sqlite_version(*)  (5.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.3ms) 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.4ms) 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.7ms) commit transaction Migrating to CreateLikes (20121206210955)  (0.0ms) begin transaction  (0.5ms) 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.9ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.2ms) select sqlite_version(*)  (3.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.1ms) 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.4ms) 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.7ms) commit transaction Migrating to CreateLikes (20121206210955)  (0.0ms) begin transaction  (0.4ms) 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')  (3.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20120717192452) Migrating to CreateLikes (20121206210955)  (0.1ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (5.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.3ms) 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.9ms) commit transaction Migrating to CreateLikes (20121206210955)  (0.0ms) begin transaction  (0.6ms) 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  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20120717192452) Migrating to CreateLikes (20121206210955)  (0.1ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20120717192452) Migrating to CreateLikes (20121206210955)  (0.1ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20120717192452) Migrating to CreateLikes (20121206210955)  (0.1ms) select sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateUsers (20120717192452) Migrating to CreateLikes (20121206210955)  (0.1ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (5.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.7ms) 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')  (2.2ms) commit transaction Migrating to CreateLikes (20121206210955)  (0.0ms) begin transaction  (0.4ms) 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')  (2.2ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.2ms) select sqlite_version(*)  (2.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.3ms) 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.4ms) 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')  (2.6ms) commit transaction Migrating to CreateLikes (20121206210955)  (0.1ms) 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')  (2.8ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (6.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.8ms) 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.5ms) 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')  (2.2ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (6.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.7ms) 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')  (2.0ms) commit transaction Migrating to CreateLikes (20121206210955)  (0.0ms) begin transaction  (0.4ms) 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')  (2.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2014-04-08 08:37:57 -0700 Connecting to database specified by database.yml Processing by HomeController#index as HTML Rendered home/index.html.erb within layouts/application (2.1ms) Completed 200 OK in 8.8ms (Views: 8.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-04-08 08:38:06 -0700 Processing by HomeController#index as HTML Rendered home/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 2.2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-04-08 08:38:08 -0700 Processing by HomeController#index as HTML Rendered home/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 3.1ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2014-04-08 08:38:22 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (8.8ms) Completed 200 OK in 11.0ms (Views: 10.5ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-04-08 08:38:46 -0700 Processing by HomeController#index as HTML Rendered home/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 2.4ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2014-04-08 08:38:51 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (8.4ms) Completed 200 OK in 79848.3ms (Views: 10.9ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-04-08 08:47:01 -0700 Connecting to database specified by database.yml Processing by HomeController#index as HTML Rendered home/index.html.erb within layouts/application (1.7ms) Completed 200 OK in 8.0ms (Views: 7.5ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2014-04-08 08:47:04 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (8.8ms) Completed 200 OK in 7766.7ms (Views: 11.2ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2014-04-08 08:48:02 -0700 Processing by HomeController#useheader as XLSX Rendered home/useheader.xlsx.axlsx (8.1ms) Completed 200 OK in 1862.8ms (Views: 10.4ms | ActiveRecord: 0.0ms) 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 ' railties (3.2.17) lib/rails/commands.rb:50:in `tap' railties (3.2.17) lib/rails/commands.rb:50:in `' script/rails:6:in `require' script/rails:6:in `
' 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)