spec/dummy/log/test.log in axlsx_rails-0.1.1 vs spec/dummy/log/test.log in axlsx_rails-0.1.2

- old
+ new

@@ -1392,5 +1392,597 @@ Started GET "/another.xlsx" for 127.0.0.1 at 2012-07-17 13:13:55 -0700 Processing by HomeController#another as XLSX Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) +Connecting to database specified by database.yml +  (0.1ms) begin transaction + SQL (33.7ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 19 Jul 2012 16:36:28 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 19 Jul 2012 16:36:28 UTC +00:00]] +  (2.6ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 19 Jul 2012 16:36:28 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 19 Jul 2012 16:36:28 UTC +00:00]] +  (1.6ms) commit transaction + + +Started GET "/users.xlsx" for 127.0.0.1 at 2012-07-19 09:36:28 -0700 +Processing by UsersController#index as XLSX + User Load (0.3ms) SELECT "users".* FROM "users"  + CACHE (0.0ms) SELECT "users".* FROM "users" + Rendered users/index.xlsx.axlsx (27.4ms) +Completed 200 OK in 64ms (Views: 62.1ms | ActiveRecord: 0.3ms) + + +Started GET "/home.xlsx" for 127.0.0.1 at 2012-07-19 09:36:28 -0700 +Processing by HomeController#index as XLSX +Completed 200 OK in 34ms (Views: 33.3ms | ActiveRecord: 0.0ms) + + +Started GET "/" for 127.0.0.1 at 2012-07-19 09:36:28 -0700 +Processing by HomeController#index as HTML +Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms) + + +Started GET "/another.xlsx" for 127.0.0.1 at 2012-07-19 09:36:28 -0700 +Processing by HomeController#another as XLSX +Sent data filename_test.xlsx (14.9ms) +Completed 200 OK in 45ms (Views: 45.0ms | ActiveRecord: 0.0ms) +Connecting to database specified by database.yml + + +Started GET "/" for 127.0.0.1 at 2012-07-19 09:39:14 -0700 +Processing by HomeController#index as HTML + Rendered home/index.html.erb within layouts/application (2.8ms) +Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.0ms) +  (0.0ms) begin transaction + SQL (3.8ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 19 Jul 2012 16:39:14 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 19 Jul 2012 16:39:14 UTC +00:00]] +  (6.0ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 19 Jul 2012 16:39:14 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 19 Jul 2012 16:39:14 UTC +00:00]] +  (1.9ms) commit transaction + + +Started GET "/users.xlsx" for 127.0.0.1 at 2012-07-19 09:39:14 -0700 +Processing by UsersController#index as XLSX + User Load (0.3ms) SELECT "users".* FROM "users"  + CACHE (0.0ms) SELECT "users".* FROM "users" +Completed 200 OK in 42ms (Views: 39.3ms | ActiveRecord: 0.3ms) + + +Started GET "/home.xlsx" for 127.0.0.1 at 2012-07-19 09:39:14 -0700 +Processing by HomeController#index as XLSX +Completed 200 OK in 31ms (Views: 31.2ms | ActiveRecord: 0.0ms) + + +Started GET "/another.xlsx" for 127.0.0.1 at 2012-07-19 09:39:14 -0700 +Processing by HomeController#another as XLSX +Sent data filename_test.xlsx (1.9ms) +Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms) +Connecting to database specified by database.yml +  (0.0ms) begin transaction + SQL (3.8ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 19 Jul 2012 16:39:28 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 19 Jul 2012 16:39:28 UTC +00:00]] +  (6.1ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 19 Jul 2012 16:39:28 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 19 Jul 2012 16:39:28 UTC +00:00]] +  (2.2ms) commit transaction + + +Started GET "/users.xlsx" for 127.0.0.1 at 2012-07-19 09:39:28 -0700 +Processing by UsersController#index as XLSX + User Load (0.3ms) SELECT "users".* FROM "users"  + CACHE (0.0ms) SELECT "users".* FROM "users" + Rendered users/index.xlsx.axlsx (12.9ms) +Completed 200 OK in 53ms (Views: 50.4ms | ActiveRecord: 0.3ms) + + +Started GET "/home.xlsx" for 127.0.0.1 at 2012-07-19 09:39:28 -0700 +Processing by HomeController#index as XLSX +Completed 200 OK in 32ms (Views: 31.4ms | ActiveRecord: 0.0ms) + + +Started GET "/another.xlsx" for 127.0.0.1 at 2012-07-19 09:39:28 -0700 +Processing by HomeController#another as XLSX +Sent data filename_test.xlsx (2.2ms) +Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms) + + +Started GET "/" for 127.0.0.1 at 2012-07-19 09:39:28 -0700 +Processing by HomeController#index as HTML +Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms) +Connecting to database specified by database.yml + + +Started GET "/" for 127.0.0.1 at 2012-07-19 09:40:51 -0700 +Processing by HomeController#index as HTML + Rendered home/index.html.erb within layouts/application (2.4ms) +Completed 200 OK in 40ms (Views: 39.8ms | ActiveRecord: 0.0ms) + + +Started GET "/home.xlsx" for 127.0.0.1 at 2012-07-19 09:40:51 -0700 +Processing by HomeController#index as XLSX +Completed 200 OK in 31ms (Views: 30.4ms | ActiveRecord: 0.0ms) +  (0.1ms) begin transaction + SQL (4.2ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 19 Jul 2012 16:40:51 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 19 Jul 2012 16:40:51 UTC +00:00]] +  (2.1ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 19 Jul 2012 16:40:51 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 19 Jul 2012 16:40:51 UTC +00:00]] +  (2.7ms) commit transaction + + +Started GET "/users.xlsx" for 127.0.0.1 at 2012-07-19 09:40:51 -0700 +Processing by UsersController#index as XLSX + User Load (0.3ms) SELECT "users".* FROM "users"  + CACHE (0.0ms) SELECT "users".* FROM "users" +Completed 200 OK in 43ms (Views: 40.9ms | ActiveRecord: 0.3ms) + + +Started GET "/another.xlsx" for 127.0.0.1 at 2012-07-19 09:40:52 -0700 +Processing by HomeController#another as XLSX +Sent data filename_test.xlsx (2.2ms) +Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms) +Connecting to database specified by database.yml +  (0.0ms) begin transaction + SQL (27.1ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 19 Jul 2012 16:53:29 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 19 Jul 2012 16:53:29 UTC +00:00]] +  (2.3ms) commit transaction +  (0.0ms) begin transaction + SQL (0.4ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 19 Jul 2012 16:53:29 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 19 Jul 2012 16:53:29 UTC +00:00]] +  (2.2ms) commit transaction + + +Started GET "/users.xlsx" for 127.0.0.1 at 2012-07-19 09:53:29 -0700 +Processing by UsersController#index as XLSX + User Load (0.3ms) SELECT "users".* FROM "users"  + CACHE (0.0ms) SELECT "users".* FROM "users" + Rendered users/index.xlsx.axlsx (13.7ms) +Completed 200 OK in 24ms (Views: 21.7ms | ActiveRecord: 0.3ms) + + +Started GET "/another.xlsx" for 127.0.0.1 at 2012-07-19 09:53:29 -0700 +Processing by HomeController#another as XLSX +Sent data filename_test.xlsx (1.8ms) +Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms) + + +Started GET "/home.xlsx" for 127.0.0.1 at 2012-07-19 09:53:29 -0700 +Processing by HomeController#index as XLSX +Completed 200 OK in 31ms (Views: 31.0ms | ActiveRecord: 0.0ms) + + +Started GET "/" for 127.0.0.1 at 2012-07-19 09:53:29 -0700 +Processing by HomeController#index as HTML +Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms) +Connecting to database specified by database.yml + + +Started GET "/" for 127.0.0.1 at 2012-07-25 10:36:55 -0700 +Processing by HomeController#index as HTML + Rendered home/index.html.erb within layouts/application (2.7ms) +Completed 200 OK in 67ms (Views: 66.3ms | ActiveRecord: 0.0ms) +  (0.1ms) begin transaction + SQL (75.6ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Wed, 25 Jul 2012 17:36:56 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Wed, 25 Jul 2012 17:36:56 UTC +00:00]] +  (3.6ms) commit transaction +  (0.1ms) begin transaction + SQL (0.6ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Wed, 25 Jul 2012 17:36:56 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Wed, 25 Jul 2012 17:36:56 UTC +00:00]] +  (2.7ms) commit transaction + + +Started GET "/users.xlsx" for 127.0.0.1 at 2012-07-25 10:36:56 -0700 +Processing by UsersController#index as XLSX + User Load (0.9ms) SELECT "users".* FROM "users"  + CACHE (0.0ms) SELECT "users".* FROM "users" +Completed 200 OK in 47ms (Views: 43.7ms | ActiveRecord: 0.9ms) + + +Started GET "/another.xlsx" for 127.0.0.1 at 2012-07-25 10:36:56 -0700 +Processing by HomeController#another as XLSX +Sent data filename_test.xlsx (17.6ms) +Completed 200 OK in 66ms (Views: 65.8ms | ActiveRecord: 0.0ms) + + +Started GET "/home.xlsx" for 127.0.0.1 at 2012-07-25 10:36:56 -0700 +Processing by HomeController#index as XLSX +Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms) +Connecting to database specified by database.yml +Connecting to database specified by database.yml + + +Started GET "/home.xlsx" for 127.0.0.1 at 2012-07-25 12:29:16 -0700 +Processing by HomeController#index as XLSX + Rendered home/index.xlsx.axlsx (4.6ms) +Completed 200 OK in 41ms (Views: 40.3ms | ActiveRecord: 0.0ms) +  (0.1ms) begin transaction + SQL (29.9ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Wed, 25 Jul 2012 19:29:16 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Wed, 25 Jul 2012 19:29:16 UTC +00:00]] +  (1.9ms) commit transaction +  (0.1ms) begin transaction + SQL (0.6ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Wed, 25 Jul 2012 19:29:16 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Wed, 25 Jul 2012 19:29:16 UTC +00:00]] +  (1.9ms) commit transaction + + +Started GET "/users.xlsx" for 127.0.0.1 at 2012-07-25 12:29:16 -0700 +Processing by UsersController#index as XLSX + User Load (0.4ms) SELECT "users".* FROM "users"  + CACHE (0.0ms) SELECT "users".* FROM "users" +Completed 200 OK in 48ms (Views: 45.1ms | ActiveRecord: 0.4ms) + + +Started GET "/another.xlsx" for 127.0.0.1 at 2012-07-25 12:29:16 -0700 +Processing by HomeController#another as XLSX +Sent data filename_test.xlsx (14.8ms) +Completed 200 OK in 20ms (Views: 20.2ms | ActiveRecord: 0.0ms) + + +Started GET "/" for 127.0.0.1 at 2012-07-25 12:29:16 -0700 +Processing by HomeController#index as HTML +Completed 200 OK in 5ms (Views: 5.2ms | ActiveRecord: 0.0ms) + + +Started GET "/withpartial.xlsx" for 127.0.0.1 at 2012-07-25 12:29:16 -0700 +Connecting to database specified by database.yml + + +Started GET "/another.xlsx" for 127.0.0.1 at 2012-07-25 12:29:48 -0700 +Processing by HomeController#another as XLSX + Rendered home/index.xlsx.axlsx (4.5ms) + Rendered text template (0.0ms) +Sent data filename_test.xlsx (1.8ms) +Completed 200 OK in 43ms (Views: 42.3ms | ActiveRecord: 0.0ms) + + +Started GET "/home.xlsx" for 127.0.0.1 at 2012-07-25 12:29:48 -0700 +Processing by HomeController#index as XLSX +Completed 200 OK in 30ms (Views: 29.6ms | ActiveRecord: 0.0ms) + + +Started GET "/" for 127.0.0.1 at 2012-07-25 12:29:48 -0700 +Processing by HomeController#index as HTML +Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms) +  (0.0ms) begin transaction + SQL (4.4ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Wed, 25 Jul 2012 19:29:48 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Wed, 25 Jul 2012 19:29:48 UTC +00:00]] +  (2.4ms) commit transaction +  (0.0ms) begin transaction + SQL (0.4ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Wed, 25 Jul 2012 19:29:48 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Wed, 25 Jul 2012 19:29:48 UTC +00:00]] +  (2.3ms) commit transaction + + +Started GET "/users.xlsx" for 127.0.0.1 at 2012-07-25 12:29:48 -0700 +Processing by UsersController#index as XLSX + User Load (0.3ms) SELECT "users".* FROM "users"  + CACHE (0.0ms) SELECT "users".* FROM "users" +Completed 200 OK in 19ms (Views: 16.6ms | ActiveRecord: 0.3ms) + + +Started GET "/withpartial.xlsx" for 127.0.0.1 at 2012-07-25 12:29:48 -0700 +Processing by HomeController#withpartial as XLSX + Rendered home/_cover_sheet.xlsx.axlsx (20.9ms) +Completed 500 Internal Server Error in 53ms +Connecting to database specified by database.yml + + +Started GET "/" for 127.0.0.1 at 2012-07-25 12:30:22 -0700 +Processing by HomeController#index as HTML + Rendered home/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 39ms (Views: 38.8ms | ActiveRecord: 0.0ms) +  (0.0ms) begin transaction + SQL (29.2ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Wed, 25 Jul 2012 19:30:22 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Wed, 25 Jul 2012 19:30:22 UTC +00:00]] +  (6.1ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Wed, 25 Jul 2012 19:30:22 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Wed, 25 Jul 2012 19:30:22 UTC +00:00]] +  (2.2ms) commit transaction + + +Started GET "/users.xlsx" for 127.0.0.1 at 2012-07-25 12:30:22 -0700 +Processing by UsersController#index as XLSX + User Load (0.3ms) SELECT "users".* FROM "users"  + CACHE (0.0ms) SELECT "users".* FROM "users" +Completed 200 OK in 20ms (Views: 17.6ms | ActiveRecord: 0.3ms) + + +Started GET "/another.xlsx" for 127.0.0.1 at 2012-07-25 12:30:22 -0700 +Processing by HomeController#another as XLSX +Sent data filename_test.xlsx (2.1ms) +Completed 200 OK in 34ms (Views: 34.1ms | ActiveRecord: 0.0ms) + + +Started GET "/home.xlsx" for 127.0.0.1 at 2012-07-25 12:30:22 -0700 +Processing by HomeController#index as XLSX +Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms) + + +Started GET "/withpartial.xlsx" for 127.0.0.1 at 2012-07-25 12:30:22 -0700 +Processing by HomeController#withpartial as XLSX + Rendered home/_cover_sheet.xlsx.axlsx (3.8ms) +Completed 500 Internal Server Error in 38ms +Connecting to database specified by database.yml + + +Started GET "/withpartial.xlsx" for 127.0.0.1 at 2012-07-25 12:30:44 -0700 +Processing by HomeController#withpartial as XLSX + Rendered home/_cover_sheet.xlsx.axlsx (3.8ms) + Rendered home/withpartial.xlsx.axlsx (11.5ms) +Completed 200 OK in 48ms (Views: 47.6ms | ActiveRecord: 0.0ms) + + +Started GET "/home.xlsx" for 127.0.0.1 at 2012-07-25 12:30:44 -0700 +Processing by HomeController#index as XLSX +Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms) + + +Started GET "/" for 127.0.0.1 at 2012-07-25 12:30:44 -0700 +Processing by HomeController#index as HTML +Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms) + + +Started GET "/another.xlsx" for 127.0.0.1 at 2012-07-25 12:30:44 -0700 +Processing by HomeController#another as XLSX +Sent data filename_test.xlsx (1.8ms) +Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms) +  (0.1ms) begin transaction + SQL (4.3ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Wed, 25 Jul 2012 19:30:44 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Wed, 25 Jul 2012 19:30:44 UTC +00:00]] +  (2.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Wed, 25 Jul 2012 19:30:44 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Wed, 25 Jul 2012 19:30:44 UTC +00:00]] +  (2.6ms) commit transaction + + +Started GET "/users.xlsx" for 127.0.0.1 at 2012-07-25 12:30:44 -0700 +Processing by UsersController#index as XLSX + User Load (0.3ms) SELECT "users".* FROM "users"  + CACHE (0.0ms) SELECT "users".* FROM "users" +Completed 200 OK in 20ms (Views: 16.7ms | ActiveRecord: 0.3ms) +Connecting to database specified by database.yml + + +Started GET "/withpartial.xlsx" for 127.0.0.1 at 2012-07-25 12:30:48 -0700 +Processing by HomeController#withpartial as XLSX + Rendered home/_cover_sheet.xlsx.axlsx (3.4ms) + Rendered home/withpartial.xlsx.axlsx (38.0ms) +Completed 200 OK in 75ms (Views: 74.9ms | ActiveRecord: 0.0ms) + + +Started GET "/" for 127.0.0.1 at 2012-07-25 12:30:48 -0700 +Processing by HomeController#index as HTML +Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms) + + +Started GET "/home.xlsx" for 127.0.0.1 at 2012-07-25 12:30:48 -0700 +Processing by HomeController#index as XLSX +Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms) +  (0.0ms) begin transaction + SQL (3.9ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Wed, 25 Jul 2012 19:30:48 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Wed, 25 Jul 2012 19:30:48 UTC +00:00]] +  (2.4ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Wed, 25 Jul 2012 19:30:48 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Wed, 25 Jul 2012 19:30:48 UTC +00:00]] +  (2.0ms) commit transaction + + +Started GET "/users.xlsx" for 127.0.0.1 at 2012-07-25 12:30:48 -0700 +Processing by UsersController#index as XLSX + User Load (0.4ms) SELECT "users".* FROM "users"  + CACHE (0.0ms) SELECT "users".* FROM "users" +Completed 200 OK in 48ms (Views: 44.8ms | ActiveRecord: 0.4ms) + + +Started GET "/another.xlsx" for 127.0.0.1 at 2012-07-25 12:30:48 -0700 +Processing by HomeController#another as XLSX +Sent data filename_test.xlsx (2.0ms) +Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms) +Connecting to database specified by database.yml + + +Started GET "/withpartial.xlsx" for 127.0.0.1 at 2012-07-25 12:32:54 -0700 +Processing by HomeController#withpartial as XLSX + Rendered home/_cover_sheet.xlsx.axlsx (4.6ms) + Rendered home/withpartial.xlsx.axlsx (12.5ms) +Completed 200 OK in 49ms (Views: 48.7ms | ActiveRecord: 0.0ms) + + +Started GET "/home.xlsx" for 127.0.0.1 at 2012-07-25 12:32:54 -0700 +Processing by HomeController#index as XLSX +Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms) + + +Started GET "/another.xlsx" for 127.0.0.1 at 2012-07-25 12:32:54 -0700 +Processing by HomeController#another as XLSX +Sent data filename_test.xlsx (28.5ms) +Completed 200 OK in 34ms (Views: 33.4ms | ActiveRecord: 0.0ms) +  (0.0ms) begin transaction + SQL (5.0ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Wed, 25 Jul 2012 19:32:54 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Wed, 25 Jul 2012 19:32:54 UTC +00:00]] +  (2.3ms) commit transaction +  (0.0ms) begin transaction + SQL (0.4ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Wed, 25 Jul 2012 19:32:54 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Wed, 25 Jul 2012 19:32:54 UTC +00:00]] +  (1.8ms) commit transaction + + +Started GET "/users.xlsx" for 127.0.0.1 at 2012-07-25 12:32:54 -0700 +Processing by UsersController#index as XLSX + User Load (0.3ms) SELECT "users".* FROM "users"  + CACHE (0.0ms) SELECT "users".* FROM "users" +Completed 200 OK in 23ms (Views: 20.1ms | ActiveRecord: 0.3ms) + + +Started GET "/" for 127.0.0.1 at 2012-07-25 12:32:54 -0700 +Processing by HomeController#index as HTML +Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms) +Connecting to database specified by database.yml + + +Started GET "/" for 127.0.0.1 at 2012-07-25 12:34:36 -0700 +Processing by HomeController#index as HTML + Rendered home/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 40ms (Views: 39.9ms | ActiveRecord: 0.0ms) + + +Started GET "/home.xlsx" for 127.0.0.1 at 2012-07-25 12:34:36 -0700 +Processing by HomeController#index as XLSX +Completed 200 OK in 32ms (Views: 32.0ms | ActiveRecord: 0.0ms) + + +Started GET "/withpartial.xlsx" for 127.0.0.1 at 2012-07-25 12:34:36 -0700 +Processing by HomeController#withpartial as XLSX + Rendered home/_cover_sheet.xlsx.axlsx (4.1ms) +Completed 200 OK in 38ms (Views: 37.5ms | ActiveRecord: 0.0ms) +  (0.1ms) begin transaction + SQL (4.6ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Wed, 25 Jul 2012 19:34:36 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Wed, 25 Jul 2012 19:34:36 UTC +00:00]] +  (2.8ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Wed, 25 Jul 2012 19:34:36 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Wed, 25 Jul 2012 19:34:36 UTC +00:00]] +  (2.2ms) commit transaction + + +Started GET "/users.xlsx" for 127.0.0.1 at 2012-07-25 12:34:36 -0700 +Processing by UsersController#index as XLSX + User Load (0.3ms) SELECT "users".* FROM "users"  + CACHE (0.0ms) SELECT "users".* FROM "users" +Completed 200 OK in 48ms (Views: 45.1ms | ActiveRecord: 0.3ms) + + +Started GET "/another.xlsx" for 127.0.0.1 at 2012-07-25 12:34:36 -0700 +Processing by HomeController#another as XLSX +Sent data filename_test.xlsx (1.8ms) +Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms) +Connecting to database specified by database.yml + + +Started GET "/home.xlsx" for 127.0.0.1 at 2012-07-25 12:35:18 -0700 +Processing by HomeController#index as XLSX + Rendered home/index.xlsx.axlsx (5.7ms) +Completed 200 OK in 42ms (Views: 41.8ms | ActiveRecord: 0.0ms) +  (0.1ms) begin transaction + SQL (4.4ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Wed, 25 Jul 2012 19:35:18 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Wed, 25 Jul 2012 19:35:18 UTC +00:00]] +  (2.2ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Wed, 25 Jul 2012 19:35:18 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Wed, 25 Jul 2012 19:35:18 UTC +00:00]] +  (1.6ms) commit transaction + + +Started GET "/users.xlsx" for 127.0.0.1 at 2012-07-25 12:35:18 -0700 +Processing by UsersController#index as XLSX + User Load (0.4ms) SELECT "users".* FROM "users"  + CACHE (0.0ms) SELECT "users".* FROM "users" +Completed 200 OK in 51ms (Views: 48.2ms | ActiveRecord: 0.4ms) + + +Started GET "/another.xlsx" for 127.0.0.1 at 2012-07-25 12:35:18 -0700 +Processing by HomeController#another as XLSX +Sent data filename_test.xlsx (2.1ms) +Completed 200 OK in 33ms (Views: 32.8ms | ActiveRecord: 0.0ms) + + +Started GET "/" for 127.0.0.1 at 2012-07-25 12:35:18 -0700 +Processing by HomeController#index as HTML +Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms) + + +Started GET "/withpartial.xlsx" for 127.0.0.1 at 2012-07-25 12:35:18 -0700 +Processing by HomeController#withpartial as XLSX + Rendered home/_cover_sheet.xlsx.axlsx (3.8ms) +Completed 200 OK in 14ms (Views: 14.0ms | ActiveRecord: 0.0ms) +Connecting to database specified by database.yml + + +Started GET "/" for 127.0.0.1 at 2012-07-25 12:35:23 -0700 +Processing by HomeController#index as HTML + Rendered home/index.html.erb within layouts/application (2.4ms) +Completed 200 OK in 41ms (Views: 40.3ms | ActiveRecord: 0.0ms) + + +Started GET "/home.xlsx" for 127.0.0.1 at 2012-07-25 12:35:23 -0700 +Processing by HomeController#index as XLSX +Completed 200 OK in 32ms (Views: 31.3ms | ActiveRecord: 0.0ms) +  (0.1ms) begin transaction + SQL (4.5ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Wed, 25 Jul 2012 19:35:23 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Wed, 25 Jul 2012 19:35:23 UTC +00:00]] +  (2.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Wed, 25 Jul 2012 19:35:23 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Wed, 25 Jul 2012 19:35:23 UTC +00:00]] +  (2.4ms) commit transaction + + +Started GET "/users.xlsx" for 127.0.0.1 at 2012-07-25 12:35:23 -0700 +Processing by UsersController#index as XLSX + User Load (0.4ms) SELECT "users".* FROM "users"  + CACHE (0.0ms) SELECT "users".* FROM "users" +Completed 200 OK in 50ms (Views: 46.8ms | ActiveRecord: 0.4ms) + + +Started GET "/withpartial.xlsx" for 127.0.0.1 at 2012-07-25 12:35:23 -0700 +Processing by HomeController#withpartial as XLSX + Rendered home/_cover_sheet.xlsx.axlsx (3.7ms) +Completed 200 OK in 41ms (Views: 41.1ms | ActiveRecord: 0.0ms) + + +Started GET "/another.xlsx" for 127.0.0.1 at 2012-07-25 12:35:23 -0700 +Processing by HomeController#another as XLSX +Sent data filename_test.xlsx (1.9ms) +Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms) +Connecting to database specified by database.yml + + +Started GET "/withpartial.xlsx" for 127.0.0.1 at 2012-07-25 12:35:27 -0700 +Processing by HomeController#withpartial as XLSX + Rendered home/_cover_sheet.xlsx.axlsx (3.7ms) + Rendered home/withpartial.xlsx.axlsx (35.9ms) +Completed 200 OK in 75ms (Views: 74.7ms | ActiveRecord: 0.0ms) +  (0.0ms) begin transaction + SQL (4.9ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Wed, 25 Jul 2012 19:35:27 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Wed, 25 Jul 2012 19:35:27 UTC +00:00]] +  (2.1ms) commit transaction +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Wed, 25 Jul 2012 19:35:27 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Wed, 25 Jul 2012 19:35:27 UTC +00:00]] +  (2.2ms) commit transaction + + +Started GET "/users.xlsx" for 127.0.0.1 at 2012-07-25 12:35:27 -0700 +Processing by UsersController#index as XLSX + User Load (0.3ms) SELECT "users".* FROM "users"  + CACHE (0.0ms) SELECT "users".* FROM "users" +Completed 200 OK in 52ms (Views: 48.7ms | ActiveRecord: 0.3ms) + + +Started GET "/" for 127.0.0.1 at 2012-07-25 12:35:27 -0700 +Processing by HomeController#index as HTML +Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms) + + +Started GET "/home.xlsx" for 127.0.0.1 at 2012-07-25 12:35:27 -0700 +Processing by HomeController#index as XLSX +Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms) + + +Started GET "/another.xlsx" for 127.0.0.1 at 2012-07-25 12:35:27 -0700 +Processing by HomeController#another as XLSX +Sent data filename_test.xlsx (2.3ms) +Completed 200 OK in 32ms (Views: 32.0ms | ActiveRecord: 0.0ms) +Connecting to database specified by database.yml + + +Started GET "/withpartial.xlsx" for 127.0.0.1 at 2012-07-25 12:35:42 -0700 +Processing by HomeController#withpartial as XLSX + Rendered home/_cover_sheet.xlsx.axlsx (4.7ms) + Rendered home/withpartial.xlsx.axlsx (12.9ms) +Completed 200 OK in 50ms (Views: 49.3ms | ActiveRecord: 0.0ms) +  (0.0ms) begin transaction + SQL (4.0ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Wed, 25 Jul 2012 19:35:42 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Wed, 25 Jul 2012 19:35:42 UTC +00:00]] +  (2.3ms) commit transaction +  (0.0ms) begin transaction + SQL (0.4ms) INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Wed, 25 Jul 2012 19:35:42 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Wed, 25 Jul 2012 19:35:42 UTC +00:00]] +  (2.1ms) commit transaction + + +Started GET "/users.xlsx" for 127.0.0.1 at 2012-07-25 12:35:42 -0700 +Processing by UsersController#index as XLSX + User Load (0.3ms) SELECT "users".* FROM "users"  + CACHE (0.0ms) SELECT "users".* FROM "users" +Completed 200 OK in 25ms (Views: 21.4ms | ActiveRecord: 0.3ms) + + +Started GET "/another.xlsx" for 127.0.0.1 at 2012-07-25 12:35:42 -0700 +Processing by HomeController#another as XLSX +Sent data filename_test.xlsx (2.1ms) +Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms) + + +Started GET "/" for 127.0.0.1 at 2012-07-25 12:35:42 -0700 +Processing by HomeController#index as HTML +Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms) + + +Started GET "/home.xlsx" for 127.0.0.1 at 2012-07-25 12:35:42 -0700 +Processing by HomeController#index as XLSX +Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)