importable 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,7 +14,11 @@ module Importable
14
14
  original_val = mapper.original_value_for(line_number, field)
15
15
 
16
16
  message = if original_val
17
- "on line #{line_number} could not be found: #{original_val}"
17
+ if importer.class == Spreadsheet
18
+ "on line #{line_number} could not be found: #{original_val}"
19
+ else
20
+ "could not be found: #{original_val}"
21
+ end
18
22
  else
19
23
  "on line #{line_number} #{original_message}"
20
24
  end
@@ -1,3 +1,3 @@
1
1
  module Importable
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
@@ -133048,3 +133048,2163 @@ Completed 200 OK in 9ms (Views: 1.9ms | ActiveRecord: 0.1ms)
133048
133048
   (0.0ms) SAVEPOINT active_record_1
133049
133049
  SQL (4.4ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:09:58 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:09:58 UTC +00:00]]
133050
133050
   (0.1ms) RELEASE SAVEPOINT active_record_1
133051
+
133052
+
133053
+ Started GET "/import/foo_resource/resource" for 127.0.0.1 at 2011-09-30 01:46:30 -0400
133054
+ Processing by Importable::ResourcesController#new as HTML
133055
+ Parameters: {"type"=>"foo_resource"}
133056
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.6ms)
133057
+ Rendered foo_resources/importable/_extras.html.erb (0.2ms)
133058
+ Rendered /Users/mike/work/importable/app/views/importable/resources/_actions.html.erb (0.6ms)
133059
+ Rendered /Users/mike/work/importable/app/views/importable/resources/new.html.erb within layouts/application (40.8ms)
133060
+ Completed 200 OK in 119ms (Views: 104.1ms | ActiveRecord: 0.3ms)
133061
+
133062
+
133063
+ Started POST "/import/foo_resource/resource" for 127.0.0.1 at 2011-09-30 01:46:30 -0400
133064
+ Processing by Importable::ResourcesController#create as HTML
133065
+ Parameters: {"utf8"=>"✓", "return_to"=>"import", "commit"=>"Import", "type"=>"foo_resource"}
133066
+  (0.1ms) SAVEPOINT active_record_1
133067
+ SQL (26.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Wed, 14 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00]]
133068
+ SQL (2.6ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Thu, 15 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00]]
133069
+ SQL (2.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Fri, 16 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00]]
133070
+ SQL (2.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Sat, 17 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00]]
133071
+ SQL (2.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Sun, 18 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00]]
133072
+ SQL (2.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Mon, 19 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00]]
133073
+ SQL (2.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Tue, 20 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00]]
133074
+ SQL (2.6ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Wed, 21 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00]]
133075
+ SQL (2.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Thu, 22 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00]]
133076
+ SQL (2.6ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Fri, 23 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00]]
133077
+ SQL (2.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Sat, 24 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00]]
133078
+ SQL (2.6ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Sun, 25 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00]]
133079
+ SQL (2.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Mon, 26 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00]]
133080
+ SQL (2.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Tue, 27 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00]]
133081
+ SQL (2.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Wed, 28 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00]]
133082
+ SQL (2.6ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Thu, 29 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00]]
133083
+ SQL (2.6ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Fri, 30 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00]]
133084
+ SQL (5.7ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00], ["file", nil], ["mapper_name", "foo_resource"], ["type", "Importable::Resource"], ["updated_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00]]
133085
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133086
+ Redirected to http://www.example.com/import/foo_resource/resource?
133087
+ Completed 302 Found in 132ms
133088
+
133089
+
133090
+ Started GET "/import/foo_resource/resource" for 127.0.0.1 at 2011-09-30 01:46:30 -0400
133091
+ Processing by Importable::ResourcesController#new as HTML
133092
+ Parameters: {"type"=>"foo_resource"}
133093
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
133094
+ Rendered foo_resources/importable/_extras.html.erb (0.3ms)
133095
+ Rendered /Users/mike/work/importable/app/views/importable/resources/_actions.html.erb (0.3ms)
133096
+ Rendered /Users/mike/work/importable/app/views/importable/resources/new.html.erb within layouts/application (3.0ms)
133097
+ Completed 200 OK in 9ms (Views: 4.8ms | ActiveRecord: 0.0ms)
133098
+
133099
+
133100
+ Started GET "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:30 -0400
133101
+ Processing by Importable::SpreadsheetsController#new as HTML
133102
+ Parameters: {"type"=>"foo"}
133103
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
133104
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.3ms)
133105
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.6ms)
133106
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (5.2ms)
133107
+ Completed 200 OK in 24ms (Views: 12.3ms | ActiveRecord: 0.0ms)
133108
+
133109
+
133110
+ Started POST "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:30 -0400
133111
+ Processing by Importable::SpreadsheetsController#create as HTML
133112
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x007fc45355dda8 @original_filename="foo_single_worksheet.xlsx", @content_type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"foo_single_worksheet.xlsx\"\r\nContent-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\r\nContent-Length: 26577\r\n", @tempfile=#<File:/var/folders/d6/487qybwn13j5h044v438g9vr0000gn/T/RackMultipart20110930-5756-63a9it>>, "current_step"=>"upload_file", "return_to"=>"import", "commit"=>"Upload", "type"=>"foo"}
133113
+  (0.1ms) SAVEPOINT active_record_1
133114
+ SQL (2.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00]]
133115
+ SQL (1.9ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00]]
133116
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00]]
133117
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00]]
133118
+ SQL (0.2ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00], ["file", "foo_single_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00]]
133119
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133120
+ Redirected to http://www.example.com/import/foo/spreadsheet?
133121
+ Completed 302 Found in 51ms
133122
+
133123
+
133124
+ Started GET "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:30 -0400
133125
+ Processing by Importable::SpreadsheetsController#new as HTML
133126
+ Parameters: {"type"=>"foo"}
133127
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
133128
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
133129
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.2ms)
133130
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (2.5ms)
133131
+ Completed 200 OK in 9ms (Views: 4.7ms | ActiveRecord: 0.0ms)
133132
+
133133
+
133134
+ Started GET "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:30 -0400
133135
+ Processing by Importable::SpreadsheetsController#new as HTML
133136
+ Parameters: {"type"=>"foo"}
133137
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
133138
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
133139
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.2ms)
133140
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (2.8ms)
133141
+ Completed 200 OK in 10ms (Views: 4.8ms | ActiveRecord: 0.0ms)
133142
+
133143
+
133144
+ Started POST "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:30 -0400
133145
+ Processing by Importable::SpreadsheetsController#create as HTML
133146
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x007fc4548c3aa0 @original_filename="foo_multi_worksheet.xlsx", @content_type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"foo_multi_worksheet.xlsx\"\r\nContent-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\r\nContent-Length: 27552\r\n", @tempfile=#<File:/var/folders/d6/487qybwn13j5h044v438g9vr0000gn/T/RackMultipart20110930-5756-zzxgb7>>, "current_step"=>"upload_file", "return_to"=>"import", "commit"=>"Upload", "type"=>"foo"}
133147
+  (0.1ms) SAVEPOINT active_record_1
133148
+ SQL (0.5ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:30 UTC +00:00]]
133149
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133150
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
133151
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
133152
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.3ms)
133153
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_choose_worksheet_step.html.erb (4.2ms)
133154
+ Completed 200 OK in 27ms (Views: 7.1ms | ActiveRecord: 0.7ms)
133155
+
133156
+
133157
+ Started POST "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:30 -0400
133158
+ Processing by Importable::SpreadsheetsController#create as HTML
133159
+ Parameters: {"utf8"=>"✓", "default_sheet"=>"1", "id"=>"1", "current_step"=>"choose_worksheet", "return_to"=>"import", "commit"=>"Continue", "type"=>"foo"}
133160
+ Importable::Spreadsheet Load (0.3ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
133161
+  (0.1ms) SAVEPOINT active_record_1
133162
+ SQL (6.6ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 9], ["r", 8], ["s", 7], ["t", 6], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133163
+ SQL (2.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 8], ["r", 7], ["s", 6], ["t", 5], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133164
+ SQL (1.9ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 7], ["r", 6], ["s", 5], ["t", 4], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133165
+ SQL (1.9ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 6], ["r", 5], ["s", 4], ["t", 3], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133166
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133167
+ Redirected to http://www.example.com/import/foo/spreadsheet?
133168
+ Completed 302 Found in 44ms
133169
+
133170
+
133171
+ Started GET "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:31 -0400
133172
+ Processing by Importable::SpreadsheetsController#new as HTML
133173
+ Parameters: {"type"=>"foo"}
133174
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
133175
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
133176
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.3ms)
133177
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (2.6ms)
133178
+ Completed 200 OK in 12ms (Views: 4.8ms | ActiveRecord: 0.0ms)
133179
+
133180
+
133181
+ Started GET "/import/foo_required_field/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:31 -0400
133182
+ Processing by Importable::SpreadsheetsController#new as HTML
133183
+ Parameters: {"type"=>"foo_required_field"}
133184
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
133185
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
133186
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.3ms)
133187
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (2.5ms)
133188
+ Completed 200 OK in 9ms (Views: 4.7ms | ActiveRecord: 0.0ms)
133189
+
133190
+
133191
+ Started POST "/import/foo_required_field/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:31 -0400
133192
+ Processing by Importable::SpreadsheetsController#create as HTML
133193
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x007fc45246c738 @original_filename="foo_required_field_invalid.xlsx", @content_type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"foo_required_field_invalid.xlsx\"\r\nContent-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\r\nContent-Length: 25558\r\n", @tempfile=#<File:/var/folders/d6/487qybwn13j5h044v438g9vr0000gn/T/RackMultipart20110930-5756-9d8pyh>>, "current_step"=>"upload_file", "return_to"=>"import", "commit"=>"Upload", "type"=>"foo_required_field"}
133194
+  (0.1ms) SAVEPOINT active_record_1
133195
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
133196
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (2.8ms)
133197
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
133198
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.3ms)
133199
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (5.3ms)
133200
+ Completed 200 OK in 37ms (Views: 7.6ms | ActiveRecord: 0.5ms)
133201
+
133202
+
133203
+ Started GET "/import/foo_required_field/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:31 -0400
133204
+ Processing by Importable::SpreadsheetsController#new as HTML
133205
+ Parameters: {"type"=>"foo_required_field"}
133206
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.0ms)
133207
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
133208
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.2ms)
133209
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (2.5ms)
133210
+ Completed 200 OK in 10ms (Views: 4.7ms | ActiveRecord: 0.0ms)
133211
+
133212
+
133213
+ Started POST "/import/foo_required_field/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:31 -0400
133214
+ Processing by Importable::SpreadsheetsController#create as HTML
133215
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x007fc45259eb60 @original_filename="foo_multi_worksheet_required_field_invalid.xlsx", @content_type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"foo_multi_worksheet_required_field_invalid.xlsx\"\r\nContent-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\r\nContent-Length: 26462\r\n", @tempfile=#<File:/var/folders/d6/487qybwn13j5h044v438g9vr0000gn/T/RackMultipart20110930-5756-ai18oe>>, "current_step"=>"upload_file", "return_to"=>"import", "commit"=>"Upload", "type"=>"foo_required_field"}
133216
+  (0.1ms) SAVEPOINT active_record_1
133217
+ SQL (0.4ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["file", "foo_multi_worksheet_required_field_invalid.xlsx"], ["mapper_name", "foo_required_field"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133218
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133219
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.0ms)
133220
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
133221
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.3ms)
133222
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_choose_worksheet_step.html.erb (3.7ms)
133223
+ Completed 200 OK in 26ms (Views: 6.0ms | ActiveRecord: 0.6ms)
133224
+
133225
+
133226
+ Started POST "/import/foo_required_field/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:31 -0400
133227
+ Processing by Importable::SpreadsheetsController#create as HTML
133228
+ Parameters: {"utf8"=>"✓", "default_sheet"=>"0", "id"=>"1", "current_step"=>"choose_worksheet", "return_to"=>"import", "commit"=>"Continue", "type"=>"foo_required_field"}
133229
+ Importable::Spreadsheet Load (0.2ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
133230
+  (0.1ms) SAVEPOINT active_record_1
133231
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
133232
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (1.8ms)
133233
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
133234
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.4ms)
133235
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (4.6ms)
133236
+ Completed 200 OK in 27ms (Views: 7.4ms | ActiveRecord: 0.3ms)
133237
+
133238
+
133239
+ Started GET "/import/foo/spreadsheet?return_to=index" for 127.0.0.1 at 2011-09-30 01:46:31 -0400
133240
+ Processing by Importable::SpreadsheetsController#new as HTML
133241
+ Parameters: {"return_to"=>"index", "type"=>"foo"}
133242
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
133243
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
133244
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.3ms)
133245
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (2.6ms)
133246
+ Completed 200 OK in 10ms (Views: 5.5ms | ActiveRecord: 0.0ms)
133247
+
133248
+
133249
+ Started POST "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:31 -0400
133250
+ Processing by Importable::SpreadsheetsController#create as HTML
133251
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x007fc454d62e80 @original_filename="foo_multi_worksheet.xlsx", @content_type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"foo_multi_worksheet.xlsx\"\r\nContent-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\r\nContent-Length: 27552\r\n", @tempfile=#<File:/var/folders/d6/487qybwn13j5h044v438g9vr0000gn/T/RackMultipart20110930-5756-2690kc>>, "current_step"=>"upload_file", "return_to"=>"index", "commit"=>"Upload", "type"=>"foo"}
133252
+  (0.1ms) SAVEPOINT active_record_1
133253
+ SQL (0.7ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133254
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133255
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
133256
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
133257
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.4ms)
133258
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_choose_worksheet_step.html.erb (9.5ms)
133259
+ Completed 200 OK in 43ms (Views: 20.2ms | ActiveRecord: 0.9ms)
133260
+
133261
+
133262
+ Started POST "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:31 -0400
133263
+ Processing by Importable::SpreadsheetsController#create as HTML
133264
+ Parameters: {"utf8"=>"✓", "default_sheet"=>"0", "id"=>"1", "current_step"=>"choose_worksheet", "return_to"=>"index", "commit"=>"Continue", "type"=>"foo"}
133265
+ Importable::Spreadsheet Load (0.1ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
133266
+  (0.1ms) SAVEPOINT active_record_1
133267
+ SQL (2.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133268
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133269
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133270
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133271
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133272
+ Redirected to http://www.example.com/foos
133273
+ Completed 302 Found in 42ms
133274
+
133275
+
133276
+ Started GET "/foos" for 127.0.0.1 at 2011-09-30 01:46:31 -0400
133277
+ Processing by FoosController#index as HTML
133278
+ Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
133279
+
133280
+
133281
+ Started GET "/import/foo/spreadsheet?return_to=import" for 127.0.0.1 at 2011-09-30 01:46:31 -0400
133282
+ Processing by Importable::SpreadsheetsController#new as HTML
133283
+ Parameters: {"return_to"=>"import", "type"=>"foo"}
133284
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
133285
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
133286
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.3ms)
133287
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (2.8ms)
133288
+ Completed 200 OK in 10ms (Views: 5.0ms | ActiveRecord: 0.0ms)
133289
+
133290
+
133291
+ Started POST "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:31 -0400
133292
+ Processing by Importable::SpreadsheetsController#create as HTML
133293
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x007fc455ba5740 @original_filename="foo_multi_worksheet.xlsx", @content_type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"foo_multi_worksheet.xlsx\"\r\nContent-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\r\nContent-Length: 27552\r\n", @tempfile=#<File:/var/folders/d6/487qybwn13j5h044v438g9vr0000gn/T/RackMultipart20110930-5756-5iilc8>>, "current_step"=>"upload_file", "return_to"=>"import", "commit"=>"Upload", "type"=>"foo"}
133294
+  (0.1ms) SAVEPOINT active_record_1
133295
+ SQL (0.5ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133296
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133297
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
133298
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
133299
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (1.1ms)
133300
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_choose_worksheet_step.html.erb (9.5ms)
133301
+ Completed 200 OK in 33ms (Views: 11.9ms | ActiveRecord: 0.7ms)
133302
+
133303
+
133304
+ Started POST "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:31 -0400
133305
+ Processing by Importable::SpreadsheetsController#create as HTML
133306
+ Parameters: {"utf8"=>"✓", "default_sheet"=>"0", "id"=>"1", "current_step"=>"choose_worksheet", "return_to"=>"import", "commit"=>"Continue", "type"=>"foo"}
133307
+ Importable::Spreadsheet Load (0.2ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
133308
+  (0.1ms) SAVEPOINT active_record_1
133309
+ SQL (2.4ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133310
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133311
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133312
+ SQL (1.9ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133313
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133314
+ Redirected to http://www.example.com/import/foo/spreadsheet?
133315
+ Completed 302 Found in 44ms
133316
+
133317
+
133318
+ Started GET "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:31 -0400
133319
+ Processing by Importable::SpreadsheetsController#new as HTML
133320
+ Parameters: {"type"=>"foo"}
133321
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
133322
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.1ms)
133323
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.3ms)
133324
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (2.8ms)
133325
+ Completed 200 OK in 10ms (Views: 5.0ms | ActiveRecord: 0.0ms)
133326
+ Processing by Importable::FooImporterController#create as HTML
133327
+ Parameters: {"import_params"=>{"moof"=>"1"}, "type"=>"foo", "use_route"=>"importable"}
133328
+ Redirected to http://test.host/fake_foo_importer_path
133329
+ Completed 302 Found in 13ms
133330
+ Processing by Importable::FooImporterController#new as HTML
133331
+ Parameters: {"type"=>"foo", "use_route"=>"importable"}
133332
+ Completed 200 OK in 15ms (Views: 6.9ms | ActiveRecord: 0.0ms)
133333
+ Processing by Importable::FooImporterController#new as HTML
133334
+ Parameters: {"type"=>"foo", "use_route"=>"importable"}
133335
+ Completed 200 OK in 10ms (Views: 3.4ms | ActiveRecord: 0.0ms)
133336
+ Processing by Importable::FooImporterController#new as HTML
133337
+ Parameters: {"type"=>"bar", "use_route"=>"importable"}
133338
+ Completed 500 Internal Server Error in 6ms
133339
+ Processing by Importable::FooImporterController#new as HTML
133340
+ Parameters: {"type"=>"foo", "use_route"=>"importable"}
133341
+ Completed 200 OK in 8ms (Views: 2.0ms | ActiveRecord: 0.0ms)
133342
+ Processing by Importable::FooImporterController#new as HTML
133343
+ Parameters: {"type"=>"moof", "use_route"=>"importable"}
133344
+ Completed 200 OK in 9ms (Views: 2.6ms | ActiveRecord: 0.0ms)
133345
+  (0.0ms) SAVEPOINT active_record_1
133346
+ SQL (0.6ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["file", nil], ["mapper_name", "foo"], ["type", "Importable::FooImporter"], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133347
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133348
+ Processing by Importable::FooImporterController#create as HTML
133349
+ Parameters: {"type"=>"foo", "id"=>"1", "use_route"=>"importable"}
133350
+ Redirected to http://test.host/fake_foo_importer_path
133351
+ Completed 302 Found in 17ms
133352
+  (0.1ms) SAVEPOINT active_record_1
133353
+ SQL (2.9ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["file", nil], ["mapper_name", "foo"], ["type", "Importable::FooImporter"], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133354
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133355
+ Processing by Importable::FooImporterController#create as HTML
133356
+ Parameters: {"type"=>"foo", "id"=>"1", "return_to"=>"index", "use_route"=>"importable"}
133357
+ Redirected to http://test.host/foos
133358
+ Completed 302 Found in 12ms
133359
+  (0.0ms) SAVEPOINT active_record_1
133360
+ SQL (0.6ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["file", nil], ["mapper_name", "foo"], ["type", "Importable::FooImporter"], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133361
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133362
+ Processing by Importable::FooImporterController#create as HTML
133363
+ Parameters: {"type"=>"foo", "id"=>"1", "return_to"=>"import", "use_route"=>"importable"}
133364
+ Redirected to http://test.host/fake_new_foo_importer_path
133365
+ Completed 302 Found in 7ms
133366
+  (0.1ms) SAVEPOINT active_record_1
133367
+ SQL (0.5ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["file", nil], ["mapper_name", "foo"], ["type", "Importable::FooImporter"], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133368
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133369
+ Processing by Importable::FooImporterController#create as HTML
133370
+ Parameters: {"type"=>"foo", "id"=>"1", "use_route"=>"importable"}
133371
+ Completed 200 OK in 8ms (Views: 1.9ms | ActiveRecord: 0.0ms)
133372
+  (0.0ms) SAVEPOINT active_record_1
133373
+ SQL (0.6ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["file", nil], ["mapper_name", "foo"], ["type", "Importable::FooImporter"], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133374
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133375
+ Processing by Importable::FooImporterController#show as HTML
133376
+ Parameters: {"type"=>"foo", "id"=>"1", "use_route"=>"importable"}
133377
+ Importable::FooImporter Load (0.2ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::FooImporter') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
133378
+ Completed 200 OK in 12ms (Views: 3.6ms | ActiveRecord: 0.2ms)
133379
+ Processing by Importable::ResourcesController#create as HTML
133380
+ Parameters: {"type"=>"foo_resource", "import_params"=>{"start_date"=>"2010-04-14", "end_date"=>"2010-04-15"}, "use_route"=>"importable"}
133381
+  (0.1ms) SAVEPOINT active_record_1
133382
+ SQL (2.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Wed, 14 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133383
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Thu, 15 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133384
+ SQL (0.3ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["file", nil], ["mapper_name", "foo_resource"], ["type", "Importable::Resource"], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133385
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133386
+ Redirected to http://test.host/import/foo_resource/1/resource
133387
+ Completed 302 Found in 19ms
133388
+ Processing by Importable::ResourcesController#create as HTML
133389
+ Parameters: {"type"=>"foo_resource", "import_params"=>{"start_date"=>"2010-04-14", "end_date"=>"2010-04-15"}, "use_route"=>"importable"}
133390
+  (0.1ms) SAVEPOINT active_record_1
133391
+ SQL (2.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Wed, 14 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133392
+ SQL (1.7ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Thu, 15 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133393
+ SQL (0.4ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["file", nil], ["mapper_name", "foo_resource"], ["type", "Importable::Resource"], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133394
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133395
+ Redirected to http://test.host/import/foo_resource/1/resource
133396
+ Completed 302 Found in 19ms
133397
+  (0.1ms) SAVEPOINT active_record_1
133398
+ SQL (0.6ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["file", nil], ["mapper_name", "foo"], ["type", "Importable::FooImporter"], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133399
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133400
+ Processing by Importable::ResourcesController#create as HTML
133401
+ Parameters: {"type"=>"foo", "use_route"=>"importable"}
133402
+  (0.0ms) SAVEPOINT active_record_1
133403
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133404
+ Redirected to http://test.host/import/foo/1/resource
133405
+ Completed 302 Found in 9ms
133406
+  (0.1ms) SAVEPOINT active_record_1
133407
+ SQL (0.6ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["file", nil], ["mapper_name", "foo"], ["type", "Importable::FooImporter"], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133408
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133409
+ Processing by Importable::ResourcesController#create as HTML
133410
+ Parameters: {"type"=>"foo", "import_params"=>{"start_date"=>"2010-04-14", "end_date"=>"2010-04-15"}, "use_route"=>"importable"}
133411
+  (0.1ms) SAVEPOINT active_record_1
133412
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133413
+ Redirected to http://test.host/import/foo/1/resource
133414
+ Completed 302 Found in 9ms
133415
+ Processing by Importable::SpreadsheetsController#create as HTML
133416
+ Parameters: {"type"=>"foo", "current_step"=>"upload_file", "use_route"=>"importable"}
133417
+  (0.1ms) SAVEPOINT active_record_1
133418
+ SQL (0.5ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133419
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133420
+ Completed 200 OK in 22ms (Views: 2.1ms | ActiveRecord: 0.6ms)
133421
+ Processing by Importable::SpreadsheetsController#create as HTML
133422
+ Parameters: {"type"=>"foo", "current_step"=>"upload_file", "use_route"=>"importable"}
133423
+  (0.1ms) SAVEPOINT active_record_1
133424
+ SQL (0.5ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133425
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133426
+ Completed 200 OK in 29ms (Views: 2.0ms | ActiveRecord: 0.7ms)
133427
+ Processing by Importable::SpreadsheetsController#create as HTML
133428
+ Parameters: {"type"=>"foo", "current_step"=>"upload_file", "use_route"=>"importable"}
133429
+ Completed 200 OK in 11ms (Views: 3.1ms | ActiveRecord: 0.0ms)
133430
+ Processing by Importable::SpreadsheetsController#create as HTML
133431
+ Parameters: {"type"=>"foo", "current_step"=>"upload_file", "use_route"=>"importable"}
133432
+  (0.1ms) SAVEPOINT active_record_1
133433
+ SQL (1.0ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133434
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133435
+ Completed 200 OK in 23ms (Views: 3.8ms | ActiveRecord: 1.1ms)
133436
+  (0.1ms) SAVEPOINT active_record_1
133437
+ SQL (0.5ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133438
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133439
+ Processing by Importable::SpreadsheetsController#create as HTML
133440
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "use_route"=>"importable"}
133441
+ Importable::Spreadsheet Load (0.1ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
133442
+  (0.0ms) SAVEPOINT active_record_1
133443
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133444
+  (0.0ms) SAVEPOINT active_record_1
133445
+ SQL (1.6ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133446
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133447
+  (0.0ms) SAVEPOINT active_record_1
133448
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133449
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133450
+  (0.0ms) SAVEPOINT active_record_1
133451
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133452
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133453
+  (0.0ms) SAVEPOINT active_record_1
133454
+ SQL (1.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133455
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133456
+ Redirected to http://test.host/import/foo/1/spreadsheet
133457
+ Completed 302 Found in 32ms
133458
+  (0.1ms) SAVEPOINT active_record_1
133459
+ SQL (0.6ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133460
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133461
+ Processing by Importable::SpreadsheetsController#create as HTML
133462
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "use_route"=>"importable"}
133463
+ Importable::Spreadsheet Load (0.1ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
133464
+  (0.0ms) SAVEPOINT active_record_1
133465
+  (0.2ms) RELEASE SAVEPOINT active_record_1
133466
+  (0.0ms) SAVEPOINT active_record_1
133467
+ SQL (1.7ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133468
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133469
+  (0.0ms) SAVEPOINT active_record_1
133470
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133471
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133472
+  (0.0ms) SAVEPOINT active_record_1
133473
+ SQL (4.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133474
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133475
+  (0.0ms) SAVEPOINT active_record_1
133476
+ SQL (1.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133477
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133478
+ Redirected to http://test.host/import/foo/1/spreadsheet
133479
+ Completed 302 Found in 37ms
133480
+  (0.1ms) SAVEPOINT active_record_1
133481
+ SQL (1.5ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:31 UTC +00:00]]
133482
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133483
+ Processing by Importable::SpreadsheetsController#create as HTML
133484
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "use_route"=>"importable"}
133485
+ Importable::Spreadsheet Load (0.1ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
133486
+  (0.1ms) SAVEPOINT active_record_1
133487
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133488
+  (0.0ms) SAVEPOINT active_record_1
133489
+ SQL (1.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133490
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133491
+  (0.0ms) SAVEPOINT active_record_1
133492
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133493
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133494
+  (0.0ms) SAVEPOINT active_record_1
133495
+ SQL (1.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133496
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133497
+  (0.0ms) SAVEPOINT active_record_1
133498
+ SQL (1.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133499
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133500
+ Redirected to http://test.host/import/foo/1/spreadsheet
133501
+ Completed 302 Found in 32ms
133502
+  (0.1ms) SAVEPOINT active_record_1
133503
+ SQL (0.4ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133504
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133505
+ Processing by Importable::SpreadsheetsController#create as HTML
133506
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "back_button"=>"1", "use_route"=>"importable"}
133507
+ Importable::Spreadsheet Load (0.1ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
133508
+  (0.0ms) SAVEPOINT active_record_1
133509
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133510
+ Completed 200 OK in 20ms (Views: 2.5ms | ActiveRecord: 0.2ms)
133511
+  (0.1ms) SAVEPOINT active_record_1
133512
+ SQL (0.4ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133513
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133514
+ Processing by Importable::SpreadsheetsController#create as HTML
133515
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "default_sheet"=>"1", "use_route"=>"importable"}
133516
+ Importable::Spreadsheet Load (0.1ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
133517
+  (0.1ms) SAVEPOINT active_record_1
133518
+ SQL (2.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 9], ["r", 8], ["s", 7], ["t", 6], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133519
+ SQL (1.4ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 8], ["r", 7], ["s", 6], ["t", 5], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133520
+ SQL (5.4ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 7], ["r", 6], ["s", 5], ["t", 4], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133521
+ SQL (1.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 6], ["r", 5], ["s", 4], ["t", 3], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133522
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133523
+ Redirected to http://test.host/import/foo/1/spreadsheet
133524
+ Completed 302 Found in 49ms
133525
+  (0.1ms) SAVEPOINT active_record_1
133526
+ SQL (0.4ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133527
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133528
+ Processing by Importable::SpreadsheetsController#create as HTML
133529
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "default_sheet"=>"1", "use_route"=>"importable"}
133530
+ Importable::Spreadsheet Load (0.2ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
133531
+  (0.1ms) SAVEPOINT active_record_1
133532
+ SQL (1.9ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 9], ["r", 8], ["s", 7], ["t", 6], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133533
+ SQL (1.4ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 8], ["r", 7], ["s", 6], ["t", 5], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133534
+ SQL (1.4ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 7], ["r", 6], ["s", 5], ["t", 4], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133535
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 6], ["r", 5], ["s", 4], ["t", 3], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133536
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133537
+ Redirected to http://test.host/import/foo/1/spreadsheet
133538
+ Completed 302 Found in 32ms
133539
+  (0.1ms) SAVEPOINT active_record_1
133540
+ SQL (0.4ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133541
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133542
+ Processing by Importable::SpreadsheetsController#create as HTML
133543
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "use_route"=>"importable"}
133544
+ Importable::Spreadsheet Load (0.1ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
133545
+  (0.0ms) SAVEPOINT active_record_1
133546
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133547
+  (0.0ms) SAVEPOINT active_record_1
133548
+ SQL (1.6ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133549
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133550
+  (0.0ms) SAVEPOINT active_record_1
133551
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133552
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133553
+  (0.0ms) SAVEPOINT active_record_1
133554
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133555
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133556
+  (0.0ms) SAVEPOINT active_record_1
133557
+ SQL (1.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133558
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133559
+ Redirected to http://test.host/import/foo/1/spreadsheet
133560
+ Completed 302 Found in 31ms
133561
+  (0.1ms) SAVEPOINT active_record_1
133562
+ SQL (0.5ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133563
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133564
+ Processing by Importable::SpreadsheetsController#create as HTML
133565
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "use_route"=>"importable"}
133566
+ Importable::Spreadsheet Load (0.1ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
133567
+  (0.0ms) SAVEPOINT active_record_1
133568
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133569
+  (0.0ms) SAVEPOINT active_record_1
133570
+ SQL (1.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133571
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133572
+  (0.0ms) SAVEPOINT active_record_1
133573
+ SQL (1.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133574
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133575
+  (0.0ms) SAVEPOINT active_record_1
133576
+ SQL (2.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133577
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133578
+  (0.0ms) SAVEPOINT active_record_1
133579
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133580
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133581
+ Redirected to http://test.host/import/foo/1/spreadsheet
133582
+ Completed 302 Found in 32ms
133583
+  (0.1ms) SAVEPOINT active_record_1
133584
+ SQL (5.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133585
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133586
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133587
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133588
+ SQL (0.3ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["file", "foo_single_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133589
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133590
+ Processing by Importable::SpreadsheetsController#create as HTML
133591
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "use_route"=>"importable"}
133592
+ Importable::Spreadsheet Load (0.2ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
133593
+  (0.1ms) SAVEPOINT active_record_1
133594
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133595
+ SQL (1.4ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133596
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133597
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133598
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133599
+ Redirected to http://test.host/import/foo/1/spreadsheet
133600
+ Completed 302 Found in 38ms
133601
+  (0.1ms) SAVEPOINT active_record_1
133602
+ SQL (0.4ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133603
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133604
+ Processing by Importable::SpreadsheetsController#create as HTML
133605
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "use_route"=>"importable"}
133606
+  (0.1ms) SAVEPOINT active_record_1
133607
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133608
+ Completed 200 OK in 11ms (Views: 1.9ms | ActiveRecord: 0.1ms)
133609
+  (0.1ms) SAVEPOINT active_record_1
133610
+ SQL (0.4ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133611
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133612
+ Processing by Importable::SpreadsheetsController#create as HTML
133613
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "use_route"=>"importable"}
133614
+  (0.1ms) SAVEPOINT active_record_1
133615
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133616
+ Completed 200 OK in 11ms (Views: 1.8ms | ActiveRecord: 0.1ms)
133617
+  (0.1ms) SAVEPOINT active_record_1
133618
+ SQL (0.4ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133619
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133620
+ Processing by Importable::SpreadsheetsController#create as HTML
133621
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "use_route"=>"importable"}
133622
+  (0.1ms) SAVEPOINT active_record_1
133623
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
133624
+ Completed 200 OK in 10ms (Views: 2.1ms | ActiveRecord: 0.1ms)
133625
+  (0.1ms) SAVEPOINT active_record_1
133626
+ SQL (2.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133627
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133628
+  (0.0ms) SAVEPOINT active_record_1
133629
+ SQL (1.9ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133630
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133631
+  (0.0ms) SAVEPOINT active_record_1
133632
+ SQL (1.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133633
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133634
+  (0.0ms) SAVEPOINT active_record_1
133635
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133636
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133637
+  (0.1ms) SAVEPOINT active_record_1
133638
+ SQL (0.5ms) INSERT INTO "foo_required_fields" ("created_at", "doof", "moof", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["doof", 2], ["moof", 1], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133639
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133640
+  (0.0ms) SAVEPOINT active_record_1
133641
+ SQL (0.4ms) INSERT INTO "foo_required_fields" ("created_at", "doof", "moof", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["doof", 4], ["moof", 3], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133642
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133643
+  (0.0ms) SAVEPOINT active_record_1
133644
+ SQL (0.1ms) INSERT INTO "foo_required_fields" ("created_at", "doof", "moof", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["doof", 6], ["moof", 5], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133645
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133646
+  (0.0ms) SAVEPOINT active_record_1
133647
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133648
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133649
+  (0.0ms) SAVEPOINT active_record_1
133650
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133651
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133652
+  (0.0ms) SAVEPOINT active_record_1
133653
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133654
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133655
+  (0.0ms) SAVEPOINT active_record_1
133656
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133657
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133658
+  (0.0ms) SAVEPOINT active_record_1
133659
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133660
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133661
+  (0.0ms) SAVEPOINT active_record_1
133662
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133663
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133664
+  (0.0ms) SAVEPOINT active_record_1
133665
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133666
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133667
+  (0.0ms) SAVEPOINT active_record_1
133668
+ SQL (0.9ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133669
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133670
+  (0.0ms) SAVEPOINT active_record_1
133671
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133672
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133673
+  (0.0ms) SAVEPOINT active_record_1
133674
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133675
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133676
+  (0.0ms) SAVEPOINT active_record_1
133677
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133678
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133679
+  (0.0ms) SAVEPOINT active_record_1
133680
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133681
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133682
+  (0.0ms) SAVEPOINT active_record_1
133683
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133684
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133685
+  (0.1ms) SAVEPOINT active_record_1
133686
+ SQL (5.4ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133687
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133688
+  (0.0ms) SAVEPOINT active_record_1
133689
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133690
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133691
+  (0.0ms) SAVEPOINT active_record_1
133692
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133693
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133694
+  (0.0ms) SAVEPOINT active_record_1
133695
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133696
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133697
+  (0.0ms) SAVEPOINT active_record_1
133698
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133699
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133700
+  (0.0ms) SAVEPOINT active_record_1
133701
+ SQL (1.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133702
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133703
+  (0.0ms) SAVEPOINT active_record_1
133704
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133705
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133706
+  (0.0ms) SAVEPOINT active_record_1
133707
+ SQL (1.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133708
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133709
+  (0.1ms) SELECT COUNT(*) FROM "foos"
133710
+  (0.0ms) SAVEPOINT active_record_1
133711
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133712
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133713
+  (0.0ms) SAVEPOINT active_record_1
133714
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133715
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133716
+  (0.0ms) SAVEPOINT active_record_1
133717
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133718
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133719
+  (0.1ms) SELECT COUNT(*) FROM "foos"
133720
+  (0.0ms) SAVEPOINT active_record_1
133721
+ SQL (0.3ms) INSERT INTO "foo_required_fields" ("created_at", "doof", "moof", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["doof", 2], ["moof", 1], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133722
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133723
+  (0.0ms) SAVEPOINT active_record_1
133724
+ SQL (0.3ms) INSERT INTO "foo_required_fields" ("created_at", "doof", "moof", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["doof", 4], ["moof", 3], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133725
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133726
+  (0.0ms) SAVEPOINT active_record_1
133727
+ SQL (0.1ms) INSERT INTO "foo_required_fields" ("created_at", "doof", "moof", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["doof", 6], ["moof", 5], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133728
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133729
+  (0.0ms) SAVEPOINT active_record_1
133730
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133731
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133732
+  (0.0ms) SAVEPOINT active_record_1
133733
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133734
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133735
+  (0.0ms) SAVEPOINT active_record_1
133736
+ SQL (1.4ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133737
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133738
+  (0.0ms) SAVEPOINT active_record_1
133739
+ SQL (1.4ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133740
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133741
+  (0.0ms) SAVEPOINT active_record_1
133742
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133743
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133744
+  (0.0ms) SAVEPOINT active_record_1
133745
+ SQL (1.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133746
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133747
+  (0.1ms) SAVEPOINT active_record_1
133748
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133749
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133750
+  (0.0ms) SAVEPOINT active_record_1
133751
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133752
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133753
+  (0.0ms) SAVEPOINT active_record_1
133754
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133755
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133756
+  (0.0ms) SAVEPOINT active_record_1
133757
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133758
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133759
+  (0.1ms) SAVEPOINT active_record_1
133760
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133761
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133762
+  (0.0ms) SAVEPOINT active_record_1
133763
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133764
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133765
+  (0.0ms) SAVEPOINT active_record_1
133766
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133767
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133768
+  (0.0ms) SAVEPOINT active_record_1
133769
+ SQL (0.9ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:32 UTC +00:00]]
133770
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133771
+
133772
+
133773
+ Started GET "/import/foo_resource/resource" for 127.0.0.1 at 2011-09-30 01:46:49 -0400
133774
+ Processing by Importable::ResourcesController#new as HTML
133775
+ Parameters: {"type"=>"foo_resource"}
133776
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.6ms)
133777
+ Rendered foo_resources/importable/_extras.html.erb (0.2ms)
133778
+ Rendered /Users/mike/work/importable/app/views/importable/resources/_actions.html.erb (0.7ms)
133779
+ Rendered /Users/mike/work/importable/app/views/importable/resources/new.html.erb within layouts/application (38.5ms)
133780
+ Completed 200 OK in 117ms (Views: 102.1ms | ActiveRecord: 0.2ms)
133781
+
133782
+
133783
+ Started POST "/import/foo_resource/resource" for 127.0.0.1 at 2011-09-30 01:46:50 -0400
133784
+ Processing by Importable::ResourcesController#create as HTML
133785
+ Parameters: {"utf8"=>"✓", "return_to"=>"import", "commit"=>"Import", "type"=>"foo_resource"}
133786
+  (0.1ms) SAVEPOINT active_record_1
133787
+ SQL (25.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Wed, 14 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133788
+ SQL (2.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Thu, 15 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133789
+ SQL (2.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Fri, 16 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133790
+ SQL (4.6ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Sat, 17 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133791
+ SQL (2.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Sun, 18 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133792
+ SQL (2.4ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Mon, 19 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133793
+ SQL (2.6ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Tue, 20 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133794
+ SQL (2.4ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Wed, 21 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133795
+ SQL (2.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Thu, 22 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133796
+ SQL (2.6ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Fri, 23 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133797
+ SQL (3.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Sat, 24 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133798
+ SQL (2.9ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Sun, 25 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133799
+ SQL (2.7ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Mon, 26 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133800
+ SQL (3.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Tue, 27 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133801
+ SQL (2.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Wed, 28 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133802
+ SQL (3.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Thu, 29 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133803
+ SQL (2.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Fri, 30 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133804
+ SQL (5.2ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["file", nil], ["mapper_name", "foo_resource"], ["type", "Importable::Resource"], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133805
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133806
+ Redirected to http://www.example.com/import/foo_resource/resource?
133807
+ Completed 302 Found in 136ms
133808
+
133809
+
133810
+ Started GET "/import/foo_resource/resource" for 127.0.0.1 at 2011-09-30 01:46:50 -0400
133811
+ Processing by Importable::ResourcesController#new as HTML
133812
+ Parameters: {"type"=>"foo_resource"}
133813
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
133814
+ Rendered foo_resources/importable/_extras.html.erb (0.3ms)
133815
+ Rendered /Users/mike/work/importable/app/views/importable/resources/_actions.html.erb (0.3ms)
133816
+ Rendered /Users/mike/work/importable/app/views/importable/resources/new.html.erb within layouts/application (3.2ms)
133817
+ Completed 200 OK in 10ms (Views: 4.9ms | ActiveRecord: 0.0ms)
133818
+
133819
+
133820
+ Started GET "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:50 -0400
133821
+ Processing by Importable::SpreadsheetsController#new as HTML
133822
+ Parameters: {"type"=>"foo"}
133823
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
133824
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.3ms)
133825
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.7ms)
133826
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (5.0ms)
133827
+ Completed 200 OK in 24ms (Views: 12.8ms | ActiveRecord: 0.0ms)
133828
+
133829
+
133830
+ Started POST "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:50 -0400
133831
+ Processing by Importable::SpreadsheetsController#create as HTML
133832
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f9f6bbf1578 @original_filename="foo_single_worksheet.xlsx", @content_type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"foo_single_worksheet.xlsx\"\r\nContent-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\r\nContent-Length: 26577\r\n", @tempfile=#<File:/var/folders/d6/487qybwn13j5h044v438g9vr0000gn/T/RackMultipart20110930-5761-zk6lqz>>, "current_step"=>"upload_file", "return_to"=>"import", "commit"=>"Upload", "type"=>"foo"}
133833
+  (0.1ms) SAVEPOINT active_record_1
133834
+ SQL (2.4ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133835
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133836
+ SQL (1.7ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133837
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133838
+ SQL (0.2ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["file", "foo_single_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133839
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133840
+ Redirected to http://www.example.com/import/foo/spreadsheet?
133841
+ Completed 302 Found in 51ms
133842
+
133843
+
133844
+ Started GET "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:50 -0400
133845
+ Processing by Importable::SpreadsheetsController#new as HTML
133846
+ Parameters: {"type"=>"foo"}
133847
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
133848
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
133849
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.3ms)
133850
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (2.5ms)
133851
+ Completed 200 OK in 10ms (Views: 4.9ms | ActiveRecord: 0.0ms)
133852
+
133853
+
133854
+ Started GET "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:50 -0400
133855
+ Processing by Importable::SpreadsheetsController#new as HTML
133856
+ Parameters: {"type"=>"foo"}
133857
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.0ms)
133858
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
133859
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.2ms)
133860
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (2.6ms)
133861
+ Completed 200 OK in 9ms (Views: 4.5ms | ActiveRecord: 0.0ms)
133862
+
133863
+
133864
+ Started POST "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:50 -0400
133865
+ Processing by Importable::SpreadsheetsController#create as HTML
133866
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f9f6cd34628 @original_filename="foo_multi_worksheet.xlsx", @content_type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"foo_multi_worksheet.xlsx\"\r\nContent-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\r\nContent-Length: 27552\r\n", @tempfile=#<File:/var/folders/d6/487qybwn13j5h044v438g9vr0000gn/T/RackMultipart20110930-5761-vnkeqo>>, "current_step"=>"upload_file", "return_to"=>"import", "commit"=>"Upload", "type"=>"foo"}
133867
+  (0.1ms) SAVEPOINT active_record_1
133868
+ SQL (0.5ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133869
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133870
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.0ms)
133871
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
133872
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.3ms)
133873
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_choose_worksheet_step.html.erb (4.1ms)
133874
+ Completed 200 OK in 27ms (Views: 7.0ms | ActiveRecord: 0.7ms)
133875
+
133876
+
133877
+ Started POST "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:50 -0400
133878
+ Processing by Importable::SpreadsheetsController#create as HTML
133879
+ Parameters: {"utf8"=>"✓", "default_sheet"=>"1", "id"=>"1", "current_step"=>"choose_worksheet", "return_to"=>"import", "commit"=>"Continue", "type"=>"foo"}
133880
+ Importable::Spreadsheet Load (0.2ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
133881
+  (0.1ms) SAVEPOINT active_record_1
133882
+ SQL (2.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 9], ["r", 8], ["s", 7], ["t", 6], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133883
+ SQL (1.9ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 8], ["r", 7], ["s", 6], ["t", 5], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133884
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 7], ["r", 6], ["s", 5], ["t", 4], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133885
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 6], ["r", 5], ["s", 4], ["t", 3], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133886
+  (0.0ms) RELEASE SAVEPOINT active_record_1
133887
+ Redirected to http://www.example.com/import/foo/spreadsheet?
133888
+ Completed 302 Found in 34ms
133889
+
133890
+
133891
+ Started GET "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:50 -0400
133892
+ Processing by Importable::SpreadsheetsController#new as HTML
133893
+ Parameters: {"type"=>"foo"}
133894
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
133895
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
133896
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.2ms)
133897
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (2.6ms)
133898
+ Completed 200 OK in 10ms (Views: 4.7ms | ActiveRecord: 0.0ms)
133899
+
133900
+
133901
+ Started GET "/import/foo_required_field/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:50 -0400
133902
+ Processing by Importable::SpreadsheetsController#new as HTML
133903
+ Parameters: {"type"=>"foo_required_field"}
133904
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.0ms)
133905
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
133906
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.4ms)
133907
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (3.3ms)
133908
+ Completed 200 OK in 10ms (Views: 5.3ms | ActiveRecord: 0.0ms)
133909
+
133910
+
133911
+ Started POST "/import/foo_required_field/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:50 -0400
133912
+ Processing by Importable::SpreadsheetsController#create as HTML
133913
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f9f6bec3a08 @original_filename="foo_required_field_invalid.xlsx", @content_type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"foo_required_field_invalid.xlsx\"\r\nContent-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\r\nContent-Length: 25558\r\n", @tempfile=#<File:/var/folders/d6/487qybwn13j5h044v438g9vr0000gn/T/RackMultipart20110930-5761-8w5x40>>, "current_step"=>"upload_file", "return_to"=>"import", "commit"=>"Upload", "type"=>"foo_required_field"}
133914
+  (0.1ms) SAVEPOINT active_record_1
133915
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
133916
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (3.0ms)
133917
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
133918
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.3ms)
133919
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (5.7ms)
133920
+ Completed 200 OK in 36ms (Views: 8.0ms | ActiveRecord: 0.5ms)
133921
+
133922
+
133923
+ Started GET "/import/foo_required_field/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:50 -0400
133924
+ Processing by Importable::SpreadsheetsController#new as HTML
133925
+ Parameters: {"type"=>"foo_required_field"}
133926
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.0ms)
133927
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
133928
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.2ms)
133929
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (2.6ms)
133930
+ Completed 200 OK in 10ms (Views: 4.6ms | ActiveRecord: 0.0ms)
133931
+
133932
+
133933
+ Started POST "/import/foo_required_field/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:50 -0400
133934
+ Processing by Importable::SpreadsheetsController#create as HTML
133935
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f9f6da140a0 @original_filename="foo_multi_worksheet_required_field_invalid.xlsx", @content_type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"foo_multi_worksheet_required_field_invalid.xlsx\"\r\nContent-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\r\nContent-Length: 26462\r\n", @tempfile=#<File:/var/folders/d6/487qybwn13j5h044v438g9vr0000gn/T/RackMultipart20110930-5761-1qxt5tm>>, "current_step"=>"upload_file", "return_to"=>"import", "commit"=>"Upload", "type"=>"foo_required_field"}
133936
+  (0.1ms) SAVEPOINT active_record_1
133937
+ SQL (0.6ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["file", "foo_multi_worksheet_required_field_invalid.xlsx"], ["mapper_name", "foo_required_field"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133938
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133939
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.0ms)
133940
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
133941
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.3ms)
133942
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_choose_worksheet_step.html.erb (4.9ms)
133943
+ Completed 200 OK in 30ms (Views: 8.8ms | ActiveRecord: 0.7ms)
133944
+
133945
+
133946
+ Started POST "/import/foo_required_field/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:50 -0400
133947
+ Processing by Importable::SpreadsheetsController#create as HTML
133948
+ Parameters: {"utf8"=>"✓", "default_sheet"=>"0", "id"=>"1", "current_step"=>"choose_worksheet", "return_to"=>"import", "commit"=>"Continue", "type"=>"foo_required_field"}
133949
+ Importable::Spreadsheet Load (0.1ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
133950
+  (0.1ms) SAVEPOINT active_record_1
133951
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
133952
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (1.4ms)
133953
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
133954
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.3ms)
133955
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (3.9ms)
133956
+ Completed 200 OK in 24ms (Views: 6.1ms | ActiveRecord: 0.3ms)
133957
+
133958
+
133959
+ Started GET "/import/foo/spreadsheet?return_to=index" for 127.0.0.1 at 2011-09-30 01:46:50 -0400
133960
+ Processing by Importable::SpreadsheetsController#new as HTML
133961
+ Parameters: {"return_to"=>"index", "type"=>"foo"}
133962
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.0ms)
133963
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
133964
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (1.1ms)
133965
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (3.3ms)
133966
+ Completed 200 OK in 10ms (Views: 5.4ms | ActiveRecord: 0.0ms)
133967
+
133968
+
133969
+ Started POST "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:50 -0400
133970
+ Processing by Importable::SpreadsheetsController#create as HTML
133971
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f9f6dc6e828 @original_filename="foo_multi_worksheet.xlsx", @content_type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"foo_multi_worksheet.xlsx\"\r\nContent-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\r\nContent-Length: 27552\r\n", @tempfile=#<File:/var/folders/d6/487qybwn13j5h044v438g9vr0000gn/T/RackMultipart20110930-5761-zh91w7>>, "current_step"=>"upload_file", "return_to"=>"index", "commit"=>"Upload", "type"=>"foo"}
133972
+  (0.1ms) SAVEPOINT active_record_1
133973
+ SQL (0.5ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133974
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133975
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.0ms)
133976
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
133977
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.3ms)
133978
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_choose_worksheet_step.html.erb (3.3ms)
133979
+ Completed 200 OK in 27ms (Views: 6.2ms | ActiveRecord: 0.6ms)
133980
+
133981
+
133982
+ Started POST "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:50 -0400
133983
+ Processing by Importable::SpreadsheetsController#create as HTML
133984
+ Parameters: {"utf8"=>"✓", "default_sheet"=>"0", "id"=>"1", "current_step"=>"choose_worksheet", "return_to"=>"index", "commit"=>"Continue", "type"=>"foo"}
133985
+ Importable::Spreadsheet Load (0.1ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
133986
+  (0.1ms) SAVEPOINT active_record_1
133987
+ SQL (2.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133988
+ SQL (1.7ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133989
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133990
+ SQL (5.4ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
133991
+  (0.1ms) RELEASE SAVEPOINT active_record_1
133992
+ Redirected to http://www.example.com/foos
133993
+ Completed 302 Found in 49ms
133994
+
133995
+
133996
+ Started GET "/foos" for 127.0.0.1 at 2011-09-30 01:46:50 -0400
133997
+ Processing by FoosController#index as HTML
133998
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
133999
+
134000
+
134001
+ Started GET "/import/foo/spreadsheet?return_to=import" for 127.0.0.1 at 2011-09-30 01:46:50 -0400
134002
+ Processing by Importable::SpreadsheetsController#new as HTML
134003
+ Parameters: {"return_to"=>"import", "type"=>"foo"}
134004
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
134005
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.1ms)
134006
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.3ms)
134007
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (3.4ms)
134008
+ Completed 200 OK in 11ms (Views: 5.7ms | ActiveRecord: 0.0ms)
134009
+
134010
+
134011
+ Started POST "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:50 -0400
134012
+ Processing by Importable::SpreadsheetsController#create as HTML
134013
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f9f6f803840 @original_filename="foo_multi_worksheet.xlsx", @content_type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"foo_multi_worksheet.xlsx\"\r\nContent-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\r\nContent-Length: 27552\r\n", @tempfile=#<File:/var/folders/d6/487qybwn13j5h044v438g9vr0000gn/T/RackMultipart20110930-5761-nj733g>>, "current_step"=>"upload_file", "return_to"=>"import", "commit"=>"Upload", "type"=>"foo"}
134014
+  (0.1ms) SAVEPOINT active_record_1
134015
+ SQL (0.4ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
134016
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134017
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.0ms)
134018
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
134019
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.4ms)
134020
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_choose_worksheet_step.html.erb (3.4ms)
134021
+ Completed 200 OK in 26ms (Views: 5.8ms | ActiveRecord: 0.6ms)
134022
+
134023
+
134024
+ Started POST "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:50 -0400
134025
+ Processing by Importable::SpreadsheetsController#create as HTML
134026
+ Parameters: {"utf8"=>"✓", "default_sheet"=>"0", "id"=>"1", "current_step"=>"choose_worksheet", "return_to"=>"import", "commit"=>"Continue", "type"=>"foo"}
134027
+ Importable::Spreadsheet Load (0.1ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
134028
+  (0.1ms) SAVEPOINT active_record_1
134029
+ SQL (2.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
134030
+ SQL (1.9ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
134031
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
134032
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:50 UTC +00:00]]
134033
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134034
+ Redirected to http://www.example.com/import/foo/spreadsheet?
134035
+ Completed 302 Found in 32ms
134036
+
134037
+
134038
+ Started GET "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:46:50 -0400
134039
+ Processing by Importable::SpreadsheetsController#new as HTML
134040
+ Parameters: {"type"=>"foo"}
134041
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.0ms)
134042
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
134043
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.3ms)
134044
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (2.5ms)
134045
+ Completed 200 OK in 10ms (Views: 4.6ms | ActiveRecord: 0.0ms)
134046
+ Processing by Importable::FooImporterController#create as HTML
134047
+ Parameters: {"import_params"=>{"moof"=>"1"}, "type"=>"foo", "use_route"=>"importable"}
134048
+ Redirected to http://test.host/fake_foo_importer_path
134049
+ Completed 302 Found in 13ms
134050
+ Processing by Importable::FooImporterController#new as HTML
134051
+ Parameters: {"type"=>"foo", "use_route"=>"importable"}
134052
+ Completed 200 OK in 13ms (Views: 5.4ms | ActiveRecord: 0.0ms)
134053
+ Processing by Importable::FooImporterController#new as HTML
134054
+ Parameters: {"type"=>"foo", "use_route"=>"importable"}
134055
+ Completed 200 OK in 9ms (Views: 1.9ms | ActiveRecord: 0.0ms)
134056
+ Processing by Importable::FooImporterController#new as HTML
134057
+ Parameters: {"type"=>"bar", "use_route"=>"importable"}
134058
+ Completed 500 Internal Server Error in 5ms
134059
+ Processing by Importable::FooImporterController#new as HTML
134060
+ Parameters: {"type"=>"foo", "use_route"=>"importable"}
134061
+ Completed 200 OK in 8ms (Views: 2.3ms | ActiveRecord: 0.0ms)
134062
+ Processing by Importable::FooImporterController#new as HTML
134063
+ Parameters: {"type"=>"moof", "use_route"=>"importable"}
134064
+ Completed 200 OK in 10ms (Views: 2.2ms | ActiveRecord: 0.0ms)
134065
+  (0.0ms) SAVEPOINT active_record_1
134066
+ SQL (0.7ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["file", nil], ["mapper_name", "foo"], ["type", "Importable::FooImporter"], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134067
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134068
+ Processing by Importable::FooImporterController#create as HTML
134069
+ Parameters: {"type"=>"foo", "id"=>"1", "use_route"=>"importable"}
134070
+ Redirected to http://test.host/fake_foo_importer_path
134071
+ Completed 302 Found in 7ms
134072
+  (0.1ms) SAVEPOINT active_record_1
134073
+ SQL (0.6ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["file", nil], ["mapper_name", "foo"], ["type", "Importable::FooImporter"], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134074
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134075
+ Processing by Importable::FooImporterController#create as HTML
134076
+ Parameters: {"type"=>"foo", "id"=>"1", "return_to"=>"index", "use_route"=>"importable"}
134077
+ Redirected to http://test.host/foos
134078
+ Completed 302 Found in 8ms
134079
+  (0.0ms) SAVEPOINT active_record_1
134080
+ SQL (0.5ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["file", nil], ["mapper_name", "foo"], ["type", "Importable::FooImporter"], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134081
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134082
+ Processing by Importable::FooImporterController#create as HTML
134083
+ Parameters: {"type"=>"foo", "id"=>"1", "return_to"=>"import", "use_route"=>"importable"}
134084
+ Redirected to http://test.host/fake_new_foo_importer_path
134085
+ Completed 302 Found in 9ms
134086
+  (0.0ms) SAVEPOINT active_record_1
134087
+ SQL (0.6ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["file", nil], ["mapper_name", "foo"], ["type", "Importable::FooImporter"], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134088
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134089
+ Processing by Importable::FooImporterController#create as HTML
134090
+ Parameters: {"type"=>"foo", "id"=>"1", "use_route"=>"importable"}
134091
+ Completed 200 OK in 10ms (Views: 2.1ms | ActiveRecord: 0.0ms)
134092
+  (0.1ms) SAVEPOINT active_record_1
134093
+ SQL (0.7ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["file", nil], ["mapper_name", "foo"], ["type", "Importable::FooImporter"], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134094
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134095
+ Processing by Importable::FooImporterController#show as HTML
134096
+ Parameters: {"type"=>"foo", "id"=>"1", "use_route"=>"importable"}
134097
+ Importable::FooImporter Load (0.2ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::FooImporter') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
134098
+ Completed 200 OK in 13ms (Views: 3.0ms | ActiveRecord: 0.2ms)
134099
+ Processing by Importable::ResourcesController#create as HTML
134100
+ Parameters: {"type"=>"foo_resource", "import_params"=>{"start_date"=>"2010-04-14", "end_date"=>"2010-04-15"}, "use_route"=>"importable"}
134101
+  (0.1ms) SAVEPOINT active_record_1
134102
+ SQL (4.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Wed, 14 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134103
+ SQL (2.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Thu, 15 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134104
+ SQL (0.3ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["file", nil], ["mapper_name", "foo_resource"], ["type", "Importable::Resource"], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134105
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134106
+ Redirected to http://test.host/import/foo_resource/1/resource
134107
+ Completed 302 Found in 22ms
134108
+ Processing by Importable::ResourcesController#create as HTML
134109
+ Parameters: {"type"=>"foo_resource", "import_params"=>{"start_date"=>"2010-04-14", "end_date"=>"2010-04-15"}, "use_route"=>"importable"}
134110
+  (0.1ms) SAVEPOINT active_record_1
134111
+ SQL (2.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Wed, 14 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134112
+ SQL (1.9ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Thu, 15 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134113
+ SQL (0.3ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["file", nil], ["mapper_name", "foo_resource"], ["type", "Importable::Resource"], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134114
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134115
+ Redirected to http://test.host/import/foo_resource/1/resource
134116
+ Completed 302 Found in 21ms
134117
+  (0.1ms) SAVEPOINT active_record_1
134118
+ SQL (0.7ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["file", nil], ["mapper_name", "foo"], ["type", "Importable::FooImporter"], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134119
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134120
+ Processing by Importable::ResourcesController#create as HTML
134121
+ Parameters: {"type"=>"foo", "use_route"=>"importable"}
134122
+  (0.1ms) SAVEPOINT active_record_1
134123
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134124
+ Redirected to http://test.host/import/foo/1/resource
134125
+ Completed 302 Found in 10ms
134126
+  (0.1ms) SAVEPOINT active_record_1
134127
+ SQL (0.6ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["file", nil], ["mapper_name", "foo"], ["type", "Importable::FooImporter"], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134128
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134129
+ Processing by Importable::ResourcesController#create as HTML
134130
+ Parameters: {"type"=>"foo", "import_params"=>{"start_date"=>"2010-04-14", "end_date"=>"2010-04-15"}, "use_route"=>"importable"}
134131
+  (0.1ms) SAVEPOINT active_record_1
134132
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134133
+ Redirected to http://test.host/import/foo/1/resource
134134
+ Completed 302 Found in 10ms
134135
+ Processing by Importable::SpreadsheetsController#create as HTML
134136
+ Parameters: {"type"=>"foo", "current_step"=>"upload_file", "use_route"=>"importable"}
134137
+  (0.1ms) SAVEPOINT active_record_1
134138
+ SQL (0.5ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134139
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134140
+ Completed 200 OK in 23ms (Views: 2.1ms | ActiveRecord: 0.6ms)
134141
+ Processing by Importable::SpreadsheetsController#create as HTML
134142
+ Parameters: {"type"=>"foo", "current_step"=>"upload_file", "use_route"=>"importable"}
134143
+  (0.1ms) SAVEPOINT active_record_1
134144
+ SQL (0.5ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134145
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134146
+ Completed 200 OK in 23ms (Views: 2.3ms | ActiveRecord: 0.7ms)
134147
+ Processing by Importable::SpreadsheetsController#create as HTML
134148
+ Parameters: {"type"=>"foo", "current_step"=>"upload_file", "use_route"=>"importable"}
134149
+ Completed 200 OK in 9ms (Views: 1.9ms | ActiveRecord: 0.0ms)
134150
+ Processing by Importable::SpreadsheetsController#create as HTML
134151
+ Parameters: {"type"=>"foo", "current_step"=>"upload_file", "use_route"=>"importable"}
134152
+  (0.1ms) SAVEPOINT active_record_1
134153
+ SQL (0.5ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134154
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134155
+ Completed 200 OK in 26ms (Views: 2.2ms | ActiveRecord: 0.7ms)
134156
+  (0.2ms) SAVEPOINT active_record_1
134157
+ SQL (0.5ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134158
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134159
+ Processing by Importable::SpreadsheetsController#create as HTML
134160
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "use_route"=>"importable"}
134161
+ Importable::Spreadsheet Load (0.1ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
134162
+  (0.0ms) SAVEPOINT active_record_1
134163
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134164
+  (0.0ms) SAVEPOINT active_record_1
134165
+ SQL (1.6ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134166
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134167
+  (0.0ms) SAVEPOINT active_record_1
134168
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134169
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134170
+  (0.0ms) SAVEPOINT active_record_1
134171
+ SQL (1.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134172
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134173
+  (0.0ms) SAVEPOINT active_record_1
134174
+ SQL (1.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134175
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134176
+ Redirected to http://test.host/import/foo/1/spreadsheet
134177
+ Completed 302 Found in 32ms
134178
+  (0.1ms) SAVEPOINT active_record_1
134179
+ SQL (0.5ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134180
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134181
+ Processing by Importable::SpreadsheetsController#create as HTML
134182
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "use_route"=>"importable"}
134183
+ Importable::Spreadsheet Load (0.2ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
134184
+  (0.1ms) SAVEPOINT active_record_1
134185
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134186
+  (0.0ms) SAVEPOINT active_record_1
134187
+ SQL (1.7ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134188
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134189
+  (0.0ms) SAVEPOINT active_record_1
134190
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134191
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134192
+  (0.0ms) SAVEPOINT active_record_1
134193
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134194
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134195
+  (0.0ms) SAVEPOINT active_record_1
134196
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134197
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134198
+ Redirected to http://test.host/import/foo/1/spreadsheet
134199
+ Completed 302 Found in 33ms
134200
+  (0.1ms) SAVEPOINT active_record_1
134201
+ SQL (0.5ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134202
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134203
+ Processing by Importable::SpreadsheetsController#create as HTML
134204
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "use_route"=>"importable"}
134205
+ Importable::Spreadsheet Load (0.2ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
134206
+  (0.0ms) SAVEPOINT active_record_1
134207
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134208
+  (0.0ms) SAVEPOINT active_record_1
134209
+ SQL (2.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134210
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134211
+  (0.0ms) SAVEPOINT active_record_1
134212
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134213
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134214
+  (0.1ms) SAVEPOINT active_record_1
134215
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134216
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134217
+  (0.0ms) SAVEPOINT active_record_1
134218
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134219
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134220
+ Redirected to http://test.host/import/foo/1/spreadsheet
134221
+ Completed 302 Found in 36ms
134222
+  (0.2ms) SAVEPOINT active_record_1
134223
+ SQL (0.4ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134224
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134225
+ Processing by Importable::SpreadsheetsController#create as HTML
134226
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "back_button"=>"1", "use_route"=>"importable"}
134227
+ Importable::Spreadsheet Load (0.2ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
134228
+  (0.1ms) SAVEPOINT active_record_1
134229
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134230
+ Completed 200 OK in 22ms (Views: 2.0ms | ActiveRecord: 0.3ms)
134231
+  (0.1ms) SAVEPOINT active_record_1
134232
+ SQL (0.5ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134233
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134234
+ Processing by Importable::SpreadsheetsController#create as HTML
134235
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "default_sheet"=>"1", "use_route"=>"importable"}
134236
+ Importable::Spreadsheet Load (0.2ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
134237
+  (0.1ms) SAVEPOINT active_record_1
134238
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 9], ["r", 8], ["s", 7], ["t", 6], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134239
+ SQL (1.4ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 8], ["r", 7], ["s", 6], ["t", 5], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134240
+ SQL (1.4ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 7], ["r", 6], ["s", 5], ["t", 4], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134241
+ SQL (1.4ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 6], ["r", 5], ["s", 4], ["t", 3], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134242
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134243
+ Redirected to http://test.host/import/foo/1/spreadsheet
134244
+ Completed 302 Found in 34ms
134245
+  (0.1ms) SAVEPOINT active_record_1
134246
+ SQL (0.4ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134247
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134248
+ Processing by Importable::SpreadsheetsController#create as HTML
134249
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "default_sheet"=>"1", "use_route"=>"importable"}
134250
+ Importable::Spreadsheet Load (0.1ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
134251
+  (0.1ms) SAVEPOINT active_record_1
134252
+ SQL (2.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 9], ["r", 8], ["s", 7], ["t", 6], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134253
+ SQL (1.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 8], ["r", 7], ["s", 6], ["t", 5], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134254
+ SQL (1.4ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 7], ["r", 6], ["s", 5], ["t", 4], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134255
+ SQL (1.4ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 6], ["r", 5], ["s", 4], ["t", 3], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134256
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134257
+ Redirected to http://test.host/import/foo/1/spreadsheet
134258
+ Completed 302 Found in 33ms
134259
+  (0.1ms) SAVEPOINT active_record_1
134260
+ SQL (0.4ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134261
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134262
+ Processing by Importable::SpreadsheetsController#create as HTML
134263
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "use_route"=>"importable"}
134264
+ Importable::Spreadsheet Load (0.1ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
134265
+  (0.0ms) SAVEPOINT active_record_1
134266
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134267
+  (0.1ms) SAVEPOINT active_record_1
134268
+ SQL (2.4ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134269
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134270
+  (0.0ms) SAVEPOINT active_record_1
134271
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134272
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134273
+  (0.0ms) SAVEPOINT active_record_1
134274
+ SQL (1.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134275
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134276
+  (0.0ms) SAVEPOINT active_record_1
134277
+ SQL (1.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134278
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134279
+ Redirected to http://test.host/import/foo/1/spreadsheet
134280
+ Completed 302 Found in 33ms
134281
+  (0.1ms) SAVEPOINT active_record_1
134282
+ SQL (0.4ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134283
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134284
+ Processing by Importable::SpreadsheetsController#create as HTML
134285
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "use_route"=>"importable"}
134286
+ Importable::Spreadsheet Load (0.1ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
134287
+  (0.0ms) SAVEPOINT active_record_1
134288
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134289
+  (0.0ms) SAVEPOINT active_record_1
134290
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134291
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134292
+  (0.0ms) SAVEPOINT active_record_1
134293
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134294
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134295
+  (0.0ms) SAVEPOINT active_record_1
134296
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134297
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134298
+  (0.0ms) SAVEPOINT active_record_1
134299
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134300
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134301
+ Redirected to http://test.host/import/foo/1/spreadsheet
134302
+ Completed 302 Found in 34ms
134303
+  (0.1ms) SAVEPOINT active_record_1
134304
+ SQL (1.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134305
+ SQL (1.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134306
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134307
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134308
+ SQL (0.2ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["file", "foo_single_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134309
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134310
+ Processing by Importable::SpreadsheetsController#create as HTML
134311
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "use_route"=>"importable"}
134312
+ Importable::Spreadsheet Load (0.1ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
134313
+  (0.1ms) SAVEPOINT active_record_1
134314
+ SQL (4.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134315
+ SQL (1.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134316
+ SQL (1.4ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134317
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134318
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134319
+ Redirected to http://test.host/import/foo/1/spreadsheet
134320
+ Completed 302 Found in 39ms
134321
+  (0.1ms) SAVEPOINT active_record_1
134322
+ SQL (0.4ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134323
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134324
+ Processing by Importable::SpreadsheetsController#create as HTML
134325
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "use_route"=>"importable"}
134326
+  (0.1ms) SAVEPOINT active_record_1
134327
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134328
+ Completed 200 OK in 13ms (Views: 1.9ms | ActiveRecord: 0.1ms)
134329
+  (0.1ms) SAVEPOINT active_record_1
134330
+ SQL (0.4ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134331
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134332
+ Processing by Importable::SpreadsheetsController#create as HTML
134333
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "use_route"=>"importable"}
134334
+  (0.1ms) SAVEPOINT active_record_1
134335
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134336
+ Completed 200 OK in 13ms (Views: 1.9ms | ActiveRecord: 0.1ms)
134337
+  (0.1ms) SAVEPOINT active_record_1
134338
+ SQL (0.4ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134339
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134340
+ Processing by Importable::SpreadsheetsController#create as HTML
134341
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "use_route"=>"importable"}
134342
+  (0.1ms) SAVEPOINT active_record_1
134343
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
134344
+ Completed 200 OK in 9ms (Views: 1.9ms | ActiveRecord: 0.1ms)
134345
+  (0.1ms) SAVEPOINT active_record_1
134346
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134347
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134348
+  (0.0ms) SAVEPOINT active_record_1
134349
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134350
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134351
+  (0.0ms) SAVEPOINT active_record_1
134352
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134353
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134354
+  (0.0ms) SAVEPOINT active_record_1
134355
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:51 UTC +00:00]]
134356
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134357
+  (0.1ms) SAVEPOINT active_record_1
134358
+ SQL (0.4ms) INSERT INTO "foo_required_fields" ("created_at", "doof", "moof", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["doof", 2], ["moof", 1], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134359
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134360
+  (0.0ms) SAVEPOINT active_record_1
134361
+ SQL (0.3ms) INSERT INTO "foo_required_fields" ("created_at", "doof", "moof", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["doof", 4], ["moof", 3], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134362
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134363
+  (0.0ms) SAVEPOINT active_record_1
134364
+ SQL (0.1ms) INSERT INTO "foo_required_fields" ("created_at", "doof", "moof", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["doof", 6], ["moof", 5], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134365
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134366
+  (0.0ms) SAVEPOINT active_record_1
134367
+ SQL (1.7ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134368
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134369
+  (0.0ms) SAVEPOINT active_record_1
134370
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134371
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134372
+  (0.0ms) SAVEPOINT active_record_1
134373
+ SQL (0.9ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134374
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134375
+  (0.0ms) SAVEPOINT active_record_1
134376
+ SQL (1.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134377
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134378
+  (0.0ms) SAVEPOINT active_record_1
134379
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134380
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134381
+  (0.0ms) SAVEPOINT active_record_1
134382
+ SQL (1.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134383
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134384
+  (0.0ms) SAVEPOINT active_record_1
134385
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134386
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134387
+  (0.0ms) SAVEPOINT active_record_1
134388
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134389
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134390
+  (0.0ms) SAVEPOINT active_record_1
134391
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134392
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134393
+  (0.0ms) SAVEPOINT active_record_1
134394
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134395
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134396
+  (0.0ms) SAVEPOINT active_record_1
134397
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134398
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134399
+  (0.0ms) SAVEPOINT active_record_1
134400
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134401
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134402
+  (0.0ms) SAVEPOINT active_record_1
134403
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134404
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134405
+  (0.0ms) SAVEPOINT active_record_1
134406
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134407
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134408
+  (0.0ms) SAVEPOINT active_record_1
134409
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134410
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134411
+  (0.0ms) SAVEPOINT active_record_1
134412
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134413
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134414
+  (0.0ms) SAVEPOINT active_record_1
134415
+ SQL (1.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134416
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134417
+  (0.0ms) SAVEPOINT active_record_1
134418
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134419
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134420
+  (0.0ms) SAVEPOINT active_record_1
134421
+ SQL (1.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134422
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134423
+  (0.0ms) SAVEPOINT active_record_1
134424
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134425
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134426
+  (0.0ms) SAVEPOINT active_record_1
134427
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134428
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134429
+  (0.1ms) SELECT COUNT(*) FROM "foos"
134430
+  (0.0ms) SAVEPOINT active_record_1
134431
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134432
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134433
+  (0.0ms) SAVEPOINT active_record_1
134434
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134435
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134436
+  (0.0ms) SAVEPOINT active_record_1
134437
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134438
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134439
+  (0.0ms) SELECT COUNT(*) FROM "foos"
134440
+  (0.0ms) SAVEPOINT active_record_1
134441
+ SQL (0.4ms) INSERT INTO "foo_required_fields" ("created_at", "doof", "moof", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["doof", 2], ["moof", 1], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134442
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134443
+  (0.0ms) SAVEPOINT active_record_1
134444
+ SQL (0.3ms) INSERT INTO "foo_required_fields" ("created_at", "doof", "moof", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["doof", 4], ["moof", 3], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134445
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134446
+  (0.0ms) SAVEPOINT active_record_1
134447
+ SQL (0.1ms) INSERT INTO "foo_required_fields" ("created_at", "doof", "moof", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["doof", 6], ["moof", 5], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134448
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134449
+  (0.0ms) SAVEPOINT active_record_1
134450
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134451
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134452
+  (0.0ms) SAVEPOINT active_record_1
134453
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134454
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134455
+  (0.0ms) SAVEPOINT active_record_1
134456
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134457
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134458
+  (0.0ms) SAVEPOINT active_record_1
134459
+ SQL (1.4ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134460
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134461
+  (0.0ms) SAVEPOINT active_record_1
134462
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134463
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134464
+  (0.0ms) SAVEPOINT active_record_1
134465
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134466
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134467
+  (0.1ms) SAVEPOINT active_record_1
134468
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134469
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134470
+  (0.0ms) SAVEPOINT active_record_1
134471
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134472
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134473
+  (0.0ms) SAVEPOINT active_record_1
134474
+ SQL (5.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134475
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134476
+  (0.0ms) SAVEPOINT active_record_1
134477
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134478
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134479
+  (0.1ms) SAVEPOINT active_record_1
134480
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134481
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134482
+  (0.0ms) SAVEPOINT active_record_1
134483
+ SQL (1.7ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134484
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134485
+  (0.0ms) SAVEPOINT active_record_1
134486
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134487
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134488
+  (0.0ms) SAVEPOINT active_record_1
134489
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:46:52 UTC +00:00]]
134490
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134491
+
134492
+
134493
+ Started GET "/import/foo_resource/resource" for 127.0.0.1 at 2011-09-30 01:50:21 -0400
134494
+ Processing by Importable::ResourcesController#new as HTML
134495
+ Parameters: {"type"=>"foo_resource"}
134496
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.6ms)
134497
+ Rendered foo_resources/importable/_extras.html.erb (0.2ms)
134498
+ Rendered /Users/mike/work/importable/app/views/importable/resources/_actions.html.erb (0.6ms)
134499
+ Rendered /Users/mike/work/importable/app/views/importable/resources/new.html.erb within layouts/application (40.0ms)
134500
+ Completed 200 OK in 120ms (Views: 104.6ms | ActiveRecord: 0.3ms)
134501
+
134502
+
134503
+ Started POST "/import/foo_resource/resource" for 127.0.0.1 at 2011-09-30 01:50:22 -0400
134504
+ Processing by Importable::ResourcesController#create as HTML
134505
+ Parameters: {"utf8"=>"✓", "return_to"=>"import", "commit"=>"Import", "type"=>"foo_resource"}
134506
+  (0.1ms) SAVEPOINT active_record_1
134507
+ SQL (24.9ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Wed, 14 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134508
+ SQL (2.6ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Thu, 15 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134509
+ SQL (2.9ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Fri, 16 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134510
+ SQL (3.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Sat, 17 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134511
+ SQL (2.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Sun, 18 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134512
+ SQL (2.9ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Mon, 19 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134513
+ SQL (2.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Tue, 20 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134514
+ SQL (2.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Wed, 21 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134515
+ SQL (2.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Thu, 22 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134516
+ SQL (2.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Fri, 23 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134517
+ SQL (3.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Sat, 24 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134518
+ SQL (2.6ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Sun, 25 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134519
+ SQL (2.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Mon, 26 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134520
+ SQL (2.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Tue, 27 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134521
+ SQL (2.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Wed, 28 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134522
+ SQL (2.6ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Thu, 29 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134523
+ SQL (2.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Fri, 30 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134524
+ SQL (5.7ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["file", nil], ["mapper_name", "foo_resource"], ["type", "Importable::Resource"], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134525
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134526
+ Redirected to http://www.example.com/import/foo_resource/resource?
134527
+ Completed 302 Found in 135ms
134528
+
134529
+
134530
+ Started GET "/import/foo_resource/resource" for 127.0.0.1 at 2011-09-30 01:50:22 -0400
134531
+ Processing by Importable::ResourcesController#new as HTML
134532
+ Parameters: {"type"=>"foo_resource"}
134533
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
134534
+ Rendered foo_resources/importable/_extras.html.erb (0.3ms)
134535
+ Rendered /Users/mike/work/importable/app/views/importable/resources/_actions.html.erb (0.3ms)
134536
+ Rendered /Users/mike/work/importable/app/views/importable/resources/new.html.erb within layouts/application (3.0ms)
134537
+ Completed 200 OK in 10ms (Views: 4.8ms | ActiveRecord: 0.0ms)
134538
+
134539
+
134540
+ Started GET "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:50:22 -0400
134541
+ Processing by Importable::SpreadsheetsController#new as HTML
134542
+ Parameters: {"type"=>"foo"}
134543
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
134544
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.2ms)
134545
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.7ms)
134546
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (5.2ms)
134547
+ Completed 200 OK in 23ms (Views: 12.1ms | ActiveRecord: 0.0ms)
134548
+
134549
+
134550
+ Started POST "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:50:22 -0400
134551
+ Processing by Importable::SpreadsheetsController#create as HTML
134552
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f8a715f1d08 @original_filename="foo_single_worksheet.xlsx", @content_type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"foo_single_worksheet.xlsx\"\r\nContent-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\r\nContent-Length: 26577\r\n", @tempfile=#<File:/var/folders/d6/487qybwn13j5h044v438g9vr0000gn/T/RackMultipart20110930-5777-1e8hzxl>>, "current_step"=>"upload_file", "return_to"=>"import", "commit"=>"Upload", "type"=>"foo"}
134553
+  (0.1ms) SAVEPOINT active_record_1
134554
+ SQL (2.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134555
+ SQL (1.9ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134556
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134557
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134558
+ SQL (0.2ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["file", "foo_single_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134559
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134560
+ Redirected to http://www.example.com/import/foo/spreadsheet?
134561
+ Completed 302 Found in 52ms
134562
+
134563
+
134564
+ Started GET "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:50:22 -0400
134565
+ Processing by Importable::SpreadsheetsController#new as HTML
134566
+ Parameters: {"type"=>"foo"}
134567
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
134568
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
134569
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.3ms)
134570
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (2.8ms)
134571
+ Completed 200 OK in 11ms (Views: 5.3ms | ActiveRecord: 0.0ms)
134572
+
134573
+
134574
+ Started GET "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:50:22 -0400
134575
+ Processing by Importable::SpreadsheetsController#new as HTML
134576
+ Parameters: {"type"=>"foo"}
134577
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
134578
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
134579
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.2ms)
134580
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (2.6ms)
134581
+ Completed 200 OK in 9ms (Views: 4.6ms | ActiveRecord: 0.0ms)
134582
+
134583
+
134584
+ Started POST "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:50:22 -0400
134585
+ Processing by Importable::SpreadsheetsController#create as HTML
134586
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f8a722cf778 @original_filename="foo_multi_worksheet.xlsx", @content_type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"foo_multi_worksheet.xlsx\"\r\nContent-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\r\nContent-Length: 27552\r\n", @tempfile=#<File:/var/folders/d6/487qybwn13j5h044v438g9vr0000gn/T/RackMultipart20110930-5777-cftbvs>>, "current_step"=>"upload_file", "return_to"=>"import", "commit"=>"Upload", "type"=>"foo"}
134587
+  (0.1ms) SAVEPOINT active_record_1
134588
+ SQL (0.5ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134589
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134590
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
134591
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
134592
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.3ms)
134593
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_choose_worksheet_step.html.erb (3.9ms)
134594
+ Completed 200 OK in 26ms (Views: 6.8ms | ActiveRecord: 0.6ms)
134595
+
134596
+
134597
+ Started POST "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:50:22 -0400
134598
+ Processing by Importable::SpreadsheetsController#create as HTML
134599
+ Parameters: {"utf8"=>"✓", "default_sheet"=>"1", "id"=>"1", "current_step"=>"choose_worksheet", "return_to"=>"import", "commit"=>"Continue", "type"=>"foo"}
134600
+ Importable::Spreadsheet Load (0.3ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
134601
+  (0.1ms) SAVEPOINT active_record_1
134602
+ SQL (2.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 9], ["r", 8], ["s", 7], ["t", 6], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134603
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 8], ["r", 7], ["s", 6], ["t", 5], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134604
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 7], ["r", 6], ["s", 5], ["t", 4], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134605
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 6], ["r", 5], ["s", 4], ["t", 3], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134606
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134607
+ Redirected to http://www.example.com/import/foo/spreadsheet?
134608
+ Completed 302 Found in 34ms
134609
+
134610
+
134611
+ Started GET "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:50:22 -0400
134612
+ Processing by Importable::SpreadsheetsController#new as HTML
134613
+ Parameters: {"type"=>"foo"}
134614
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
134615
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
134616
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.2ms)
134617
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (2.5ms)
134618
+ Completed 200 OK in 10ms (Views: 4.7ms | ActiveRecord: 0.0ms)
134619
+
134620
+
134621
+ Started GET "/import/foo_required_field/spreadsheet" for 127.0.0.1 at 2011-09-30 01:50:22 -0400
134622
+ Processing by Importable::SpreadsheetsController#new as HTML
134623
+ Parameters: {"type"=>"foo_required_field"}
134624
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.0ms)
134625
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
134626
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.3ms)
134627
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (2.6ms)
134628
+ Completed 200 OK in 9ms (Views: 4.6ms | ActiveRecord: 0.0ms)
134629
+
134630
+
134631
+ Started POST "/import/foo_required_field/spreadsheet" for 127.0.0.1 at 2011-09-30 01:50:22 -0400
134632
+ Processing by Importable::SpreadsheetsController#create as HTML
134633
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f8a73230d98 @original_filename="foo_required_field_invalid.xlsx", @content_type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"foo_required_field_invalid.xlsx\"\r\nContent-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\r\nContent-Length: 25558\r\n", @tempfile=#<File:/var/folders/d6/487qybwn13j5h044v438g9vr0000gn/T/RackMultipart20110930-5777-vjoat1>>, "current_step"=>"upload_file", "return_to"=>"import", "commit"=>"Upload", "type"=>"foo_required_field"}
134634
+  (0.1ms) SAVEPOINT active_record_1
134635
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
134636
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (4.1ms)
134637
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
134638
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.3ms)
134639
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (6.9ms)
134640
+ Completed 200 OK in 38ms (Views: 9.2ms | ActiveRecord: 0.6ms)
134641
+
134642
+
134643
+ Started GET "/import/foo_required_field/spreadsheet" for 127.0.0.1 at 2011-09-30 01:50:22 -0400
134644
+ Processing by Importable::SpreadsheetsController#new as HTML
134645
+ Parameters: {"type"=>"foo_required_field"}
134646
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
134647
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
134648
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.2ms)
134649
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (2.6ms)
134650
+ Completed 200 OK in 10ms (Views: 4.7ms | ActiveRecord: 0.0ms)
134651
+
134652
+
134653
+ Started POST "/import/foo_required_field/spreadsheet" for 127.0.0.1 at 2011-09-30 01:50:22 -0400
134654
+ Processing by Importable::SpreadsheetsController#create as HTML
134655
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f8a733565d8 @original_filename="foo_multi_worksheet_required_field_invalid.xlsx", @content_type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"foo_multi_worksheet_required_field_invalid.xlsx\"\r\nContent-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\r\nContent-Length: 26462\r\n", @tempfile=#<File:/var/folders/d6/487qybwn13j5h044v438g9vr0000gn/T/RackMultipart20110930-5777-64zrxn>>, "current_step"=>"upload_file", "return_to"=>"import", "commit"=>"Upload", "type"=>"foo_required_field"}
134656
+  (0.1ms) SAVEPOINT active_record_1
134657
+ SQL (0.5ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["file", "foo_multi_worksheet_required_field_invalid.xlsx"], ["mapper_name", "foo_required_field"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134658
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134659
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
134660
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
134661
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.3ms)
134662
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_choose_worksheet_step.html.erb (3.6ms)
134663
+ Completed 200 OK in 30ms (Views: 6.0ms | ActiveRecord: 0.7ms)
134664
+
134665
+
134666
+ Started POST "/import/foo_required_field/spreadsheet" for 127.0.0.1 at 2011-09-30 01:50:22 -0400
134667
+ Processing by Importable::SpreadsheetsController#create as HTML
134668
+ Parameters: {"utf8"=>"✓", "default_sheet"=>"0", "id"=>"1", "current_step"=>"choose_worksheet", "return_to"=>"import", "commit"=>"Continue", "type"=>"foo_required_field"}
134669
+ Importable::Spreadsheet Load (0.1ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
134670
+  (0.1ms) SAVEPOINT active_record_1
134671
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
134672
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (1.5ms)
134673
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
134674
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.3ms)
134675
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (4.0ms)
134676
+ Completed 200 OK in 24ms (Views: 6.2ms | ActiveRecord: 0.3ms)
134677
+
134678
+
134679
+ Started GET "/import/foo/spreadsheet?return_to=index" for 127.0.0.1 at 2011-09-30 01:50:22 -0400
134680
+ Processing by Importable::SpreadsheetsController#new as HTML
134681
+ Parameters: {"return_to"=>"index", "type"=>"foo"}
134682
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.0ms)
134683
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
134684
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.3ms)
134685
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (2.6ms)
134686
+ Completed 200 OK in 10ms (Views: 4.7ms | ActiveRecord: 0.0ms)
134687
+
134688
+
134689
+ Started POST "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:50:22 -0400
134690
+ Processing by Importable::SpreadsheetsController#create as HTML
134691
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f8a73555500 @original_filename="foo_multi_worksheet.xlsx", @content_type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"foo_multi_worksheet.xlsx\"\r\nContent-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\r\nContent-Length: 27552\r\n", @tempfile=#<File:/var/folders/d6/487qybwn13j5h044v438g9vr0000gn/T/RackMultipart20110930-5777-1kqp1xl>>, "current_step"=>"upload_file", "return_to"=>"index", "commit"=>"Upload", "type"=>"foo"}
134692
+  (0.1ms) SAVEPOINT active_record_1
134693
+ SQL (0.5ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134694
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134695
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
134696
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.1ms)
134697
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.4ms)
134698
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_choose_worksheet_step.html.erb (3.8ms)
134699
+ Completed 200 OK in 27ms (Views: 7.0ms | ActiveRecord: 0.6ms)
134700
+
134701
+
134702
+ Started POST "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:50:22 -0400
134703
+ Processing by Importable::SpreadsheetsController#create as HTML
134704
+ Parameters: {"utf8"=>"✓", "default_sheet"=>"0", "id"=>"1", "current_step"=>"choose_worksheet", "return_to"=>"index", "commit"=>"Continue", "type"=>"foo"}
134705
+ Importable::Spreadsheet Load (0.2ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
134706
+  (0.1ms) SAVEPOINT active_record_1
134707
+ SQL (2.4ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134708
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134709
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134710
+ SQL (1.9ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134711
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134712
+ Redirected to http://www.example.com/foos
134713
+ Completed 302 Found in 45ms
134714
+
134715
+
134716
+ Started GET "/foos" for 127.0.0.1 at 2011-09-30 01:50:22 -0400
134717
+ Processing by FoosController#index as HTML
134718
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
134719
+
134720
+
134721
+ Started GET "/import/foo/spreadsheet?return_to=import" for 127.0.0.1 at 2011-09-30 01:50:22 -0400
134722
+ Processing by Importable::SpreadsheetsController#new as HTML
134723
+ Parameters: {"return_to"=>"import", "type"=>"foo"}
134724
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
134725
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
134726
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.3ms)
134727
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (2.7ms)
134728
+ Completed 200 OK in 11ms (Views: 5.1ms | ActiveRecord: 0.0ms)
134729
+
134730
+
134731
+ Started POST "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:50:22 -0400
134732
+ Processing by Importable::SpreadsheetsController#create as HTML
134733
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f8a73749460 @original_filename="foo_multi_worksheet.xlsx", @content_type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"foo_multi_worksheet.xlsx\"\r\nContent-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\r\nContent-Length: 27552\r\n", @tempfile=#<File:/var/folders/d6/487qybwn13j5h044v438g9vr0000gn/T/RackMultipart20110930-5777-g0r4ke>>, "current_step"=>"upload_file", "return_to"=>"import", "commit"=>"Upload", "type"=>"foo"}
134734
+  (0.1ms) SAVEPOINT active_record_1
134735
+ SQL (0.5ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134736
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134737
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
134738
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
134739
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.4ms)
134740
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_choose_worksheet_step.html.erb (3.3ms)
134741
+ Completed 200 OK in 26ms (Views: 5.7ms | ActiveRecord: 0.6ms)
134742
+
134743
+
134744
+ Started POST "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:50:22 -0400
134745
+ Processing by Importable::SpreadsheetsController#create as HTML
134746
+ Parameters: {"utf8"=>"✓", "default_sheet"=>"0", "id"=>"1", "current_step"=>"choose_worksheet", "return_to"=>"import", "commit"=>"Continue", "type"=>"foo"}
134747
+ Importable::Spreadsheet Load (0.2ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
134748
+  (0.1ms) SAVEPOINT active_record_1
134749
+ SQL (2.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134750
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134751
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134752
+ SQL (1.9ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134753
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134754
+ Redirected to http://www.example.com/import/foo/spreadsheet?
134755
+ Completed 302 Found in 31ms
134756
+
134757
+
134758
+ Started GET "/import/foo/spreadsheet" for 127.0.0.1 at 2011-09-30 01:50:22 -0400
134759
+ Processing by Importable::SpreadsheetsController#new as HTML
134760
+ Parameters: {"type"=>"foo"}
134761
+ Rendered /Users/mike/work/importable/app/views/importable/_errors.html.erb (0.1ms)
134762
+ Rendered /Users/mike/work/importable/app/views/importable/_extras.html.erb (0.0ms)
134763
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_actions.html.erb (0.3ms)
134764
+ Rendered /Users/mike/work/importable/app/views/importable/spreadsheets/_upload_file_step.html.erb (2.5ms)
134765
+ Completed 200 OK in 9ms (Views: 4.6ms | ActiveRecord: 0.0ms)
134766
+ Processing by Importable::FooImporterController#create as HTML
134767
+ Parameters: {"import_params"=>{"moof"=>"1"}, "type"=>"foo", "use_route"=>"importable"}
134768
+ Redirected to http://test.host/fake_foo_importer_path
134769
+ Completed 302 Found in 12ms
134770
+ Processing by Importable::FooImporterController#new as HTML
134771
+ Parameters: {"type"=>"foo", "use_route"=>"importable"}
134772
+ Completed 200 OK in 12ms (Views: 5.9ms | ActiveRecord: 0.0ms)
134773
+ Processing by Importable::FooImporterController#new as HTML
134774
+ Parameters: {"type"=>"foo", "use_route"=>"importable"}
134775
+ Completed 200 OK in 8ms (Views: 1.8ms | ActiveRecord: 0.0ms)
134776
+ Processing by Importable::FooImporterController#new as HTML
134777
+ Parameters: {"type"=>"bar", "use_route"=>"importable"}
134778
+ Completed 500 Internal Server Error in 5ms
134779
+ Processing by Importable::FooImporterController#new as HTML
134780
+ Parameters: {"type"=>"foo", "use_route"=>"importable"}
134781
+ Completed 200 OK in 7ms (Views: 1.9ms | ActiveRecord: 0.0ms)
134782
+ Processing by Importable::FooImporterController#new as HTML
134783
+ Parameters: {"type"=>"moof", "use_route"=>"importable"}
134784
+ Completed 200 OK in 9ms (Views: 2.2ms | ActiveRecord: 0.0ms)
134785
+  (0.0ms) SAVEPOINT active_record_1
134786
+ SQL (0.6ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["file", nil], ["mapper_name", "foo"], ["type", "Importable::FooImporter"], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134787
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134788
+ Processing by Importable::FooImporterController#create as HTML
134789
+ Parameters: {"type"=>"foo", "id"=>"1", "use_route"=>"importable"}
134790
+ Redirected to http://test.host/fake_foo_importer_path
134791
+ Completed 302 Found in 7ms
134792
+  (0.0ms) SAVEPOINT active_record_1
134793
+ SQL (0.5ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["file", nil], ["mapper_name", "foo"], ["type", "Importable::FooImporter"], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134794
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134795
+ Processing by Importable::FooImporterController#create as HTML
134796
+ Parameters: {"type"=>"foo", "id"=>"1", "return_to"=>"index", "use_route"=>"importable"}
134797
+ Redirected to http://test.host/foos
134798
+ Completed 302 Found in 7ms
134799
+  (0.0ms) SAVEPOINT active_record_1
134800
+ SQL (0.6ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["file", nil], ["mapper_name", "foo"], ["type", "Importable::FooImporter"], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134801
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134802
+ Processing by Importable::FooImporterController#create as HTML
134803
+ Parameters: {"type"=>"foo", "id"=>"1", "return_to"=>"import", "use_route"=>"importable"}
134804
+ Redirected to http://test.host/fake_new_foo_importer_path
134805
+ Completed 302 Found in 7ms
134806
+  (0.0ms) SAVEPOINT active_record_1
134807
+ SQL (0.6ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["file", nil], ["mapper_name", "foo"], ["type", "Importable::FooImporter"], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134808
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134809
+ Processing by Importable::FooImporterController#create as HTML
134810
+ Parameters: {"type"=>"foo", "id"=>"1", "use_route"=>"importable"}
134811
+ Completed 200 OK in 9ms (Views: 1.9ms | ActiveRecord: 0.0ms)
134812
+  (0.4ms) SAVEPOINT active_record_1
134813
+ SQL (0.6ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00], ["file", nil], ["mapper_name", "foo"], ["type", "Importable::FooImporter"], ["updated_at", Fri, 30 Sep 2011 05:50:22 UTC +00:00]]
134814
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134815
+ Processing by Importable::FooImporterController#show as HTML
134816
+ Parameters: {"type"=>"foo", "id"=>"1", "use_route"=>"importable"}
134817
+ Importable::FooImporter Load (0.2ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::FooImporter') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
134818
+ Completed 200 OK in 10ms (Views: 2.4ms | ActiveRecord: 0.2ms)
134819
+ Processing by Importable::ResourcesController#create as HTML
134820
+ Parameters: {"type"=>"foo_resource", "import_params"=>{"start_date"=>"2010-04-14", "end_date"=>"2010-04-15"}, "use_route"=>"importable"}
134821
+  (0.1ms) SAVEPOINT active_record_1
134822
+ SQL (2.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Wed, 14 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134823
+ SQL (2.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Thu, 15 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134824
+ SQL (0.3ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["file", nil], ["mapper_name", "foo_resource"], ["type", "Importable::Resource"], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134825
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134826
+ Redirected to http://test.host/import/foo_resource/1/resource
134827
+ Completed 302 Found in 21ms
134828
+ Processing by Importable::ResourcesController#create as HTML
134829
+ Parameters: {"type"=>"foo_resource", "import_params"=>{"start_date"=>"2010-04-14", "end_date"=>"2010-04-15"}, "use_route"=>"importable"}
134830
+  (0.1ms) SAVEPOINT active_record_1
134831
+ SQL (2.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Wed, 14 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134832
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", Thu, 15 Apr 2010], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134833
+ SQL (0.3ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["file", nil], ["mapper_name", "foo_resource"], ["type", "Importable::Resource"], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134834
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134835
+ Redirected to http://test.host/import/foo_resource/1/resource
134836
+ Completed 302 Found in 19ms
134837
+  (0.1ms) SAVEPOINT active_record_1
134838
+ SQL (0.6ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["file", nil], ["mapper_name", "foo"], ["type", "Importable::FooImporter"], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134839
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134840
+ Processing by Importable::ResourcesController#create as HTML
134841
+ Parameters: {"type"=>"foo", "use_route"=>"importable"}
134842
+  (0.1ms) SAVEPOINT active_record_1
134843
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134844
+ Redirected to http://test.host/import/foo/1/resource
134845
+ Completed 302 Found in 9ms
134846
+  (0.1ms) SAVEPOINT active_record_1
134847
+ SQL (0.6ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["file", nil], ["mapper_name", "foo"], ["type", "Importable::FooImporter"], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134848
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134849
+ Processing by Importable::ResourcesController#create as HTML
134850
+ Parameters: {"type"=>"foo", "import_params"=>{"start_date"=>"2010-04-14", "end_date"=>"2010-04-15"}, "use_route"=>"importable"}
134851
+  (0.1ms) SAVEPOINT active_record_1
134852
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134853
+ Redirected to http://test.host/import/foo/1/resource
134854
+ Completed 302 Found in 9ms
134855
+ Processing by Importable::SpreadsheetsController#create as HTML
134856
+ Parameters: {"type"=>"foo", "current_step"=>"upload_file", "use_route"=>"importable"}
134857
+  (0.1ms) SAVEPOINT active_record_1
134858
+ SQL (0.5ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134859
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134860
+ Completed 200 OK in 21ms (Views: 2.0ms | ActiveRecord: 0.6ms)
134861
+ Processing by Importable::SpreadsheetsController#create as HTML
134862
+ Parameters: {"type"=>"foo", "current_step"=>"upload_file", "use_route"=>"importable"}
134863
+  (0.1ms) SAVEPOINT active_record_1
134864
+ SQL (0.5ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134865
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134866
+ Completed 200 OK in 22ms (Views: 2.0ms | ActiveRecord: 0.6ms)
134867
+ Processing by Importable::SpreadsheetsController#create as HTML
134868
+ Parameters: {"type"=>"foo", "current_step"=>"upload_file", "use_route"=>"importable"}
134869
+ Completed 200 OK in 8ms (Views: 1.8ms | ActiveRecord: 0.0ms)
134870
+ Processing by Importable::SpreadsheetsController#create as HTML
134871
+ Parameters: {"type"=>"foo", "current_step"=>"upload_file", "use_route"=>"importable"}
134872
+  (0.1ms) SAVEPOINT active_record_1
134873
+ SQL (1.1ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134874
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134875
+ Completed 200 OK in 21ms (Views: 2.1ms | ActiveRecord: 1.2ms)
134876
+  (0.1ms) SAVEPOINT active_record_1
134877
+ SQL (0.5ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134878
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134879
+ Processing by Importable::SpreadsheetsController#create as HTML
134880
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "use_route"=>"importable"}
134881
+ Importable::Spreadsheet Load (0.1ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
134882
+  (0.1ms) SAVEPOINT active_record_1
134883
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134884
+  (0.0ms) SAVEPOINT active_record_1
134885
+ SQL (1.6ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134886
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134887
+  (0.0ms) SAVEPOINT active_record_1
134888
+ SQL (1.6ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134889
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134890
+  (0.0ms) SAVEPOINT active_record_1
134891
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134892
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134893
+  (0.0ms) SAVEPOINT active_record_1
134894
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134895
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134896
+ Redirected to http://test.host/import/foo/1/spreadsheet
134897
+ Completed 302 Found in 33ms
134898
+  (0.1ms) SAVEPOINT active_record_1
134899
+ SQL (0.4ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134900
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134901
+ Processing by Importable::SpreadsheetsController#create as HTML
134902
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "use_route"=>"importable"}
134903
+ Importable::Spreadsheet Load (0.2ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
134904
+  (0.0ms) SAVEPOINT active_record_1
134905
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134906
+  (0.0ms) SAVEPOINT active_record_1
134907
+ SQL (1.6ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134908
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134909
+  (0.0ms) SAVEPOINT active_record_1
134910
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134911
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134912
+  (0.0ms) SAVEPOINT active_record_1
134913
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134914
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134915
+  (0.0ms) SAVEPOINT active_record_1
134916
+ SQL (1.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134917
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134918
+ Redirected to http://test.host/import/foo/1/spreadsheet
134919
+ Completed 302 Found in 32ms
134920
+  (0.1ms) SAVEPOINT active_record_1
134921
+ SQL (0.5ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134922
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134923
+ Processing by Importable::SpreadsheetsController#create as HTML
134924
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "use_route"=>"importable"}
134925
+ Importable::Spreadsheet Load (0.1ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
134926
+  (0.0ms) SAVEPOINT active_record_1
134927
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134928
+  (0.0ms) SAVEPOINT active_record_1
134929
+ SQL (1.6ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134930
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134931
+  (0.0ms) SAVEPOINT active_record_1
134932
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134933
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134934
+  (0.0ms) SAVEPOINT active_record_1
134935
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134936
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134937
+  (0.0ms) SAVEPOINT active_record_1
134938
+ SQL (1.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134939
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134940
+ Redirected to http://test.host/import/foo/1/spreadsheet
134941
+ Completed 302 Found in 32ms
134942
+  (0.1ms) SAVEPOINT active_record_1
134943
+ SQL (0.4ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134944
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134945
+ Processing by Importable::SpreadsheetsController#create as HTML
134946
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "back_button"=>"1", "use_route"=>"importable"}
134947
+ Importable::Spreadsheet Load (0.1ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
134948
+  (0.0ms) SAVEPOINT active_record_1
134949
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134950
+ Completed 200 OK in 20ms (Views: 2.1ms | ActiveRecord: 0.3ms)
134951
+  (0.1ms) SAVEPOINT active_record_1
134952
+ SQL (0.4ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134953
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134954
+ Processing by Importable::SpreadsheetsController#create as HTML
134955
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "default_sheet"=>"1", "use_route"=>"importable"}
134956
+ Importable::Spreadsheet Load (0.1ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
134957
+  (0.1ms) SAVEPOINT active_record_1
134958
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 9], ["r", 8], ["s", 7], ["t", 6], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134959
+ SQL (1.7ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 8], ["r", 7], ["s", 6], ["t", 5], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134960
+ SQL (1.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 7], ["r", 6], ["s", 5], ["t", 4], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134961
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 6], ["r", 5], ["s", 4], ["t", 3], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134962
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134963
+ Redirected to http://test.host/import/foo/1/spreadsheet
134964
+ Completed 302 Found in 34ms
134965
+  (0.1ms) SAVEPOINT active_record_1
134966
+ SQL (0.4ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134967
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134968
+ Processing by Importable::SpreadsheetsController#create as HTML
134969
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "default_sheet"=>"1", "use_route"=>"importable"}
134970
+ Importable::Spreadsheet Load (0.1ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
134971
+  (0.1ms) SAVEPOINT active_record_1
134972
+ SQL (1.8ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 9], ["r", 8], ["s", 7], ["t", 6], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134973
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 8], ["r", 7], ["s", 6], ["t", 5], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134974
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 7], ["r", 6], ["s", 5], ["t", 4], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134975
+ SQL (1.7ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", 6], ["r", 5], ["s", 4], ["t", 3], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134976
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134977
+ Redirected to http://test.host/import/foo/1/spreadsheet
134978
+ Completed 302 Found in 33ms
134979
+  (0.1ms) SAVEPOINT active_record_1
134980
+ SQL (0.4ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134981
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134982
+ Processing by Importable::SpreadsheetsController#create as HTML
134983
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "use_route"=>"importable"}
134984
+ Importable::Spreadsheet Load (0.1ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
134985
+  (0.0ms) SAVEPOINT active_record_1
134986
+  (0.1ms) RELEASE SAVEPOINT active_record_1
134987
+  (0.0ms) SAVEPOINT active_record_1
134988
+ SQL (1.6ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134989
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134990
+  (0.0ms) SAVEPOINT active_record_1
134991
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134992
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134993
+  (0.0ms) SAVEPOINT active_record_1
134994
+ SQL (1.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134995
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134996
+  (0.0ms) SAVEPOINT active_record_1
134997
+ SQL (1.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
134998
+  (0.0ms) RELEASE SAVEPOINT active_record_1
134999
+ Redirected to http://test.host/import/foo/1/spreadsheet
135000
+ Completed 302 Found in 31ms
135001
+  (0.1ms) SAVEPOINT active_record_1
135002
+ SQL (0.4ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135003
+  (0.1ms) RELEASE SAVEPOINT active_record_1
135004
+ Processing by Importable::SpreadsheetsController#create as HTML
135005
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "use_route"=>"importable"}
135006
+ Importable::Spreadsheet Load (0.2ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
135007
+  (0.1ms) SAVEPOINT active_record_1
135008
+  (0.1ms) RELEASE SAVEPOINT active_record_1
135009
+  (0.0ms) SAVEPOINT active_record_1
135010
+ SQL (1.6ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135011
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135012
+  (0.0ms) SAVEPOINT active_record_1
135013
+ SQL (1.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135014
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135015
+  (0.0ms) SAVEPOINT active_record_1
135016
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135017
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135018
+  (0.0ms) SAVEPOINT active_record_1
135019
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135020
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135021
+ Redirected to http://test.host/import/foo/1/spreadsheet
135022
+ Completed 302 Found in 33ms
135023
+  (0.1ms) SAVEPOINT active_record_1
135024
+ SQL (1.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135025
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135026
+ SQL (1.7ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135027
+ SQL (1.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135028
+ SQL (0.2ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["file", "foo_single_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135029
+  (0.1ms) RELEASE SAVEPOINT active_record_1
135030
+ Processing by Importable::SpreadsheetsController#create as HTML
135031
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "use_route"=>"importable"}
135032
+ Importable::Spreadsheet Load (0.3ms) SELECT "importable_importers".* FROM "importable_importers" WHERE "importable_importers"."type" IN ('Importable::Spreadsheet') AND "importable_importers"."id" = ? LIMIT 1 [["id", "1"]]
135033
+  (0.1ms) SAVEPOINT active_record_1
135034
+ SQL (2.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135035
+ SQL (1.4ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135036
+ SQL (1.4ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135037
+ SQL (1.4ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135038
+  (0.1ms) RELEASE SAVEPOINT active_record_1
135039
+ Redirected to http://test.host/import/foo/1/spreadsheet
135040
+ Completed 302 Found in 32ms
135041
+  (0.1ms) SAVEPOINT active_record_1
135042
+ SQL (0.4ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135043
+  (0.1ms) RELEASE SAVEPOINT active_record_1
135044
+ Processing by Importable::SpreadsheetsController#create as HTML
135045
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "use_route"=>"importable"}
135046
+  (0.0ms) SAVEPOINT active_record_1
135047
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135048
+ Completed 200 OK in 11ms (Views: 1.9ms | ActiveRecord: 0.1ms)
135049
+  (0.1ms) SAVEPOINT active_record_1
135050
+ SQL (0.8ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135051
+  (0.1ms) RELEASE SAVEPOINT active_record_1
135052
+ Processing by Importable::SpreadsheetsController#create as HTML
135053
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "use_route"=>"importable"}
135054
+  (0.1ms) SAVEPOINT active_record_1
135055
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135056
+ Completed 200 OK in 11ms (Views: 1.9ms | ActiveRecord: 0.1ms)
135057
+  (0.1ms) SAVEPOINT active_record_1
135058
+ SQL (0.4ms) INSERT INTO "importable_importers" ("created_at", "file", "mapper_name", "type", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["file", "foo_multi_worksheet.xlsx"], ["mapper_name", "foo"], ["type", "Importable::Spreadsheet"], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135059
+  (0.1ms) RELEASE SAVEPOINT active_record_1
135060
+ Processing by Importable::SpreadsheetsController#create as HTML
135061
+ Parameters: {"type"=>"foo", "current_step"=>"choose_worksheet", "id"=>"1", "use_route"=>"importable"}
135062
+  (0.0ms) SAVEPOINT active_record_1
135063
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
135064
+ Completed 200 OK in 9ms (Views: 1.9ms | ActiveRecord: 0.1ms)
135065
+  (0.2ms) SAVEPOINT active_record_1
135066
+ SQL (1.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135067
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135068
+  (0.0ms) SAVEPOINT active_record_1
135069
+ SQL (1.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135070
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135071
+  (0.0ms) SAVEPOINT active_record_1
135072
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135073
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135074
+  (0.0ms) SAVEPOINT active_record_1
135075
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135076
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135077
+  (0.1ms) SAVEPOINT active_record_1
135078
+ SQL (0.5ms) INSERT INTO "foo_required_fields" ("created_at", "doof", "moof", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["doof", 2], ["moof", 1], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135079
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135080
+  (0.0ms) SAVEPOINT active_record_1
135081
+ SQL (0.4ms) INSERT INTO "foo_required_fields" ("created_at", "doof", "moof", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["doof", 4], ["moof", 3], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135082
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135083
+  (0.0ms) SAVEPOINT active_record_1
135084
+ SQL (0.1ms) INSERT INTO "foo_required_fields" ("created_at", "doof", "moof", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["doof", 6], ["moof", 5], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135085
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135086
+  (0.0ms) SAVEPOINT active_record_1
135087
+ SQL (2.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135088
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135089
+  (0.0ms) SAVEPOINT active_record_1
135090
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135091
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135092
+  (0.0ms) SAVEPOINT active_record_1
135093
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135094
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135095
+  (0.0ms) SAVEPOINT active_record_1
135096
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135097
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135098
+  (0.0ms) SAVEPOINT active_record_1
135099
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135100
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135101
+  (0.0ms) SAVEPOINT active_record_1
135102
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135103
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135104
+  (0.0ms) SAVEPOINT active_record_1
135105
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135106
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135107
+  (0.0ms) SAVEPOINT active_record_1
135108
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135109
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135110
+  (0.0ms) SAVEPOINT active_record_1
135111
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135112
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135113
+  (0.0ms) SAVEPOINT active_record_1
135114
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135115
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135116
+  (0.0ms) SAVEPOINT active_record_1
135117
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135118
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135119
+  (0.0ms) SAVEPOINT active_record_1
135120
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135121
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135122
+  (0.0ms) SAVEPOINT active_record_1
135123
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135124
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135125
+  (0.0ms) SAVEPOINT active_record_1
135126
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135127
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135128
+  (0.0ms) SAVEPOINT active_record_1
135129
+ SQL (1.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135130
+  (0.1ms) RELEASE SAVEPOINT active_record_1
135131
+  (0.0ms) SAVEPOINT active_record_1
135132
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135133
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135134
+  (0.0ms) SAVEPOINT active_record_1
135135
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135136
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135137
+  (0.0ms) SAVEPOINT active_record_1
135138
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135139
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135140
+  (0.0ms) SAVEPOINT active_record_1
135141
+ SQL (1.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135142
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135143
+  (0.0ms) SAVEPOINT active_record_1
135144
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135145
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135146
+  (0.0ms) SAVEPOINT active_record_1
135147
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135148
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135149
+  (0.1ms) SELECT COUNT(*) FROM "foos"
135150
+  (0.1ms) SAVEPOINT active_record_1
135151
+ SQL (1.4ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135152
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135153
+  (0.0ms) SAVEPOINT active_record_1
135154
+ SQL (1.5ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135155
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135156
+  (0.0ms) SAVEPOINT active_record_1
135157
+ SQL (1.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135158
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135159
+  (0.1ms) SELECT COUNT(*) FROM "foos"
135160
+  (0.0ms) SAVEPOINT active_record_1
135161
+ SQL (0.3ms) INSERT INTO "foo_required_fields" ("created_at", "doof", "moof", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["doof", 2], ["moof", 1], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135162
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135163
+  (0.0ms) SAVEPOINT active_record_1
135164
+ SQL (0.3ms) INSERT INTO "foo_required_fields" ("created_at", "doof", "moof", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["doof", 4], ["moof", 3], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135165
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135166
+  (0.0ms) SAVEPOINT active_record_1
135167
+ SQL (0.1ms) INSERT INTO "foo_required_fields" ("created_at", "doof", "moof", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["doof", 6], ["moof", 5], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135168
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135169
+  (0.0ms) SAVEPOINT active_record_1
135170
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135171
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135172
+  (0.0ms) SAVEPOINT active_record_1
135173
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135174
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135175
+  (0.0ms) SAVEPOINT active_record_1
135176
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:23 UTC +00:00]]
135177
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135178
+  (0.0ms) SAVEPOINT active_record_1
135179
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:24 UTC +00:00], ["d", nil], ["doof", 2], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 1], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:24 UTC +00:00]]
135180
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135181
+  (0.0ms) SAVEPOINT active_record_1
135182
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:24 UTC +00:00], ["d", nil], ["doof", 4], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 3], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:24 UTC +00:00]]
135183
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135184
+  (0.0ms) SAVEPOINT active_record_1
135185
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", nil], ["b", nil], ["c", nil], ["created_at", Fri, 30 Sep 2011 05:50:24 UTC +00:00], ["d", nil], ["doof", 6], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", 5], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:24 UTC +00:00]]
135186
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135187
+  (0.1ms) SAVEPOINT active_record_1
135188
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:50:24 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:24 UTC +00:00]]
135189
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135190
+  (0.0ms) SAVEPOINT active_record_1
135191
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:50:24 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:24 UTC +00:00]]
135192
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135193
+  (0.0ms) SAVEPOINT active_record_1
135194
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:50:24 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:24 UTC +00:00]]
135195
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135196
+  (0.0ms) SAVEPOINT active_record_1
135197
+ SQL (1.0ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:50:24 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:24 UTC +00:00]]
135198
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135199
+  (0.1ms) SAVEPOINT active_record_1
135200
+ SQL (1.3ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 1], ["b", 2], ["c", 3], ["created_at", Fri, 30 Sep 2011 05:50:24 UTC +00:00], ["d", 4], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:24 UTC +00:00]]
135201
+  (0.1ms) RELEASE SAVEPOINT active_record_1
135202
+  (0.0ms) SAVEPOINT active_record_1
135203
+ SQL (1.2ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 2], ["b", 3], ["c", 4], ["created_at", Fri, 30 Sep 2011 05:50:24 UTC +00:00], ["d", 5], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:24 UTC +00:00]]
135204
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135205
+  (0.0ms) SAVEPOINT active_record_1
135206
+ SQL (1.1ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 3], ["b", 4], ["c", 5], ["created_at", Fri, 30 Sep 2011 05:50:24 UTC +00:00], ["d", 6], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:24 UTC +00:00]]
135207
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135208
+  (0.0ms) SAVEPOINT active_record_1
135209
+ SQL (0.9ms) INSERT INTO "foos" ("a", "b", "c", "created_at", "d", "doof", "foo_relation_id", "foobar_date", "moof", "q", "r", "s", "t", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["a", 4], ["b", 5], ["c", 6], ["created_at", Fri, 30 Sep 2011 05:50:24 UTC +00:00], ["d", 7], ["doof", nil], ["foo_relation_id", nil], ["foobar_date", nil], ["moof", nil], ["q", nil], ["r", nil], ["s", nil], ["t", nil], ["updated_at", Fri, 30 Sep 2011 05:50:24 UTC +00:00]]
135210
+  (0.0ms) RELEASE SAVEPOINT active_record_1