spec/dummy/log/test.log in axlsx_rails-0.1.3 vs spec/dummy/log/test.log in axlsx_rails-0.1.4
- old
+ new
@@ -6753,5 +6753,5918 @@
Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.2ms)
Started GET "/withpartial.xlsx" for 127.0.0.1 at 2012-12-06 15:06:42 -0800
Processing by HomeController#withpartial as XLSX
Rendered home/_cover_sheet.xlsx.axlsx (36.4ms)
Completed 200 OK in 50ms (Views: 49.3ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+Connecting to database specified by database.yml
+ [1m[36mUser Load (0.5ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (36.4ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 179]]
+ [1m[35m (1.7ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 180]]
+ [1m[36m (1.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (80.8ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 17 Jan 2013 22:21:43 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 17 Jan 2013 22:21:43 UTC +00:00]]
+ [1m[35m (3.9ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:21:43 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:21:43 UTC +00:00]]
+ [1m[36m (2.3ms)[0m [1mcommit transaction[0m
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 14:21:43 -0800
+Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+ Rendered users/index.xlsx.axlsx (6.9ms)
+Completed 200 OK in 28ms (Views: 26.5ms | ActiveRecord: 0.2ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 181]]
+ [1m[36m (2.3ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 182]]
+ [1m[35m (1.8ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:21:43 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:21:43 UTC +00:00]]
+ [1m[36m (2.5ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (58.5ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 17 Jan 2013 22:21:43 UTC +00:00], ["name", "Carrots"], ["updated_at", Thu, 17 Jan 2013 22:21:43 UTC +00:00], ["user_id", 183]]
+ [1m[35m (3.3ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Thu, 17 Jan 2013 22:21:43 UTC +00:00], ["name", "Celery"], ["updated_at", Thu, 17 Jan 2013 22:21:43 UTC +00:00], ["user_id", 183]]
+ [1m[36m (2.2ms)[0m [1mcommit transaction[0m
+Started GET "/users/183/likes.xlsx" for 127.0.0.1 at 2013-01-17 14:21:43 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"183"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "183"]]
+ [1m[36mLike Load (23.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 183[0m
+Completed 200 OK in 66ms (Views: 41.0ms | ActiveRecord: 23.4ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 14:21:43 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (15.1ms)
+Completed 200 OK in 24ms (Views: 23.2ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 183]]
+ [1m[36m (1.8ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:21:43 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:21:43 UTC +00:00]]
+ [1m[35m (2.3ms)[0m commit transaction
+Started GET "/users/184/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:21:43 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"184"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "184"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 40ms (Views: 38.4ms | ActiveRecord: 0.1ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:21:43 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.3ms)
+Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:21:43 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 14:21:43 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (5.2ms)
+Completed 200 OK in 31ms (Views: 30.7ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 14:21:43 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 14:21:44 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-01-17 14:21:44 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 25ms (Views: 24.7ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+Connecting to database specified by database.yml
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 14:25:15 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (5.2ms)
+ Rendered home/withpartial.xlsx.axlsx (45.3ms)
+Completed 200 OK in 86ms (Views: 86.1ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 14:25:15 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (1.9ms)
+Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 14:25:15 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 14:25:15 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 7ms (Views: 7.2ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (3.7ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 184]]
+ [1m[35m (2.2ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.5ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:25:15 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:25:15 UTC +00:00]]
+ [1m[36m (3.0ms)[0m [1mcommit transaction[0m
+Started GET "/users/185/another" for 127.0.0.1 at 2013-01-17 14:25:15 -0800
+ [1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 185]]
+ [1m[36m (2.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 17 Jan 2013 22:25:15 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 17 Jan 2013 22:25:15 UTC +00:00]]
+ [1m[35m (1.7ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:25:15 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:25:15 UTC +00:00]]
+ [1m[36m (2.0ms)[0m [1mcommit transaction[0m
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 14:25:16 -0800
+Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.2ms)
+Started GET "/" for 127.0.0.1 at 2013-01-17 14:25:16 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 186]]
+ [1m[36m (1.8ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 187]]
+ [1m[35m (2.8ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:25:16 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:25:16 UTC +00:00]]
+ [1m[36m (2.3ms)[0m [1mcommit transaction[0m
+Started GET "/users/188/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:25:16 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"188"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "188"]]
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 44ms (Views: 42.5ms | ActiveRecord: 0.2ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:25:16 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:25:16 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 37ms (Views: 36.6ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 188]]
+ [1m[36m (37.8ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:25:16 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:25:16 UTC +00:00]]
+ [1m[35m (14.1ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Thu, 17 Jan 2013 22:25:16 UTC +00:00], ["name", "Carrots"], ["updated_at", Thu, 17 Jan 2013 22:25:16 UTC +00:00], ["user_id", 189]]
+ [1m[36m (2.5ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 17 Jan 2013 22:25:16 UTC +00:00], ["name", "Celery"], ["updated_at", Thu, 17 Jan 2013 22:25:16 UTC +00:00], ["user_id", 189]]
+ [1m[35m (3.0ms)[0m commit transaction
+Started GET "/users/189/likes.xlsx" for 127.0.0.1 at 2013-01-17 14:25:16 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"189"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "189"]]
+ [1m[35mLike Load (0.2ms)[0m SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 189
+Completed 200 OK in 39ms (Views: 37.5ms | ActiveRecord: 0.3ms)
+Connecting to database specified by database.yml
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (3.6ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 189]]
+ [1m[35m (3.3ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.6ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:25:53 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:25:53 UTC +00:00]]
+ [1m[36m (2.3ms)[0m [1mcommit transaction[0m
+Started GET "/users/190/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:25:53 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"190"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "190"]]
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ Rendered users/index.xlsx.axlsx (38.6ms)
+ Rendered text template (0.0ms)
+Sent data index.xlsx (2.4ms)
+Completed 200 OK in 52ms (Views: 50.4ms | ActiveRecord: 0.2ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:25:53 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+ Rendered users/index.xlsx.axlsx (7.2ms)
+ Rendered text template (0.0ms)
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:25:53 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ Rendered users/index.xlsx.axlsx (7.3ms)
+ Rendered text template (0.0ms)
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 8.3ms | ActiveRecord: 0.0ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 14:25:53 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-01-17 14:25:53 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 14:25:53 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 14:25:53 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (5.3ms)
+Completed 200 OK in 18ms (Views: 17.5ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 190]]
+ [1m[36m (2.3ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:25:53 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:25:53 UTC +00:00]]
+ [1m[35m (1.7ms)[0m commit transaction
+Started GET "/another" for 127.0.0.1 at 2013-01-17 14:25:53 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.2ms)
+Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 14:25:53 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 191]]
+ [1m[35m (2.0ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 17 Jan 2013 22:25:53 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 17 Jan 2013 22:25:53 UTC +00:00]]
+ [1m[36m (1.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:25:53 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:25:53 UTC +00:00]]
+ [1m[35m (2.2ms)[0m commit transaction
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 14:25:53 -0800
+Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+Completed 200 OK in 39ms (Views: 37.9ms | ActiveRecord: 0.2ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 192]]
+ [1m[35m (2.5ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 193]]
+ [1m[36m (1.8ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.5ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:25:53 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:25:53 UTC +00:00]]
+ [1m[35m (2.1ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Thu, 17 Jan 2013 22:25:54 UTC +00:00], ["name", "Carrots"], ["updated_at", Thu, 17 Jan 2013 22:25:54 UTC +00:00], ["user_id", 194]]
+ [1m[36m (2.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 17 Jan 2013 22:25:54 UTC +00:00], ["name", "Celery"], ["updated_at", Thu, 17 Jan 2013 22:25:54 UTC +00:00], ["user_id", 194]]
+ [1m[35m (2.1ms)[0m commit transaction
+Started GET "/users/194/likes.xlsx" for 127.0.0.1 at 2013-01-17 14:25:54 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"194"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "194"]]
+ [1m[35mLike Load (0.2ms)[0m SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 194
+Completed 200 OK in 41ms (Views: 38.5ms | ActiveRecord: 0.4ms)
+Connecting to database specified by database.yml
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 14:27:40 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (5.3ms)
+ Rendered home/withpartial.xlsx.axlsx (45.6ms)
+Completed 200 OK in 54ms (Views: 54.1ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (4.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 194]]
+ [1m[35m (2.0ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.5ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:27:40 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:27:40 UTC +00:00]]
+ [1m[36m (1.5ms)[0m [1mcommit transaction[0m
+Started GET "/users/195/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:27:40 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"195"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "195"]]
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (2.3ms)
+Completed 200 OK in 43ms (Views: 41.4ms | ActiveRecord: 0.2ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:27:40 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:27:40 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 36ms (Views: 35.9ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 195]]
+ [1m[36m (2.4ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:27:40 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:27:40 UTC +00:00]]
+ [1m[35m (2.1ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Thu, 17 Jan 2013 22:27:40 UTC +00:00], ["name", "Carrots"], ["updated_at", Thu, 17 Jan 2013 22:27:40 UTC +00:00], ["user_id", 196]]
+ [1m[36m (2.4ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 17 Jan 2013 22:27:40 UTC +00:00], ["name", "Celery"], ["updated_at", Thu, 17 Jan 2013 22:27:40 UTC +00:00], ["user_id", 196]]
+ [1m[35m (2.0ms)[0m commit transaction
+Started GET "/users/196/likes.xlsx" for 127.0.0.1 at 2013-01-17 14:27:40 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"196"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "196"]]
+ [1m[35mLike Load (0.2ms)[0m SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 196
+Completed 200 OK in 40ms (Views: 38.8ms | ActiveRecord: 0.4ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 14:27:40 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 14:27:40 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 38ms (Views: 37.9ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 196]]
+ [1m[35m (2.1ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 17 Jan 2013 22:27:40 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 17 Jan 2013 22:27:40 UTC +00:00]]
+ [1m[36m (2.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:27:40 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:27:40 UTC +00:00]]
+ [1m[35m (1.5ms)[0m commit transaction
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 14:27:40 -0800
+Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.2ms)
+Started GET "/" for 127.0.0.1 at 2013-01-17 14:27:40 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 14:27:40 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 37ms (Views: 36.3ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 197]]
+ [1m[35m (2.4ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 198]]
+ [1m[36m (1.3ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:27:40 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:27:40 UTC +00:00]]
+ [1m[35m (2.1ms)[0m commit transaction
+Started GET "/another" for 127.0.0.1 at 2013-01-17 14:27:40 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.2ms)
+Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (3.4ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 199]]
+ [1m[35m (2.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.5ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 17 Jan 2013 22:33:46 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 17 Jan 2013 22:33:46 UTC +00:00]]
+ [1m[36m (1.8ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:33:46 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:33:46 UTC +00:00]]
+ [1m[35m (2.0ms)[0m commit transaction
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 14:33:46 -0800
+Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+ Rendered users/index.xlsx.axlsx (36.3ms)
+Completed 200 OK in 47ms (Views: 46.0ms | ActiveRecord: 0.2ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 14:33:46 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (1.9ms)
+Completed 200 OK in 10ms (Views: 10.1ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 14:33:46 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 38ms (Views: 37.4ms | ActiveRecord: 0.0ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 14:33:47 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 200]]
+ [1m[35m (2.0ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 201]]
+ [1m[36m (1.3ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:33:47 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:33:47 UTC +00:00]]
+ [1m[35m (1.9ms)[0m commit transaction
+Started GET "/another" for 127.0.0.1 at 2013-01-17 14:33:47 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.3ms)
+Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-01-17 14:33:47 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 202]]
+ [1m[35m (2.0ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:33:47 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:33:47 UTC +00:00]]
+ [1m[36m (2.4ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 17 Jan 2013 22:33:47 UTC +00:00], ["name", "Carrots"], ["updated_at", Thu, 17 Jan 2013 22:33:47 UTC +00:00], ["user_id", 203]]
+ [1m[35m (2.6ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Thu, 17 Jan 2013 22:33:47 UTC +00:00], ["name", "Celery"], ["updated_at", Thu, 17 Jan 2013 22:33:47 UTC +00:00], ["user_id", 203]]
+ [1m[36m (2.0ms)[0m [1mcommit transaction[0m
+Started GET "/users/203/likes.xlsx" for 127.0.0.1 at 2013-01-17 14:33:47 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"203"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "203"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 203[0m
+Completed 200 OK in 12ms (Views: 9.6ms | ActiveRecord: 0.4ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 203]]
+ [1m[36m (2.5ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:33:47 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:33:47 UTC +00:00]]
+ [1m[35m (2.4ms)[0m commit transaction
+Started GET "/users/204/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:33:47 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"204"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "204"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 41ms (Views: 39.6ms | ActiveRecord: 0.1ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:33:47 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:33:47 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 39ms (Views: 38.5ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 14:33:47 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (5.1ms)
+Completed 200 OK in 49ms (Views: 49.0ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 14:34:48 -0800
+Processing by HomeController#useheader as XLSX
+ Rendered home/useheader.xlsx.axlsx (6.9ms)
+ Rendered text template (0.0ms)
+Sent data filename_test.xlsx (2.1ms)
+Completed 200 OK in 19ms (Views: 18.5ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (3.7ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 204]]
+ [1m[35m (2.0ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.9ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:34:48 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:34:48 UTC +00:00]]
+ [1m[36m (2.0ms)[0m [1mcommit transaction[0m
+Started GET "/another" for 127.0.0.1 at 2013-01-17 14:34:48 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.3ms)
+Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 14:34:48 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 205]]
+ [1m[36m (1.4ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:34:48 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:34:48 UTC +00:00]]
+ [1m[35m (1.6ms)[0m commit transaction
+Started GET "/users/206/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:34:48 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"206"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "206"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.6ms)
+Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.2ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:34:48 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:34:48 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 43ms (Views: 42.4ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 206]]
+ [1m[35m (1.5ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 17 Jan 2013 22:34:48 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 17 Jan 2013 22:34:48 UTC +00:00]]
+ [1m[36m (1.8ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:34:48 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:34:48 UTC +00:00]]
+ [1m[35m (2.1ms)[0m commit transaction
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 14:34:48 -0800
+Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.2ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 14:34:48 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (6.0ms)
+Completed 200 OK in 53ms (Views: 52.4ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 207]]
+ [1m[35m (2.2ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 208]]
+ [1m[36m (2.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:34:48 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:34:48 UTC +00:00]]
+ [1m[35m (1.6ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Thu, 17 Jan 2013 22:34:49 UTC +00:00], ["name", "Carrots"], ["updated_at", Thu, 17 Jan 2013 22:34:49 UTC +00:00], ["user_id", 209]]
+ [1m[36m (2.5ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 17 Jan 2013 22:34:49 UTC +00:00], ["name", "Celery"], ["updated_at", Thu, 17 Jan 2013 22:34:49 UTC +00:00], ["user_id", 209]]
+ [1m[35m (1.8ms)[0m commit transaction
+Started GET "/users/209/likes.xlsx" for 127.0.0.1 at 2013-01-17 14:34:49 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"209"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "209"]]
+ [1m[35mLike Load (0.2ms)[0m SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 209
+Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.3ms)
+Started GET "/" for 127.0.0.1 at 2013-01-17 14:34:49 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 14:34:49 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.5ms)
+Completed 200 OK in 39ms (Views: 38.6ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (3.6ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 209]]
+ [1m[35m (47.0ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.6ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:39:40 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:39:40 UTC +00:00]]
+ [1m[36m (2.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 17 Jan 2013 22:39:40 UTC +00:00], ["name", "Carrots"], ["updated_at", Thu, 17 Jan 2013 22:39:40 UTC +00:00], ["user_id", 210]]
+ [1m[35m (3.2ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Thu, 17 Jan 2013 22:39:40 UTC +00:00], ["name", "Celery"], ["updated_at", Thu, 17 Jan 2013 22:39:40 UTC +00:00], ["user_id", 210]]
+ [1m[36m (2.2ms)[0m [1mcommit transaction[0m
+Started GET "/users/210/likes.xlsx" for 127.0.0.1 at 2013-01-17 14:39:40 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"210"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "210"]]
+ [1m[36mLike Load (0.3ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 210[0m
+ Rendered likes/index.xlsx.axlsx (8.7ms)
+Completed 200 OK in 54ms (Views: 52.3ms | ActiveRecord: 0.5ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 210]]
+ [1m[36m (1.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:39:40 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:39:40 UTC +00:00]]
+ [1m[35m (2.3ms)[0m commit transaction
+Started GET "/users/211/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:39:40 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"211"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "211"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (2.2ms)
+Completed 200 OK in 43ms (Views: 41.7ms | ActiveRecord: 0.1ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:39:40 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 9.2ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:39:40 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 39ms (Views: 39.2ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-01-17 14:39:40 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 211]]
+ [1m[35m (2.1ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:39:40 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:39:40 UTC +00:00]]
+ [1m[36m (2.1ms)[0m [1mcommit transaction[0m
+Started GET "/another" for 127.0.0.1 at 2013-01-17 14:39:40 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.2ms)
+Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 14:39:40 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 14:39:40 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (39.4ms)
+Completed 200 OK in 52ms (Views: 51.8ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 14:39:40 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 39ms (Views: 39.0ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 212]]
+ [1m[36m (1.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 17 Jan 2013 22:39:40 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 17 Jan 2013 22:39:40 UTC +00:00]]
+ [1m[35m (1.9ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:39:40 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:39:40 UTC +00:00]]
+ [1m[36m (1.7ms)[0m [1mcommit transaction[0m
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 14:39:40 -0800
+Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.2ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 14:39:40 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 40ms (Views: 39.4ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 14:44:32 -0800
+Processing by HomeController#another as XLSX
+ Rendered home/index.xlsx.axlsx (36.2ms)
+ Rendered text template (0.0ms)
+Sent data filename_test.xlsx (2.1ms)
+Completed 200 OK in 48ms (Views: 47.3ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 14:44:32 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (33.9ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 213]]
+ [1m[35m (2.6ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 214]]
+ [1m[36m (1.5ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (1.5ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 17 Jan 2013 22:44:32 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 17 Jan 2013 22:44:32 UTC +00:00]]
+ [1m[35m (2.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:44:32 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:44:32 UTC +00:00]]
+ [1m[36m (2.3ms)[0m [1mcommit transaction[0m
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 14:44:32 -0800
+Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.2ms)
+Started GET "/" for 127.0.0.1 at 2013-01-17 14:44:32 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 14:44:32 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 14:44:32 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (4.8ms)
+Completed 200 OK in 18ms (Views: 17.2ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 215]]
+ [1m[36m (1.5ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 216]]
+ [1m[35m (2.1ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:44:32 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:44:32 UTC +00:00]]
+ [1m[36m (2.1ms)[0m [1mcommit transaction[0m
+Started GET "/users/217/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:44:32 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"217"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "217"]]
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.2ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:44:32 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.3ms)
+Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:44:32 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 40ms (Views: 39.6ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 217]]
+ [1m[36m (2.3ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:44:33 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:44:33 UTC +00:00]]
+ [1m[35m (2.5ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Thu, 17 Jan 2013 22:44:33 UTC +00:00], ["name", "Carrots"], ["updated_at", Thu, 17 Jan 2013 22:44:33 UTC +00:00], ["user_id", 218]]
+ [1m[36m (1.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 17 Jan 2013 22:44:33 UTC +00:00], ["name", "Celery"], ["updated_at", Thu, 17 Jan 2013 22:44:33 UTC +00:00], ["user_id", 218]]
+ [1m[35m (2.8ms)[0m commit transaction
+Started GET "/users/218/likes.xlsx" for 127.0.0.1 at 2013-01-17 14:44:33 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"218"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "218"]]
+ [1m[35mLike Load (0.2ms)[0m SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 218
+Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.3ms)
+ [1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 218]]
+ [1m[35m (2.1ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:44:33 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:44:33 UTC +00:00]]
+ [1m[36m (2.1ms)[0m [1mcommit transaction[0m
+Started GET "/another" for 127.0.0.1 at 2013-01-17 14:44:33 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.2ms)
+Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (3.9ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 219]]
+ [1m[35m (2.4ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.5ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:46:34 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:46:34 UTC +00:00]]
+ [1m[36m (2.3ms)[0m [1mcommit transaction[0m
+Started GET "/another" for 127.0.0.1 at 2013-01-17 14:46:34 -0800
+Processing by HomeController#another as HTML
+ Rendered home/index.html.erb within layouts/application (32.3ms)
+ Rendered text template (0.0ms)
+Sent data filename_test.xlsx (2.1ms)
+Completed 200 OK in 45ms (Views: 44.6ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 14:46:34 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 220]]
+ [1m[36m (2.2ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:46:34 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:46:34 UTC +00:00]]
+ [1m[35m (1.8ms)[0m commit transaction
+Started GET "/users/221/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:46:34 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"221"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "221"]]
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 42ms (Views: 39.8ms | ActiveRecord: 0.2ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:46:35 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:46:35 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 221]]
+ [1m[35m (1.4ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:46:35 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:46:35 UTC +00:00]]
+ [1m[36m (1.5ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 17 Jan 2013 22:46:35 UTC +00:00], ["name", "Carrots"], ["updated_at", Thu, 17 Jan 2013 22:46:35 UTC +00:00], ["user_id", 222]]
+ [1m[35m (2.2ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Thu, 17 Jan 2013 22:46:35 UTC +00:00], ["name", "Celery"], ["updated_at", Thu, 17 Jan 2013 22:46:35 UTC +00:00], ["user_id", 222]]
+ [1m[36m (3.0ms)[0m [1mcommit transaction[0m
+Started GET "/users/222/likes.xlsx" for 127.0.0.1 at 2013-01-17 14:46:35 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"222"}
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "222"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 222[0m
+Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.3ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 14:46:35 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (5.2ms)
+Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-01-17 14:46:35 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 222]]
+ [1m[36m (2.1ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 17 Jan 2013 22:46:35 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 17 Jan 2013 22:46:35 UTC +00:00]]
+ [1m[35m (2.2ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:46:35 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:46:35 UTC +00:00]]
+ [1m[36m (2.1ms)[0m [1mcommit transaction[0m
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 14:46:35 -0800
+Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Completed 200 OK in 40ms (Views: 38.5ms | ActiveRecord: 0.3ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 14:46:35 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 14:46:35 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (3.5ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 223]]
+ [1m[35m (6.2ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 224]]
+ [1m[36m (1.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (1.5ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 17 Jan 2013 22:46:50 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 17 Jan 2013 22:46:50 UTC +00:00]]
+ [1m[35m (2.1ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:46:50 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:46:50 UTC +00:00]]
+ [1m[36m (2.7ms)[0m [1mcommit transaction[0m
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 14:46:50 -0800
+Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+ Rendered users/index.xlsx.axlsx (35.1ms)
+Completed 200 OK in 46ms (Views: 44.7ms | ActiveRecord: 0.2ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 14:46:50 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 225]]
+ [1m[36m (2.4ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 226]]
+ [1m[35m (1.4ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:46:50 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:46:50 UTC +00:00]]
+ [1m[36m (1.9ms)[0m [1mcommit transaction[0m
+Started GET "/another" for 127.0.0.1 at 2013-01-17 14:46:50 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (1.8ms)
+Completed 200 OK in 37ms (Views: 36.8ms | ActiveRecord: 0.0ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 14:46:50 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 14:46:50 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (36.0ms)
+Completed 200 OK in 50ms (Views: 49.3ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 227]]
+ [1m[36m (1.4ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:46:51 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:46:51 UTC +00:00]]
+ [1m[35m (2.7ms)[0m commit transaction
+Started GET "/users/228/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:46:51 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"228"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "228"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 40ms (Views: 38.7ms | ActiveRecord: 0.2ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:46:51 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:46:51 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 14:46:51 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.5ms)
+Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-01-17 14:46:51 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 228]]
+ [1m[35m (2.2ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:46:51 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:46:51 UTC +00:00]]
+ [1m[36m (2.3ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 17 Jan 2013 22:46:51 UTC +00:00], ["name", "Carrots"], ["updated_at", Thu, 17 Jan 2013 22:46:51 UTC +00:00], ["user_id", 229]]
+ [1m[35m (2.6ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Thu, 17 Jan 2013 22:46:51 UTC +00:00], ["name", "Celery"], ["updated_at", Thu, 17 Jan 2013 22:46:51 UTC +00:00], ["user_id", 229]]
+ [1m[36m (2.0ms)[0m [1mcommit transaction[0m
+Started GET "/users/229/likes.xlsx" for 127.0.0.1 at 2013-01-17 14:46:51 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"229"}
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "229"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 229[0m
+Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.3ms)
+Connecting to database specified by database.yml
+Started GET "/" for 127.0.0.1 at 2013-01-17 14:47:21 -0800
+Processing by HomeController#index as HTML
+ Rendered home/index.html.erb within layouts/application (2.7ms)
+Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (3.7ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 229]]
+ [1m[35m (6.2ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (2.2ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:47:21 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:47:21 UTC +00:00]]
+ [1m[36m (2.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 17 Jan 2013 22:47:21 UTC +00:00], ["name", "Carrots"], ["updated_at", Thu, 17 Jan 2013 22:47:21 UTC +00:00], ["user_id", 230]]
+ [1m[35m (1.4ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Thu, 17 Jan 2013 22:47:21 UTC +00:00], ["name", "Celery"], ["updated_at", Thu, 17 Jan 2013 22:47:21 UTC +00:00], ["user_id", 230]]
+ [1m[36m (2.7ms)[0m [1mcommit transaction[0m
+Started GET "/users/230/likes.xlsx" for 127.0.0.1 at 2013-01-17 14:47:21 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"230"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "230"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 230[0m
+Completed 200 OK in 11ms (Views: 9.0ms | ActiveRecord: 0.4ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 230]]
+ [1m[36m (2.1ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:47:21 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:47:21 UTC +00:00]]
+ [1m[35m (1.7ms)[0m commit transaction
+Started GET "/users/231/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:47:21 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"231"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "231"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (2.1ms)
+Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.1ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:47:21 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:47:21 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 39ms (Views: 38.7ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 231]]
+ [1m[35m (1.9ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 17 Jan 2013 22:47:21 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 17 Jan 2013 22:47:21 UTC +00:00]]
+ [1m[36m (2.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:47:21 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:47:21 UTC +00:00]]
+ [1m[35m (2.4ms)[0m commit transaction
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 14:47:21 -0800
+Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.2ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 14:47:21 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 38ms (Views: 37.8ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 232]]
+ [1m[35m (2.4ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 233]]
+ [1m[36m (1.8ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:47:21 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:47:21 UTC +00:00]]
+ [1m[35m (2.0ms)[0m commit transaction
+Started GET "/another" for 127.0.0.1 at 2013-01-17 14:47:21 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.2ms)
+Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 14:47:21 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (5.1ms)
+Completed 200 OK in 49ms (Views: 49.0ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 14:47:21 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 14:47:21 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (3.6ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 234]]
+ [1m[35m (2.4ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 17 Jan 2013 22:47:26 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 17 Jan 2013 22:47:26 UTC +00:00]]
+ [1m[36m (2.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.4ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:47:26 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:47:26 UTC +00:00]]
+ [1m[35m (2.7ms)[0m commit transaction
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 14:47:26 -0800
+Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+ Rendered users/index.xlsx.axlsx (37.8ms)
+Completed 200 OK in 47ms (Views: 46.2ms | ActiveRecord: 0.2ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 235]]
+ [1m[35m (1.8ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 236]]
+ [1m[36m (2.5ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:47:26 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:47:26 UTC +00:00]]
+ [1m[35m (1.9ms)[0m commit transaction
+Started GET "/users/237/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:47:26 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"237"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "237"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (2.0ms)
+Completed 200 OK in 12ms (Views: 9.7ms | ActiveRecord: 0.2ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:47:26 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 41ms (Views: 40.7ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:47:26 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.3ms)
+Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-01-17 14:47:26 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 14:47:27 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 38ms (Views: 37.5ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 237]]
+ [1m[35m (2.2ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:47:27 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:47:27 UTC +00:00]]
+ [1m[36m (1.9ms)[0m [1mcommit transaction[0m
+Started GET "/another" for 127.0.0.1 at 2013-01-17 14:47:27 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.2ms)
+Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 238]]
+ [1m[36m (1.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:47:27 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:47:27 UTC +00:00]]
+ [1m[35m (1.6ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Thu, 17 Jan 2013 22:47:27 UTC +00:00], ["name", "Carrots"], ["updated_at", Thu, 17 Jan 2013 22:47:27 UTC +00:00], ["user_id", 239]]
+ [1m[36m (2.1ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 17 Jan 2013 22:47:27 UTC +00:00], ["name", "Celery"], ["updated_at", Thu, 17 Jan 2013 22:47:27 UTC +00:00], ["user_id", 239]]
+ [1m[35m (2.7ms)[0m commit transaction
+Started GET "/users/239/likes.xlsx" for 127.0.0.1 at 2013-01-17 14:47:27 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"239"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "239"]]
+ [1m[35mLike Load (0.2ms)[0m SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 239
+Completed 200 OK in 40ms (Views: 38.5ms | ActiveRecord: 0.4ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 14:47:27 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (5.8ms)
+Completed 200 OK in 49ms (Views: 48.8ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 14:47:27 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 14:47:27 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (3.6ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 239]]
+ [1m[35m (6.0ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.5ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 17 Jan 2013 22:47:59 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 17 Jan 2013 22:47:59 UTC +00:00]]
+ [1m[36m (1.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:47:59 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:47:59 UTC +00:00]]
+ [1m[35m (1.8ms)[0m commit transaction
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 14:47:59 -0800
+Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+ Rendered users/index.xlsx.axlsx (36.0ms)
+Completed 200 OK in 47ms (Views: 46.0ms | ActiveRecord: 0.2ms)
+Started GET "/" for 127.0.0.1 at 2013-01-17 14:47:59 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 240]]
+ [1m[35m (2.0ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 241]]
+ [1m[36m (2.1ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:47:59 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:47:59 UTC +00:00]]
+ [1m[35m (2.7ms)[0m commit transaction
+Started GET "/users/242/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:47:59 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"242"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "242"]]
+Completed 500 Internal Server Error in 3ms
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 14:47:59 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 242]]
+ [1m[36m (1.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:47:59 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:47:59 UTC +00:00]]
+ [1m[35m (1.9ms)[0m commit transaction
+Started GET "/another" for 127.0.0.1 at 2013-01-17 14:47:59 -0800
+Processing by HomeController#another as HTML
+Completed 500 Internal Server Error in 32ms
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 243]]
+ [1m[35m (1.5ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:47:59 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:47:59 UTC +00:00]]
+ [1m[36m (1.8ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 17 Jan 2013 22:47:59 UTC +00:00], ["name", "Carrots"], ["updated_at", Thu, 17 Jan 2013 22:47:59 UTC +00:00], ["user_id", 244]]
+ [1m[35m (1.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Thu, 17 Jan 2013 22:47:59 UTC +00:00], ["name", "Celery"], ["updated_at", Thu, 17 Jan 2013 22:47:59 UTC +00:00], ["user_id", 244]]
+ [1m[36m (1.5ms)[0m [1mcommit transaction[0m
+Started GET "/users/244/likes.xlsx" for 127.0.0.1 at 2013-01-17 14:47:59 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"244"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "244"]]
+ [1m[36mLike Load (0.3ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 244[0m
+Completed 200 OK in 44ms (Views: 42.3ms | ActiveRecord: 0.5ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 14:47:59 -0800
+Processing by HomeController#useheader as XLSX
+Completed 500 Internal Server Error in 1ms
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 14:47:59 -0800
+Processing by HomeController#another as XLSX
+Completed 500 Internal Server Error in 1ms
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 14:47:59 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (4.9ms)
+Completed 200 OK in 47ms (Views: 46.8ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (4.0ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 244]]
+ [1m[35m (6.1ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.5ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:48:55 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:48:55 UTC +00:00]]
+ [1m[36m (1.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 17 Jan 2013 22:48:55 UTC +00:00], ["name", "Carrots"], ["updated_at", Thu, 17 Jan 2013 22:48:55 UTC +00:00], ["user_id", 245]]
+ [1m[35m (2.2ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Thu, 17 Jan 2013 22:48:55 UTC +00:00], ["name", "Celery"], ["updated_at", Thu, 17 Jan 2013 22:48:55 UTC +00:00], ["user_id", 245]]
+ [1m[36m (2.2ms)[0m [1mcommit transaction[0m
+Started GET "/users/245/likes.xlsx" for 127.0.0.1 at 2013-01-17 14:48:55 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"245"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "245"]]
+ [1m[36mLike Load (0.3ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 245[0m
+ Rendered likes/index.xlsx.axlsx (7.5ms)
+Completed 200 OK in 19ms (Views: 16.7ms | ActiveRecord: 0.5ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 245]]
+ [1m[36m (2.5ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:48:55 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:48:55 UTC +00:00]]
+ [1m[35m (1.6ms)[0m commit transaction
+Started GET "/users/246/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:48:55 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"246"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "246"]]
+Completed 500 Internal Server Error in 3ms
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 14:48:55 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 14:48:55 -0800
+Processing by HomeController#another as XLSX
+Completed 500 Internal Server Error in 1ms
+Started GET "/" for 127.0.0.1 at 2013-01-17 14:48:55 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 246]]
+ [1m[36m (2.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 17 Jan 2013 22:48:55 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 17 Jan 2013 22:48:55 UTC +00:00]]
+ [1m[35m (2.1ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:48:55 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:48:55 UTC +00:00]]
+ [1m[36m (2.1ms)[0m [1mcommit transaction[0m
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 14:48:55 -0800
+Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Completed 200 OK in 41ms (Views: 39.4ms | ActiveRecord: 0.2ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 247]]
+ [1m[36m (2.1ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 248]]
+ [1m[35m (1.5ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:48:55 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:48:55 UTC +00:00]]
+ [1m[36m (1.6ms)[0m [1mcommit transaction[0m
+Started GET "/another" for 127.0.0.1 at 2013-01-17 14:48:55 -0800
+Processing by HomeController#another as HTML
+Completed 500 Internal Server Error in 1ms
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 14:48:55 -0800
+Processing by HomeController#useheader as XLSX
+Completed 500 Internal Server Error in 1ms
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 14:48:55 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (5.2ms)
+Completed 200 OK in 49ms (Views: 48.6ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (4.3ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 249]]
+ [1m[35m (6.1ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (2.2ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 17 Jan 2013 22:49:10 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 17 Jan 2013 22:49:10 UTC +00:00]]
+ [1m[36m (2.2ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:49:10 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:49:10 UTC +00:00]]
+ [1m[35m (2.2ms)[0m commit transaction
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 14:49:10 -0800
+Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+ Rendered users/index.xlsx.axlsx (36.7ms)
+Completed 200 OK in 48ms (Views: 47.0ms | ActiveRecord: 0.2ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 14:49:10 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 14:49:10 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (35.7ms)
+Completed 200 OK in 48ms (Views: 47.7ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 250]]
+ [1m[35m (1.4ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 251]]
+ [1m[36m (1.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:49:10 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:49:10 UTC +00:00]]
+ [1m[35m (1.9ms)[0m commit transaction
+Started GET "/another" for 127.0.0.1 at 2013-01-17 14:49:10 -0800
+Processing by HomeController#another as HTML
+Completed 500 Internal Server Error in 1ms
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 14:49:10 -0800
+Processing by HomeController#another as XLSX
+Completed 500 Internal Server Error in 1ms
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 252]]
+ [1m[35m (2.1ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:49:10 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:49:10 UTC +00:00]]
+ [1m[36m (2.3ms)[0m [1mcommit transaction[0m
+Started GET "/users/253/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:49:10 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"253"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "253"]]
+Completed 500 Internal Server Error in 3ms
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 14:49:10 -0800
+Processing by HomeController#useheader as XLSX
+Completed 500 Internal Server Error in 1ms
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 253]]
+ [1m[35m (1.5ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:49:10 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:49:10 UTC +00:00]]
+ [1m[36m (2.4ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 17 Jan 2013 22:49:10 UTC +00:00], ["name", "Carrots"], ["updated_at", Thu, 17 Jan 2013 22:49:10 UTC +00:00], ["user_id", 254]]
+ [1m[35m (2.5ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Thu, 17 Jan 2013 22:49:10 UTC +00:00], ["name", "Celery"], ["updated_at", Thu, 17 Jan 2013 22:49:10 UTC +00:00], ["user_id", 254]]
+ [1m[36m (2.1ms)[0m [1mcommit transaction[0m
+Started GET "/users/254/likes.xlsx" for 127.0.0.1 at 2013-01-17 14:49:10 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"254"}
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "254"]]
+ [1m[36mLike Load (0.4ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 254[0m
+Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.5ms)
+Started GET "/" for 127.0.0.1 at 2013-01-17 14:49:10 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (4.0ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 254]]
+ [1m[35m (6.1ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.8ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:49:17 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:49:17 UTC +00:00]]
+ [1m[36m (1.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 17 Jan 2013 22:49:17 UTC +00:00], ["name", "Carrots"], ["updated_at", Thu, 17 Jan 2013 22:49:17 UTC +00:00], ["user_id", 255]]
+ [1m[35m (1.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Thu, 17 Jan 2013 22:49:17 UTC +00:00], ["name", "Celery"], ["updated_at", Thu, 17 Jan 2013 22:49:17 UTC +00:00], ["user_id", 255]]
+ [1m[36m (2.9ms)[0m [1mcommit transaction[0m
+Started GET "/users/255/likes.xlsx" for 127.0.0.1 at 2013-01-17 14:49:17 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"255"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "255"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 255[0m
+ Rendered likes/index.xlsx.axlsx (8.4ms)
+Completed 200 OK in 53ms (Views: 51.2ms | ActiveRecord: 0.4ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 14:49:18 -0800
+Processing by HomeController#another as XLSX
+Completed 500 Internal Server Error in 1ms
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 255]]
+ [1m[36m (2.4ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:49:18 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:49:18 UTC +00:00]]
+ [1m[35m (2.0ms)[0m commit transaction
+Started GET "/users/256/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:49:18 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"256"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "256"]]
+Completed 500 Internal Server Error in 3ms
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 256]]
+ [1m[36m (2.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:49:18 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:49:18 UTC +00:00]]
+ [1m[35m (2.8ms)[0m commit transaction
+Started GET "/another" for 127.0.0.1 at 2013-01-17 14:49:18 -0800
+Processing by HomeController#another as HTML
+Completed 500 Internal Server Error in 1ms
+Started GET "/" for 127.0.0.1 at 2013-01-17 14:49:18 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 257]]
+ [1m[35m (2.0ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 17 Jan 2013 22:49:18 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 17 Jan 2013 22:49:18 UTC +00:00]]
+ [1m[36m (2.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:49:18 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:49:18 UTC +00:00]]
+ [1m[35m (1.7ms)[0m commit transaction
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 14:49:18 -0800
+Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+Completed 200 OK in 41ms (Views: 39.5ms | ActiveRecord: 0.2ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 14:49:18 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 14:49:18 -0800
+Processing by HomeController#useheader as XLSX
+Completed 500 Internal Server Error in 1ms
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 14:49:18 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (37.6ms)
+Completed 200 OK in 50ms (Views: 50.1ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (4.0ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 258]]
+ [1m[35m (2.0ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 259]]
+ [1m[36m (1.4ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (26.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:54:41 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:54:41 UTC +00:00]]
+ [1m[35m (2.4ms)[0m commit transaction
+Started GET "/users/260/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:54:41 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"260"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "260"]]
+Completed 500 Internal Server Error in 3ms
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 14:54:41 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 48ms (Views: 48.0ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 260]]
+ [1m[36m (2.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 17 Jan 2013 22:54:41 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 17 Jan 2013 22:54:41 UTC +00:00]]
+ [1m[35m (1.8ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:54:41 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:54:41 UTC +00:00]]
+ [1m[36m (2.6ms)[0m [1mcommit transaction[0m
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 14:54:41 -0800
+Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.2ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 14:54:41 -0800
+Processing by HomeController#another as XLSX
+Completed 500 Internal Server Error in 1ms
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 14:54:41 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (5.1ms)
+Completed 200 OK in 48ms (Views: 47.3ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-01-17 14:54:41 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 261]]
+ [1m[36m (2.4ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 262]]
+ [1m[35m (1.6ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:54:41 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:54:41 UTC +00:00]]
+ [1m[36m (1.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 17 Jan 2013 22:54:41 UTC +00:00], ["name", "Carrots"], ["updated_at", Thu, 17 Jan 2013 22:54:41 UTC +00:00], ["user_id", 263]]
+ [1m[35m (1.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Thu, 17 Jan 2013 22:54:41 UTC +00:00], ["name", "Celery"], ["updated_at", Thu, 17 Jan 2013 22:54:41 UTC +00:00], ["user_id", 263]]
+ [1m[36m (2.4ms)[0m [1mcommit transaction[0m
+Started GET "/users/263/likes.xlsx" for 127.0.0.1 at 2013-01-17 14:54:41 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"263"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "263"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 263[0m
+Completed 200 OK in 40ms (Views: 38.2ms | ActiveRecord: 0.4ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 14:54:41 -0800
+Processing by HomeController#useheader as XLSX
+Completed 500 Internal Server Error in 1ms
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 263]]
+ [1m[36m (2.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:54:41 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:54:41 UTC +00:00]]
+ [1m[35m (2.7ms)[0m commit transaction
+Started GET "/another" for 127.0.0.1 at 2013-01-17 14:54:41 -0800
+Processing by HomeController#another as HTML
+Completed 500 Internal Server Error in 1ms
+Connecting to database specified by database.yml
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (4.4ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 264]]
+ [1m[35m (6.0ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.5ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 17 Jan 2013 22:56:05 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 17 Jan 2013 22:56:05 UTC +00:00]]
+ [1m[36m (1.5ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:56:05 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:56:05 UTC +00:00]]
+ [1m[35m (1.7ms)[0m commit transaction
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 14:56:05 -0800
+Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+ Rendered users/index.xlsx.axlsx (37.6ms)
+Completed 200 OK in 49ms (Views: 48.0ms | ActiveRecord: 0.2ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 265]]
+ [1m[35m (1.9ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 266]]
+ [1m[36m (1.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:56:05 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:56:05 UTC +00:00]]
+ [1m[35m (2.6ms)[0m commit transaction
+Started GET "/another" for 127.0.0.1 at 2013-01-17 14:56:05 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (1.6ms)
+Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-01-17 14:56:05 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 14:56:05 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 267]]
+ [1m[35m (2.3ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:56:05 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:56:05 UTC +00:00]]
+ [1m[36m (1.6ms)[0m [1mcommit transaction[0m
+Started GET "/users/268/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:56:05 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"268"}
+ [1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "268"]]
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.3ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:56:05 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:56:05 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 41ms (Views: 40.9ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 268]]
+ [1m[36m (2.1ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:56:05 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:56:05 UTC +00:00]]
+ [1m[35m (1.8ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Thu, 17 Jan 2013 22:56:05 UTC +00:00], ["name", "Carrots"], ["updated_at", Thu, 17 Jan 2013 22:56:05 UTC +00:00], ["user_id", 269]]
+ [1m[36m (2.2ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 17 Jan 2013 22:56:05 UTC +00:00], ["name", "Celery"], ["updated_at", Thu, 17 Jan 2013 22:56:05 UTC +00:00], ["user_id", 269]]
+ [1m[35m (1.5ms)[0m commit transaction
+Started GET "/users/269/likes.xlsx" for 127.0.0.1 at 2013-01-17 14:56:05 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"269"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "269"]]
+ [1m[35mLike Load (0.2ms)[0m SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 269
+Completed 200 OK in 40ms (Views: 38.7ms | ActiveRecord: 0.3ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 14:56:05 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (5.6ms)
+Completed 200 OK in 50ms (Views: 49.9ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 14:56:05 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.3ms)
+Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 14:56:05 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 7ms (Views: 7.3ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 14:57:31 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (33.6ms)
+ Rendered home/withpartial.xlsx.axlsx (45.5ms)
+Completed 200 OK in 55ms (Views: 54.7ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (3.6ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 269]]
+ [1m[35m (2.5ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.2ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:57:31 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:57:31 UTC +00:00]]
+ [1m[36m (3.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 17 Jan 2013 22:57:31 UTC +00:00], ["name", "Carrots"], ["updated_at", Thu, 17 Jan 2013 22:57:31 UTC +00:00], ["user_id", 270]]
+ [1m[35m (2.7ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Thu, 17 Jan 2013 22:57:31 UTC +00:00], ["name", "Celery"], ["updated_at", Thu, 17 Jan 2013 22:57:31 UTC +00:00], ["user_id", 270]]
+ [1m[36m (2.1ms)[0m [1mcommit transaction[0m
+Started GET "/users/270/likes.xlsx" for 127.0.0.1 at 2013-01-17 14:57:31 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"270"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "270"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 270[0m
+Completed 200 OK in 11ms (Views: 8.5ms | ActiveRecord: 0.4ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 14:57:31 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (1.9ms)
+Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 270]]
+ [1m[36m (1.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 17 Jan 2013 22:57:31 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 17 Jan 2013 22:57:31 UTC +00:00]]
+ [1m[35m (1.6ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:57:31 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:57:31 UTC +00:00]]
+ [1m[36m (1.8ms)[0m [1mcommit transaction[0m
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 14:57:31 -0800
+Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Completed 200 OK in 40ms (Views: 39.0ms | ActiveRecord: 0.1ms)
+Started GET "/" for 127.0.0.1 at 2013-01-17 14:57:31 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 14:57:32 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 14:57:32 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 39ms (Views: 38.4ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 271]]
+ [1m[36m (1.8ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 272]]
+ [1m[35m (1.4ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:57:32 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:57:32 UTC +00:00]]
+ [1m[36m (2.0ms)[0m [1mcommit transaction[0m
+Started GET "/users/273/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:57:32 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"273"}
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "273"]]
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.1ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:57:32 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.3ms)
+Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:57:32 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 40ms (Views: 39.6ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 273]]
+ [1m[36m (2.5ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:57:32 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:57:32 UTC +00:00]]
+ [1m[35m (1.8ms)[0m commit transaction
+Started GET "/another" for 127.0.0.1 at 2013-01-17 14:57:32 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.2ms)
+Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 14:59:27 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (35.5ms)
+ Rendered home/withpartial.xlsx.axlsx (47.1ms)
+Completed 200 OK in 58ms (Views: 57.4ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 14:59:28 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (2.0ms)
+Completed 200 OK in 40ms (Views: 39.6ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (3.9ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 274]]
+ [1m[35m (2.2ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.7ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 17 Jan 2013 22:59:28 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 17 Jan 2013 22:59:28 UTC +00:00]]
+ [1m[36m (1.8ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:59:28 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:59:28 UTC +00:00]]
+ [1m[35m (2.9ms)[0m commit transaction
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 14:59:28 -0800
+Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.2ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 14:59:28 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.5ms)
+Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 275]]
+ [1m[35m (1.4ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 276]]
+ [1m[36m (1.2ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:59:28 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:59:28 UTC +00:00]]
+ [1m[35m (1.6ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Thu, 17 Jan 2013 22:59:28 UTC +00:00], ["name", "Carrots"], ["updated_at", Thu, 17 Jan 2013 22:59:28 UTC +00:00], ["user_id", 277]]
+ [1m[36m (2.2ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 17 Jan 2013 22:59:28 UTC +00:00], ["name", "Celery"], ["updated_at", Thu, 17 Jan 2013 22:59:28 UTC +00:00], ["user_id", 277]]
+ [1m[35m (1.5ms)[0m commit transaction
+Started GET "/users/277/likes.xlsx" for 127.0.0.1 at 2013-01-17 14:59:28 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"277"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "277"]]
+ [1m[35mLike Load (0.2ms)[0m SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 277
+Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.4ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 14:59:28 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 40ms (Views: 39.2ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-01-17 14:59:28 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 277]]
+ [1m[35m (2.1ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:59:28 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:59:28 UTC +00:00]]
+ [1m[36m (1.7ms)[0m [1mcommit transaction[0m
+Started GET "/users/278/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:59:28 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"278"}
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "278"]]
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.1ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:59:28 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 14:59:28 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 39ms (Views: 39.0ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 278]]
+ [1m[36m (1.8ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 22:59:28 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 22:59:28 UTC +00:00]]
+ [1m[35m (2.6ms)[0m commit transaction
+Started GET "/another" for 127.0.0.1 at 2013-01-17 14:59:28 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.3ms)
+Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+Started GET "/" for 127.0.0.1 at 2013-01-17 15:03:09 -0800
+Processing by HomeController#index as HTML
+ Rendered home/index.html.erb within layouts/application (2.5ms)
+Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 15:03:10 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 15:03:10 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (2.0ms)
+Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 15:03:10 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 39ms (Views: 38.5ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 15:03:10 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (5.3ms)
+Completed 200 OK in 50ms (Views: 49.5ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (3.4ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 279]]
+ [1m[35m (2.0ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (16.2ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 23:03:10 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 23:03:10 UTC +00:00]]
+ [1m[36m (2.0ms)[0m [1mcommit transaction[0m
+Started GET "/users/280/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 15:03:10 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"280"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "280"]]
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.2ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 15:03:10 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 40ms (Views: 39.3ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 15:03:10 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 280]]
+ [1m[36m (1.8ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 23:03:10 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 23:03:10 UTC +00:00]]
+ [1m[35m (1.6ms)[0m commit transaction
+Started GET "/another" for 127.0.0.1 at 2013-01-17 15:03:10 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.2ms)
+Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 281]]
+ [1m[35m (1.3ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 23:03:10 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 23:03:10 UTC +00:00]]
+ [1m[36m (1.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 17 Jan 2013 23:03:10 UTC +00:00], ["name", "Carrots"], ["updated_at", Thu, 17 Jan 2013 23:03:10 UTC +00:00], ["user_id", 282]]
+ [1m[35m (1.7ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Thu, 17 Jan 2013 23:03:10 UTC +00:00], ["name", "Celery"], ["updated_at", Thu, 17 Jan 2013 23:03:10 UTC +00:00], ["user_id", 282]]
+ [1m[36m (2.3ms)[0m [1mcommit transaction[0m
+Started GET "/users/282/likes.xlsx" for 127.0.0.1 at 2013-01-17 15:03:10 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"282"}
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "282"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 282[0m
+Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.3ms)
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 282]]
+ [1m[36m (1.8ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 17 Jan 2013 23:03:10 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 17 Jan 2013 23:03:10 UTC +00:00]]
+ [1m[35m (1.7ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 23:03:10 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 23:03:10 UTC +00:00]]
+ [1m[36m (1.5ms)[0m [1mcommit transaction[0m
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 15:03:10 -0800
+Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Completed 200 OK in 41ms (Views: 39.2ms | ActiveRecord: 0.2ms)
+Connecting to database specified by database.yml
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (4.1ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 283]]
+ [1m[35m (2.1ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 284]]
+ [1m[36m (1.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (1.7ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 17 Jan 2013 23:03:59 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 17 Jan 2013 23:03:59 UTC +00:00]]
+ [1m[35m (2.9ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 23:04:00 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 23:04:00 UTC +00:00]]
+ [1m[36m (2.3ms)[0m [1mcommit transaction[0m
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 15:04:00 -0800
+Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+ Rendered users/index.xlsx.axlsx (37.3ms)
+Completed 200 OK in 49ms (Views: 47.7ms | ActiveRecord: 0.2ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 15:04:00 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (2.1ms)
+Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 15:04:00 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (5.4ms)
+Completed 200 OK in 48ms (Views: 47.5ms | ActiveRecord: 0.0ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 15:04:00 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.7ms)
+Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-01-17 15:04:00 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 285]]
+ [1m[36m (2.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 286]]
+ [1m[35m (1.5ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 23:04:00 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 23:04:00 UTC +00:00]]
+ [1m[36m (2.1ms)[0m [1mcommit transaction[0m
+Started GET "/users/287/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 15:04:00 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"287"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "287"]]
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.2ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 15:04:00 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 38ms (Views: 38.2ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 15:04:00 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.3ms)
+Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 287]]
+ [1m[36m (1.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 23:04:00 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 23:04:00 UTC +00:00]]
+ [1m[35m (1.7ms)[0m commit transaction
+Started GET "/another" for 127.0.0.1 at 2013-01-17 15:04:00 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.2ms)
+Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 288]]
+ [1m[35m (1.9ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 23:04:00 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 23:04:00 UTC +00:00]]
+ [1m[36m (1.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 17 Jan 2013 23:04:00 UTC +00:00], ["name", "Carrots"], ["updated_at", Thu, 17 Jan 2013 23:04:00 UTC +00:00], ["user_id", 289]]
+ [1m[35m (2.0ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Thu, 17 Jan 2013 23:04:00 UTC +00:00], ["name", "Celery"], ["updated_at", Thu, 17 Jan 2013 23:04:00 UTC +00:00], ["user_id", 289]]
+ [1m[36m (2.2ms)[0m [1mcommit transaction[0m
+Started GET "/users/289/likes.xlsx" for 127.0.0.1 at 2013-01-17 15:04:00 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"289"}
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "289"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 289[0m
+Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.3ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 15:04:00 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 38ms (Views: 37.9ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (4.5ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 289]]
+ [1m[35m (2.3ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.6ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 23:05:46 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 23:05:46 UTC +00:00]]
+ [1m[36m (2.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 17 Jan 2013 23:05:46 UTC +00:00], ["name", "Carrots"], ["updated_at", Thu, 17 Jan 2013 23:05:46 UTC +00:00], ["user_id", 290]]
+ [1m[35m (2.6ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Thu, 17 Jan 2013 23:05:46 UTC +00:00], ["name", "Celery"], ["updated_at", Thu, 17 Jan 2013 23:05:46 UTC +00:00], ["user_id", 290]]
+ [1m[36m (1.5ms)[0m [1mcommit transaction[0m
+Started GET "/users/290/likes.xlsx" for 127.0.0.1 at 2013-01-17 15:05:47 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"290"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "290"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 290[0m
+ Rendered likes/index.xlsx.axlsx (7.8ms)
+Completed 200 OK in 19ms (Views: 16.5ms | ActiveRecord: 0.4ms)
+Started GET "/" for 127.0.0.1 at 2013-01-17 15:05:47 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 36ms (Views: 35.7ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 15:05:47 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (2.1ms)
+Completed 200 OK in 41ms (Views: 41.0ms | ActiveRecord: 0.0ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 15:05:47 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 290]]
+ [1m[36m (2.2ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 23:05:47 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 23:05:47 UTC +00:00]]
+ [1m[35m (2.3ms)[0m commit transaction
+Started GET "/users/291/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 15:05:47 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"291"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "291"]]
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.2ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 15:05:47 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 15:05:47 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 40ms (Views: 40.0ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 15:05:47 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (5.8ms)
+Completed 200 OK in 51ms (Views: 50.7ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 291]]
+ [1m[35m (2.4ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 17 Jan 2013 23:05:47 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 17 Jan 2013 23:05:47 UTC +00:00]]
+ [1m[36m (2.4ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 23:05:47 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 23:05:47 UTC +00:00]]
+ [1m[35m (2.5ms)[0m commit transaction
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 15:05:47 -0800
+Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.2ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 15:05:47 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 42ms (Views: 41.8ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 292]]
+ [1m[35m (2.1ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 293]]
+ [1m[36m (1.3ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 23:05:47 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 23:05:47 UTC +00:00]]
+ [1m[35m (2.1ms)[0m commit transaction
+Started GET "/another" for 127.0.0.1 at 2013-01-17 15:05:47 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.2ms)
+Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+Started GET "/" for 127.0.0.1 at 2013-01-17 15:21:18 -0800
+Processing by HomeController#index as HTML
+ Rendered home/index.html.erb within layouts/application (2.8ms)
+Completed 200 OK in 16ms (Views: 15.7ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (4.1ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 294]]
+ [1m[35m (24.5ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (15.1ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 23:21:18 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 23:21:18 UTC +00:00]]
+ [1m[36m (30.6ms)[0m [1mcommit transaction[0m
+Started GET "/users/295/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 15:21:18 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"295"}
+ [1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "295"]]
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (2.3ms)
+Completed 200 OK in 46ms (Views: 43.7ms | ActiveRecord: 0.3ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 15:21:18 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 15:21:18 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 15:21:18 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.5ms)
+Completed 200 OK in 45ms (Views: 44.7ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 15:21:18 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (38.7ms)
+Completed 200 OK in 53ms (Views: 52.2ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 295]]
+ [1m[36m (8.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 23:21:18 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 23:21:18 UTC +00:00]]
+ [1m[35m (1.8ms)[0m commit transaction
+Started GET "/another" for 127.0.0.1 at 2013-01-17 15:21:18 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.3ms)
+Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 15:21:18 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 40ms (Views: 39.8ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 296]]
+ [1m[35m (2.3ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 23:21:18 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 23:21:18 UTC +00:00]]
+ [1m[36m (2.2ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 17 Jan 2013 23:21:18 UTC +00:00], ["name", "Carrots"], ["updated_at", Thu, 17 Jan 2013 23:21:18 UTC +00:00], ["user_id", 297]]
+ [1m[35m (2.4ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Thu, 17 Jan 2013 23:21:18 UTC +00:00], ["name", "Celery"], ["updated_at", Thu, 17 Jan 2013 23:21:18 UTC +00:00], ["user_id", 297]]
+ [1m[36m (2.3ms)[0m [1mcommit transaction[0m
+Started GET "/users/297/likes.xlsx" for 127.0.0.1 at 2013-01-17 15:21:18 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"297"}
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "297"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 297[0m
+Completed 200 OK in 44ms (Views: 42.0ms | ActiveRecord: 0.3ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 297]]
+ [1m[36m (2.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 17 Jan 2013 23:21:18 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 17 Jan 2013 23:21:18 UTC +00:00]]
+ [1m[35m (1.8ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 23:21:18 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 23:21:18 UTC +00:00]]
+ [1m[36m (2.3ms)[0m [1mcommit transaction[0m
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 15:21:18 -0800
+Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.2ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 15:21:18 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.5ms)
+Completed 200 OK in 42ms (Views: 41.9ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 15:21:50 -0800
+Processing by HomeController#another as XLSX
+ Rendered home/index.xlsx.axlsx (6.6ms)
+ Rendered text template (0.0ms)
+Sent data filename_test.xlsx (33.2ms)
+Completed 200 OK in 49ms (Views: 48.5ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 15:21:50 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (5.3ms)
+Completed 200 OK in 50ms (Views: 49.7ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 15:21:50 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.5ms)
+Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-01-17 15:21:50 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (4.6ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 298]]
+ [1m[35m (2.1ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 299]]
+ [1m[36m (1.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (32.8ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 23:21:51 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 23:21:51 UTC +00:00]]
+ [1m[35m (2.1ms)[0m commit transaction
+Started GET "/users/300/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 15:21:51 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"300"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "300"]]
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 12ms (Views: 9.8ms | ActiveRecord: 0.2ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 15:21:51 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 15:21:51 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 40ms (Views: 40.1ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 15:21:51 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 300]]
+ [1m[35m (2.1ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 23:21:51 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 23:21:51 UTC +00:00]]
+ [1m[36m (3.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 17 Jan 2013 23:21:51 UTC +00:00], ["name", "Carrots"], ["updated_at", Thu, 17 Jan 2013 23:21:51 UTC +00:00], ["user_id", 301]]
+ [1m[35m (2.6ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Thu, 17 Jan 2013 23:21:51 UTC +00:00], ["name", "Celery"], ["updated_at", Thu, 17 Jan 2013 23:21:51 UTC +00:00], ["user_id", 301]]
+ [1m[36m (2.4ms)[0m [1mcommit transaction[0m
+Started GET "/users/301/likes.xlsx" for 127.0.0.1 at 2013-01-17 15:21:51 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"301"}
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "301"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 301[0m
+Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.3ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 301]]
+ [1m[36m (1.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 23:21:51 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 23:21:51 UTC +00:00]]
+ [1m[35m (1.5ms)[0m commit transaction
+Started GET "/another" for 127.0.0.1 at 2013-01-17 15:21:51 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 302]]
+ [1m[35m (1.4ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 17 Jan 2013 23:21:51 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 17 Jan 2013 23:21:51 UTC +00:00]]
+ [1m[36m (1.8ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 23:21:51 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 23:21:51 UTC +00:00]]
+ [1m[35m (2.0ms)[0m commit transaction
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 15:21:51 -0800
+Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+Completed 200 OK in 43ms (Views: 41.4ms | ActiveRecord: 0.3ms)
+Connecting to database specified by database.yml
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (3.7ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 303]]
+ [1m[35m (2.5ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 304]]
+ [1m[36m (1.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (22.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 23:38:31 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 23:38:31 UTC +00:00]]
+ [1m[35m (2.1ms)[0m commit transaction
+Started GET "/another" for 127.0.0.1 at 2013-01-17 15:38:31 -0800
+Processing by HomeController#another as HTML
+ Rendered home/index.html.erb within layouts/application (3.2ms)
+ Rendered text template (0.0ms)
+Sent data filename_test.xlsx (33.7ms)
+Completed 200 OK in 48ms (Views: 47.8ms | ActiveRecord: 0.0ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 15:38:31 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-01-17 15:38:31 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 15:38:31 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (5.4ms)
+Completed 200 OK in 49ms (Views: 48.9ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 305]]
+ [1m[35m (1.4ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 23:38:31 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 23:38:31 UTC +00:00]]
+ [1m[36m (2.2ms)[0m [1mcommit transaction[0m
+Started GET "/users/306/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 15:38:31 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"306"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "306"]]
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.2ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 15:38:31 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 40ms (Views: 40.1ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 15:38:31 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 306]]
+ [1m[36m (2.3ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 23:38:31 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 23:38:31 UTC +00:00]]
+ [1m[35m (2.3ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Thu, 17 Jan 2013 23:38:32 UTC +00:00], ["name", "Carrots"], ["updated_at", Thu, 17 Jan 2013 23:38:32 UTC +00:00], ["user_id", 307]]
+ [1m[36m (2.5ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 17 Jan 2013 23:38:32 UTC +00:00], ["name", "Celery"], ["updated_at", Thu, 17 Jan 2013 23:38:32 UTC +00:00], ["user_id", 307]]
+ [1m[35m (2.3ms)[0m commit transaction
+Started GET "/users/307/likes.xlsx" for 127.0.0.1 at 2013-01-17 15:38:32 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"307"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "307"]]
+ [1m[35mLike Load (0.2ms)[0m SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 307
+Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.3ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 307]]
+ [1m[35m (2.0ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Thu, 17 Jan 2013 23:38:32 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Thu, 17 Jan 2013 23:38:32 UTC +00:00]]
+ [1m[36m (2.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Thu, 17 Jan 2013 23:38:32 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Thu, 17 Jan 2013 23:38:32 UTC +00:00]]
+ [1m[35m (1.6ms)[0m commit transaction
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 15:38:32 -0800
+Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+Completed 200 OK in 42ms (Views: 40.8ms | ActiveRecord: 0.2ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 15:38:32 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 15:38:32 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 41ms (Views: 41.1ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 16:01:24 -0800
+Processing by HomeController#another as XLSX
+ Rendered home/index.xlsx.axlsx (6.8ms)
+ Rendered text template (0.0ms)
+Sent data filename_test.xlsx (32.9ms)
+Completed 200 OK in 49ms (Views: 48.5ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (4.0ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 308]]
+ [1m[35m (2.2ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 309]]
+ [1m[36m (2.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (1.5ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 00:01:24 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 00:01:24 UTC +00:00]]
+ [1m[35m (2.7ms)[0m commit transaction
+Started GET "/users/310/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 16:01:24 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"310"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "310"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.2ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 16:01:24 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 39ms (Views: 38.7ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 16:01:24 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 16:01:24 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (35.9ms)
+Completed 200 OK in 48ms (Views: 47.5ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 16:01:24 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 37ms (Views: 36.5ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 310]]
+ [1m[35m (1.5ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 00:01:24 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 00:01:24 UTC +00:00]]
+ [1m[36m (2.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 00:01:24 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 00:01:24 UTC +00:00], ["user_id", 311]]
+ [1m[35m (2.9ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 00:01:24 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 00:01:24 UTC +00:00], ["user_id", 311]]
+ [1m[36m (1.7ms)[0m [1mcommit transaction[0m
+Started GET "/users/311/likes.xlsx" for 127.0.0.1 at 2013-01-17 16:01:24 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"311"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "311"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 311[0m
+Completed 200 OK in 39ms (Views: 37.2ms | ActiveRecord: 0.4ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 311]]
+ [1m[36m (1.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 00:01:24 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 00:01:24 UTC +00:00]]
+ [1m[35m (1.6ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 00:01:24 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 00:01:24 UTC +00:00]]
+ [1m[36m (2.1ms)[0m [1mcommit transaction[0m
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 16:01:24 -0800
+Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.2ms)
+Started GET "/" for 127.0.0.1 at 2013-01-17 16:01:24 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 36ms (Views: 35.8ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 16:01:24 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 38ms (Views: 37.6ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 312]]
+ [1m[36m (1.4ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 313]]
+ [1m[35m (2.6ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 00:01:24 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 00:01:24 UTC +00:00]]
+ [1m[36m (2.2ms)[0m [1mcommit transaction[0m
+Started GET "/another" for 127.0.0.1 at 2013-01-17 16:01:24 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.2ms)
+Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 16:01:56 -0800
+Processing by HomeController#another as XLSX
+ Rendered home/index.xlsx.axlsx (6.8ms)
+ Rendered text template (0.0ms)
+Sent data filename_test.xlsx (32.1ms)
+Completed 200 OK in 48ms (Views: 47.3ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (3.5ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 314]]
+ [1m[35m (2.9ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.5ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 00:01:56 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 00:01:56 UTC +00:00]]
+ [1m[36m (1.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 00:01:56 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 00:01:56 UTC +00:00], ["user_id", 315]]
+ [1m[35m (2.3ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 00:01:56 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 00:01:56 UTC +00:00], ["user_id", 315]]
+ [1m[36m (2.1ms)[0m [1mcommit transaction[0m
+Started GET "/users/315/likes.xlsx" for 127.0.0.1 at 2013-01-17 16:01:56 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"315"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "315"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 315[0m
+Completed 200 OK in 11ms (Views: 8.4ms | ActiveRecord: 0.4ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 315]]
+ [1m[36m (3.4ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 00:01:56 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 00:01:56 UTC +00:00]]
+ [1m[35m (1.7ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 00:01:56 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 00:01:56 UTC +00:00]]
+ [1m[36m (2.2ms)[0m [1mcommit transaction[0m
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 16:01:56 -0800
+Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.2ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 316]]
+ [1m[36m (2.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 317]]
+ [1m[35m (1.7ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 00:01:56 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 00:01:56 UTC +00:00]]
+ [1m[36m (1.5ms)[0m [1mcommit transaction[0m
+Started GET "/users/318/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 16:01:56 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"318"}
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "318"]]
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.1ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 16:01:56 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.3ms)
+Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 16:01:56 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 38ms (Views: 38.3ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-01-17 16:01:56 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 16:01:57 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 318]]
+ [1m[36m (1.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 00:01:57 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 00:01:57 UTC +00:00]]
+ [1m[35m (2.8ms)[0m commit transaction
+Started GET "/another" for 127.0.0.1 at 2013-01-17 16:01:57 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.3ms)
+Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 16:01:57 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 39ms (Views: 39.2ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 16:01:57 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (5.6ms)
+Completed 200 OK in 50ms (Views: 49.9ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (3.6ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 319]]
+ [1m[35m (1.9ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.7ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 00:13:19 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 00:13:19 UTC +00:00]]
+ [1m[36m (2.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 00:13:19 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 00:13:19 UTC +00:00]]
+ [1m[35m (1.5ms)[0m commit transaction
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 16:13:19 -0800
+Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+ Rendered users/index.xlsx.axlsx (36.2ms)
+Completed 200 OK in 46ms (Views: 45.1ms | ActiveRecord: 0.2ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 16:13:19 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-01-17 16:13:19 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 320]]
+ [1m[35m (2.6ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 321]]
+ [1m[36m (1.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 00:13:19 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 00:13:19 UTC +00:00]]
+ [1m[35m (1.8ms)[0m commit transaction
+Started GET "/users/322/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 16:13:19 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"322"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "322"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (2.3ms)
+Completed 200 OK in 44ms (Views: 42.6ms | ActiveRecord: 0.2ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 16:13:19 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.3ms)
+Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-17 16:13:19 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 322]]
+ [1m[35m (2.2ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 00:13:19 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 00:13:19 UTC +00:00]]
+ [1m[36m (1.9ms)[0m [1mcommit transaction[0m
+Started GET "/another" for 127.0.0.1 at 2013-01-17 16:13:19 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.2ms)
+Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-17 16:13:19 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-17 16:13:19 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (37.1ms)
+Completed 200 OK in 51ms (Views: 50.4ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 323]]
+ [1m[36m (2.1ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 00:13:19 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 00:13:19 UTC +00:00]]
+ [1m[35m (2.1ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 00:13:19 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 00:13:19 UTC +00:00], ["user_id", 324]]
+ [1m[36m (2.3ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 00:13:19 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 00:13:19 UTC +00:00], ["user_id", 324]]
+ [1m[35m (2.4ms)[0m commit transaction
+Started GET "/users/324/likes.xlsx" for 127.0.0.1 at 2013-01-17 16:13:19 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"324"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "324"]]
+ [1m[35mLike Load (0.2ms)[0m SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 324
+Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.3ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 16:13:19 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 39ms (Views: 39.3ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-17 16:13:45 -0800
+Processing by HomeController#index as XLSX
+ Rendered home/index.xlsx.axlsx (6.5ms)
+Completed 200 OK in 15ms (Views: 14.9ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (4.1ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 324]]
+ [1m[35m (1.9ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.7ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 00:13:45 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 00:13:45 UTC +00:00]]
+ [1m[36m (2.2ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 00:13:45 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 00:13:45 UTC +00:00]]
+ [1m[35m (1.8ms)[0m commit transaction
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-17 16:13:45 -0800
+Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.2ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-17 16:13:45 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (57.5ms)
+Completed 200 OK in 54869742ms (Views: 54869741.2ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 07:28:15 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 21497ms (Views: 21496.6ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (13.1ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 325]]
+ [1m[35m (2.9ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 326]]
+ [1m[36m (2.3ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 15:28:36 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 15:28:36 UTC +00:00]]
+ [1m[35m (1.8ms)[0m commit transaction
+Started GET "/users/327/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 07:28:36 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"327"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "327"]]
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 524ms (Views: 486.9ms | ActiveRecord: 0.2ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 07:28:37 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 461ms (Views: 460.5ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 07:28:37 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 969ms (Views: 968.5ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 07:28:38 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (6.2ms)
+Completed 200 OK in 54ms (Views: 53.3ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-01-18 07:28:38 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 50ms (Views: 50.2ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 327]]
+ [1m[35m (2.2ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 15:28:38 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 15:28:38 UTC +00:00]]
+ [1m[36m (2.1ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.7ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 15:28:38 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 15:28:38 UTC +00:00], ["user_id", 328]]
+ [1m[35m (2.4ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 15:28:38 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 15:28:38 UTC +00:00], ["user_id", 328]]
+ [1m[36m (2.4ms)[0m [1mcommit transaction[0m
+Started GET "/users/328/likes.xlsx" for 127.0.0.1 at 2013-01-18 07:28:38 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"328"}
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "328"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 328[0m
+Completed 200 OK in 24ms (Views: 23.0ms | ActiveRecord: 0.3ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 328]]
+ [1m[36m (2.1ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 15:28:39 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 15:28:39 UTC +00:00]]
+ [1m[35m (1.8ms)[0m commit transaction
+Started GET "/another" for 127.0.0.1 at 2013-01-18 07:28:39 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 1258ms (Views: 1258.2ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 07:30:46 -0800
+Processing by HomeController#another as XLSX
+ Rendered home/index.xlsx.axlsx (44.0ms)
+ Rendered text template (0.0ms)
+Sent data filename_test.xlsx (2.2ms)
+Completed 200 OK in 1784022ms (Views: 1784021.7ms | ActiveRecord: 0.0ms)
+Started GET "/another" for 127.0.0.1 at 2013-01-18 08:00:30 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 28943ms (Views: 28942.8ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+Started GET "/another" for 127.0.0.1 at 2013-01-18 08:01:06 -0800
+Processing by HomeController#another as HTML
+ Rendered home/index.html.erb within layouts/application (2.4ms)
+ Rendered text template (0.0ms)
+Sent data filename_test.xlsx (2.2ms)
+Completed 200 OK in 59250ms (Views: 59249.3ms | ActiveRecord: 0.0ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 08:02:05 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 548ms (Views: 548.1ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 08:02:11 -0800
+Processing by HomeController#another as XLSX
+ Rendered home/index.xlsx.axlsx (7.0ms)
+ Rendered text template (0.0ms)
+Sent data filename_test.xlsx (31.4ms)
+Completed 200 OK in 47ms (Views: 46.7ms | ActiveRecord: 0.0ms)
+Started GET "/another" for 127.0.0.1 at 2013-01-18 08:02:11 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 7ms (Views: 7.3ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 08:02:16 -0800
+Processing by HomeController#another as XLSX
+ Rendered home/index.xlsx.axlsx (6.5ms)
+ Rendered text template (0.0ms)
+Sent data filename_test.xlsx (37.4ms)
+Completed 200 OK in 53ms (Views: 52.6ms | ActiveRecord: 0.0ms)
+Started GET "/another" for 127.0.0.1 at 2013-01-18 08:02:16 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 08:02:45 -0800
+Processing by HomeController#another as XLSX
+ Rendered home/index.xlsx.axlsx (7.1ms)
+ Rendered text template (0.0ms)
+Sent data filename_test.xlsx (2.0ms)
+Completed 200 OK in 52ms (Views: 51.8ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (3.8ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 329]]
+ [1m[35m (2.5ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (23.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:02:45 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:02:45 UTC +00:00]]
+ [1m[36m (2.0ms)[0m [1mcommit transaction[0m
+Started GET "/users/330/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:02:45 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"330"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "330"]]
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 12ms (Views: 9.8ms | ActiveRecord: 0.2ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:02:45 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 39ms (Views: 38.8ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:02:45 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 330]]
+ [1m[36m (1.4ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:02:45 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:02:45 UTC +00:00]]
+ [1m[35m (1.9ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 16:02:45 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 16:02:45 UTC +00:00], ["user_id", 331]]
+ [1m[36m (2.4ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 16:02:45 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 16:02:45 UTC +00:00], ["user_id", 331]]
+ [1m[35m (2.4ms)[0m commit transaction
+Started GET "/users/331/likes.xlsx" for 127.0.0.1 at 2013-01-18 08:02:45 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"331"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "331"]]
+ [1m[35mLike Load (0.2ms)[0m SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 331
+Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.3ms)
+Started GET "/another" for 127.0.0.1 at 2013-01-18 08:02:45 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.5ms)
+Completed 200 OK in 37ms (Views: 37.1ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 08:02:45 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (5.5ms)
+Completed 200 OK in 48ms (Views: 47.8ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 331]]
+ [1m[35m (2.0ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 16:02:45 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 16:02:45 UTC +00:00]]
+ [1m[36m (1.5ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:02:45 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:02:45 UTC +00:00]]
+ [1m[35m (1.6ms)[0m commit transaction
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 08:02:45 -0800
+Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.2ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 08:02:45 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 40ms (Views: 39.7ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 08:02:45 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-01-18 08:02:45 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+Started GET "/" for 127.0.0.1 at 2013-01-18 08:17:49 -0800
+Processing by HomeController#index as HTML
+ Rendered home/index.html.erb within layouts/application (10.8ms)
+Completed 200 OK in 47ms (Views: 46.3ms | ActiveRecord: 0.0ms)
+Started GET "/another" for 127.0.0.1 at 2013-01-18 08:17:50 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (2.8ms)
+Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 08:17:50 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 08:17:50 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (36.7ms)
+Completed 200 OK in 50ms (Views: 49.2ms | ActiveRecord: 0.0ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 08:17:50 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 40ms (Views: 39.7ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 08:17:50 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 08:22:01 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (36.4ms)
+Completed 200 OK in 56ms (Views: 56.1ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 08:22:01 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (2.1ms)
+Completed 200 OK in 40ms (Views: 39.4ms | ActiveRecord: 0.0ms)
+Started GET "/another" for 127.0.0.1 at 2013-01-18 08:22:01 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-01-18 08:22:01 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 39ms (Views: 38.6ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 08:22:01 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 36ms (Views: 36.0ms | ActiveRecord: 0.0ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 08:22:01 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 08:33:57 -0800
+Processing by HomeController#another as XLSX
+ Rendered home/index.xlsx.axlsx (34.4ms)
+ Rendered text template (0.0ms)
+Sent data filename_test.xlsx (2.1ms)
+Completed 200 OK in 76ms (Views: 75.7ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 08:33:57 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (5.5ms)
+Completed 200 OK in 47ms (Views: 46.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-01-18 08:33:58 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.0ms)
+Started GET "/another" for 127.0.0.1 at 2013-01-18 08:33:58 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.3ms)
+Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 08:33:58 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 39ms (Views: 39.1ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 08:33:58 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (39.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (1.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
+Migrating to CreateUsers (20120717192452)
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.5ms)[0m 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)
+ [1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120717192452')[0m
+ [1m[35m (1.9ms)[0m commit transaction
+Migrating to CreateLikes (20121206210955)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.4ms)[0m 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)
+ [1m[36m (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20121206210955')[0m
+ [1m[35m (1.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Connecting to database specified by database.yml
+Started GET "/" for 127.0.0.1 at 2013-01-18 08:37:51 -0800
+Processing by HomeController#index as HTML
+ Rendered home/index.html.erb within layouts/application (3.0ms)
+Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 08:37:51 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (5.1ms)
+Completed 200 OK in 46ms (Views: 45.4ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (12.7ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 16:37:51 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 16:37:51 UTC +00:00]]
+ [1m[35m (3.9ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:37:51 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:37:51 UTC +00:00]]
+ [1m[36m (1.8ms)[0m [1mcommit transaction[0m
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 08:37:51 -0800
+Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Completed 200 OK in 41ms (Views: 39.3ms | ActiveRecord: 0.2ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 08:37:51 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (1.9ms)
+Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 08:37:51 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 37ms (Views: 36.8ms | ActiveRecord: 0.0ms)
+Started GET "/another" for 127.0.0.1 at 2013-01-18 08:37:51 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
+ [1m[36m (2.1ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 2]]
+ [1m[35m (1.3ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:37:51 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:37:51 UTC +00:00]]
+ [1m[36m (1.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 16:37:51 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 16:37:51 UTC +00:00], ["user_id", 3]]
+ [1m[35m (2.6ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 16:37:51 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 16:37:51 UTC +00:00], ["user_id", 3]]
+ [1m[36m (2.0ms)[0m [1mcommit transaction[0m
+Started GET "/users/3/likes.xlsx" for 127.0.0.1 at 2013-01-18 08:37:51 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"3"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "3"]]
+ [1m[36mLike Load (0.1ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 3[0m
+Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.3ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]
+ [1m[36m (1.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:37:51 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:37:51 UTC +00:00]]
+ [1m[35m (1.3ms)[0m commit transaction
+Started GET "/users/4/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:37:51 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"4"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "4"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.1ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:37:51 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:37:51 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 36ms (Views: 36.0ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 08:37:51 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (6.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
+ [1m[35m (2.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreateUsers (20120717192452)
+ [1m[35m (0.6ms)[0m 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, "updated_at" datetime)
+ [1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120717192452')[0m
+Migrating to CreateLikes (20121206210955)
+ [1m[35m (0.3ms)[0m CREATE TABLE "likes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "user_id" integer, "created_at" datetime, "updated_at" datetime)
+ [1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20121206210955')[0m
+ [1m[35m (0.2ms)[0m select sqlite_version(*)
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("likes")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("users")[0m
+
+
+Started GET "/" for 127.0.0.1 at 2013-01-18 08:43:24 -0800
+ Processing by HomeController#index as HTML
+Rendered home/index.html.erb within layouts/application (2.6ms)
+Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (4.7ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:43:24 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:43:24 UTC +00:00]]
+
+
+Started GET "/users/1/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:43:24 -0800
+ Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"1"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "1"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (2.2ms)
+Completed 200 OK in 45ms (Views: 43.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:43:24 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:43:24 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/another" for 127.0.0.1 at 2013-01-18 08:43:24 -0800
+ Processing by HomeController#another as HTML
+Completed 500 Internal Server Error in 1ms
+
+
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 08:43:24 -0800
+ Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.6ms)
+Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 08:43:24 -0800
+ Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 08:43:24 -0800
+ Processing by HomeController#index as XLSX
+Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 08:43:24 -0800
+ Processing by HomeController#withpartial as XLSX
+Rendered home/_cover_sheet.xlsx.axlsx (38.0ms)
+Completed 200 OK in 52ms (Views: 51.8ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:43:24 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:43:24 UTC +00:00]]
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 16:43:24 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 16:43:24 UTC +00:00], ["user_id", 2]]
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 16:43:24 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 16:43:24 UTC +00:00], ["user_id", 2]]
+
+
+Started GET "/users/2/likes.xlsx" for 127.0.0.1 at 2013-01-18 08:43:24 -0800
+ Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"2"}
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "2"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 2[0m
+Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.3ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 2]]
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 16:43:24 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 16:43:24 UTC +00:00]]
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:43:24 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:43:24 UTC +00:00]]
+
+
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 08:43:24 -0800
+ Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Completed 200 OK in 42ms (Views: 40.6ms | ActiveRecord: 0.2ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (3.5ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 4]]
+ [1m[35mSQL (1.7ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:45:05 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:45:05 UTC +00:00]]
+
+
+Started GET "/users/5/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:45:05 -0800
+ Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"5"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "5"]]
+Completed 500 Internal Server Error in 3ms
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 5]]
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 16:45:05 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 16:45:05 UTC +00:00]]
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:45:05 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:45:05 UTC +00:00]]
+
+
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 08:45:05 -0800
+ Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Completed 200 OK in 57ms (Views: 55.6ms | ActiveRecord: 0.2ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 6]]
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 7]]
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:45:05 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:45:05 UTC +00:00]]
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 16:45:05 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 16:45:05 UTC +00:00], ["user_id", 8]]
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 16:45:05 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 16:45:05 UTC +00:00], ["user_id", 8]]
+
+
+Started GET "/users/8/likes.xlsx" for 127.0.0.1 at 2013-01-18 08:45:05 -0800
+ Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"8"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "8"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 8[0m
+Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 08:45:05 -0800
+ Processing by HomeController#index as XLSX
+Completed 200 OK in 45ms (Views: 44.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 08:45:05 -0800
+ Processing by HomeController#another as XLSX
+Completed 500 Internal Server Error in 1ms
+
+
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 08:45:05 -0800
+ Processing by HomeController#withpartial as XLSX
+Rendered home/_cover_sheet.xlsx.axlsx (6.3ms)
+Completed 200 OK in 49ms (Views: 48.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 08:45:05 -0800
+ Processing by HomeController#useheader as XLSX
+Completed 500 Internal Server Error in 1ms
+
+
+Started GET "/" for 127.0.0.1 at 2013-01-18 08:45:05 -0800
+ Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/another" for 127.0.0.1 at 2013-01-18 08:45:05 -0800
+ Processing by HomeController#another as HTML
+Completed 500 Internal Server Error in 0ms
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreateUsers (20120717192452)
+Migrating to CreateLikes (20121206210955)
+ [1m[35m (0.2ms)[0m select sqlite_version(*)
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("likes")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("users")[0m
+
+
+Started GET "/another" for 127.0.0.1 at 2013-01-18 08:45:25 -0800
+ Processing by HomeController#another as HTML
+Completed 500 Internal Server Error in 1ms
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (4.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 8]]
+ [1m[36mSQL (2.7ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:45:25 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:45:25 UTC +00:00]]
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 16:45:25 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 16:45:25 UTC +00:00], ["user_id", 9]]
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 16:45:25 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 16:45:25 UTC +00:00], ["user_id", 9]]
+
+
+Started GET "/users/9/likes.xlsx" for 127.0.0.1 at 2013-01-18 08:45:25 -0800
+ Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"9"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "9"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 9[0m
+Completed 200 OK in 50ms (Views: 47.8ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 08:45:25 -0800
+ Processing by HomeController#useheader as XLSX
+Completed 500 Internal Server Error in 1ms
+
+
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 08:45:25 -0800
+ Processing by HomeController#another as XLSX
+Completed 500 Internal Server Error in 0ms
+
+
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 08:45:25 -0800
+ Processing by HomeController#withpartial as XLSX
+Rendered home/_cover_sheet.xlsx.axlsx (36.0ms)
+Completed 200 OK in 50ms (Views: 49.4ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 9]]
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 16:45:25 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 16:45:25 UTC +00:00]]
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:45:25 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:45:25 UTC +00:00]]
+
+
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 08:45:25 -0800
+ Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Completed 200 OK in 43ms (Views: 41.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for 127.0.0.1 at 2013-01-18 08:45:26 -0800
+ Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 08:45:26 -0800
+ Processing by HomeController#index as XLSX
+Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 10]]
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 11]]
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:45:26 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:45:26 UTC +00:00]]
+
+
+Started GET "/users/12/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:45:26 -0800
+ Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"12"}
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "12"]]
+Completed 500 Internal Server Error in 1ms
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (3.6ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 12]]
+ [1m[36mSQL (1.9ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:45:48 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:45:48 UTC +00:00]]
+
+
+Started GET "/users/13/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:45:48 -0800
+ Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"13"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "13"]]
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Rendered users/index.xlsx.axlsx (42.1ms)
+Rendered text template (0.0ms)
+Sent data index.xlsx (2.5ms)
+Completed 200 OK in 61ms (Views: 58.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:45:48 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Rendered users/index.xlsx.axlsx (6.7ms)
+Rendered text template (0.0ms)
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 10ms (Views: 10.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:45:48 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Rendered users/index.xlsx.axlsx (41.2ms)
+Rendered text template (0.0ms)
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 43ms (Views: 42.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 08:45:48 -0800
+ Processing by HomeController#index as XLSX
+Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 08:45:48 -0800
+ Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 46ms (Views: 45.5ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 13]]
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:45:48 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:45:48 UTC +00:00]]
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 16:45:48 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 16:45:48 UTC +00:00], ["user_id", 14]]
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 16:45:48 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 16:45:48 UTC +00:00], ["user_id", 14]]
+
+
+Started GET "/users/14/likes.xlsx" for 127.0.0.1 at 2013-01-18 08:45:48 -0800
+ Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"14"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "14"]]
+ [1m[35mLike Load (0.2ms)[0m SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 14
+Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.3ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 14]]
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 16:45:48 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 16:45:48 UTC +00:00]]
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:45:48 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:45:48 UTC +00:00]]
+
+
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 08:45:48 -0800
+ Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 08:45:48 -0800
+ Processing by HomeController#withpartial as XLSX
+Rendered home/_cover_sheet.xlsx.axlsx (5.6ms)
+Completed 200 OK in 54ms (Views: 53.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for 127.0.0.1 at 2013-01-18 08:45:48 -0800
+ Processing by HomeController#index as HTML
+Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 08:45:48 -0800
+ Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/another" for 127.0.0.1 at 2013-01-18 08:45:48 -0800
+ Processing by HomeController#another as HTML
+Completed 500 Internal Server Error in 0ms
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreateUsers (20120717192452)
+Migrating to CreateLikes (20121206210955)
+ [1m[35m (0.3ms)[0m select sqlite_version(*)
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("likes")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("users")[0m
+
+
+Started GET "/" for 127.0.0.1 at 2013-01-18 08:45:59 -0800
+ Processing by HomeController#index as HTML
+Rendered home/index.html.erb within layouts/application (2.8ms)
+Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 08:45:59 -0800
+ Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (2.0ms)
+Completed 200 OK in 10ms (Views: 10.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 08:45:59 -0800
+ Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 42ms (Views: 9.2ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (4.0ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 15]]
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 16]]
+ [1m[35mSQL (1.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 16:45:59 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 16:45:59 UTC +00:00]]
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:45:59 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:45:59 UTC +00:00]]
+
+
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 08:45:59 -0800
+ Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Completed 200 OK in 45ms (Views: 43.6ms | ActiveRecord: 0.2ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 17]]
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 18]]
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:45:59 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:45:59 UTC +00:00]]
+
+
+Started GET "/users/19/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:45:59 -0800
+ Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"19"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "19"]]
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:45:59 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 41ms (Views: 40.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:45:59 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.6ms)
+Completed 200 OK in 12ms (Views: 12.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 08:45:59 -0800
+ Processing by HomeController#withpartial as XLSX
+Rendered home/_cover_sheet.xlsx.axlsx (38.8ms)
+Completed 200 OK in 53ms (Views: 52.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/another" for 127.0.0.1 at 2013-01-18 08:45:59 -0800
+ Processing by HomeController#another as HTML
+Completed 500 Internal Server Error in 1ms
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 19]]
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:45:59 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:45:59 UTC +00:00]]
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 16:45:59 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 16:45:59 UTC +00:00], ["user_id", 20]]
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 16:45:59 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 16:45:59 UTC +00:00], ["user_id", 20]]
+
+
+Started GET "/users/20/likes.xlsx" for 127.0.0.1 at 2013-01-18 08:45:59 -0800
+ Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"20"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "20"]]
+ [1m[35mLike Load (0.2ms)[0m SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 20
+Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 08:45:59 -0800
+ Processing by HomeController#index as XLSX
+Completed 200 OK in 38ms (Views: 38.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 08:47:44 -0800
+ Processing by HomeController#another as XLSX
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreateUsers (20120717192452)
+Migrating to CreateLikes (20121206210955)
+ [1m[35m (0.2ms)[0m select sqlite_version(*)
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("likes")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("users")[0m
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (3.9ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 20]]
+ [1m[36mSQL (2.1ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 16:47:55 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 16:47:55 UTC +00:00]]
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:47:55 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:47:55 UTC +00:00]]
+
+
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 08:47:55 -0800
+ Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+Rendered users/index.xlsx.axlsx (38.1ms)
+Completed 200 OK in 49ms (Views: 47.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 08:47:55 -0800
+ Processing by HomeController#index as XLSX
+Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 21]]
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 22]]
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:47:55 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:47:55 UTC +00:00]]
+
+
+Started GET "/users/23/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:47:55 -0800
+ Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"23"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "23"]]
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (22.0ms)
+Completed 200 OK in 218221ms (Views: 218219.6ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:51:33 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 974ms (Views: 973.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:51:34 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.6ms)
+Completed 200 OK in 569ms (Views: 569.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for 127.0.0.1 at 2013-01-18 08:51:35 -0800
+ Processing by HomeController#index as HTML
+Completed 200 OK in 52ms (Views: 51.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/another" for 127.0.0.1 at 2013-01-18 08:51:35 -0800
+ Processing by HomeController#another as HTML
+Completed 500 Internal Server Error in 437ms
+
+
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 08:51:36 -0800
+ Processing by HomeController#withpartial as XLSX
+Rendered home/_cover_sheet.xlsx.axlsx (43.0ms)
+Completed 200 OK in 56ms (Views: 55.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 08:51:36 -0800
+ Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.5ms)
+Completed 200 OK in 466ms (Views: 465.2ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (42.6ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 23]]
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:51:36 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:51:36 UTC +00:00]]
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 16:51:36 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 16:51:36 UTC +00:00], ["user_id", 24]]
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 16:51:36 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 16:51:36 UTC +00:00], ["user_id", 24]]
+
+
+Started GET "/users/24/likes.xlsx" for 127.0.0.1 at 2013-01-18 08:51:36 -0800
+ Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"24"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "24"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 24[0m
+Completed 200 OK in 35ms (Views: 32.8ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 08:51:36 -0800
+ Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 531ms (Views: 530.6ms | ActiveRecord: 0.0ms)
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreateUsers (20120717192452)
+Migrating to CreateLikes (20121206210955)
+ [1m[35m (0.2ms)[0m select sqlite_version(*)
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("likes")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("users")[0m
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (3.8ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 24]]
+ [1m[36mSQL (27.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:51:53 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:51:53 UTC +00:00]]
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 16:51:54 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 16:51:54 UTC +00:00], ["user_id", 25]]
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 16:51:54 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 16:51:54 UTC +00:00], ["user_id", 25]]
+
+
+Started GET "/users/25/likes.xlsx" for 127.0.0.1 at 2013-01-18 08:51:54 -0800
+ Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"25"}
+ [1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "25"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 25[0m
+Rendered likes/index.xlsx.axlsx (7.8ms)
+Completed 200 OK in 54ms (Views: 51.5ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 08:51:54 -0800
+ Processing by HomeController#index as XLSX
+Completed 200 OK in 39ms (Views: 38.8ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 25]]
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 16:51:54 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 16:51:54 UTC +00:00]]
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:51:54 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:51:54 UTC +00:00]]
+
+
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 08:51:54 -0800
+ Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 08:51:54 -0800
+ Processing by HomeController#withpartial as XLSX
+Rendered home/_cover_sheet.xlsx.axlsx (37.9ms)
+Completed 200 OK in 51ms (Views: 50.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for 127.0.0.1 at 2013-01-18 08:51:54 -0800
+ Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/another" for 127.0.0.1 at 2013-01-18 08:51:54 -0800
+ Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (1.7ms)
+Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 26]]
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 27]]
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:51:54 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:51:54 UTC +00:00]]
+
+
+Started GET "/users/28/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:51:54 -0800
+ Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"28"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "28"]]
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.6ms)
+Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:51:54 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:51:54 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 37ms (Views: 37.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 08:51:54 -0800
+ Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 08:51:54 -0800
+ Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 39ms (Views: 39.0ms | ActiveRecord: 0.0ms)
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreateUsers (20120717192452)
+Migrating to CreateLikes (20121206210955)
+ [1m[35m (0.2ms)[0m select sqlite_version(*)
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("likes")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("users")[0m
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (3.7ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 28]]
+ [1m[36mSQL (2.1ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:53:47 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:53:47 UTC +00:00]]
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 16:53:47 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 16:53:47 UTC +00:00], ["user_id", 29]]
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 16:53:47 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 16:53:47 UTC +00:00], ["user_id", 29]]
+
+
+Started GET "/users/29/likes.xlsx" for 127.0.0.1 at 2013-01-18 08:53:47 -0800
+ Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"29"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "29"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 29[0m
+Rendered likes/index.xlsx.axlsx (7.1ms)
+Completed 200 OK in 56ms (Views: 53.6ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 08:53:48 -0800
+ Processing by HomeController#withpartial as XLSX
+Rendered home/_cover_sheet.xlsx.axlsx (36.2ms)
+Completed 200 OK in 50ms (Views: 50.2ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 29]]
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:53:48 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:53:48 UTC +00:00]]
+
+
+Started GET "/users/30/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:53:48 -0800
+ Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"30"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "30"]]
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (2.6ms)
+Completed 200 OK in 107695ms (Views: 107694.2ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:55:35 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 407ms (Views: 406.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:55:36 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 333ms (Views: 332.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/another" for 127.0.0.1 at 2013-01-18 08:55:36 -0800
+ Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.5ms)
+Completed 200 OK in 376ms (Views: 376.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 08:55:37 -0800
+ Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.5ms)
+Completed 200 OK in 228ms (Views: 227.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 08:55:37 -0800
+ Processing by HomeController#index as XLSX
+Completed 200 OK in 51ms (Views: 50.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 08:55:37 -0800
+ Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.6ms)
+Completed 200 OK in 327ms (Views: 326.6ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 30]]
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 16:55:37 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 16:55:37 UTC +00:00]]
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:55:37 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:55:37 UTC +00:00]]
+
+
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 08:55:37 -0800
+ Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for 127.0.0.1 at 2013-01-18 08:55:37 -0800
+ Processing by HomeController#index as HTML
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+Rendered home/index.xlsx.axlsx (7.5ms)
+Rendered text template (0.0ms)
+Sent data filename_test.xlsx (2.2ms)
+Completed 200 OK in 478628ms (Views: 478628.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for 127.0.0.1 at 2013-01-18 08:55:43 -0800
+ Processing by HomeController#index as HTML
+Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 08:55:43 -0800
+ Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 615ms (Views: 614.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/another" for 127.0.0.1 at 2013-01-18 08:55:43 -0800
+ Processing by HomeController#another as HTML
+Completed 500 Internal Server Error in 468ms
+
+
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 08:55:44 -0800
+ Processing by HomeController#index as XLSX
+Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (4.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 31]]
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 32]]
+ [1m[35mSQL (1.8ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 16:55:44 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 16:55:44 UTC +00:00]]
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:55:44 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:55:44 UTC +00:00]]
+
+
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 08:55:44 -0800
+ Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Completed 200 OK in 52ms (Views: 50.9ms | ActiveRecord: 0.3ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 33]]
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 34]]
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:55:44 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:55:44 UTC +00:00]]
+
+
+Started GET "/users/35/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:55:44 -0800
+ Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"35"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "35"]]
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 469ms (Views: 467.0ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:55:44 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 453ms (Views: 452.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 08:55:45 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 429ms (Views: 428.6ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users"
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 35]]
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 16:55:45 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 16:55:45 UTC +00:00]]
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 16:55:45 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 16:55:45 UTC +00:00], ["user_id", 36]]
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 16:55:45 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 16:55:45 UTC +00:00], ["user_id", 36]]
+
+
+Started GET "/users/36/likes.xlsx" for 127.0.0.1 at 2013-01-18 08:55:45 -0800
+ Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"36"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "36"]]
+ [1m[35mLike Load (0.2ms)[0m SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 36
+Completed 200 OK in 29ms (Views: 27.4ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 08:55:45 -0800
+ Processing by HomeController#withpartial as XLSX
+Rendered home/_cover_sheet.xlsx.axlsx (41.6ms)
+Completed 200 OK in 54ms (Views: 53.6ms | ActiveRecord: 0.0ms)
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (6.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
+ [1m[35m (1.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreateUsers (20120717192452)
+ [1m[35m (0.5ms)[0m 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, "updated_at" datetime)
+ [1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120717192452')[0m
+Migrating to CreateLikes (20121206210955)
+ [1m[35m (0.3ms)[0m CREATE TABLE "likes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "user_id" integer, "created_at" datetime, "updated_at" datetime)
+ [1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20121206210955')[0m
+ [1m[35m (0.2ms)[0m select sqlite_version(*)
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("likes")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("users")[0m
+
+
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 09:03:48 -0800
+ Processing by HomeController#withpartial as XLSX
+Rendered home/_cover_sheet.xlsx.axlsx (5.2ms)
+Rendered home/withpartial.xlsx.axlsx (45.3ms)
+Completed 200 OK in 59ms (Views: 58.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 09:03:48 -0800
+ Processing by HomeController#index as XLSX
+Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/another" for 127.0.0.1 at 2013-01-18 09:03:48 -0800
+ Processing by HomeController#another as HTML
+Completed 500 Internal Server Error in 1ms
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (25.6ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 17:03:48 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 17:03:48 UTC +00:00]]
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:03:48 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:03:48 UTC +00:00]]
+
+
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 09:03:48 -0800
+ Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 09:03:48 -0800
+ Processing by HomeController#useheader as XLSX
+Completed 500 Internal Server Error in 1ms
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 1]]
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:03:48 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:03:48 UTC +00:00]]
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 17:03:48 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 17:03:48 UTC +00:00], ["user_id", 3]]
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 17:03:48 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 17:03:48 UTC +00:00], ["user_id", 3]]
+
+
+Started GET "/users/3/likes.xlsx" for 127.0.0.1 at 2013-01-18 09:03:48 -0800
+ Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"3"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "3"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 3[0m
+Completed 200 OK in 12ms (Views: 9.7ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 09:03:48 -0800
+ Processing by HomeController#another as XLSX
+Completed 500 Internal Server Error in 0ms
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 3]]
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:03:48 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:03:48 UTC +00:00]]
+
+
+Started GET "/users/4/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:03:48 -0800
+ Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"4"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "4"]]
+Completed 500 Internal Server Error in 1ms
+
+
+Started GET "/" for 127.0.0.1 at 2013-01-18 09:03:48 -0800
+ Processing by HomeController#index as HTML
+Completed 200 OK in 36ms (Views: 35.4ms | ActiveRecord: 0.0ms)
+ [1m[36m (0.2ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreateUsers (20120717192452)
+Migrating to CreateLikes (20121206210955)
+ [1m[35m (0.3ms)[0m select sqlite_version(*)
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("likes")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("users")[0m
+
+
+Started GET "/another" for 127.0.0.1 at 2013-01-18 09:05:01 -0800
+ Processing by HomeController#another as HTML
+Rendered home/index.html.erb within layouts/application (2.6ms)
+Rendered text template (0.0ms)
+Sent data filename_test.xlsx (1.8ms)
+Completed 200 OK in 56ms (Views: 56.0ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (4.5ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 4]]
+ [1m[36mSQL (1.5ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:05:01 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:05:01 UTC +00:00]]
+
+
+Started GET "/users/5/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:05:01 -0800
+ Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"5"}
+ [1m[35mUser Load (0.4ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "5"]]
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 48ms (Views: 44.8ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:05:01 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 11ms (Views: 11.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:05:01 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 40ms (Views: 39.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 09:05:01 -0800
+ Processing by HomeController#index as XLSX
+Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 5]]
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:05:02 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:05:02 UTC +00:00]]
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 17:05:02 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 17:05:02 UTC +00:00], ["user_id", 6]]
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 17:05:02 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 17:05:02 UTC +00:00], ["user_id", 6]]
+
+
+Started GET "/users/6/likes.xlsx" for 127.0.0.1 at 2013-01-18 09:05:02 -0800
+ Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"6"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "6"]]
+ [1m[35mLike Load (0.2ms)[0m SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 6
+Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 09:05:02 -0800
+ Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.5ms)
+Completed 200 OK in 39ms (Views: 38.4ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 6]]
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 17:05:02 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 17:05:02 UTC +00:00]]
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:05:02 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:05:02 UTC +00:00]]
+
+
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 09:05:02 -0800
+ Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for 127.0.0.1 at 2013-01-18 09:05:02 -0800
+ Processing by HomeController#index as HTML
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 09:05:02 -0800
+ Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 39ms (Views: 38.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 09:05:02 -0800
+ Processing by HomeController#withpartial as XLSX
+Rendered home/_cover_sheet.xlsx.axlsx (5.3ms)
+Completed 200 OK in 53ms (Views: 52.4ms | ActiveRecord: 0.0ms)
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreateUsers (20120717192452)
+Migrating to CreateLikes (20121206210955)
+ [1m[35m (0.2ms)[0m select sqlite_version(*)
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("likes")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("users")[0m
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (3.6ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 7]]
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 8]]
+ [1m[35mSQL (1.7ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:07:21 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:07:21 UTC +00:00]]
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 17:07:21 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 17:07:21 UTC +00:00], ["user_id", 9]]
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 17:07:21 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 17:07:21 UTC +00:00], ["user_id", 9]]
+
+
+Started GET "/users/9/likes.xlsx" for 127.0.0.1 at 2013-01-18 09:07:21 -0800
+ Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"9"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "9"]]
+ [1m[35mLike Load (0.2ms)[0m SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 9
+Rendered likes/index.xlsx.axlsx (7.0ms)
+Completed 200 OK in 54ms (Views: 52.3ms | ActiveRecord: 0.4ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 9]]
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:07:21 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:07:21 UTC +00:00]]
+
+
+Started GET "/users/10/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:07:21 -0800
+ Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"10"}
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "10"]]
+Completed 500 Internal Server Error in 1ms
+
+
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 09:07:21 -0800
+ Processing by HomeController#useheader as XLSX
+Completed 500 Internal Server Error in 1ms
+
+
+Started GET "/" for 127.0.0.1 at 2013-01-18 09:07:21 -0800
+ Processing by HomeController#index as HTML
+Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 09:07:21 -0800
+ Processing by HomeController#withpartial as XLSX
+Rendered home/_cover_sheet.xlsx.axlsx (34.8ms)
+Completed 200 OK in 46ms (Views: 46.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/another" for 127.0.0.1 at 2013-01-18 09:07:22 -0800
+ Processing by HomeController#another as HTML
+Completed 500 Internal Server Error in 1ms
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 10]]
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 17:07:22 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 17:07:22 UTC +00:00]]
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:07:22 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:07:22 UTC +00:00]]
+
+
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 09:07:22 -0800
+ Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+Completed 200 OK in 42ms (Views: 40.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 09:07:22 -0800
+ Processing by HomeController#another as XLSX
+Completed 500 Internal Server Error in 0ms
+
+
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 09:07:22 -0800
+ Processing by HomeController#index as XLSX
+Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreateUsers (20120717192452)
+Migrating to CreateLikes (20121206210955)
+ [1m[35m (0.3ms)[0m select sqlite_version(*)
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("likes")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("users")[0m
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (4.4ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 11]]
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 12]]
+ [1m[35mSQL (1.6ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:09:02 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:09:02 UTC +00:00]]
+
+
+Started GET "/users/13/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:09:02 -0800
+ Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"13"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "13"]]
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Rendered users/index.xlsx.axlsx (35.1ms)
+Rendered text template (0.0ms)
+Sent data index.xlsx (2.1ms)
+Completed 200 OK in 49ms (Views: 47.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:09:02 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Rendered users/index.xlsx.axlsx (6.3ms)
+Rendered text template (0.0ms)
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 9.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:09:02 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Rendered users/index.xlsx.axlsx (8.3ms)
+Rendered text template (0.0ms)
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for 127.0.0.1 at 2013-01-18 09:09:02 -0800
+ Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/another" for 127.0.0.1 at 2013-01-18 09:09:03 -0800
+ Processing by HomeController#another as HTML
+Completed 500 Internal Server Error in 1ms
+
+
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 09:09:03 -0800
+ Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 13]]
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 17:09:03 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 17:09:03 UTC +00:00]]
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:09:03 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:09:03 UTC +00:00]]
+
+
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 09:09:03 -0800
+ Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+Completed 200 OK in 45ms (Views: 43.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 09:09:03 -0800
+ Processing by HomeController#withpartial as XLSX
+Rendered home/_cover_sheet.xlsx.axlsx (8.3ms)
+Completed 200 OK in 60ms (Views: 59.6ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 14]]
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 15]]
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:09:03 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:09:03 UTC +00:00]]
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 17:09:03 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 17:09:03 UTC +00:00], ["user_id", 16]]
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 17:09:03 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 17:09:03 UTC +00:00], ["user_id", 16]]
+
+
+Started GET "/users/16/likes.xlsx" for 127.0.0.1 at 2013-01-18 09:09:03 -0800
+ Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"16"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "16"]]
+ [1m[35mLike Load (0.2ms)[0m SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 16
+Completed 200 OK in 45ms (Views: 42.2ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 09:09:03 -0800
+ Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 09:09:03 -0800
+ Processing by HomeController#index as XLSX
+Completed 200 OK in 41ms (Views: 41.0ms | ActiveRecord: 0.0ms)
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreateUsers (20120717192452)
+Migrating to CreateLikes (20121206210955)
+ [1m[35m (0.2ms)[0m select sqlite_version(*)
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("likes")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("users")[0m
+
+
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 09:10:06 -0800
+ Processing by HomeController#another as XLSX
+Rendered home/index.xlsx.axlsx (7.2ms)
+Rendered text template (0.0ms)
+Sent data filename_test.xlsx (2.0ms)
+Completed 200 OK in 56ms (Views: 55.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 09:10:06 -0800
+ Processing by HomeController#index as XLSX
+Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (3.7ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 16]]
+ [1m[36mSQL (1.5ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:10:06 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:10:06 UTC +00:00]]
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 17:10:06 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 17:10:06 UTC +00:00], ["user_id", 17]]
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 17:10:06 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 17:10:06 UTC +00:00], ["user_id", 17]]
+
+
+Started GET "/users/17/likes.xlsx" for 127.0.0.1 at 2013-01-18 09:10:06 -0800
+ Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"17"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "17"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 17[0m
+Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.4ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 17]]
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:10:06 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:10:06 UTC +00:00]]
+
+
+Started GET "/users/18/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:10:06 -0800
+ Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"18"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "18"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.6ms)
+Completed 200 OK in 43ms (Views: 41.7ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:10:06 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:10:06 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.6ms)
+Completed 200 OK in 40ms (Views: 40.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for 127.0.0.1 at 2013-01-18 09:10:06 -0800
+ Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 09:10:06 -0800
+ Processing by HomeController#withpartial as XLSX
+Rendered home/_cover_sheet.xlsx.axlsx (5.4ms)
+Completed 200 OK in 53ms (Views: 52.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/another" for 127.0.0.1 at 2013-01-18 09:10:06 -0800
+ Processing by HomeController#another as HTML
+Completed 500 Internal Server Error in 0ms
+
+
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 09:10:06 -0800
+ Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 18]]
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 17:10:07 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 17:10:07 UTC +00:00]]
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:10:07 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:10:07 UTC +00:00]]
+
+
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 09:10:07 -0800
+ Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+Completed 200 OK in 44ms (Views: 42.6ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreateUsers (20120717192452)
+Migrating to CreateLikes (20121206210955)
+ [1m[35m (0.2ms)[0m select sqlite_version(*)
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("likes")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("users")[0m
+
+
+Started GET "/another" for 127.0.0.1 at 2013-01-18 09:10:50 -0800
+ Processing by HomeController#another as HTML
+Rendered home/index.html.erb within layouts/application (3.2ms)
+Rendered text template (0.0ms)
+Sent data filename_test.xlsx (2.6ms)
+Completed 200 OK in 53ms (Views: 52.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 09:10:50 -0800
+ Processing by HomeController#index as XLSX
+Completed 200 OK in 39ms (Views: 38.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 09:10:50 -0800
+ Processing by HomeController#withpartial as XLSX
+Rendered home/_cover_sheet.xlsx.axlsx (5.5ms)
+Completed 200 OK in 49ms (Views: 48.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 09:10:50 -0800
+ Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 7ms (Views: 7.4ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (3.8ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 19]]
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 20]]
+ [1m[35mSQL (1.9ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:10:50 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:10:50 UTC +00:00]]
+
+
+Started GET "/users/21/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:10:50 -0800
+ Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"21"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "21"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 12ms (Views: 9.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:10:50 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.3ms)
+Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:10:50 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 39ms (Views: 38.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 09:10:50 -0800
+ Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 21]]
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 17:10:50 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 17:10:50 UTC +00:00]]
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:10:50 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:10:50 UTC +00:00]]
+
+
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 09:10:50 -0800
+ Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+Completed 200 OK in 43ms (Views: 42.3ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for 127.0.0.1 at 2013-01-18 09:10:50 -0800
+ Processing by HomeController#index as HTML
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (0.3ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 22]]
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 23]]
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:10:50 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:10:50 UTC +00:00]]
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 17:10:50 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 17:10:50 UTC +00:00], ["user_id", 24]]
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 17:10:50 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 17:10:50 UTC +00:00], ["user_id", 24]]
+
+
+Started GET "/users/24/likes.xlsx" for 127.0.0.1 at 2013-01-18 09:10:50 -0800
+ Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"24"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "24"]]
+ [1m[35mLike Load (0.3ms)[0m SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 24
+Completed 200 OK in 44ms (Views: 41.7ms | ActiveRecord: 0.5ms)
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreateUsers (20120717192452)
+Migrating to CreateLikes (20121206210955)
+ [1m[35m (0.2ms)[0m select sqlite_version(*)
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("likes")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("users")[0m
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (4.1ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 24]]
+ [1m[36mSQL (1.6ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 17:11:50 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 17:11:50 UTC +00:00]]
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:11:50 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:11:50 UTC +00:00]]
+
+
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 09:11:50 -0800
+ Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+Rendered users/index.xlsx.axlsx (38.0ms)
+Completed 200 OK in 51ms (Views: 50.1ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 09:11:51 -0800
+ Processing by HomeController#withpartial as XLSX
+Rendered home/_cover_sheet.xlsx.axlsx (5.0ms)
+Completed 200 OK in 49ms (Views: 48.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 09:11:51 -0800
+ Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (2.1ms)
+Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 25]]
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 26]]
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:11:51 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:11:51 UTC +00:00]]
+
+
+Started GET "/users/27/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:11:51 -0800
+ Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"27"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "27"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 42ms (Views: 40.9ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:11:51 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:11:51 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 37ms (Views: 36.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for 127.0.0.1 at 2013-01-18 09:11:51 -0800
+ Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 09:11:51 -0800
+ Processing by HomeController#index as XLSX
+Completed 200 OK in 7ms (Views: 7.2ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 27]]
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:11:51 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:11:51 UTC +00:00]]
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 17:11:51 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 17:11:51 UTC +00:00], ["user_id", 28]]
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 17:11:51 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 17:11:51 UTC +00:00], ["user_id", 28]]
+
+
+Started GET "/users/28/likes.xlsx" for 127.0.0.1 at 2013-01-18 09:11:51 -0800
+ Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"28"}
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "28"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 28[0m
+Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/another" for 127.0.0.1 at 2013-01-18 09:11:51 -0800
+ Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.2ms)
+Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 09:11:51 -0800
+ Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 40ms (Views: 40.3ms | ActiveRecord: 0.0ms)
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreateUsers (20120717192452)
+Migrating to CreateLikes (20121206210955)
+ [1m[35m (0.2ms)[0m select sqlite_version(*)
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("likes")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("users")[0m
+ [1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (3.9ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 28]]
+ [1m[36mSQL (1.7ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 17:13:40 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 17:13:40 UTC +00:00]]
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:13:40 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:13:40 UTC +00:00]]
+
+
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 09:13:40 -0800
+ Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+Rendered users/index.xlsx.axlsx (7.7ms)
+Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 09:13:40 -0800
+ Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (3.3ms)
+Completed 200 OK in 50ms (Views: 49.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for 127.0.0.1 at 2013-01-18 09:13:40 -0800
+ Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 09:13:40 -0800
+ Processing by HomeController#index as XLSX
+Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 29]]
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 30]]
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:13:40 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:13:40 UTC +00:00]]
+
+
+Started GET "/users/31/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:13:40 -0800
+ Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"31"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "31"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:13:40 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:13:40 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 43ms (Views: 42.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 09:13:40 -0800
+ Processing by HomeController#withpartial as XLSX
+Rendered home/_cover_sheet.xlsx.axlsx (5.9ms)
+Completed 200 OK in 51ms (Views: 50.4ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 31]]
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:13:40 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:13:40 UTC +00:00]]
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 17:13:40 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 17:13:40 UTC +00:00], ["user_id", 32]]
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 17:13:40 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 17:13:40 UTC +00:00], ["user_id", 32]]
+
+
+Started GET "/users/32/likes.xlsx" for 127.0.0.1 at 2013-01-18 09:13:40 -0800
+ Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"32"}
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "32"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 32[0m
+Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 09:13:40 -0800
+ Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/another" for 127.0.0.1 at 2013-01-18 09:13:40 -0800
+ Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.2ms)
+Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+ [1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (1.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (1.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
+Migrating to CreateUsers (20120717192452)
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.4ms)[0m 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)
+ [1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120717192452')[0m
+ [1m[35m (2.0ms)[0m commit transaction
+Migrating to CreateLikes (20121206210955)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.4ms)[0m 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)
+ [1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20121206210955')[0m
+ [1m[35m (2.1ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Connecting to database specified by database.yml
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 09:18:14 -0800
+Processing by HomeController#another as XLSX
+ Rendered home/index.xlsx.axlsx (7.8ms)
+ Rendered text template (0.0ms)
+Sent data filename_test.xlsx (2.8ms)
+Completed 200 OK in 20ms (Views: 20.1ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 09:18:14 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (5.2ms)
+Completed 200 OK in 50ms (Views: 49.2ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (4.8ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:18:14 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:18:14 UTC +00:00]]
+ [1m[35m (2.4ms)[0m commit transaction
+Started GET "/users/1/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:18:14 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"1"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "1"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.2ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:18:14 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 44ms (Views: 43.9ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:18:14 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 1]]
+ [1m[35m (1.8ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:18:14 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:18:14 UTC +00:00]]
+ [1m[36m (1.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 17:18:14 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 17:18:14 UTC +00:00], ["user_id", 2]]
+ [1m[35m (2.9ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 17:18:14 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 17:18:14 UTC +00:00], ["user_id", 2]]
+ [1m[36m (1.8ms)[0m [1mcommit transaction[0m
+Started GET "/users/2/likes.xlsx" for 127.0.0.1 at 2013-01-18 09:18:14 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"2"}
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "2"]]
+ [1m[36mLike Load (0.1ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 2[0m
+Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.2ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 09:18:14 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 37ms (Views: 36.2ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-01-18 09:18:14 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
+ [1m[36m (2.3ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 17:18:14 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 17:18:14 UTC +00:00]]
+ [1m[35m (1.7ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:18:14 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:18:14 UTC +00:00]]
+ [1m[36m (1.4ms)[0m [1mcommit transaction[0m
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 09:18:14 -0800
+Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.2ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 09:18:14 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 47ms (Views: 46.7ms | ActiveRecord: 0.0ms)
+Started GET "/another" for 127.0.0.1 at 2013-01-18 09:18:14 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.2ms)
+Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 09:23:40 -0800
+Processing by HomeController#another as XLSX
+ Rendered home/index.xlsx.axlsx (6.9ms)
+ Rendered text template (0.0ms)
+Sent data filename_test.xlsx (33.6ms)
+Completed 200 OK in 50ms (Views: 49.3ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (3.6ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 3]]
+ [1m[35m (2.1ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 4]]
+ [1m[36m (1.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (1.5ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:23:40 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:23:40 UTC +00:00]]
+ [1m[35m (1.8ms)[0m commit transaction
+Started GET "/users/5/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:23:40 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"5"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "5"]]
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.8ms)
+Completed 200 OK in 14ms (Views: 12.1ms | ActiveRecord: 0.2ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:23:40 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 40ms (Views: 39.3ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:23:40 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)
+Started GET "/another" for 127.0.0.1 at 2013-01-18 09:23:40 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 09:23:40 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 40ms (Views: 39.9ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 5]]
+ [1m[35m (2.2ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:23:40 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:23:40 UTC +00:00]]
+ [1m[36m (2.1ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 17:23:40 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 17:23:40 UTC +00:00], ["user_id", 6]]
+ [1m[35m (2.2ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 17:23:40 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 17:23:40 UTC +00:00], ["user_id", 6]]
+ [1m[36m (1.3ms)[0m [1mcommit transaction[0m
+Started GET "/users/6/likes.xlsx" for 127.0.0.1 at 2013-01-18 09:23:40 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"6"}
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "6"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 6[0m
+Completed 200 OK in 45ms (Views: 43.6ms | ActiveRecord: 0.4ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 09:23:40 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (5.1ms)
+Completed 200 OK in 52ms (Views: 51.8ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-01-18 09:23:40 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 09:23:40 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.5ms)
+Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 6]]
+ [1m[36m (1.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 17:23:40 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 17:23:40 UTC +00:00]]
+ [1m[35m (2.0ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:23:40 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:23:40 UTC +00:00]]
+ [1m[36m (1.5ms)[0m [1mcommit transaction[0m
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 09:23:40 -0800
+Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Completed 200 OK in 42ms (Views: 41.1ms | ActiveRecord: 0.2ms)
+Connecting to database specified by database.yml
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (5.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 7]]
+ [1m[35m (1.4ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 8]]
+ [1m[36m (1.2ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (1.5ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 17:24:28 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 17:24:28 UTC +00:00]]
+ [1m[35m (1.4ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:24:28 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:24:28 UTC +00:00]]
+ [1m[36m (1.3ms)[0m [1mcommit transaction[0m
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 09:24:28 -0800
+Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+ Rendered users/index.xlsx.axlsx (7.5ms)
+Completed 200 OK in 50ms (Views: 48.5ms | ActiveRecord: 0.2ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 09:24:28 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 09:24:28 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (2.5ms)
+Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 09:24:28 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 42ms (Views: 41.8ms | ActiveRecord: 0.0ms)
+Started GET "/another" for 127.0.0.1 at 2013-01-18 09:24:28 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 9]]
+ [1m[36m (2.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 10]]
+ [1m[35m (1.5ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:24:28 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:24:28 UTC +00:00]]
+ [1m[36m (2.5ms)[0m [1mcommit transaction[0m
+Started GET "/users/11/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:24:28 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"11"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "11"]]
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 40ms (Views: 38.6ms | ActiveRecord: 0.2ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:24:28 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:24:28 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 11]]
+ [1m[36m (41.4ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:24:28 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:24:28 UTC +00:00]]
+ [1m[35m (15.9ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 17:24:28 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 17:24:28 UTC +00:00], ["user_id", 12]]
+ [1m[36m (32.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 17:24:28 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 17:24:28 UTC +00:00], ["user_id", 12]]
+ [1m[35m (35.6ms)[0m commit transaction
+Started GET "/users/12/likes.xlsx" for 127.0.0.1 at 2013-01-18 09:24:29 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"12"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "12"]]
+ [1m[35mLike Load (0.2ms)[0m SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 12
+Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.3ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 09:24:29 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (5.4ms)
+Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-01-18 09:24:29 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (3.7ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 12]]
+ [1m[35m (2.2ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.5ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:25:26 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:25:26 UTC +00:00]]
+ [1m[36m (2.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 17:25:26 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 17:25:26 UTC +00:00], ["user_id", 13]]
+ [1m[35m (2.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 17:25:26 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 17:25:26 UTC +00:00], ["user_id", 13]]
+ [1m[36m (1.8ms)[0m [1mcommit transaction[0m
+Started GET "/users/13/likes.xlsx" for 127.0.0.1 at 2013-01-18 09:25:26 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"13"}
+ [1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "13"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 13[0m
+ Rendered likes/index.xlsx.axlsx (36.5ms)
+Completed 200 OK in 48ms (Views: 45.4ms | ActiveRecord: 0.5ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 09:25:26 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-01-18 09:25:26 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 09:25:26 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (2.2ms)
+Completed 200 OK in 75734ms (Views: 75733.2ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 09:26:42 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (42.9ms)
+Completed 200 OK in 58ms (Views: 57.3ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 09:26:42 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 819ms (Views: 818.2ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 13]]
+ [1m[36m (2.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 17:26:43 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 17:26:43 UTC +00:00]]
+ [1m[35m (1.7ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:26:43 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:26:43 UTC +00:00]]
+ [1m[36m (1.7ms)[0m [1mcommit transaction[0m
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 09:26:43 -0800
+Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Completed 200 OK in 50ms (Views: 48.6ms | ActiveRecord: 0.2ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 14]]
+ [1m[36m (1.2ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 15]]
+ [1m[35m (1.2ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:26:43 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:26:43 UTC +00:00]]
+ [1m[36m (1.4ms)[0m [1mcommit transaction[0m
+Started GET "/users/16/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:26:43 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"16"}
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "16"]]
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 412ms (Views: 410.8ms | ActiveRecord: 0.1ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:26:44 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 370ms (Views: 369.3ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:26:44 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 461ms (Views: 460.8ms | ActiveRecord: 0.0ms)
+Started GET "/another" for 127.0.0.1 at 2013-01-18 09:26:44 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.5ms)
+Completed 200 OK in 548ms (Views: 547.6ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+Started GET "/another" for 127.0.0.1 at 2013-01-18 09:27:07 -0800
+Processing by HomeController#another as HTML
+ Rendered home/index.xlsx.axlsx (39.8ms)
+ Rendered text template (0.0ms)
+Sent data filename_test.xlsx (2.1ms)
+Completed 200 OK in 51ms (Views: 50.5ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 09:27:07 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 09:27:07 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 43ms (Views: 43.1ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (4.4ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 16]]
+ [1m[35m (2.2ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.6ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:27:08 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:27:08 UTC +00:00]]
+ [1m[36m (1.8ms)[0m [1mcommit transaction[0m
+Started GET "/users/17/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:27:08 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"17"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "17"]]
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 45ms (Views: 43.4ms | ActiveRecord: 0.2ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:27:08 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:27:08 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.7ms)
+Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 09:27:08 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (7.1ms)
+Completed 200 OK in 50ms (Views: 50.1ms | ActiveRecord: 0.0ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 09:27:08 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-01-18 09:27:08 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 17]]
+ [1m[36m (2.4ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 17:27:08 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 17:27:08 UTC +00:00]]
+ [1m[35m (2.0ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:27:08 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:27:08 UTC +00:00]]
+ [1m[36m (2.0ms)[0m [1mcommit transaction[0m
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 09:27:08 -0800
+Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.2ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 18]]
+ [1m[36m (2.5ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 19]]
+ [1m[35m (1.8ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:27:08 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:27:08 UTC +00:00]]
+ [1m[36m (3.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 17:27:08 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 17:27:08 UTC +00:00], ["user_id", 20]]
+ [1m[35m (2.0ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 17:27:08 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 17:27:08 UTC +00:00], ["user_id", 20]]
+ [1m[36m (1.3ms)[0m [1mcommit transaction[0m
+Started GET "/users/20/likes.xlsx" for 127.0.0.1 at 2013-01-18 09:27:08 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"20"}
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "20"]]
+ [1m[36mLike Load (0.1ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 20[0m
+Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.3ms)
+Connecting to database specified by database.yml
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreateUsers (20120717192452)
+Migrating to CreateLikes (20121206210955)
+ [1m[35m (0.1ms)[0m select sqlite_version(*)
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Connecting to database specified by database.yml
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (4.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 20]]
+ [1m[35m (6.1ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.8ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 17:28:30 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 17:28:30 UTC +00:00]]
+ [1m[36m (1.4ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:28:30 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:28:30 UTC +00:00]]
+ [1m[35m (1.5ms)[0m commit transaction
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 09:28:30 -0800
+Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+ Rendered users/index.xlsx.axlsx (37.5ms)
+Completed 200 OK in 49ms (Views: 47.4ms | ActiveRecord: 0.2ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 09:28:30 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (33.5ms)
+Completed 200 OK in 48ms (Views: 47.2ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 21]]
+ [1m[35m (2.3ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 22]]
+ [1m[36m (2.4ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:28:30 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:28:30 UTC +00:00]]
+ [1m[35m (1.8ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 17:28:30 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 17:28:30 UTC +00:00], ["user_id", 23]]
+ [1m[36m (1.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 17:28:30 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 17:28:30 UTC +00:00], ["user_id", 23]]
+ [1m[35m (1.5ms)[0m commit transaction
+Started GET "/users/23/likes.xlsx" for 127.0.0.1 at 2013-01-18 09:28:30 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"23"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "23"]]
+ [1m[35mLike Load (0.1ms)[0m SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 23
+Completed 200 OK in 12ms (Views: 9.8ms | ActiveRecord: 0.4ms)
+Started GET "/" for 127.0.0.1 at 2013-01-18 09:28:30 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 09:28:30 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (2.2ms)
+Completed 200 OK in 41ms (Views: 40.2ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 09:28:30 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 09:28:30 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 38ms (Views: 38.0ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 23]]
+ [1m[35m (1.8ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:28:30 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:28:30 UTC +00:00]]
+ [1m[36m (2.0ms)[0m [1mcommit transaction[0m
+Started GET "/users/24/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:28:30 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"24"}
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "24"]]
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.1ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:28:30 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 39ms (Views: 38.7ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:28:30 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
+Started GET "/another" for 127.0.0.1 at 2013-01-18 09:28:30 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 09:34:03 -0800
+Processing by HomeController#another as XLSX
+ Rendered home/index.xlsx.axlsx (8.2ms)
+ Rendered text template (0.0ms)
+Sent data filename_test.xlsx (2.4ms)
+Completed 200 OK in 21467ms (Views: 21467.1ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 09:34:25 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (6.0ms)
+Completed 200 OK in 53ms (Views: 53.2ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 09:34:25 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 580ms (Views: 579.4ms | ActiveRecord: 0.0ms)
+Started GET "/another" for 127.0.0.1 at 2013-01-18 09:34:25 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 438ms (Views: 437.9ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (39.5ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 24]]
+ [1m[35m (2.4ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:34:26 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:34:26 UTC +00:00]]
+ [1m[36m (2.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 17:34:26 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 17:34:26 UTC +00:00], ["user_id", 25]]
+ [1m[35m (2.2ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 17:34:26 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 17:34:26 UTC +00:00], ["user_id", 25]]
+ [1m[36m (2.1ms)[0m [1mcommit transaction[0m
+Started GET "/users/25/likes.xlsx" for 127.0.0.1 at 2013-01-18 09:34:26 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"25"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "25"]]
+ [1m[36mLike Load (0.1ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 25[0m
+Completed 200 OK in 43ms (Views: 41.2ms | ActiveRecord: 0.3ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 09:34:26 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 25]]
+ [1m[36m (1.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:34:26 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:34:26 UTC +00:00]]
+ [1m[35m (1.5ms)[0m commit transaction
+Started GET "/users/26/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:34:26 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"26"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "26"]]
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 431ms (Views: 429.6ms | ActiveRecord: 0.1ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:34:26 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 449ms (Views: 448.7ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:34:27 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 397ms (Views: 396.7ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-01-18 09:34:27 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 26]]
+ [1m[35m (2.1ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 17:34:27 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 17:34:27 UTC +00:00]]
+ [1m[36m (1.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:34:27 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:34:27 UTC +00:00]]
+ [1m[35m (2.8ms)[0m commit transaction
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 09:34:27 -0800
+Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (6.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
+ [1m[35m (2.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreateUsers (20120717192452)
+ [1m[35m (0.4ms)[0m 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, "updated_at" datetime)
+ [1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120717192452')[0m
+Migrating to CreateLikes (20121206210955)
+ [1m[35m (0.3ms)[0m CREATE TABLE "likes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "user_id" integer, "created_at" datetime, "updated_at" datetime)
+ [1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20121206210955')[0m
+ [1m[35m (0.3ms)[0m select sqlite_version(*)
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("likes")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("users")[0m
+
+
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 09:41:02 -0800
+ Processing by HomeController#withpartial as XLSX
+Rendered home/_cover_sheet.xlsx.axlsx (5.2ms)
+Rendered home/withpartial.xlsx.axlsx (49.0ms)
+Completed 200 OK in 59ms (Views: 58.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 09:41:02 -0800
+ Processing by HomeController#index as XLSX
+Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 09:41:02 -0800
+ Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (2.5ms)
+Completed 200 OK in 9642ms (Views: 9642.1ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (4.6ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:41:12 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:41:12 UTC +00:00]]
+
+
+Started GET "/users/1/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:41:12 -0800
+ Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"1"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "1"]]
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 567ms (Views: 565.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:41:13 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 658ms (Views: 657.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:41:13 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 548ms (Views: 547.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/another" for 127.0.0.1 at 2013-01-18 09:41:14 -0800
+ Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 712ms (Views: 711.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for 127.0.0.1 at 2013-01-18 09:41:15 -0800
+ Processing by HomeController#index as HTML
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (0.3ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:41:15 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:41:15 UTC +00:00]]
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 17:41:15 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 17:41:15 UTC +00:00], ["user_id", 2]]
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 17:41:15 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 17:41:15 UTC +00:00], ["user_id", 2]]
+
+
+Started GET "/users/2/likes.xlsx" for 127.0.0.1 at 2013-01-18 09:41:15 -0800
+ Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"2"}
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "2"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 2[0m
+Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 09:41:15 -0800
+ Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 3898ms (Views: 3897.3ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 2]]
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 17:41:19 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 17:41:19 UTC +00:00]]
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:41:19 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:41:19 UTC +00:00]]
+
+
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 09:41:19 -0800
+ Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Completed 200 OK in 46ms (Views: 45.3ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (2.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
+ [1m[35m (1.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreateUsers (20120717192452)
+ [1m[35m (0.4ms)[0m 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, "updated_at" datetime)
+ [1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120717192452')[0m
+Migrating to CreateLikes (20121206210955)
+ [1m[35m (0.4ms)[0m CREATE TABLE "likes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "user_id" integer, "created_at" datetime, "updated_at" datetime)
+ [1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20121206210955')[0m
+ [1m[35m (0.3ms)[0m select sqlite_version(*)
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("likes")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("users")[0m
+
+
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 09:42:07 -0800
+ Processing by HomeController#withpartial as XLSX
+Rendered home/_cover_sheet.xlsx.axlsx (5.4ms)
+Rendered home/withpartial.xlsx.axlsx (43.8ms)
+Completed 200 OK in 54ms (Views: 53.9ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (4.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:42:07 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:42:07 UTC +00:00]]
+
+
+Started GET "/users/1/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:42:07 -0800
+ Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"1"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "1"]]
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (2.1ms)
+Completed 200 OK in 29388ms (Views: 29386.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:42:36 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 521ms (Views: 520.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:42:37 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 567ms (Views: 567.1ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (0.3ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:42:38 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:42:38 UTC +00:00]]
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 17:42:38 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 17:42:38 UTC +00:00], ["user_id", 2]]
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 17:42:38 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 17:42:38 UTC +00:00], ["user_id", 2]]
+
+
+Started GET "/users/2/likes.xlsx" for 127.0.0.1 at 2013-01-18 09:42:38 -0800
+ Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"2"}
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "2"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 2[0m
+Completed 200 OK in 43ms (Views: 41.6ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 09:42:38 -0800
+ Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.5ms)
+Completed 200 OK in 518ms (Views: 517.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 09:42:38 -0800
+ Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 461ms (Views: 460.4ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 2]]
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 17:42:39 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 17:42:39 UTC +00:00]]
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:42:39 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:42:39 UTC +00:00]]
+
+
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 09:42:39 -0800
+ Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for 127.0.0.1 at 2013-01-18 09:42:39 -0800
+ Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/another" for 127.0.0.1 at 2013-01-18 09:42:39 -0800
+ Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.3ms)
+Completed 200 OK in 433ms (Views: 432.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 09:42:39 -0800
+ Processing by HomeController#index as XLSX
+Completed 200 OK in 44ms (Views: 43.5ms | ActiveRecord: 0.0ms)
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (6.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
+ [1m[35m (2.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreateUsers (20120717192452)
+ [1m[35m (0.4ms)[0m 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, "updated_at" datetime)
+ [1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120717192452')[0m
+Migrating to CreateLikes (20121206210955)
+ [1m[35m (0.3ms)[0m CREATE TABLE "likes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "user_id" integer, "created_at" datetime, "updated_at" datetime)
+ [1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20121206210955')[0m
+ [1m[35m (0.3ms)[0m select sqlite_version(*)
+ [1m[36m (0.2ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("likes")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("users")[0m
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (4.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 17:43:32 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 17:43:32 UTC +00:00]]
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:43:32 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:43:32 UTC +00:00]]
+
+
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 09:43:33 -0800
+ Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Rendered users/index.xlsx.axlsx (7.4ms)
+Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for 127.0.0.1 at 2013-01-18 09:43:33 -0800
+ Processing by HomeController#index as HTML
+Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 1]]
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:43:33 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:43:33 UTC +00:00]]
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 17:43:33 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 17:43:33 UTC +00:00], ["user_id", 3]]
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 17:43:33 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 17:43:33 UTC +00:00], ["user_id", 3]]
+
+
+Started GET "/users/3/likes.xlsx" for 127.0.0.1 at 2013-01-18 09:43:33 -0800
+ Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"3"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "3"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 3[0m
+Completed 200 OK in 43ms (Views: 41.1ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 09:43:33 -0800
+ Processing by HomeController#withpartial as XLSX
+Rendered home/_cover_sheet.xlsx.axlsx (5.1ms)
+Completed 200 OK in 46ms (Views: 45.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 09:43:33 -0800
+ Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (2.1ms)
+Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 3]]
+ [1m[35mSQL (0.8ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 17:43:33 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 17:43:33 UTC +00:00]]
+
+
+Started GET "/users/4/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:43:33 -0800
+ Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"4"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "4"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:43:33 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.3ms)
+Completed 200 OK in 7ms (Views: 7.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 09:43:33 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 38ms (Views: 37.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 09:43:33 -0800
+ Processing by HomeController#index as XLSX
+Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 09:43:33 -0800
+ Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.5ms)
+Completed 200 OK in 39ms (Views: 38.4ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+Started GET "/another" for 127.0.0.1 at 2013-01-18 10:00:05 -0800
+Processing by HomeController#another as HTML
+ Rendered home/index.xlsx.axlsx (37.9ms)
+ Rendered text template (0.0ms)
+Sent data filename_test.xlsx (2.2ms)
+Completed 200 OK in 50ms (Views: 49.6ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 10:00:06 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 10:00:06 -0800
+Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.5ms)
+Completed 200 OK in 42ms (Views: 42.2ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-01-18 10:00:06 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 10:00:06 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (5.9ms)
+Completed 200 OK in 53ms (Views: 52.6ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 10:00:06 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.5ms)
+Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+ [1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (1.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (1.5ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
+Migrating to CreateUsers (20120717192452)
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.4ms)[0m 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)
+ [1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120717192452')[0m
+ [1m[35m (2.0ms)[0m commit transaction
+Migrating to CreateLikes (20121206210955)
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.3ms)[0m 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)
+ [1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20121206210955')[0m
+ [1m[35m (1.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Connecting to database specified by database.yml
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 10:01:53 -0800
+Processing by HomeController#another as XLSX
+ Rendered home/index.xlsx.axlsx (7.1ms)
+ Rendered text template (0.0ms)
+Sent data filename_test.xlsx (34.5ms)
+Completed 200 OK in 51ms (Views: 50.4ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 10:01:54 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (9.0ms)
+Completed 200 OK in 60ms (Views: 60.0ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (35.6ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 18:01:54 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 18:01:54 UTC +00:00]]
+ [1m[35m (2.6ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 18:01:54 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 18:01:54 UTC +00:00]]
+ [1m[36m (1.8ms)[0m [1mcommit transaction[0m
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 10:01:54 -0800
+Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.2ms)
+Started GET "/" for 127.0.0.1 at 2013-01-18 10:01:54 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)
+Started GET "/another" for 127.0.0.1 at 2013-01-18 10:01:54 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.6ms)
+Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
+ [1m[36m (1.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 2]]
+ [1m[35m (1.5ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 18:01:54 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 18:01:54 UTC +00:00]]
+ [1m[36m (1.5ms)[0m [1mcommit transaction[0m
+Started GET "/users/3/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 10:01:54 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"3"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "3"]]
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.2ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 10:01:54 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.6ms)
+Completed 200 OK in 47ms (Views: 46.3ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 10:01:54 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 10:01:54 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 41ms (Views: 40.5ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]
+ [1m[36m (1.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 18:01:54 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 18:01:54 UTC +00:00]]
+ [1m[35m (1.4ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 18:01:54 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 18:01:54 UTC +00:00], ["user_id", 4]]
+ [1m[36m (1.5ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 18:01:54 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 18:01:54 UTC +00:00], ["user_id", 4]]
+ [1m[35m (1.6ms)[0m commit transaction
+Started GET "/users/4/likes.xlsx" for 127.0.0.1 at 2013-01-18 10:01:54 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"4"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "4"]]
+ [1m[35mLike Load (0.2ms)[0m SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 4
+Completed 200 OK in 45ms (Views: 43.7ms | ActiveRecord: 0.3ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 10:01:54 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (6.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
+ [1m[35m (2.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreateUsers (20120717192452)
+ [1m[35m (0.4ms)[0m 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, "updated_at" datetime)
+ [1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120717192452')[0m
+Migrating to CreateLikes (20121206210955)
+ [1m[35m (0.3ms)[0m CREATE TABLE "likes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "user_id" integer, "created_at" datetime, "updated_at" datetime)
+ [1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20121206210955')[0m
+ [1m[35m (0.3ms)[0m select sqlite_version(*)
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("likes")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("users")[0m
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (20.9ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 18:34:48 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 18:34:48 UTC +00:00]]
+
+
+Started GET "/users/1/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 10:34:48 -0800
+ Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"1"}
+ [1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "1"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+Rendered users/index.xlsx.axlsx (7.2ms)
+Rendered text template (0.0ms)
+Sent data index.xlsx (2.5ms)
+Completed 200 OK in 23ms (Views: 20.9ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 10:34:48 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Rendered users/index.xlsx.axlsx (35.2ms)
+Rendered text template (0.0ms)
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 38ms (Views: 38.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 10:34:48 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Rendered users/index.xlsx.axlsx (7.1ms)
+Rendered text template (0.0ms)
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 10:34:48 -0800
+ Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.5ms)
+Completed 200 OK in 37ms (Views: 37.2ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 18:34:48 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 18:34:48 UTC +00:00]]
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 18:34:48 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 18:34:48 UTC +00:00], ["user_id", 2]]
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 18:34:48 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 18:34:48 UTC +00:00], ["user_id", 2]]
+
+
+Started GET "/users/2/likes.xlsx" for 127.0.0.1 at 2013-01-18 10:34:48 -0800
+ Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"2"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "2"]]
+ [1m[36mLike Load (0.2ms)[0m [1mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 2[0m
+Completed 200 OK in 38ms (Views: 7.6ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for 127.0.0.1 at 2013-01-18 10:34:48 -0800
+ Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 10:34:48 -0800
+ Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 10:34:49 -0800
+ Processing by HomeController#withpartial as XLSX
+Rendered home/_cover_sheet.xlsx.axlsx (5.0ms)
+Completed 200 OK in 46ms (Views: 45.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 10:34:49 -0800
+ Processing by HomeController#index as XLSX
+Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 2]]
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 18:34:49 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 18:34:49 UTC +00:00]]
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 18:34:49 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 18:34:49 UTC +00:00]]
+
+
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 10:34:49 -0800
+ Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.2ms)
+Connecting to database specified by database.yml
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (6.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (1.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
+Migrating to CreateUsers (20120717192452)
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.4ms)[0m 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)
+ [1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120717192452')[0m
+ [1m[35m (1.3ms)[0m commit transaction
+Migrating to CreateLikes (20121206210955)
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.3ms)[0m 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)
+ [1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20121206210955')[0m
+ [1m[35m (1.8ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Connecting to database specified by database.yml
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 10:35:24 -0800
+Processing by HomeController#another as XLSX
+ Rendered home/index.xlsx.axlsx (6.6ms)
+ Rendered text template (0.0ms)
+Sent data filename_test.xlsx (2.1ms)
+Completed 200 OK in 17ms (Views: 17.0ms | ActiveRecord: 0.0ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 10:35:24 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (5.2ms)
+Completed 200 OK in 46ms (Views: 46.0ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (4.6ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 18:35:25 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 18:35:25 UTC +00:00]]
+ [1m[35m (2.0ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 18:35:25 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 18:35:25 UTC +00:00]]
+ [1m[36m (1.4ms)[0m [1mcommit transaction[0m
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 10:35:25 -0800
+Processing by UsersController#index as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" [0m
+Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.2ms)
+Started GET "/another" for 127.0.0.1 at 2013-01-18 10:35:25 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.5ms)
+Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-01-18 10:35:25 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 10:35:25 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
+ [1m[36m (2.3ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 2]]
+ [1m[35m (1.4ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 18:35:25 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 18:35:25 UTC +00:00]]
+ [1m[36m (2.2ms)[0m [1mcommit transaction[0m
+Started GET "/users/3/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 10:35:25 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"3"}
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "3"]]
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 39ms (Views: 37.6ms | ActiveRecord: 0.2ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 10:35:25 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 10:35:25 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 37ms (Views: 36.9ms | ActiveRecord: 0.0ms)
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]
+ [1m[36m (1.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 18:35:25 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 18:35:25 UTC +00:00]]
+ [1m[35m (1.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 18:35:25 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 18:35:25 UTC +00:00], ["user_id", 4]]
+ [1m[36m (2.5ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 18:35:25 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 18:35:25 UTC +00:00], ["user_id", 4]]
+ [1m[35m (1.8ms)[0m commit transaction
+Started GET "/users/4/likes.xlsx" for 127.0.0.1 at 2013-01-18 10:35:25 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"4"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "4"]]
+ [1m[35mLike Load (0.2ms)[0m SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 4
+Completed 200 OK in 39ms (Views: 37.0ms | ActiveRecord: 0.3ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 10:35:25 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (5.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
+ [1m[35m (1.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreateUsers (20120717192452)
+ [1m[35m (0.4ms)[0m 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, "updated_at" datetime)
+ [1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120717192452')[0m
+Migrating to CreateLikes (20121206210955)
+ [1m[35m (0.5ms)[0m CREATE TABLE "likes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "user_id" integer, "created_at" datetime, "updated_at" datetime)
+ [1m[36m (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20121206210955')[0m
+ [1m[35m (0.3ms)[0m select sqlite_version(*)
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("likes")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("users")[0m
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (4.8ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 18:43:17 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 18:43:17 UTC +00:00]]
+
+
+Started GET "/users/1/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 10:43:18 -0800
+ Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"1"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "1"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+Rendered users/index.xlsx.axlsx (35.3ms)
+Rendered text template (0.0ms)
+Sent data index.xlsx (2.1ms)
+Completed 200 OK in 49ms (Views: 47.4ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 10:43:18 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Rendered users/index.xlsx.axlsx (6.7ms)
+Rendered text template (0.0ms)
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 10:43:18 -0800
+ Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+Rendered users/index.xlsx.axlsx (6.4ms)
+Rendered text template (0.0ms)
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 10:43:18 -0800
+ Processing by HomeController#another as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 10:43:18 -0800
+ Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 39ms (Views: 38.8ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 18:43:18 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 18:43:18 UTC +00:00]]
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 18:43:18 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 18:43:18 UTC +00:00]]
+
+
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 10:43:18 -0800
+ Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for 127.0.0.1 at 2013-01-18 10:43:18 -0800
+ Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mSQL (0.3ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 3]]
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 18:43:18 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 18:43:18 UTC +00:00]]
+ [1m[36mSQL (0.7ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 18:43:18 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 18:43:18 UTC +00:00], ["user_id", 4]]
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 18:43:18 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 18:43:18 UTC +00:00], ["user_id", 4]]
+
+
+Started GET "/users/4/likes.xlsx" for 127.0.0.1 at 2013-01-18 10:43:18 -0800
+ Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"4"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "4"]]
+ [1m[35mLike Load (0.1ms)[0m SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 4
+Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 10:43:18 -0800
+ Processing by HomeController#withpartial as XLSX
+Rendered home/_cover_sheet.xlsx.axlsx (35.4ms)
+Completed 200 OK in 49ms (Views: 48.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 10:43:18 -0800
+ Processing by HomeController#index as XLSX
+Completed 200 OK in 38ms (Views: 37.5ms | ActiveRecord: 0.0ms)
+Connecting to database specified by database.yml
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (6.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (2.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
+Migrating to CreateUsers (20120717192452)
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.5ms)[0m 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)
+ [1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120717192452')[0m
+ [1m[35m (1.8ms)[0m commit transaction
+Migrating to CreateLikes (20121206210955)
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.3ms)[0m 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)
+ [1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20121206210955')[0m
+ [1m[35m (2.6ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Connecting to database specified by database.yml
+Started GET "/another.xlsx" for 127.0.0.1 at 2013-01-18 10:43:54 -0800
+Processing by HomeController#another as XLSX
+ Rendered home/index.xlsx.axlsx (35.3ms)
+ Rendered text template (0.0ms)
+Sent data filename_test.xlsx (2.1ms)
+Completed 200 OK in 47ms (Views: 47.0ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (4.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 18:43:54 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 18:43:54 UTC +00:00]]
+ [1m[35m (2.1ms)[0m commit transaction
+Started GET "/users/1/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 10:43:54 -0800
+Processing by LikesController#render_elsewhere as XLSX
+ Parameters: {"user_id"=>"1"}
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "1"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.5ms)
+Completed 200 OK in 43ms (Views: 41.2ms | ActiveRecord: 0.2ms)
+Started GET "/home/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 10:43:54 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms)
+Started GET "/render_elsewhere.xlsx" for 127.0.0.1 at 2013-01-18 10:43:54 -0800
+Processing by HomeController#render_elsewhere as XLSX
+ [1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users"
+Sent data index.xlsx (0.4ms)
+Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
+Started GET "/useheader.xlsx" for 127.0.0.1 at 2013-01-18 10:43:54 -0800
+Processing by HomeController#useheader as XLSX
+Sent data filename_test.xlsx (0.5ms)
+Completed 200 OK in 41ms (Views: 41.1ms | ActiveRecord: 0.0ms)
+Started GET "/" for 127.0.0.1 at 2013-01-18 10:43:54 -0800
+Processing by HomeController#index as HTML
+Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.4ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 1]]
+ [1m[35m (2.1ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["address", "1234 Somewhere, Over NY 11111"], ["created_at", Fri, 18 Jan 2013 18:43:54 UTC +00:00], ["email", "elmer@fudd.com"], ["last_name", "Fudd"], ["name", "Elmer"], ["updated_at", Fri, 18 Jan 2013 18:43:54 UTC +00:00]]
+ [1m[36m (1.8ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 18:43:54 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 18:43:54 UTC +00:00]]
+ [1m[35m (1.6ms)[0m commit transaction
+Started GET "/users.xlsx" for 127.0.0.1 at 2013-01-18 10:43:54 -0800
+Processing by UsersController#index as XLSX
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users"
+Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.2ms)
+Started GET "/another" for 127.0.0.1 at 2013-01-18 10:43:54 -0800
+Processing by HomeController#another as HTML
+Sent data filename_test.xlsx (0.4ms)
+Completed 200 OK in 42ms (Views: 41.7ms | ActiveRecord: 0.0ms)
+ [1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" [0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 2]]
+ [1m[35m (2.2ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]
+ [1m[36m (1.2ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.7ms)[0m [1mINSERT INTO "users" ("address", "created_at", "email", "last_name", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["address", "1234 Left Turn, Albuquerque NM 22222"], ["created_at", Fri, 18 Jan 2013 18:43:55 UTC +00:00], ["email", "bugs@bunny.com"], ["last_name", "Bunny"], ["name", "Bugs"], ["updated_at", Fri, 18 Jan 2013 18:43:55 UTC +00:00]]
+ [1m[35m (1.9ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (34.4ms)[0m INSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Jan 2013 18:43:55 UTC +00:00], ["name", "Carrots"], ["updated_at", Fri, 18 Jan 2013 18:43:55 UTC +00:00], ["user_id", 4]]
+ [1m[36m (2.1ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "likes" ("created_at", "name", "updated_at", "user_id") VALUES (?, ?, ?, ?)[0m [["created_at", Fri, 18 Jan 2013 18:43:55 UTC +00:00], ["name", "Celery"], ["updated_at", Fri, 18 Jan 2013 18:43:55 UTC +00:00], ["user_id", 4]]
+ [1m[35m (1.6ms)[0m commit transaction
+Started GET "/users/4/likes.xlsx" for 127.0.0.1 at 2013-01-18 10:43:55 -0800
+Processing by LikesController#index as XLSX
+ Parameters: {"user_id"=>"4"}
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "4"]]
+ [1m[35mLike Load (0.1ms)[0m SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = 4
+Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.3ms)
+Started GET "/withpartial.xlsx" for 127.0.0.1 at 2013-01-18 10:43:55 -0800
+Processing by HomeController#withpartial as XLSX
+ Rendered home/_cover_sheet.xlsx.axlsx (4.9ms)
+Completed 200 OK in 48ms (Views: 47.1ms | ActiveRecord: 0.0ms)
+Started GET "/home.xlsx" for 127.0.0.1 at 2013-01-18 10:43:55 -0800
+Processing by HomeController#index as XLSX
+Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)