vipload 0.0.1

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.
Files changed (77) hide show
  1. data/MIT-LICENSE +20 -0
  2. data/README.rdoc +49 -0
  3. data/Rakefile +40 -0
  4. data/app/assets/javascripts/vipload/application.js +15 -0
  5. data/app/assets/javascripts/vipload/upload.js +2 -0
  6. data/app/assets/stylesheets/vipload/application.css +13 -0
  7. data/app/assets/stylesheets/vipload/upload.css +4 -0
  8. data/app/controllers/vipload/application_controller.rb +4 -0
  9. data/app/controllers/vipload/upload_controller.rb +31 -0
  10. data/app/helpers/vipload/application_helper.rb +4 -0
  11. data/app/helpers/vipload/upload_helper.rb +4 -0
  12. data/app/views/layouts/vipload/application.html.erb +14 -0
  13. data/app/views/vipload/upload/create.html.erb +2 -0
  14. data/config/routes.rb +5 -0
  15. data/lib/tasks/vipload_tasks.rake +4 -0
  16. data/lib/vipload.rb +4 -0
  17. data/lib/vipload/engine.rb +5 -0
  18. data/lib/vipload/version.rb +3 -0
  19. data/test/dummy/README.rdoc +261 -0
  20. data/test/dummy/Rakefile +7 -0
  21. data/test/dummy/app/assets/javascripts/application.js +15 -0
  22. data/test/dummy/app/assets/stylesheets/application.css +13 -0
  23. data/test/dummy/app/controllers/application_controller.rb +3 -0
  24. data/test/dummy/app/controllers/uploader_controller.rb +7 -0
  25. data/test/dummy/app/helpers/application_helper.rb +2 -0
  26. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  27. data/test/dummy/app/views/uploader/new.html.erb +7 -0
  28. data/test/dummy/config.ru +4 -0
  29. data/test/dummy/config/application.rb +59 -0
  30. data/test/dummy/config/boot.rb +10 -0
  31. data/test/dummy/config/database.yml +25 -0
  32. data/test/dummy/config/environment.rb +5 -0
  33. data/test/dummy/config/environments/development.rb +37 -0
  34. data/test/dummy/config/environments/production.rb +67 -0
  35. data/test/dummy/config/environments/test.rb +37 -0
  36. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  37. data/test/dummy/config/initializers/inflections.rb +15 -0
  38. data/test/dummy/config/initializers/mime_types.rb +5 -0
  39. data/test/dummy/config/initializers/secret_token.rb +7 -0
  40. data/test/dummy/config/initializers/session_store.rb +8 -0
  41. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  42. data/test/dummy/config/locales/en.yml +5 -0
  43. data/test/dummy/config/routes.rb +6 -0
  44. data/test/dummy/config/vipload.yml +14 -0
  45. data/test/dummy/db/development.sqlite3 +0 -0
  46. data/test/dummy/log/development.log +4151 -0
  47. data/test/dummy/public/404.html +26 -0
  48. data/test/dummy/public/422.html +26 -0
  49. data/test/dummy/public/500.html +25 -0
  50. data/test/dummy/public/favicon.ico +0 -0
  51. data/test/dummy/script/rails +6 -0
  52. data/test/dummy/tmp/cache/assets/CCF/DE0/sprockets%2F6b01208bf2d0b3d4386e5a37b8c15804 +0 -0
  53. data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
  54. data/test/dummy/tmp/cache/assets/CFA/C00/sprockets%2F8e85357f04772e9d02f99c093bbf838c +0 -0
  55. data/test/dummy/tmp/cache/assets/D18/140/sprockets%2Fc1f899102df83911dc5c2f7463eef361 +0 -0
  56. data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  57. data/test/dummy/tmp/cache/assets/D37/D70/sprockets%2F46faf50fa7ca20398a30c8552b3c91f4 +0 -0
  58. data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
  59. data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
  60. data/test/dummy/tmp/cache/assets/D68/3B0/sprockets%2F03ed3352affb2064f4d8383e0078debe +0 -0
  61. data/test/dummy/tmp/cache/assets/D75/CE0/sprockets%2F54b2262f363989562cff3b5cc9bcda4c +0 -0
  62. data/test/dummy/tmp/cache/assets/DD8/100/sprockets%2F88fc2979db1a0bc0e45b7ed94155fece +0 -0
  63. data/test/dummy/tmp/cache/assets/DD8/B90/sprockets%2Fc33fa45bffeb0fdb84556ec7a90c8297 +0 -0
  64. data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
  65. data/test/dummy/tmp/cache/assets/DE9/930/sprockets%2F3b4cda2157903dbec2f8a0db3eed33a4 +0 -0
  66. data/test/dummy/tmp/cache/assets/DFA/B20/sprockets%2Fcff8e57be2ae6cbdaba08378ba706631 +0 -0
  67. data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  68. data/test/dummy/tmp/cache/assets/E0C/5A0/sprockets%2Fa98ef97cc1df01cc719a5ccff55f148e +0 -0
  69. data/test/dummy/tmp/cache/assets/E1F/550/sprockets%2F92dbcac2b436db80cc87f1f5a13bdac6 +0 -0
  70. data/test/dummy/tmp/cache/assets/E23/DD0/sprockets%2F09e31cacad16e7f2fda6eb51c9fb060f +0 -0
  71. data/test/dummy/tmp/cache/assets/E47/E40/sprockets%2F05f10ea1ecc063aaaff567d3fe0cfdd0 +0 -0
  72. data/test/functional/vipload/upload_controller_test.rb +11 -0
  73. data/test/integration/navigation_test.rb +10 -0
  74. data/test/test_helper.rb +15 -0
  75. data/test/unit/helpers/vipload/upload_helper_test.rb +6 -0
  76. data/test/vipload_test.rb +7 -0
  77. metadata +211 -0
@@ -0,0 +1,4151 @@
1
+
2
+
3
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:05:58 -0400
4
+ Connecting to database specified by database.yml
5
+
6
+ ActionController::RoutingError (No route matches [GET] "/"):
7
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
8
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
9
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
10
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
11
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
12
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
13
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
14
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
15
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
16
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
17
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
18
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
19
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
20
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
21
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
22
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
23
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
24
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
25
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
26
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
27
+
28
+
29
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.4ms)
30
+
31
+
32
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:05:59 -0400
33
+
34
+ ActionController::RoutingError (No route matches [GET] "/"):
35
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
36
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
37
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
38
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
39
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
40
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
41
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
42
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
43
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
44
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
45
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
46
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
47
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
48
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
49
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
50
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
51
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
52
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
53
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
54
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
55
+
56
+
57
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
58
+
59
+
60
+ Started GET "/vipload" for 127.0.0.1 at 2013-02-21 21:06:01 -0400
61
+ Processing by Vipload::UploadController#create as HTML
62
+ Rendered /Users/dallasread/Apps/vipload/app/views/vipload/upload/create.html.erb within layouts/vipload/application (0.4ms)
63
+ Compiled vipload/upload.css (0ms) (pid 46181)
64
+ Compiled vipload/application.css (9ms) (pid 46181)
65
+ Compiled jquery.js (2ms) (pid 46181)
66
+ Compiled jquery_ujs.js (0ms) (pid 46181)
67
+ Compiled vipload/upload.js (0ms) (pid 46181)
68
+ Compiled vipload/application.js (76ms) (pid 46181)
69
+ Completed 200 OK in 183ms (Views: 182.9ms | ActiveRecord: 0.0ms)
70
+
71
+
72
+ Started GET "/assets/vipload/application.css?body=1" for 127.0.0.1 at 2013-02-21 21:06:02 -0400
73
+ Served asset /vipload/application.css - 200 OK (8ms)
74
+
75
+
76
+ Started GET "/assets/vipload/upload.css?body=1" for 127.0.0.1 at 2013-02-21 21:06:02 -0400
77
+ Served asset /vipload/upload.css - 200 OK (2ms)
78
+
79
+
80
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-21 21:06:02 -0400
81
+ Served asset /jquery.js - 200 OK (2ms)
82
+
83
+
84
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-21 21:06:02 -0400
85
+ Served asset /jquery_ujs.js - 200 OK (2ms)
86
+
87
+
88
+ Started GET "/assets/vipload/upload.js?body=1" for 127.0.0.1 at 2013-02-21 21:06:02 -0400
89
+ Served asset /vipload/upload.js - 200 OK (3ms)
90
+
91
+
92
+ Started GET "/assets/vipload/application.js?body=1" for 127.0.0.1 at 2013-02-21 21:06:02 -0400
93
+ Served asset /vipload/application.js - 200 OK (8ms)
94
+
95
+
96
+ Started GET "/vipload" for 127.0.0.1 at 2013-02-21 21:10:35 -0400
97
+ Processing by Vipload::UploadController#create as HTML
98
+ Completed 500 Internal Server Error in 349ms
99
+
100
+ Errno::ENOENT (No such file or directory - /Users/dallasread/Apps/vipload/test/dummy/upload_controller.rb):
101
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:643:in `initialize'
102
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:643:in `open'
103
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:643:in `putbinaryfile'
104
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:9:in `create'
105
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
106
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
107
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
108
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
109
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
110
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
111
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
112
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
113
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
114
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
115
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
116
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
117
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
118
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
119
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
120
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
121
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
122
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
123
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
124
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
125
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
126
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
127
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
128
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
129
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
130
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
131
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
132
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
133
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
134
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
135
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
136
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
137
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
138
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
139
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
140
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
141
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
142
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
143
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
144
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
145
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
146
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
147
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
148
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
149
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
150
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
151
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
152
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
153
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
154
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
155
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
156
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
157
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
158
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
159
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
160
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
161
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
162
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
163
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
164
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
165
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
166
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
167
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
168
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
169
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
170
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
171
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
172
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
173
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
174
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
175
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
176
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
177
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
178
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
179
+
180
+
181
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
182
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
183
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.7ms)
184
+
185
+
186
+ Started GET "/vipload" for 127.0.0.1 at 2013-02-21 21:10:46 -0400
187
+ Processing by Vipload::UploadController#create as HTML
188
+ Completed 500 Internal Server Error in 276ms
189
+
190
+ Errno::ENOENT (No such file or directory - /Users/dallasread/Apps/vipload/upload_controller.rb):
191
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:643:in `initialize'
192
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:643:in `open'
193
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:643:in `putbinaryfile'
194
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:9:in `create'
195
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
196
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
197
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
198
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
199
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
200
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
201
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
202
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
203
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
204
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
205
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
206
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
207
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
208
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
209
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
210
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
211
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
212
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
213
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
214
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
215
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
216
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
217
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
218
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
219
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
220
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
221
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
222
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
223
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
224
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
225
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
226
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
227
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
228
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
229
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
230
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
231
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
232
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
233
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
234
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
235
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
236
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
237
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
238
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
239
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
240
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
241
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
242
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
243
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
244
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
245
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
246
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
247
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
248
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
249
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
250
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
251
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
252
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
253
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
254
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
255
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
256
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
257
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
258
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
259
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
260
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
261
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
262
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
263
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
264
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
265
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
266
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
267
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
268
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
269
+
270
+
271
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
272
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
273
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.7ms)
274
+
275
+
276
+ Started GET "/vipload" for 127.0.0.1 at 2013-02-21 21:10:55 -0400
277
+ Processing by Vipload::UploadController#create as HTML
278
+ Rendered text template (0.0ms)
279
+ Completed 200 OK in 583ms (Views: 2.5ms | ActiveRecord: 0.0ms)
280
+
281
+
282
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:11:43 -0400
283
+
284
+ ActionController::RoutingError (No route matches [GET] "/"):
285
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
286
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
287
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
288
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
289
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
290
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
291
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
292
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
293
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
294
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
295
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
296
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
297
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
298
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
299
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
300
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
301
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
302
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
303
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
304
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
305
+
306
+
307
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
308
+
309
+
310
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:12:38 -0400
311
+ Processing by UploaderController#new as HTML
312
+ Completed 500 Internal Server Error in 33ms
313
+
314
+ ActionView::MissingTemplate (Missing template uploader/new, application/new with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
315
+ * "/Users/dallasread/Apps/vipload/test/dummy/app/views"
316
+ * "/Users/dallasread/Apps/vipload/app/views"
317
+ ):
318
+ app/controllers/uploader_controller.rb:3:in `new'
319
+
320
+
321
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms)
322
+
323
+
324
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:12:53 -0400
325
+ Processing by UploaderController#new as HTML
326
+ Rendered uploader/new.html.erb within layouts/application (0.4ms)
327
+ Compiled application.css (1ms) (pid 46181)
328
+ Compiled application.js (7ms) (pid 46181)
329
+ Completed 200 OK in 79ms (Views: 78.8ms | ActiveRecord: 0.0ms)
330
+
331
+
332
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-21 21:12:53 -0400
333
+ Served asset /application.css - 200 OK (2ms)
334
+
335
+
336
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-21 21:12:53 -0400
337
+ Served asset /jquery.js - 304 Not Modified (0ms)
338
+
339
+
340
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-21 21:12:53 -0400
341
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
342
+
343
+
344
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-21 21:12:53 -0400
345
+ Served asset /application.js - 200 OK (4ms)
346
+
347
+
348
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:13:06 -0400
349
+ Processing by UploaderController#new as HTML
350
+ Rendered uploader/new.html.erb within layouts/application (4.9ms)
351
+ Completed 500 Internal Server Error in 7ms
352
+
353
+ ActionView::Template::Error (undefined method `form_tag_for' for #<#<Class:0x007f8554a75bf8>:0x007f85523880e0>):
354
+ 1: <%= form_tag_for do |f| %>
355
+ 2: hi
356
+ 3: <% end %>
357
+ app/views/uploader/new.html.erb:1:in `_app_views_uploader_new_html_erb___3041747117013408251_70105293402280'
358
+ app/controllers/uploader_controller.rb:3:in `new'
359
+
360
+
361
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
362
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
363
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.5ms)
364
+
365
+
366
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:13:11 -0400
367
+ Processing by UploaderController#new as HTML
368
+ Rendered uploader/new.html.erb within layouts/application (1.2ms)
369
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
370
+
371
+
372
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-21 21:13:11 -0400
373
+ Served asset /application.css - 304 Not Modified (0ms)
374
+
375
+
376
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-21 21:13:11 -0400
377
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
378
+
379
+
380
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-21 21:13:11 -0400
381
+ Served asset /jquery.js - 304 Not Modified (0ms)
382
+
383
+
384
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-21 21:13:11 -0400
385
+ Served asset /application.js - 304 Not Modified (0ms)
386
+
387
+
388
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:13:21 -0400
389
+ Processing by UploaderController#new as HTML
390
+ Rendered uploader/new.html.erb within layouts/application (1.5ms)
391
+ Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
392
+
393
+
394
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-21 21:13:21 -0400
395
+ Served asset /application.css - 304 Not Modified (0ms)
396
+
397
+
398
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-21 21:13:21 -0400
399
+ Served asset /application.js - 304 Not Modified (0ms)
400
+
401
+
402
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-21 21:13:21 -0400
403
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
404
+
405
+
406
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-21 21:13:21 -0400
407
+ Served asset /jquery.js - 304 Not Modified (0ms)
408
+
409
+
410
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:13:31 -0400
411
+ Processing by UploaderController#new as HTML
412
+ Rendered uploader/new.html.erb within layouts/application (1.6ms)
413
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
414
+
415
+
416
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-21 21:13:31 -0400
417
+ Served asset /application.css - 304 Not Modified (0ms)
418
+
419
+
420
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-21 21:13:31 -0400
421
+ Served asset /application.js - 304 Not Modified (0ms)
422
+
423
+
424
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-21 21:13:31 -0400
425
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
426
+
427
+
428
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-21 21:13:31 -0400
429
+ Served asset /jquery.js - 304 Not Modified (0ms)
430
+
431
+
432
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:13:35 -0400
433
+ Processing by UploaderController#new as HTML
434
+ Rendered uploader/new.html.erb within layouts/application (1.6ms)
435
+ Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
436
+
437
+
438
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-21 21:13:35 -0400
439
+ Served asset /application.css - 304 Not Modified (0ms)
440
+
441
+
442
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-21 21:13:35 -0400
443
+ Served asset /jquery.js - 304 Not Modified (0ms)
444
+
445
+
446
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-21 21:13:35 -0400
447
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
448
+
449
+
450
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-21 21:13:35 -0400
451
+ Served asset /application.js - 304 Not Modified (0ms)
452
+
453
+
454
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:13:38 -0400
455
+ Processing by UploaderController#new as HTML
456
+ Rendered uploader/new.html.erb within layouts/application (1.7ms)
457
+ Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
458
+
459
+
460
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-21 21:13:38 -0400
461
+ Served asset /application.js - 304 Not Modified (0ms)
462
+
463
+
464
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-21 21:13:38 -0400
465
+ Served asset /application.css - 304 Not Modified (0ms)
466
+
467
+
468
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-21 21:13:38 -0400
469
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
470
+
471
+
472
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-21 21:13:38 -0400
473
+ Served asset /jquery.js - 304 Not Modified (0ms)
474
+
475
+
476
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:14:22 -0400
477
+ Processing by UploaderController#new as HTML
478
+ Rendered uploader/new.html.erb within layouts/application (2.1ms)
479
+ Completed 500 Internal Server Error in 5ms
480
+
481
+ ActionController::RoutingError (No route matches {:action=>"/vipload", :controller=>"uploader"}):
482
+ app/views/uploader/new.html.erb:1:in `_app_views_uploader_new_html_erb___3041747117013408251_70105305668740'
483
+ app/controllers/uploader_controller.rb:3:in `new'
484
+
485
+
486
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
487
+
488
+
489
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:14:28 -0400
490
+ Processing by UploaderController#new as HTML
491
+ Rendered uploader/new.html.erb within layouts/application (5.0ms)
492
+ Completed 500 Internal Server Error in 7ms
493
+
494
+ ActionView::Template::Error (undefined local variable or method `vipload_vipload_path' for #<#<Class:0x007f8551ca2960>:0x007f8556238c18>):
495
+ 1: <%= form_tag action: vipload_vipload_path do |f| %>
496
+ 2: <%= file_field_tag :file %><br />
497
+ 3: <%= submit_tag "Upload" %>
498
+ 4: <% end %>
499
+ app/views/uploader/new.html.erb:1:in `_app_views_uploader_new_html_erb___3041747117013408251_70105326147400'
500
+ app/controllers/uploader_controller.rb:3:in `new'
501
+
502
+
503
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
504
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
505
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.2ms)
506
+
507
+
508
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:14:42 -0400
509
+ Processing by UploaderController#new as HTML
510
+ Rendered uploader/new.html.erb within layouts/application (8.2ms)
511
+ Completed 500 Internal Server Error in 10ms
512
+
513
+ ActionView::Template::Error (undefined local variable or method `vipload_vipload_path' for #<#<Class:0x007f8551ca2960>:0x007f85527ac7c0>):
514
+ 2: <%= file_field_tag :file %><br />
515
+ 3: <%= submit_tag "Upload" %>
516
+ 4: <% end %>
517
+ 5: <%= vipload_vipload_path %>
518
+ app/views/uploader/new.html.erb:5:in `_app_views_uploader_new_html_erb___3041747117013408251_70105295573080'
519
+ app/controllers/uploader_controller.rb:3:in `new'
520
+
521
+
522
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
523
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
524
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.9ms)
525
+
526
+
527
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:14:45 -0400
528
+ Processing by UploaderController#new as HTML
529
+ Rendered uploader/new.html.erb within layouts/application (2.0ms)
530
+ Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
531
+
532
+
533
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-21 21:14:45 -0400
534
+ Served asset /jquery.js - 304 Not Modified (0ms)
535
+
536
+
537
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-21 21:14:45 -0400
538
+ Served asset /application.css - 304 Not Modified (0ms)
539
+
540
+
541
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-21 21:14:45 -0400
542
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
543
+
544
+
545
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-21 21:14:45 -0400
546
+ Served asset /application.js - 304 Not Modified (0ms)
547
+
548
+
549
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:15:13 -0400
550
+ Processing by UploaderController#new as HTML
551
+ Rendered uploader/new.html.erb within layouts/application (6.2ms)
552
+ Completed 500 Internal Server Error in 9ms
553
+
554
+ ActionView::Template::Error (undefined local variable or method `vipload_upload_path' for #<#<Class:0x007f85527d2a38>:0x007f8554ec7620>):
555
+ 2: <%= file_field_tag :file %><br />
556
+ 3: <%= submit_tag "Upload" %>
557
+ 4: <% end %>
558
+ 5: <%= vipload_upload_path %>
559
+ app/views/uploader/new.html.erb:5:in `_app_views_uploader_new_html_erb___3041747117013408251_70105289506640'
560
+ app/controllers/uploader_controller.rb:3:in `new'
561
+
562
+
563
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
564
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
565
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.3ms)
566
+
567
+
568
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:15:26 -0400
569
+ Processing by UploaderController#new as HTML
570
+ Rendered uploader/new.html.erb within layouts/application (1.6ms)
571
+ Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
572
+
573
+
574
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-21 21:15:26 -0400
575
+ Served asset /jquery.js - 304 Not Modified (0ms)
576
+
577
+
578
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-21 21:15:26 -0400
579
+ Served asset /application.css - 304 Not Modified (0ms)
580
+
581
+
582
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-21 21:15:26 -0400
583
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
584
+
585
+
586
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-21 21:15:26 -0400
587
+ Served asset /application.js - 304 Not Modified (0ms)
588
+
589
+
590
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:15:33 -0400
591
+ Processing by UploaderController#new as HTML
592
+ Rendered uploader/new.html.erb within layouts/application (1.9ms)
593
+ Completed 500 Internal Server Error in 4ms
594
+
595
+ ActionController::RoutingError (No route matches {:action=>"/vipload", :controller=>"uploader"}):
596
+ app/views/uploader/new.html.erb:1:in `_app_views_uploader_new_html_erb___3041747117013408251_70105305722280'
597
+ app/controllers/uploader_controller.rb:3:in `new'
598
+
599
+
600
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
601
+
602
+
603
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:16:04 -0400
604
+ Processing by UploaderController#new as HTML
605
+ Rendered uploader/new.html.erb within layouts/application (2.2ms)
606
+ Completed 500 Internal Server Error in 6ms
607
+
608
+ ActionController::RoutingError (No route matches {:action=>"/vipload", :controller=>"uploader"}):
609
+ app/views/uploader/new.html.erb:1:in `_app_views_uploader_new_html_erb___3041747117013408251_70105300733800'
610
+ app/controllers/uploader_controller.rb:3:in `new'
611
+
612
+
613
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
614
+
615
+
616
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:16:19 -0400
617
+ Processing by UploaderController#new as HTML
618
+ Rendered uploader/new.html.erb within layouts/application (1.5ms)
619
+ Completed 500 Internal Server Error in 5ms
620
+
621
+ ActionController::RoutingError (No route matches {:action=>"/vipload", :controller=>"uploader"}):
622
+ app/views/uploader/new.html.erb:1:in `_app_views_uploader_new_html_erb___3041747117013408251_70105300733800'
623
+ app/controllers/uploader_controller.rb:3:in `new'
624
+
625
+
626
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
627
+
628
+
629
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:16:25 -0400
630
+ Processing by UploaderController#new as HTML
631
+ Rendered uploader/new.html.erb within layouts/application (4.5ms)
632
+ Completed 500 Internal Server Error in 7ms
633
+
634
+ ActionView::Template::Error (undefined local variable or method `vipload_upload' for #<#<Class:0x007f855375d908>:0x007f8551be3268>):
635
+ 1: <%= form_tag action: vipload_upload do |f| %>
636
+ 2: <%= file_field_tag :file %><br />
637
+ 3: <%= submit_tag "Upload" %>
638
+ 4: <% end %>
639
+ app/views/uploader/new.html.erb:1:in `_app_views_uploader_new_html_erb___3041747117013408251_70105289396340'
640
+ app/controllers/uploader_controller.rb:3:in `new'
641
+
642
+
643
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
644
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
645
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.7ms)
646
+
647
+
648
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:16:29 -0400
649
+ Processing by UploaderController#new as HTML
650
+ Rendered uploader/new.html.erb within layouts/application (4.7ms)
651
+ Completed 500 Internal Server Error in 7ms
652
+
653
+ ActionView::Template::Error (undefined local variable or method `vipload_upload_path' for #<#<Class:0x007f855375d908>:0x007f85534d6040>):
654
+ 1: <%= form_tag action: vipload_upload_path do |f| %>
655
+ 2: <%= file_field_tag :file %><br />
656
+ 3: <%= submit_tag "Upload" %>
657
+ 4: <% end %>
658
+ app/views/uploader/new.html.erb:1:in `_app_views_uploader_new_html_erb___3041747117013408251_70105302476780'
659
+ app/controllers/uploader_controller.rb:3:in `new'
660
+
661
+
662
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
663
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
664
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.6ms)
665
+
666
+
667
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:16:38 -0400
668
+ Processing by UploaderController#new as HTML
669
+ Rendered uploader/new.html.erb within layouts/application (35.1ms)
670
+ Completed 500 Internal Server Error in 38ms
671
+
672
+ ActionView::Template::Error (undefined local variable or method `vipload_upload_path' for #<#<Class:0x007f8553e4d808>:0x007f8553e52948>):
673
+ 1: <%= form_tag action: vipload_upload_path do |f| %>
674
+ 2: <%= file_field_tag :file %><br />
675
+ 3: <%= submit_tag "Upload" %>
676
+ 4: <% end %>
677
+ app/views/uploader/new.html.erb:1:in `_app_views_uploader_new_html_erb___3041747117013408251_70105302476780'
678
+ app/controllers/uploader_controller.rb:3:in `new'
679
+
680
+
681
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
682
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
683
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.4ms)
684
+
685
+
686
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:16:49 -0400
687
+ Processing by UploaderController#new as HTML
688
+ Rendered uploader/new.html.erb within layouts/application (1.6ms)
689
+ Completed 500 Internal Server Error in 3ms
690
+
691
+ ActionController::RoutingError (No route matches {:action=>"/viploadupload", :controller=>"uploader"}):
692
+ app/views/uploader/new.html.erb:1:in `_app_views_uploader_new_html_erb___3041747117013408251_70105293867220'
693
+ app/controllers/uploader_controller.rb:3:in `new'
694
+
695
+
696
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
697
+
698
+
699
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:16:53 -0400
700
+ Processing by UploaderController#new as HTML
701
+ Rendered uploader/new.html.erb within layouts/application (2.1ms)
702
+ Completed 500 Internal Server Error in 4ms
703
+
704
+ ActionController::RoutingError (No route matches {:action=>"/vipload/upload", :controller=>"uploader"}):
705
+ app/views/uploader/new.html.erb:1:in `_app_views_uploader_new_html_erb___3041747117013408251_70105306599640'
706
+ app/controllers/uploader_controller.rb:3:in `new'
707
+
708
+
709
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
710
+
711
+
712
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:17:00 -0400
713
+ Processing by UploaderController#new as HTML
714
+ ERROR: compiling _app_views_uploader_new_html_erb___3041747117013408251_70105288860020 RAISED /Users/dallasread/Apps/vipload/test/dummy/app/views/uploader/new.html.erb:1: syntax error, unexpected ':', expecting '}'
715
+ ...ffer.append= form_tag {action: vipload_path + "/upload"} do...
716
+ ... ^
717
+ /Users/dallasread/Apps/vipload/test/dummy/app/views/uploader/new.html.erb:1: syntax error, unexpected keyword_do_block, expecting keyword_end
718
+ ...n: vipload_path + "/upload"} do |f| @output_buffer.safe_conc...
719
+ ... ^
720
+ /Users/dallasread/Apps/vipload/test/dummy/app/views/uploader/new.html.erb:5: syntax error, unexpected keyword_ensure, expecting $end
721
+ Function body: def _app_views_uploader_new_html_erb___3041747117013408251_70105288860020(local_assigns, output_buffer)
722
+ _old_virtual_path, @virtual_path = @virtual_path, "uploader/new";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.append= form_tag {action: vipload_path + "/upload"} do |f| @output_buffer.safe_concat('
723
+ ');@output_buffer.safe_concat(' ');@output_buffer.append= ( file_field_tag :file );@output_buffer.safe_concat('<br />
724
+ ');@output_buffer.append= ( submit_tag "Upload" );@output_buffer.safe_concat('
725
+ '); end ;@output_buffer.to_s
726
+ ensure
727
+ @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
728
+ end
729
+
730
+ Backtrace: /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:297:in `module_eval'
731
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:297:in `compile'
732
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:244:in `block in compile!'
733
+ <internal:prelude>:10:in `synchronize'
734
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:232:in `compile!'
735
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:144:in `block in render'
736
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:125:in `instrument'
737
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:143:in `render'
738
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
739
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
740
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `block in instrument'
741
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
742
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `instrument'
743
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
744
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
745
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
746
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:45:in `render_template'
747
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:18:in `render'
748
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/renderer.rb:36:in `render_template'
749
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/renderer.rb:17:in `render'
750
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/rendering.rb:110:in `_render_template'
751
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/streaming.rb:225:in `_render_template'
752
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/rendering.rb:103:in `render_to_body'
753
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/renderers.rb:28:in `render_to_body'
754
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
755
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/rendering.rb:88:in `render'
756
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/rendering.rb:16:in `render'
757
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
758
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
759
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
760
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/core_ext/benchmark.rb:5:in `ms'
761
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:40:in `block in render'
762
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
763
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
764
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:39:in `render'
765
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
766
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/mime_responds.rb:196:in `respond_to'
767
+ /Users/dallasread/Apps/vipload/test/dummy/app/controllers/uploader_controller.rb:3:in `new'
768
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
769
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/base.rb:167:in `process_action'
770
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/rendering.rb:10:in `process_action'
771
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
772
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:414:in `_run__2143989649130058451__process_action__1992529289374572333__callbacks'
773
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:405:in `__run_callback'
774
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
775
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:81:in `run_callbacks'
776
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/callbacks.rb:17:in `process_action'
777
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/rescue.rb:29:in `process_action'
778
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
779
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `block in instrument'
780
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
781
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `instrument'
782
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
783
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
784
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
785
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/base.rb:121:in `process'
786
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/rendering.rb:45:in `process'
787
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal.rb:203:in `dispatch'
788
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
789
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal.rb:246:in `block in action'
790
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:73:in `call'
791
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
792
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:36:in `call'
793
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
794
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
795
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
796
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:601:in `call'
797
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
798
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/etag.rb:23:in `call'
799
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/conditionalget.rb:25:in `call'
800
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/head.rb:14:in `call'
801
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
802
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/flash.rb:242:in `call'
803
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:210:in `context'
804
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:205:in `call'
805
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/cookies.rb:341:in `call'
806
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/query_cache.rb:64:in `call'
807
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
808
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
809
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
810
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:405:in `__run_callback'
811
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
812
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:81:in `run_callbacks'
813
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
814
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/reloader.rb:65:in `call'
815
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
816
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
817
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
818
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/rack/logger.rb:32:in `call_app'
819
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/rack/logger.rb:16:in `block in call'
820
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/tagged_logging.rb:22:in `tagged'
821
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/rack/logger.rb:16:in `call'
822
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/request_id.rb:22:in `call'
823
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/methodoverride.rb:21:in `call'
824
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/runtime.rb:17:in `call'
825
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
826
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/lock.rb:15:in `call'
827
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/static.rb:62:in `call'
828
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/engine.rb:479:in `call'
829
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/application.rb:223:in `call'
830
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/content_length.rb:14:in `call'
831
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/rack/log_tailer.rb:17:in `call'
832
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/handler/webrick.rb:59:in `service'
833
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
834
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
835
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
836
+ Rendered uploader/new.html.erb within layouts/application (1.0ms)
837
+ Completed 500 Internal Server Error in 3ms
838
+
839
+ ActionView::Template::Error (/Users/dallasread/Apps/vipload/test/dummy/app/views/uploader/new.html.erb:1: syntax error, unexpected ':', expecting '}'
840
+ ...ffer.append= form_tag {action: vipload_path + "/upload"} do...
841
+ ... ^
842
+ /Users/dallasread/Apps/vipload/test/dummy/app/views/uploader/new.html.erb:1: syntax error, unexpected keyword_do_block, expecting keyword_end
843
+ ...n: vipload_path + "/upload"} do |f| @output_buffer.safe_conc...
844
+ ... ^
845
+ /Users/dallasread/Apps/vipload/test/dummy/app/views/uploader/new.html.erb:5: syntax error, unexpected keyword_ensure, expecting $end):
846
+ 1: <%= form_tag {action: vipload_path + "/upload"} do |f| %>
847
+ 2: <%= file_field_tag :file %><br />
848
+ 3: <%= submit_tag "Upload" %>
849
+ 4: <% end %>
850
+ app/controllers/uploader_controller.rb:3:in `new'
851
+
852
+
853
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms)
854
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
855
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.7ms)
856
+
857
+
858
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:17:03 -0400
859
+ Processing by UploaderController#new as HTML
860
+ Rendered uploader/new.html.erb within layouts/application (1.9ms)
861
+ Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
862
+
863
+
864
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-21 21:17:03 -0400
865
+ Served asset /application.css - 304 Not Modified (0ms)
866
+
867
+
868
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-21 21:17:03 -0400
869
+ Served asset /jquery.js - 304 Not Modified (0ms)
870
+
871
+
872
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-21 21:17:03 -0400
873
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
874
+
875
+
876
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-21 21:17:03 -0400
877
+ Served asset /application.js - 304 Not Modified (0ms)
878
+
879
+
880
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:17:22 -0400
881
+ Processing by UploaderController#new as HTML
882
+ Rendered uploader/new.html.erb within layouts/application (1.3ms)
883
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
884
+
885
+
886
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:17:27 -0400
887
+ Processing by UploaderController#new as HTML
888
+ ERROR: compiling _app_views_uploader_new_html_erb___3041747117013408251_70105294787500 RAISED /Users/dallasread/Apps/vipload/test/dummy/app/views/uploader/new.html.erb:1: syntax error, unexpected ':', expecting '}'
889
+ ..._buffer.append= form_tag {url: vipload_path} do |f| @output...
890
+ ... ^
891
+ /Users/dallasread/Apps/vipload/test/dummy/app/views/uploader/new.html.erb:5: syntax error, unexpected keyword_ensure, expecting $end
892
+ Function body: def _app_views_uploader_new_html_erb___3041747117013408251_70105294787500(local_assigns, output_buffer)
893
+ _old_virtual_path, @virtual_path = @virtual_path, "uploader/new";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.append= form_tag {url: vipload_path} do |f| @output_buffer.safe_concat('
894
+ ');@output_buffer.safe_concat(' ');@output_buffer.append= ( file_field_tag :file );@output_buffer.safe_concat('<br />
895
+ ');@output_buffer.append= ( submit_tag "Upload" );@output_buffer.safe_concat('
896
+ '); end ;@output_buffer.to_s
897
+ ensure
898
+ @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
899
+ end
900
+
901
+ Backtrace: /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:297:in `module_eval'
902
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:297:in `compile'
903
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:244:in `block in compile!'
904
+ <internal:prelude>:10:in `synchronize'
905
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:232:in `compile!'
906
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:144:in `block in render'
907
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:125:in `instrument'
908
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:143:in `render'
909
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
910
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
911
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `block in instrument'
912
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
913
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `instrument'
914
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
915
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
916
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
917
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:45:in `render_template'
918
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:18:in `render'
919
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/renderer.rb:36:in `render_template'
920
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/renderer.rb:17:in `render'
921
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/rendering.rb:110:in `_render_template'
922
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/streaming.rb:225:in `_render_template'
923
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/rendering.rb:103:in `render_to_body'
924
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/renderers.rb:28:in `render_to_body'
925
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
926
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/rendering.rb:88:in `render'
927
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/rendering.rb:16:in `render'
928
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
929
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
930
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
931
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/core_ext/benchmark.rb:5:in `ms'
932
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:40:in `block in render'
933
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
934
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
935
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:39:in `render'
936
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
937
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/mime_responds.rb:196:in `respond_to'
938
+ /Users/dallasread/Apps/vipload/test/dummy/app/controllers/uploader_controller.rb:3:in `new'
939
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
940
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/base.rb:167:in `process_action'
941
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/rendering.rb:10:in `process_action'
942
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
943
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:414:in `_run__2143989649130058451__process_action__1992529289374572333__callbacks'
944
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:405:in `__run_callback'
945
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
946
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:81:in `run_callbacks'
947
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/callbacks.rb:17:in `process_action'
948
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/rescue.rb:29:in `process_action'
949
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
950
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `block in instrument'
951
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
952
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `instrument'
953
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
954
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
955
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
956
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/base.rb:121:in `process'
957
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/rendering.rb:45:in `process'
958
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal.rb:203:in `dispatch'
959
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
960
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal.rb:246:in `block in action'
961
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:73:in `call'
962
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
963
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:36:in `call'
964
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
965
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
966
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
967
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:601:in `call'
968
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
969
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/etag.rb:23:in `call'
970
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/conditionalget.rb:25:in `call'
971
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/head.rb:14:in `call'
972
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
973
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/flash.rb:242:in `call'
974
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:210:in `context'
975
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:205:in `call'
976
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/cookies.rb:341:in `call'
977
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/query_cache.rb:64:in `call'
978
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
979
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
980
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
981
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:405:in `__run_callback'
982
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
983
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:81:in `run_callbacks'
984
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
985
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/reloader.rb:65:in `call'
986
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
987
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
988
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
989
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/rack/logger.rb:32:in `call_app'
990
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/rack/logger.rb:16:in `block in call'
991
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/tagged_logging.rb:22:in `tagged'
992
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/rack/logger.rb:16:in `call'
993
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/request_id.rb:22:in `call'
994
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/methodoverride.rb:21:in `call'
995
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/runtime.rb:17:in `call'
996
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
997
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/lock.rb:15:in `call'
998
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/static.rb:62:in `call'
999
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/engine.rb:479:in `call'
1000
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/application.rb:223:in `call'
1001
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/content_length.rb:14:in `call'
1002
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/rack/log_tailer.rb:17:in `call'
1003
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/handler/webrick.rb:59:in `service'
1004
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1005
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1006
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1007
+ Rendered uploader/new.html.erb within layouts/application (0.7ms)
1008
+ Completed 500 Internal Server Error in 2ms
1009
+
1010
+ ActionView::Template::Error (/Users/dallasread/Apps/vipload/test/dummy/app/views/uploader/new.html.erb:1: syntax error, unexpected ':', expecting '}'
1011
+ ..._buffer.append= form_tag {url: vipload_path} do |f| @output...
1012
+ ... ^
1013
+ /Users/dallasread/Apps/vipload/test/dummy/app/views/uploader/new.html.erb:5: syntax error, unexpected keyword_ensure, expecting $end):
1014
+ 1: <%= form_tag {url: vipload_path} do |f| %>
1015
+ 2: <%= file_field_tag :file %><br />
1016
+ 3: <%= submit_tag "Upload" %>
1017
+ 4: <% end %>
1018
+ app/controllers/uploader_controller.rb:3:in `new'
1019
+
1020
+
1021
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
1022
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
1023
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.4ms)
1024
+
1025
+
1026
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:17:31 -0400
1027
+ Processing by UploaderController#new as HTML
1028
+ Rendered uploader/new.html.erb within layouts/application (1.4ms)
1029
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
1030
+
1031
+
1032
+ Started GET "/?url=%2Fvipload" for 127.0.0.1 at 2013-02-21 21:17:48 -0400
1033
+ Processing by UploaderController#new as HTML
1034
+ Parameters: {"url"=>"/vipload"}
1035
+ Rendered uploader/new.html.erb within layouts/application (0.7ms)
1036
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
1037
+
1038
+
1039
+ Started GET "/?url=%2Fvipload" for 127.0.0.1 at 2013-02-21 21:17:50 -0400
1040
+ Processing by UploaderController#new as HTML
1041
+ Parameters: {"url"=>"/vipload"}
1042
+ Rendered uploader/new.html.erb within layouts/application (1.1ms)
1043
+ Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
1044
+
1045
+
1046
+ Started GET "/?url=%2Fvipload" for 127.0.0.1 at 2013-02-21 21:17:50 -0400
1047
+ Processing by UploaderController#new as HTML
1048
+ Parameters: {"url"=>"/vipload"}
1049
+ Rendered uploader/new.html.erb within layouts/application (0.7ms)
1050
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
1051
+
1052
+
1053
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:17:51 -0400
1054
+ Processing by UploaderController#new as HTML
1055
+ Rendered uploader/new.html.erb within layouts/application (0.7ms)
1056
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
1057
+
1058
+
1059
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:18:14 -0400
1060
+ Processing by UploaderController#new as HTML
1061
+ Rendered uploader/new.html.erb within layouts/application (1.2ms)
1062
+ Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
1063
+
1064
+
1065
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:18:20 -0400
1066
+ Processing by UploaderController#new as HTML
1067
+ Rendered uploader/new.html.erb within layouts/application (2.0ms)
1068
+ Completed 500 Internal Server Error in 4ms
1069
+
1070
+ ActionController::RoutingError (No route matches {:action=>"/vipload/upload", :controller=>"uploader"}):
1071
+ app/views/uploader/new.html.erb:1:in `_app_views_uploader_new_html_erb___3041747117013408251_70105325769120'
1072
+ app/controllers/uploader_controller.rb:3:in `new'
1073
+
1074
+
1075
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
1076
+
1077
+
1078
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:18:30 -0400
1079
+ Processing by UploaderController#new as HTML
1080
+ Rendered uploader/new.html.erb within layouts/application (4.8ms)
1081
+ Completed 500 Internal Server Error in 7ms
1082
+
1083
+ ActionView::Template::Error (undefined method `form_tag_for' for #<#<Class:0x007f8553e4d808>:0x007f85537c5e68>):
1084
+ 1: <%= form_tag_for url: "/vipload/upload" do |f| %>
1085
+ 2: <%= file_field_tag :file %><br />
1086
+ 3: <%= submit_tag "Upload" %>
1087
+ 4: <% end %>
1088
+ app/views/uploader/new.html.erb:1:in `_app_views_uploader_new_html_erb___3041747117013408251_70105304032980'
1089
+ app/controllers/uploader_controller.rb:3:in `new'
1090
+
1091
+
1092
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (32.8ms)
1093
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
1094
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (40.7ms)
1095
+
1096
+
1097
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:18:39 -0400
1098
+ Processing by UploaderController#new as HTML
1099
+ Rendered uploader/new.html.erb within layouts/application (1.4ms)
1100
+ Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
1101
+
1102
+
1103
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:18:44 -0400
1104
+ Processing by UploaderController#new as HTML
1105
+ Rendered uploader/new.html.erb within layouts/application (1.4ms)
1106
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
1107
+
1108
+
1109
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:18:48 -0400
1110
+ Processing by UploaderController#new as HTML
1111
+ Rendered uploader/new.html.erb within layouts/application (1.4ms)
1112
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
1113
+
1114
+
1115
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:18:57 -0400
1116
+ Processing by UploaderController#new as HTML
1117
+ Rendered uploader/new.html.erb within layouts/application (1.0ms)
1118
+ Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
1119
+
1120
+
1121
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:19:01 -0400
1122
+ Processing by UploaderController#new as HTML
1123
+ Rendered uploader/new.html.erb within layouts/application (0.6ms)
1124
+ Completed 200 OK in 4ms (Views: 4.2ms | ActiveRecord: 0.0ms)
1125
+
1126
+
1127
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-21 21:19:01 -0400
1128
+ Served asset /application.css - 304 Not Modified (0ms)
1129
+
1130
+
1131
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-21 21:19:01 -0400
1132
+ Served asset /application.js - 304 Not Modified (0ms)
1133
+
1134
+
1135
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-21 21:19:01 -0400
1136
+ Served asset /jquery.js - 304 Not Modified (0ms)
1137
+
1138
+
1139
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-21 21:19:01 -0400
1140
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1141
+
1142
+
1143
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:19:09 -0400
1144
+ Processing by Vipload::UploadController#create as HTML
1145
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>"pr.jpeg", "commit"=>"Upload"}
1146
+ Rendered text template (0.0ms)
1147
+ Completed 200 OK in 613ms (Views: 1.2ms | ActiveRecord: 0.0ms)
1148
+
1149
+
1150
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:19:48 -0400
1151
+ Processing by Vipload::UploadController#create as HTML
1152
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>"pr.jpeg", "commit"=>"Upload"}
1153
+ Completed 500 Internal Server Error in 341ms
1154
+
1155
+ TypeError (can't convert Symbol into Integer):
1156
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:8:in `[]'
1157
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:8:in `create'
1158
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1159
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
1160
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
1161
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1162
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
1163
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
1164
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
1165
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
1166
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
1167
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
1168
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
1169
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
1170
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1171
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
1172
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
1173
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
1174
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1175
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
1176
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
1177
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
1178
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1179
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
1180
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
1181
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
1182
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
1183
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1184
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
1185
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
1186
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
1187
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
1188
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
1189
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1190
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
1191
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
1192
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
1193
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1194
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
1195
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
1196
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
1197
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1198
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
1199
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
1200
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
1201
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
1202
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
1203
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
1204
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1205
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
1206
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
1207
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1208
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
1209
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1210
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1211
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1212
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1213
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1214
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
1215
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
1216
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
1217
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
1218
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1219
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1220
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1221
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1222
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1223
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
1224
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
1225
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
1226
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1227
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
1228
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1229
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1230
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1231
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1232
+
1233
+
1234
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
1235
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
1236
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.0ms)
1237
+
1238
+
1239
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:19:55 -0400
1240
+ Processing by UploaderController#new as HTML
1241
+ Rendered uploader/new.html.erb within layouts/application (0.9ms)
1242
+ Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
1243
+
1244
+
1245
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-21 21:19:55 -0400
1246
+ Served asset /application.css - 304 Not Modified (0ms)
1247
+
1248
+
1249
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-21 21:19:55 -0400
1250
+ Served asset /jquery.js - 304 Not Modified (0ms)
1251
+
1252
+
1253
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-21 21:19:55 -0400
1254
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1255
+
1256
+
1257
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-21 21:19:55 -0400
1258
+ Served asset /application.js - 304 Not Modified (0ms)
1259
+
1260
+
1261
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:19:58 -0400
1262
+ Processing by Vipload::UploadController#create as HTML
1263
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>"pr.jpeg", "commit"=>"Upload"}
1264
+ Completed 500 Internal Server Error in 262ms
1265
+
1266
+ TypeError (can't convert Symbol into Integer):
1267
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:8:in `[]'
1268
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:8:in `create'
1269
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1270
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
1271
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
1272
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1273
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
1274
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
1275
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
1276
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
1277
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
1278
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
1279
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
1280
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
1281
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1282
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
1283
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
1284
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
1285
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1286
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
1287
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
1288
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
1289
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1290
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
1291
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
1292
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
1293
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
1294
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1295
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
1296
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
1297
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
1298
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
1299
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
1300
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1301
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
1302
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
1303
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
1304
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1305
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
1306
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
1307
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
1308
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1309
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
1310
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
1311
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
1312
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
1313
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
1314
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
1315
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1316
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
1317
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
1318
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1319
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
1320
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1321
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1322
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1323
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1324
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1325
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
1326
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
1327
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
1328
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
1329
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1330
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1331
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1332
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1333
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1334
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
1335
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
1336
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
1337
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1338
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
1339
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1340
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1341
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1342
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1343
+
1344
+
1345
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
1346
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
1347
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.4ms)
1348
+
1349
+
1350
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:20:45 -0400
1351
+ Processing by Vipload::UploadController#create as HTML
1352
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>"pr.jpeg", "commit"=>"Upload"}
1353
+ Completed 500 Internal Server Error in 265ms
1354
+
1355
+ TypeError (can't convert Symbol into Integer):
1356
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:8:in `[]'
1357
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:8:in `create'
1358
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1359
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
1360
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
1361
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1362
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
1363
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
1364
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
1365
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
1366
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
1367
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
1368
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
1369
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
1370
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1371
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
1372
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
1373
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
1374
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1375
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
1376
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
1377
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
1378
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1379
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
1380
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
1381
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
1382
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
1383
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1384
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
1385
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
1386
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
1387
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
1388
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
1389
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1390
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
1391
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
1392
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
1393
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1394
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
1395
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
1396
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
1397
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1398
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
1399
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
1400
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
1401
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
1402
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
1403
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
1404
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1405
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
1406
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
1407
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1408
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
1409
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1410
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1411
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1412
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1413
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1414
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
1415
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
1416
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
1417
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
1418
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1419
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1420
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1421
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1422
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1423
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
1424
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
1425
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
1426
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1427
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
1428
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1429
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1430
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1431
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1432
+
1433
+
1434
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms)
1435
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
1436
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.4ms)
1437
+
1438
+
1439
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:20:51 -0400
1440
+ Processing by Vipload::UploadController#create as HTML
1441
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>"pr.jpeg", "commit"=>"Upload"}
1442
+ Completed 500 Internal Server Error in 341ms
1443
+
1444
+ TypeError (can't convert Symbol into Integer):
1445
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:8:in `[]'
1446
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:8:in `create'
1447
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1448
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
1449
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
1450
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1451
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
1452
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
1453
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
1454
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
1455
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
1456
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
1457
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
1458
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
1459
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1460
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
1461
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
1462
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
1463
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1464
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
1465
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
1466
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
1467
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1468
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
1469
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
1470
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
1471
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
1472
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1473
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
1474
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
1475
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
1476
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
1477
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
1478
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1479
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
1480
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
1481
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
1482
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1483
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
1484
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
1485
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
1486
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1487
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
1488
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
1489
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
1490
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
1491
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
1492
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
1493
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1494
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
1495
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
1496
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1497
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
1498
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1499
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1500
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1501
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1502
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1503
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
1504
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
1505
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
1506
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
1507
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1508
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1509
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1510
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1511
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1512
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
1513
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
1514
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
1515
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1516
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
1517
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1518
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1519
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1520
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1521
+
1522
+
1523
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
1524
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
1525
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.4ms)
1526
+
1527
+
1528
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:21:59 -0400
1529
+ Processing by Vipload::UploadController#create as HTML
1530
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>"pr.jpeg", "commit"=>"Upload"}
1531
+ Completed 500 Internal Server Error in 410ms
1532
+
1533
+ NoMethodError (undefined method `original_filename' for "pr.jpeg":String):
1534
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:10:in `create'
1535
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1536
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
1537
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
1538
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1539
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
1540
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
1541
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
1542
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
1543
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
1544
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
1545
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
1546
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
1547
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1548
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
1549
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
1550
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
1551
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1552
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
1553
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
1554
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
1555
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1556
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
1557
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
1558
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
1559
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
1560
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1561
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
1562
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
1563
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
1564
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
1565
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
1566
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1567
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
1568
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
1569
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
1570
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1571
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
1572
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
1573
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
1574
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1575
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
1576
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
1577
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
1578
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
1579
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
1580
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
1581
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1582
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
1583
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
1584
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1585
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
1586
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1587
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1588
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1589
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1590
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1591
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
1592
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
1593
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
1594
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
1595
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1596
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1597
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1598
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1599
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1600
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
1601
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
1602
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
1603
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1604
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
1605
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1606
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1607
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1608
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1609
+
1610
+
1611
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
1612
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
1613
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.2ms)
1614
+
1615
+
1616
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:22:10 -0400
1617
+ Processing by Vipload::UploadController#create as HTML
1618
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>"pr.jpeg", "commit"=>"Upload"}
1619
+ Completed 500 Internal Server Error in 307ms
1620
+
1621
+ NoMethodError (undefined method `read' for "pr.jpeg":String):
1622
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:10:in `create'
1623
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1624
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
1625
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
1626
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1627
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
1628
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
1629
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
1630
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
1631
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
1632
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
1633
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
1634
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
1635
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1636
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
1637
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
1638
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
1639
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1640
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
1641
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
1642
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
1643
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1644
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
1645
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
1646
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
1647
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
1648
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1649
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
1650
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
1651
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
1652
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
1653
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
1654
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1655
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
1656
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
1657
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
1658
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1659
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
1660
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
1661
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
1662
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1663
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
1664
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
1665
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
1666
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
1667
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
1668
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
1669
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1670
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
1671
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
1672
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1673
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
1674
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1675
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1676
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1677
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1678
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1679
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
1680
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
1681
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
1682
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
1683
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1684
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1685
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1686
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1687
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1688
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
1689
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
1690
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
1691
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1692
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
1693
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1694
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1695
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1696
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1697
+
1698
+
1699
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
1700
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
1701
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.0ms)
1702
+
1703
+
1704
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:24:14 -0400
1705
+ Processing by Vipload::UploadController#create as HTML
1706
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>"pr.jpeg", "commit"=>"Upload"}
1707
+ Completed 500 Internal Server Error in 287ms
1708
+
1709
+ NameError (undefined local variable or method `upload' for #<Vipload::UploadController:0x007f8551c45120>):
1710
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:9:in `create'
1711
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1712
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
1713
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
1714
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1715
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
1716
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
1717
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
1718
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
1719
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
1720
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
1721
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
1722
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
1723
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1724
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
1725
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
1726
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
1727
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1728
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
1729
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
1730
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
1731
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1732
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
1733
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
1734
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
1735
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
1736
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1737
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
1738
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
1739
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
1740
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
1741
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
1742
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1743
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
1744
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
1745
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
1746
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1747
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
1748
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
1749
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
1750
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1751
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
1752
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
1753
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
1754
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
1755
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
1756
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
1757
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1758
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
1759
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
1760
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1761
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
1762
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1763
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1764
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1765
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1766
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1767
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
1768
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
1769
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
1770
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
1771
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1772
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1773
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1774
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1775
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1776
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
1777
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
1778
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
1779
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1780
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
1781
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1782
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1783
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1784
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1785
+
1786
+
1787
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
1788
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
1789
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.1ms)
1790
+
1791
+
1792
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:24:21 -0400
1793
+ Processing by Vipload::UploadController#create as HTML
1794
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>"pr.jpeg", "commit"=>"Upload"}
1795
+ Completed 500 Internal Server Error in 299ms
1796
+
1797
+ NoMethodError (undefined method `read' for nil:NilClass):
1798
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:9:in `create'
1799
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1800
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
1801
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
1802
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1803
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
1804
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
1805
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
1806
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
1807
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
1808
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
1809
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
1810
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
1811
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1812
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
1813
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
1814
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
1815
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1816
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
1817
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
1818
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
1819
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1820
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
1821
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
1822
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
1823
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
1824
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1825
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
1826
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
1827
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
1828
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
1829
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
1830
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1831
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
1832
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
1833
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
1834
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1835
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
1836
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
1837
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
1838
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1839
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
1840
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
1841
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
1842
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
1843
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
1844
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
1845
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1846
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
1847
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
1848
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1849
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
1850
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1851
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1852
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1853
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1854
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1855
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
1856
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
1857
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
1858
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
1859
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1860
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1861
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1862
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1863
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1864
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
1865
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
1866
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
1867
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1868
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
1869
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1870
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1871
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1872
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1873
+
1874
+
1875
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms)
1876
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms)
1877
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.0ms)
1878
+
1879
+
1880
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:24:47 -0400
1881
+ Processing by Vipload::UploadController#create as HTML
1882
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>"pr.jpeg", "commit"=>"Upload"}
1883
+ Completed 500 Internal Server Error in 327ms
1884
+
1885
+ NoMethodError (undefined method `read' for nil:NilClass):
1886
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:9:in `create'
1887
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1888
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
1889
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
1890
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1891
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
1892
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
1893
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
1894
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
1895
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
1896
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
1897
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
1898
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
1899
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1900
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
1901
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
1902
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
1903
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1904
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
1905
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
1906
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
1907
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1908
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
1909
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
1910
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
1911
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
1912
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1913
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
1914
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
1915
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
1916
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
1917
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
1918
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1919
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
1920
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
1921
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
1922
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1923
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
1924
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
1925
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
1926
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1927
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
1928
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
1929
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
1930
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
1931
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
1932
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
1933
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1934
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
1935
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
1936
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1937
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
1938
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1939
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1940
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1941
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1942
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1943
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
1944
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
1945
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
1946
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
1947
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1948
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1949
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1950
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1951
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1952
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
1953
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
1954
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
1955
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1956
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
1957
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1958
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1959
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1960
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1961
+
1962
+
1963
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
1964
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (29.5ms)
1965
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (38.8ms)
1966
+
1967
+
1968
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:24:48 -0400
1969
+ Processing by UploaderController#new as HTML
1970
+ Rendered uploader/new.html.erb within layouts/application (1.6ms)
1971
+ Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)
1972
+
1973
+
1974
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-21 21:24:48 -0400
1975
+ Served asset /application.css - 304 Not Modified (0ms)
1976
+
1977
+
1978
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-21 21:24:48 -0400
1979
+ Served asset /jquery.js - 304 Not Modified (0ms)
1980
+
1981
+
1982
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-21 21:24:49 -0400
1983
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1984
+
1985
+
1986
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-21 21:24:49 -0400
1987
+ Served asset /application.js - 304 Not Modified (0ms)
1988
+
1989
+
1990
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:24:56 -0400
1991
+ Processing by UploaderController#new as HTML
1992
+ Rendered uploader/new.html.erb within layouts/application (1.1ms)
1993
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
1994
+
1995
+
1996
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:25:10 -0400
1997
+ Processing by Vipload::UploadController#create as HTML
1998
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>"pr.jpeg", "commit"=>"Upload"}
1999
+ Completed 500 Internal Server Error in 264ms
2000
+
2001
+ NoMethodError (undefined method `read' for nil:NilClass):
2002
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:9:in `create'
2003
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
2004
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
2005
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
2006
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
2007
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
2008
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
2009
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
2010
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
2011
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
2012
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
2013
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
2014
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
2015
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2016
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
2017
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
2018
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
2019
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2020
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
2021
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
2022
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
2023
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
2024
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
2025
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
2026
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
2027
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
2028
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2029
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2030
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2031
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
2032
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
2033
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
2034
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2035
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2036
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2037
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
2038
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2039
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
2040
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
2041
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
2042
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2043
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
2044
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
2045
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
2046
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
2047
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
2048
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
2049
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2050
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
2051
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
2052
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
2053
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
2054
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2055
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
2056
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
2057
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
2058
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2059
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
2060
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
2061
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
2062
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
2063
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2064
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
2065
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
2066
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2067
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
2068
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
2069
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
2070
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
2071
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
2072
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
2073
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
2074
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2075
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2076
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2077
+
2078
+
2079
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
2080
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
2081
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.7ms)
2082
+
2083
+
2084
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:25:40 -0400
2085
+ Processing by Vipload::UploadController#create as HTML
2086
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>"pr.jpeg", "commit"=>"Upload"}
2087
+ Completed 500 Internal Server Error in 251ms
2088
+
2089
+ TypeError (can't convert Symbol into Integer):
2090
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:9:in `[]'
2091
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:9:in `create'
2092
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
2093
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
2094
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
2095
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
2096
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
2097
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
2098
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
2099
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
2100
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
2101
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
2102
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
2103
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
2104
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2105
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
2106
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
2107
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
2108
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2109
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
2110
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
2111
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
2112
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
2113
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
2114
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
2115
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
2116
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
2117
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2118
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2119
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2120
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
2121
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
2122
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
2123
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2124
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2125
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2126
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
2127
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2128
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
2129
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
2130
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
2131
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2132
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
2133
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
2134
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
2135
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
2136
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
2137
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
2138
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2139
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
2140
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
2141
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
2142
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
2143
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2144
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
2145
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
2146
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
2147
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2148
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
2149
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
2150
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
2151
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
2152
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2153
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
2154
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
2155
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2156
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
2157
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
2158
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
2159
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
2160
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
2161
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
2162
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
2163
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2164
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2165
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2166
+
2167
+
2168
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
2169
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
2170
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.8ms)
2171
+
2172
+
2173
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:25:44 -0400
2174
+ Processing by Vipload::UploadController#create as HTML
2175
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>"pr.jpeg", "commit"=>"Upload"}
2176
+ Completed 500 Internal Server Error in 259ms
2177
+
2178
+ TypeError (can't convert Symbol into Integer):
2179
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:9:in `[]'
2180
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:9:in `create'
2181
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
2182
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
2183
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
2184
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
2185
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
2186
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
2187
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
2188
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
2189
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
2190
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
2191
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
2192
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
2193
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2194
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
2195
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
2196
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
2197
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2198
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
2199
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
2200
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
2201
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
2202
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
2203
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
2204
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
2205
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
2206
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2207
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2208
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2209
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
2210
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
2211
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
2212
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2213
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2214
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2215
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
2216
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2217
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
2218
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
2219
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
2220
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2221
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
2222
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
2223
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
2224
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
2225
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
2226
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
2227
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2228
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
2229
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
2230
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
2231
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
2232
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2233
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
2234
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
2235
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
2236
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2237
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
2238
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
2239
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
2240
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
2241
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2242
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
2243
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
2244
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2245
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
2246
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
2247
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
2248
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
2249
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
2250
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
2251
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
2252
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2253
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2254
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2255
+
2256
+
2257
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
2258
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
2259
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.0ms)
2260
+
2261
+
2262
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:25:51 -0400
2263
+ Processing by Vipload::UploadController#create as HTML
2264
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>"pr.jpeg", "commit"=>"Upload"}
2265
+ Completed 500 Internal Server Error in 289ms
2266
+
2267
+ Errno::ENOENT (No such file or directory - pr.jpeg):
2268
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:643:in `initialize'
2269
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:643:in `open'
2270
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:643:in `putbinaryfile'
2271
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:9:in `create'
2272
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
2273
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
2274
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
2275
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
2276
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
2277
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
2278
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
2279
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
2280
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
2281
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
2282
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
2283
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
2284
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2285
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
2286
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
2287
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
2288
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2289
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
2290
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
2291
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
2292
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
2293
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
2294
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
2295
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
2296
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
2297
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2298
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2299
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2300
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
2301
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
2302
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
2303
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2304
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2305
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2306
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
2307
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2308
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
2309
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
2310
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
2311
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2312
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
2313
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
2314
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
2315
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
2316
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
2317
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
2318
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2319
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
2320
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
2321
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
2322
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
2323
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2324
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
2325
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
2326
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
2327
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2328
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
2329
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
2330
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
2331
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
2332
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2333
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
2334
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
2335
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2336
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
2337
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
2338
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
2339
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
2340
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
2341
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
2342
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
2343
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2344
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2345
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2346
+
2347
+
2348
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
2349
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
2350
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.3ms)
2351
+
2352
+
2353
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:27:49 -0400
2354
+ Processing by Vipload::UploadController#create as HTML
2355
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>"pr.jpeg", "commit"=>"Upload"}
2356
+ Completed 500 Internal Server Error in 269ms
2357
+
2358
+ Errno::ENOENT (No such file or directory - pr.jpeg):
2359
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:643:in `initialize'
2360
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:643:in `open'
2361
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:643:in `putbinaryfile'
2362
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:9:in `create'
2363
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
2364
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
2365
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
2366
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
2367
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
2368
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
2369
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
2370
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
2371
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
2372
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
2373
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
2374
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
2375
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2376
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
2377
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
2378
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
2379
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2380
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
2381
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
2382
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
2383
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
2384
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
2385
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
2386
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
2387
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
2388
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2389
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2390
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2391
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
2392
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
2393
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
2394
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2395
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2396
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2397
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
2398
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2399
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
2400
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
2401
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
2402
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2403
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
2404
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
2405
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
2406
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
2407
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
2408
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
2409
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2410
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
2411
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
2412
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
2413
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
2414
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2415
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
2416
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
2417
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
2418
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2419
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
2420
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
2421
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
2422
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
2423
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2424
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
2425
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
2426
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2427
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
2428
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
2429
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
2430
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
2431
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
2432
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
2433
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
2434
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2435
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2436
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2437
+
2438
+
2439
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
2440
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
2441
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.3ms)
2442
+
2443
+
2444
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:28:03 -0400
2445
+ Processing by Vipload::UploadController#create as HTML
2446
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>"pr.jpeg", "commit"=>"Upload"}
2447
+ Completed 500 Internal Server Error in 280ms
2448
+
2449
+ Errno::ENOENT (No such file or directory - pr.jpeg):
2450
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:643:in `initialize'
2451
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:643:in `open'
2452
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:643:in `putbinaryfile'
2453
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:10:in `create'
2454
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
2455
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
2456
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
2457
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
2458
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
2459
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
2460
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
2461
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
2462
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
2463
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
2464
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
2465
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
2466
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2467
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
2468
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
2469
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
2470
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2471
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
2472
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
2473
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
2474
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
2475
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
2476
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
2477
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
2478
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
2479
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2480
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2481
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2482
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
2483
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
2484
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
2485
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2486
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2487
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2488
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
2489
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2490
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
2491
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
2492
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
2493
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2494
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
2495
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
2496
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
2497
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
2498
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
2499
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
2500
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2501
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
2502
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
2503
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
2504
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
2505
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2506
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
2507
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
2508
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
2509
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2510
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
2511
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
2512
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
2513
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
2514
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2515
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
2516
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
2517
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2518
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
2519
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
2520
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
2521
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
2522
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
2523
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
2524
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
2525
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2526
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2527
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2528
+
2529
+
2530
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
2531
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
2532
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.7ms)
2533
+
2534
+
2535
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:29:11 -0400
2536
+ Processing by Vipload::UploadController#create as HTML
2537
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>"pr.jpeg", "commit"=>"Upload"}
2538
+ Completed 500 Internal Server Error in 303ms
2539
+
2540
+ NoMethodError (undefined method `tempfile' for "pr.jpeg":String):
2541
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:10:in `create'
2542
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
2543
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
2544
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
2545
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
2546
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
2547
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
2548
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
2549
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
2550
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
2551
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
2552
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
2553
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
2554
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2555
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
2556
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
2557
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
2558
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2559
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
2560
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
2561
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
2562
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
2563
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
2564
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
2565
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
2566
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
2567
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2568
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2569
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2570
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
2571
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
2572
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
2573
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2574
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2575
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2576
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
2577
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2578
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
2579
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
2580
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
2581
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2582
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
2583
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
2584
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
2585
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
2586
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
2587
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
2588
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2589
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
2590
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
2591
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
2592
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
2593
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2594
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
2595
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
2596
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
2597
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2598
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
2599
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
2600
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
2601
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
2602
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2603
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
2604
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
2605
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2606
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
2607
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
2608
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
2609
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
2610
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
2611
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
2612
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
2613
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2614
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2615
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2616
+
2617
+
2618
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
2619
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
2620
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.2ms)
2621
+
2622
+
2623
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:30:25 -0400
2624
+ Processing by Vipload::UploadController#create as HTML
2625
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f8552683150 @original_filename="pr.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"pr.jpeg\"\r\nContent-Type: image/jpeg\r\n", @tempfile=#<File:/var/folders/4m/fvdk2rrs57q5l5zf2dd431wm0000gn/T/RackMultipart20130221-46181-1kvo2jz>>, "commit"=>"Upload"}
2626
+ Rendered text template (0.0ms)
2627
+ Completed 200 OK in 1113ms (Views: 1.2ms | ActiveRecord: 0.0ms)
2628
+
2629
+
2630
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:30:31 -0400
2631
+ Processing by UploaderController#new as HTML
2632
+ Rendered uploader/new.html.erb within layouts/application (1.0ms)
2633
+ Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)
2634
+
2635
+
2636
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-21 21:30:31 -0400
2637
+ Served asset /application.css - 304 Not Modified (0ms)
2638
+
2639
+
2640
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-21 21:30:31 -0400
2641
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2642
+
2643
+
2644
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-21 21:30:31 -0400
2645
+ Served asset /application.js - 304 Not Modified (0ms)
2646
+
2647
+
2648
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-21 21:30:31 -0400
2649
+ Served asset /jquery.js - 304 Not Modified (0ms)
2650
+
2651
+
2652
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:30:34 -0400
2653
+ Processing by Vipload::UploadController#create as HTML
2654
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f85537f53c0 @original_filename="pr.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"pr.jpeg\"\r\nContent-Type: image/jpeg\r\n", @tempfile=#<File:/var/folders/4m/fvdk2rrs57q5l5zf2dd431wm0000gn/T/RackMultipart20130221-46181-bfh87x>>, "commit"=>"Upload"}
2655
+ Rendered text template (0.0ms)
2656
+ Completed 200 OK in 1091ms (Views: 0.6ms | ActiveRecord: 0.0ms)
2657
+
2658
+
2659
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:31:28 -0400
2660
+ Processing by UploaderController#new as HTML
2661
+ Rendered uploader/new.html.erb within layouts/application (0.7ms)
2662
+ Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
2663
+
2664
+
2665
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-21 21:31:28 -0400
2666
+ Served asset /application.css - 304 Not Modified (0ms)
2667
+
2668
+
2669
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-21 21:31:28 -0400
2670
+ Served asset /jquery.js - 304 Not Modified (0ms)
2671
+
2672
+
2673
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-21 21:31:28 -0400
2674
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2675
+
2676
+
2677
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-21 21:31:28 -0400
2678
+ Served asset /application.js - 304 Not Modified (0ms)
2679
+
2680
+
2681
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:31:32 -0400
2682
+ Processing by Vipload::UploadController#create as HTML
2683
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f8551c24330 @original_filename="pr.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"pr.jpeg\"\r\nContent-Type: image/jpeg\r\n", @tempfile=#<File:/var/folders/4m/fvdk2rrs57q5l5zf2dd431wm0000gn/T/RackMultipart20130221-46181-19ahsp5>>, "commit"=>"Upload"}
2684
+ Completed 500 Internal Server Error in 261ms
2685
+
2686
+ TypeError (can't convert ActionDispatch::Http::UploadedFile into String):
2687
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:649:in `+'
2688
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:649:in `putbinaryfile'
2689
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:10:in `create'
2690
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
2691
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
2692
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
2693
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
2694
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
2695
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
2696
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
2697
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
2698
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
2699
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
2700
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
2701
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
2702
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2703
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
2704
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
2705
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
2706
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2707
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
2708
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
2709
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
2710
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
2711
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
2712
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
2713
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
2714
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
2715
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2716
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2717
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2718
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
2719
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
2720
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
2721
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2722
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2723
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2724
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
2725
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2726
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
2727
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
2728
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
2729
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2730
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
2731
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
2732
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
2733
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
2734
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
2735
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
2736
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2737
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
2738
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
2739
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
2740
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
2741
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2742
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
2743
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
2744
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
2745
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2746
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
2747
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
2748
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
2749
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
2750
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2751
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
2752
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
2753
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2754
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
2755
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
2756
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
2757
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
2758
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
2759
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
2760
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
2761
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2762
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2763
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2764
+
2765
+
2766
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
2767
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
2768
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.1ms)
2769
+
2770
+
2771
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:31:42 -0400
2772
+ Processing by Vipload::UploadController#create as HTML
2773
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f8552637c28 @original_filename="pr.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"pr.jpeg\"\r\nContent-Type: image/jpeg\r\n", @tempfile=#<File:/var/folders/4m/fvdk2rrs57q5l5zf2dd431wm0000gn/T/RackMultipart20130221-46181-1giys3z>>, "commit"=>"Upload"}
2774
+ Completed 500 Internal Server Error in 306ms
2775
+
2776
+ NoMethodError (undefined method `name' for #<ActionDispatch::Http::UploadedFile:0x007f8552637c28>):
2777
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:10:in `create'
2778
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
2779
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
2780
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
2781
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
2782
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
2783
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
2784
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
2785
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
2786
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
2787
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
2788
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
2789
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
2790
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2791
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
2792
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
2793
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
2794
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2795
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
2796
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
2797
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
2798
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
2799
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
2800
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
2801
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
2802
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
2803
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2804
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2805
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2806
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
2807
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
2808
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
2809
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2810
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2811
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2812
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
2813
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2814
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
2815
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
2816
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
2817
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2818
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
2819
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
2820
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
2821
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
2822
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
2823
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
2824
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2825
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
2826
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
2827
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
2828
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
2829
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2830
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
2831
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
2832
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
2833
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2834
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
2835
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
2836
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
2837
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
2838
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2839
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
2840
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
2841
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2842
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
2843
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
2844
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
2845
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
2846
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
2847
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
2848
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
2849
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2850
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2851
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2852
+
2853
+
2854
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
2855
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms)
2856
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.9ms)
2857
+
2858
+
2859
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:32:03 -0400
2860
+ Processing by Vipload::UploadController#create as HTML
2861
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f85534edb28 @original_filename="pr.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"pr.jpeg\"\r\nContent-Type: image/jpeg\r\n", @tempfile=#<File:/var/folders/4m/fvdk2rrs57q5l5zf2dd431wm0000gn/T/RackMultipart20130221-46181-1er0o6m>>, "commit"=>"Upload"}
2862
+ Rendered text template (0.0ms)
2863
+ Completed 200 OK in 1128ms (Views: 1.2ms | ActiveRecord: 0.0ms)
2864
+
2865
+
2866
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:32:34 -0400
2867
+ Processing by Vipload::UploadController#create as HTML
2868
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f85521bfa10 @original_filename="Cat Dog Mouse (Piano from Choir's for Saint Anything).wav", @content_type="audio/wav", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"Cat Dog Mouse (Piano from Choir's for Saint Anything).wav\"\r\nContent-Type: audio/wav\r\n", @tempfile=#<File:/var/folders/4m/fvdk2rrs57q5l5zf2dd431wm0000gn/T/RackMultipart20130221-46181-24jxpn>>, "commit"=>"Upload"}
2869
+ Rendered text template (0.0ms)
2870
+ Completed 200 OK in 171103ms (Views: 0.6ms | ActiveRecord: 0.0ms)
2871
+
2872
+
2873
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:41:25 -0400
2874
+ Processing by UploaderController#new as HTML
2875
+ Rendered uploader/new.html.erb within layouts/application (0.6ms)
2876
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
2877
+
2878
+
2879
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-21 21:41:25 -0400
2880
+ Served asset /jquery.js - 304 Not Modified (0ms)
2881
+
2882
+
2883
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-21 21:41:25 -0400
2884
+ Served asset /application.css - 304 Not Modified (0ms)
2885
+
2886
+
2887
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-21 21:41:25 -0400
2888
+ Served asset /application.js - 304 Not Modified (0ms)
2889
+
2890
+
2891
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-21 21:41:25 -0400
2892
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2893
+
2894
+
2895
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:41:33 -0400
2896
+
2897
+ SyntaxError (/Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:6: dynamic constant assignment
2898
+ VIPLOAD = YAML.load_file("#{Rails.root...
2899
+ ^):
2900
+ activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `load'
2901
+ activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `block in load_file'
2902
+ activesupport (3.2.12) lib/active_support/dependencies.rb:639:in `new_constants_in'
2903
+ activesupport (3.2.12) lib/active_support/dependencies.rb:468:in `load_file'
2904
+ activesupport (3.2.12) lib/active_support/dependencies.rb:353:in `require_or_load'
2905
+ activesupport (3.2.12) lib/active_support/dependencies.rb:502:in `load_missing_constant'
2906
+ activesupport (3.2.12) lib/active_support/dependencies.rb:192:in `block in const_missing'
2907
+ activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `each'
2908
+ activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `const_missing'
2909
+ activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize'
2910
+ activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each'
2911
+ activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize'
2912
+ activesupport (3.2.12) lib/active_support/dependencies.rb:554:in `get'
2913
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
2914
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller'
2915
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call'
2916
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2917
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2918
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2919
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
2920
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
2921
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
2922
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
2923
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
2924
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
2925
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
2926
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2927
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
2928
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
2929
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
2930
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2931
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
2932
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
2933
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
2934
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
2935
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
2936
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
2937
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2938
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
2939
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
2940
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
2941
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
2942
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2943
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
2944
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
2945
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
2946
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2947
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
2948
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
2949
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
2950
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
2951
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2952
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
2953
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
2954
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2955
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
2956
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
2957
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
2958
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
2959
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
2960
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
2961
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
2962
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2963
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2964
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2965
+
2966
+
2967
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
2968
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
2969
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.1ms)
2970
+
2971
+
2972
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:41:51 -0400
2973
+ Processing by Vipload::UploadController#create as HTML
2974
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f85533ecb48 @original_filename="Third Eye for iPod.mp3", @content_type="audio/mp3", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"Third Eye for iPod.mp3\"\r\nContent-Type: audio/mp3\r\n", @tempfile=#<File:/var/folders/4m/fvdk2rrs57q5l5zf2dd431wm0000gn/T/RackMultipart20130221-46181-137ek8q>>, "commit"=>"Upload"}
2975
+ Completed 500 Internal Server Error in 5ms
2976
+
2977
+ NameError (undefined local variable or method `ftp' for #<Vipload::UploadController:0x007f85531e9760>):
2978
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:21:in `block (2 levels) in create'
2979
+ actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:196:in `call'
2980
+ actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:196:in `respond_to'
2981
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:20:in `create'
2982
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
2983
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
2984
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
2985
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
2986
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
2987
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
2988
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
2989
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
2990
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
2991
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
2992
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
2993
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
2994
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
2995
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
2996
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
2997
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
2998
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
2999
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
3000
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
3001
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
3002
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
3003
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
3004
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
3005
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
3006
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
3007
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3008
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3009
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3010
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
3011
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
3012
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
3013
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3014
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3015
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3016
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
3017
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
3018
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
3019
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
3020
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
3021
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
3022
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
3023
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
3024
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
3025
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
3026
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
3027
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
3028
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
3029
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
3030
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
3031
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
3032
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
3033
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
3034
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
3035
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
3036
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
3037
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
3038
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
3039
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
3040
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
3041
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
3042
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
3043
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
3044
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
3045
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
3046
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
3047
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
3048
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
3049
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
3050
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
3051
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
3052
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
3053
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
3054
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
3055
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
3056
+
3057
+
3058
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
3059
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
3060
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.6ms)
3061
+
3062
+
3063
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:41:56 -0400
3064
+ Processing by Vipload::UploadController#create as HTML
3065
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f85532b2408 @original_filename="Third Eye for iPod.mp3", @content_type="audio/mp3", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"Third Eye for iPod.mp3\"\r\nContent-Type: audio/mp3\r\n", @tempfile=#<File:/var/folders/4m/fvdk2rrs57q5l5zf2dd431wm0000gn/T/RackMultipart20130221-46181-lesdc3>>, "commit"=>"Upload"}
3066
+ Completed 500 Internal Server Error in 3ms
3067
+
3068
+ NoMethodError (undefined method `[]' for VIPLOAD:Module):
3069
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:9:in `create'
3070
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
3071
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
3072
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
3073
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
3074
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
3075
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
3076
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
3077
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
3078
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
3079
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
3080
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
3081
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
3082
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
3083
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
3084
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
3085
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
3086
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
3087
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
3088
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
3089
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
3090
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
3091
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
3092
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
3093
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
3094
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
3095
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3096
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3097
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3098
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
3099
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
3100
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
3101
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3102
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3103
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3104
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
3105
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
3106
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
3107
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
3108
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
3109
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
3110
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
3111
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
3112
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
3113
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
3114
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
3115
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
3116
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
3117
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
3118
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
3119
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
3120
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
3121
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
3122
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
3123
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
3124
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
3125
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
3126
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
3127
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
3128
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
3129
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
3130
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
3131
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
3132
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
3133
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
3134
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
3135
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
3136
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
3137
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
3138
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
3139
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
3140
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
3141
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
3142
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
3143
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
3144
+
3145
+
3146
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
3147
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
3148
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.3ms)
3149
+
3150
+
3151
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:42:05 -0400
3152
+ Processing by Vipload::UploadController#create as HTML
3153
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f8551a56f30 @original_filename="Third Eye for iPod.mp3", @content_type="audio/mp3", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"Third Eye for iPod.mp3\"\r\nContent-Type: audio/mp3\r\n", @tempfile=#<File:/var/folders/4m/fvdk2rrs57q5l5zf2dd431wm0000gn/T/RackMultipart20130221-46181-4apugg>>, "commit"=>"Upload"}
3154
+ Rendered text template (0.0ms)
3155
+ Completed 200 OK in 44057ms (Views: 1.1ms | ActiveRecord: 0.0ms)
3156
+
3157
+
3158
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:47:12 -0400
3159
+ Processing by UploaderController#new as HTML
3160
+ Rendered uploader/new.html.erb within layouts/application (1.6ms)
3161
+ Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
3162
+
3163
+
3164
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-21 21:47:12 -0400
3165
+ Served asset /application.css - 304 Not Modified (0ms)
3166
+
3167
+
3168
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-21 21:47:12 -0400
3169
+ Served asset /application.js - 304 Not Modified (0ms)
3170
+
3171
+
3172
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-21 21:47:12 -0400
3173
+ Served asset /jquery.js - 304 Not Modified (0ms)
3174
+
3175
+
3176
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-21 21:47:12 -0400
3177
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3178
+
3179
+
3180
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:47:32 -0400
3181
+
3182
+ SyntaxError (/Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:11: syntax error, unexpected ')', expecting '='
3183
+ ...arams[:file].original_filename).join("/"))
3184
+ ... ^
3185
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:20: syntax error, unexpected tIDENTIFIER, expecting ')'
3186
+ respond_to do |format|
3187
+ ^):
3188
+ activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `load'
3189
+ activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `block in load_file'
3190
+ activesupport (3.2.12) lib/active_support/dependencies.rb:639:in `new_constants_in'
3191
+ activesupport (3.2.12) lib/active_support/dependencies.rb:468:in `load_file'
3192
+ activesupport (3.2.12) lib/active_support/dependencies.rb:353:in `require_or_load'
3193
+ activesupport (3.2.12) lib/active_support/dependencies.rb:502:in `load_missing_constant'
3194
+ activesupport (3.2.12) lib/active_support/dependencies.rb:192:in `block in const_missing'
3195
+ activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `each'
3196
+ activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `const_missing'
3197
+ activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize'
3198
+ activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each'
3199
+ activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize'
3200
+ activesupport (3.2.12) lib/active_support/dependencies.rb:554:in `get'
3201
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
3202
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller'
3203
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call'
3204
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3205
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3206
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3207
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
3208
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
3209
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
3210
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3211
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3212
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3213
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
3214
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
3215
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
3216
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
3217
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
3218
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
3219
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
3220
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
3221
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
3222
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
3223
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
3224
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
3225
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
3226
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
3227
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
3228
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
3229
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
3230
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
3231
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
3232
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
3233
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
3234
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
3235
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
3236
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
3237
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
3238
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
3239
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
3240
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
3241
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
3242
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
3243
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
3244
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
3245
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
3246
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
3247
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
3248
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
3249
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
3250
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
3251
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
3252
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
3253
+
3254
+
3255
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
3256
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms)
3257
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.2ms)
3258
+
3259
+
3260
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:47:42 -0400
3261
+ Processing by Vipload::UploadController#create as HTML
3262
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f85532c39b0 @original_filename="Nevermind for iPod.mp3", @content_type="audio/mp3", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"Nevermind for iPod.mp3\"\r\nContent-Type: audio/mp3\r\n", @tempfile=#<File:/var/folders/4m/fvdk2rrs57q5l5zf2dd431wm0000gn/T/RackMultipart20130221-46181-r2dcbz>>, "path"=>"awesome/cool", "commit"=>"Upload"}
3263
+ Completed 500 Internal Server Error in 14415ms
3264
+
3265
+ Net::FTPPermError (553 Could not create file.
3266
+ ):
3267
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:300:in `getresp'
3268
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:325:in `block in sendcmd'
3269
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
3270
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:323:in `sendcmd'
3271
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:402:in `transfercmd'
3272
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:502:in `block (2 levels) in storbinary'
3273
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:178:in `with_binary'
3274
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:501:in `block in storbinary'
3275
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
3276
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:500:in `storbinary'
3277
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:649:in `putbinaryfile'
3278
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:11:in `create'
3279
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
3280
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
3281
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
3282
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
3283
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
3284
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
3285
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
3286
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
3287
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
3288
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
3289
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
3290
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
3291
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
3292
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
3293
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
3294
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
3295
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
3296
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
3297
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
3298
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
3299
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
3300
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
3301
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
3302
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
3303
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
3304
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3305
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3306
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3307
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
3308
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
3309
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
3310
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3311
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3312
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3313
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
3314
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
3315
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
3316
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
3317
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
3318
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
3319
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
3320
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
3321
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
3322
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
3323
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
3324
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
3325
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
3326
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
3327
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
3328
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
3329
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
3330
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
3331
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
3332
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
3333
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
3334
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
3335
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
3336
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
3337
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
3338
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
3339
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
3340
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
3341
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
3342
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
3343
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
3344
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
3345
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
3346
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
3347
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
3348
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
3349
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
3350
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
3351
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
3352
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
3353
+
3354
+
3355
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
3356
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
3357
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.0ms)
3358
+
3359
+
3360
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:48:07 -0400
3361
+ Processing by Vipload::UploadController#create as HTML
3362
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f85520a02b0 @original_filename="Nevermind for iPod.mp3", @content_type="audio/mp3", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"Nevermind for iPod.mp3\"\r\nContent-Type: audio/mp3\r\n", @tempfile=#<File:/var/folders/4m/fvdk2rrs57q5l5zf2dd431wm0000gn/T/RackMultipart20130221-46181-andm8r>>, "path"=>"/awesome/cool", "commit"=>"Upload"}
3363
+ Completed 500 Internal Server Error in 805ms
3364
+
3365
+ Net::FTPPermError (553 Could not create file.
3366
+ ):
3367
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:300:in `getresp'
3368
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:325:in `block in sendcmd'
3369
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
3370
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:323:in `sendcmd'
3371
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:402:in `transfercmd'
3372
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:502:in `block (2 levels) in storbinary'
3373
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:178:in `with_binary'
3374
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:501:in `block in storbinary'
3375
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
3376
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:500:in `storbinary'
3377
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:649:in `putbinaryfile'
3378
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:11:in `create'
3379
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
3380
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
3381
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
3382
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
3383
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
3384
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
3385
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
3386
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
3387
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
3388
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
3389
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
3390
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
3391
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
3392
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
3393
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
3394
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
3395
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
3396
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
3397
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
3398
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
3399
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
3400
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
3401
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
3402
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
3403
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
3404
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3405
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3406
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3407
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
3408
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
3409
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
3410
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3411
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3412
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3413
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
3414
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
3415
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
3416
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
3417
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
3418
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
3419
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
3420
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
3421
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
3422
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
3423
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
3424
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
3425
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
3426
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
3427
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
3428
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
3429
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
3430
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
3431
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
3432
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
3433
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
3434
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
3435
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
3436
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
3437
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
3438
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
3439
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
3440
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
3441
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
3442
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
3443
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
3444
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
3445
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
3446
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
3447
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
3448
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
3449
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
3450
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
3451
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
3452
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
3453
+
3454
+
3455
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
3456
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
3457
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.7ms)
3458
+
3459
+
3460
+ Started POST "/vipload/upload" for 127.0.0.1 at 2013-02-21 21:48:24 -0400
3461
+ Processing by Vipload::UploadController#create as HTML
3462
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f8552799878 @original_filename="Nevermind for iPod.mp3", @content_type="audio/mp3", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"Nevermind for iPod.mp3\"\r\nContent-Type: audio/mp3\r\n", @tempfile=#<File:/var/folders/4m/fvdk2rrs57q5l5zf2dd431wm0000gn/T/RackMultipart20130221-46181-mwxwr0>>, "path"=>"awesome/cool", "commit"=>"Upload"}
3463
+ Completed 500 Internal Server Error in 356ms
3464
+
3465
+ Net::FTPPermError (553 Could not create file.
3466
+ ):
3467
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:300:in `getresp'
3468
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:325:in `block in sendcmd'
3469
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
3470
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:323:in `sendcmd'
3471
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:402:in `transfercmd'
3472
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:502:in `block (2 levels) in storbinary'
3473
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:178:in `with_binary'
3474
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:501:in `block in storbinary'
3475
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
3476
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:500:in `storbinary'
3477
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:649:in `putbinaryfile'
3478
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:11:in `create'
3479
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
3480
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
3481
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
3482
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
3483
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
3484
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
3485
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
3486
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
3487
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
3488
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
3489
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
3490
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
3491
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
3492
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
3493
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
3494
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
3495
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
3496
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
3497
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
3498
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
3499
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
3500
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
3501
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
3502
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
3503
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
3504
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3505
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3506
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3507
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
3508
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
3509
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
3510
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3511
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3512
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3513
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
3514
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
3515
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
3516
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
3517
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
3518
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
3519
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
3520
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
3521
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
3522
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
3523
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
3524
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
3525
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
3526
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
3527
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
3528
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
3529
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
3530
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
3531
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
3532
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
3533
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
3534
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
3535
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
3536
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
3537
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
3538
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
3539
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
3540
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
3541
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
3542
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
3543
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
3544
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
3545
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
3546
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
3547
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
3548
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
3549
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
3550
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
3551
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
3552
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
3553
+
3554
+
3555
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
3556
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms)
3557
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.3ms)
3558
+
3559
+
3560
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:51:04 -0400
3561
+ Processing by UploaderController#new as HTML
3562
+ Rendered uploader/new.html.erb within layouts/application (1.8ms)
3563
+ Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
3564
+
3565
+
3566
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-21 21:51:04 -0400
3567
+ Served asset /application.css - 304 Not Modified (0ms)
3568
+
3569
+
3570
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-21 21:51:04 -0400
3571
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3572
+
3573
+
3574
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-21 21:51:04 -0400
3575
+ Served asset /application.js - 304 Not Modified (0ms)
3576
+
3577
+
3578
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-21 21:51:04 -0400
3579
+ Served asset /jquery.js - 304 Not Modified (0ms)
3580
+
3581
+
3582
+ Started POST "/vipload" for 127.0.0.1 at 2013-02-21 21:51:12 -0400
3583
+ Processing by Vipload::UploadController#create as HTML
3584
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f85561f8460 @original_filename="09 Anchorage.mp3", @content_type="audio/mp3", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"09 Anchorage.mp3\"\r\nContent-Type: audio/mp3\r\n", @tempfile=#<File:/var/folders/4m/fvdk2rrs57q5l5zf2dd431wm0000gn/T/RackMultipart20130221-46181-1aqnw5t>>, "key"=>"awesome", "commit"=>"Upload"}
3585
+ Completed 500 Internal Server Error in 367ms
3586
+
3587
+ Net::FTPPermError (553 Could not create file.
3588
+ ):
3589
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:300:in `getresp'
3590
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:325:in `block in sendcmd'
3591
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
3592
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:323:in `sendcmd'
3593
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:402:in `transfercmd'
3594
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:502:in `block (2 levels) in storbinary'
3595
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:178:in `with_binary'
3596
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:501:in `block in storbinary'
3597
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
3598
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:500:in `storbinary'
3599
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:649:in `putbinaryfile'
3600
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:11:in `create'
3601
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
3602
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
3603
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
3604
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
3605
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
3606
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
3607
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
3608
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
3609
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
3610
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
3611
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
3612
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
3613
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
3614
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
3615
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
3616
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
3617
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
3618
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
3619
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
3620
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
3621
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
3622
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
3623
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
3624
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
3625
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
3626
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3627
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3628
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3629
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
3630
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
3631
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
3632
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3633
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3634
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3635
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
3636
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
3637
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
3638
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
3639
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
3640
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
3641
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
3642
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
3643
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
3644
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
3645
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
3646
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
3647
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
3648
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
3649
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
3650
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
3651
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
3652
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
3653
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
3654
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
3655
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
3656
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
3657
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
3658
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
3659
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
3660
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
3661
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
3662
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
3663
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
3664
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
3665
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
3666
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
3667
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
3668
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
3669
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
3670
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
3671
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
3672
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
3673
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
3674
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
3675
+
3676
+
3677
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
3678
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
3679
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.5ms)
3680
+
3681
+
3682
+ Started POST "/vipload" for 127.0.0.1 at 2013-02-21 21:51:26 -0400
3683
+ Processing by Vipload::UploadController#create as HTML
3684
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f85532577b0 @original_filename="09 Anchorage.mp3", @content_type="audio/mp3", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"09 Anchorage.mp3\"\r\nContent-Type: audio/mp3\r\n", @tempfile=#<File:/var/folders/4m/fvdk2rrs57q5l5zf2dd431wm0000gn/T/RackMultipart20130221-46181-s42boq>>, "key"=>"awesome", "commit"=>"Upload"}
3685
+ Completed 500 Internal Server Error in 432ms
3686
+
3687
+ Net::FTPPermError (553 Could not create file.
3688
+ ):
3689
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:300:in `getresp'
3690
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:325:in `block in sendcmd'
3691
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
3692
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:323:in `sendcmd'
3693
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:388:in `transfercmd'
3694
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:502:in `block (2 levels) in storbinary'
3695
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:178:in `with_binary'
3696
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:501:in `block in storbinary'
3697
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
3698
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:500:in `storbinary'
3699
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:649:in `putbinaryfile'
3700
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:11:in `create'
3701
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
3702
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
3703
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
3704
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
3705
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
3706
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
3707
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
3708
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
3709
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
3710
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
3711
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
3712
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
3713
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
3714
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
3715
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
3716
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
3717
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
3718
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
3719
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
3720
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
3721
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
3722
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
3723
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
3724
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
3725
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
3726
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3727
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3728
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3729
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
3730
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
3731
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
3732
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3733
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3734
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3735
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
3736
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
3737
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
3738
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
3739
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
3740
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
3741
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
3742
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
3743
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
3744
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
3745
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
3746
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
3747
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
3748
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
3749
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
3750
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
3751
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
3752
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
3753
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
3754
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
3755
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
3756
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
3757
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
3758
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
3759
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
3760
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
3761
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
3762
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
3763
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
3764
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
3765
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
3766
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
3767
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
3768
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
3769
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
3770
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
3771
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
3772
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
3773
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
3774
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
3775
+
3776
+
3777
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
3778
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms)
3779
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.9ms)
3780
+
3781
+
3782
+ Started POST "/vipload" for 127.0.0.1 at 2013-02-21 21:51:36 -0400
3783
+ Processing by Vipload::UploadController#create as HTML
3784
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f8551b85898 @original_filename="09 Anchorage.mp3", @content_type="audio/mp3", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"09 Anchorage.mp3\"\r\nContent-Type: audio/mp3\r\n", @tempfile=#<File:/var/folders/4m/fvdk2rrs57q5l5zf2dd431wm0000gn/T/RackMultipart20130221-46181-ven8ax>>, "key"=>"awesome", "commit"=>"Upload"}
3785
+ Rendered text template (0.0ms)
3786
+ Completed 200 OK in 3327ms (Views: 1.2ms | ActiveRecord: 0.0ms)
3787
+
3788
+
3789
+ Started POST "/vipload" for 127.0.0.1 at 2013-02-21 21:51:53 -0400
3790
+ Processing by Vipload::UploadController#create as HTML
3791
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f8551b12410 @original_filename="09 Anchorage.mp3", @content_type="audio/mp3", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"09 Anchorage.mp3\"\r\nContent-Type: audio/mp3\r\n", @tempfile=#<File:/var/folders/4m/fvdk2rrs57q5l5zf2dd431wm0000gn/T/RackMultipart20130221-46181-7ul2bt>>, "key"=>"awesome/cool/gnarly", "commit"=>"Upload"}
3792
+ Completed 500 Internal Server Error in 330ms
3793
+
3794
+ Net::FTPPermError (550 Create directory operation failed.
3795
+ ):
3796
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:300:in `getresp'
3797
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:325:in `block in sendcmd'
3798
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
3799
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:323:in `sendcmd'
3800
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:803:in `mkdir'
3801
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:11:in `create'
3802
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
3803
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
3804
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
3805
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
3806
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
3807
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
3808
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
3809
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
3810
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
3811
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
3812
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
3813
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
3814
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
3815
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
3816
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
3817
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
3818
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
3819
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
3820
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
3821
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
3822
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
3823
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
3824
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
3825
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
3826
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
3827
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3828
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3829
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3830
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
3831
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
3832
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
3833
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3834
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3835
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3836
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
3837
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
3838
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
3839
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
3840
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
3841
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
3842
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
3843
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
3844
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
3845
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
3846
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
3847
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
3848
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
3849
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
3850
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
3851
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
3852
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
3853
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
3854
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
3855
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
3856
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
3857
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
3858
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
3859
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
3860
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
3861
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
3862
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
3863
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
3864
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
3865
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
3866
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
3867
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
3868
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
3869
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
3870
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
3871
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
3872
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
3873
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
3874
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
3875
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
3876
+
3877
+
3878
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
3879
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
3880
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.4ms)
3881
+
3882
+
3883
+ Started POST "/vipload" for 127.0.0.1 at 2013-02-21 21:55:12 -0400
3884
+ Processing by Vipload::UploadController#create as HTML
3885
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f8551c218d8 @original_filename="09 Anchorage.mp3", @content_type="audio/mp3", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"09 Anchorage.mp3\"\r\nContent-Type: audio/mp3\r\n", @tempfile=#<File:/var/folders/4m/fvdk2rrs57q5l5zf2dd431wm0000gn/T/RackMultipart20130221-46181-vj5muo>>, "key"=>"awesome/cool/gnarly", "commit"=>"Upload"}
3886
+ Completed 500 Internal Server Error in 334ms
3887
+
3888
+ Net::FTPPermError (550 Create directory operation failed.
3889
+ ):
3890
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:300:in `getresp'
3891
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:325:in `block in sendcmd'
3892
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
3893
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:323:in `sendcmd'
3894
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/net/ftp.rb:803:in `mkdir'
3895
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:16:in `block in create'
3896
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:14:in `each'
3897
+ /Users/dallasread/Apps/vipload/app/controllers/vipload/upload_controller.rb:14:in `create'
3898
+ actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
3899
+ actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
3900
+ actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
3901
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
3902
+ activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1935558266017724157__process_action__1402557814382458201__callbacks'
3903
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
3904
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
3905
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
3906
+ actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
3907
+ actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
3908
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
3909
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
3910
+ activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
3911
+ activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
3912
+ actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
3913
+ actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
3914
+ activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
3915
+ actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
3916
+ actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
3917
+ actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
3918
+ actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
3919
+ actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
3920
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
3921
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
3922
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
3923
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3924
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3925
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3926
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
3927
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
3928
+ railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
3929
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
3930
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
3931
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
3932
+ actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
3933
+ actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
3934
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
3935
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
3936
+ actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
3937
+ actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
3938
+ actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
3939
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
3940
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
3941
+ actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
3942
+ activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
3943
+ activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
3944
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
3945
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1515426233565518085__call__1181259239742460624__callbacks'
3946
+ activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
3947
+ activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
3948
+ activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
3949
+ actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
3950
+ actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
3951
+ actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
3952
+ actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
3953
+ actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
3954
+ railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
3955
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
3956
+ activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
3957
+ railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
3958
+ actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
3959
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
3960
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
3961
+ activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
3962
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
3963
+ actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
3964
+ railties (3.2.12) lib/rails/engine.rb:479:in `call'
3965
+ railties (3.2.12) lib/rails/application.rb:223:in `call'
3966
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
3967
+ railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
3968
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
3969
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
3970
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
3971
+ /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
3972
+
3973
+
3974
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
3975
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
3976
+ Rendered /Users/dallasread/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.5ms)
3977
+
3978
+
3979
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:55:47 -0400
3980
+ Processing by UploaderController#new as HTML
3981
+ Rendered uploader/new.html.erb within layouts/application (0.7ms)
3982
+ Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
3983
+
3984
+
3985
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-21 21:55:47 -0400
3986
+ Served asset /application.css - 304 Not Modified (0ms)
3987
+
3988
+
3989
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-21 21:55:47 -0400
3990
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3991
+
3992
+
3993
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-21 21:55:47 -0400
3994
+ Served asset /jquery.js - 304 Not Modified (0ms)
3995
+
3996
+
3997
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-21 21:55:47 -0400
3998
+ Served asset /application.js - 304 Not Modified (0ms)
3999
+
4000
+
4001
+ Started POST "/vipload" for 127.0.0.1 at 2013-02-21 21:55:55 -0400
4002
+ Processing by Vipload::UploadController#create as HTML
4003
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f8553ae28d0 @original_filename="09 Anchorage.mp3", @content_type="audio/mp3", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"09 Anchorage.mp3\"\r\nContent-Type: audio/mp3\r\n", @tempfile=#<File:/var/folders/4m/fvdk2rrs57q5l5zf2dd431wm0000gn/T/RackMultipart20130221-46181-f4s2sh>>, "key"=>"nice/cool", "commit"=>"Upload"}
4004
+ Rendered text template (0.0ms)
4005
+ Completed 200 OK in 3279ms (Views: 1.2ms | ActiveRecord: 0.0ms)
4006
+
4007
+
4008
+ Started GET "/" for 127.0.0.1 at 2013-02-21 21:58:02 -0400
4009
+ Processing by UploaderController#new as HTML
4010
+ Rendered uploader/new.html.erb within layouts/application (0.7ms)
4011
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
4012
+
4013
+
4014
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-21 21:58:02 -0400
4015
+ Served asset /application.css - 304 Not Modified (0ms)
4016
+
4017
+
4018
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-21 21:58:02 -0400
4019
+ Served asset /jquery.js - 304 Not Modified (0ms)
4020
+
4021
+
4022
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-21 21:58:02 -0400
4023
+ Served asset /application.js - 304 Not Modified (1ms)
4024
+
4025
+
4026
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-21 21:58:02 -0400
4027
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
4028
+
4029
+
4030
+ Started GET "/" for 127.0.0.1 at 2013-02-21 22:01:35 -0400
4031
+ Processing by UploaderController#new as HTML
4032
+ Rendered uploader/new.html.erb within layouts/application (1.3ms)
4033
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
4034
+
4035
+
4036
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-21 22:01:35 -0400
4037
+ Served asset /application.css - 304 Not Modified (0ms)
4038
+
4039
+
4040
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-21 22:01:35 -0400
4041
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
4042
+
4043
+
4044
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-21 22:01:35 -0400
4045
+ Served asset /jquery.js - 304 Not Modified (0ms)
4046
+
4047
+
4048
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-21 22:01:35 -0400
4049
+ Served asset /application.js - 304 Not Modified (0ms)
4050
+
4051
+
4052
+ Started POST "/vipload" for 127.0.0.1 at 2013-02-21 22:01:48 -0400
4053
+ Processing by Vipload::UploadController#create as HTML
4054
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f85585bbe88 @original_filename="09 Anchorage.mp3", @content_type="audio/mp3", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"09 Anchorage.mp3\"\r\nContent-Type: audio/mp3\r\n", @tempfile=#<File:/var/folders/4m/fvdk2rrs57q5l5zf2dd431wm0000gn/T/RackMultipart20130221-46181-1y4awdn>>, "key"=>"sweet/cool/awesome", "redirect"=>"http://google.com", "commit"=>"Upload"}
4055
+ Redirected to http://google.com
4056
+ Completed 302 Found in 3544ms (ActiveRecord: 0.0ms)
4057
+
4058
+
4059
+ Started GET "/" for 127.0.0.1 at 2013-02-21 22:01:57 -0400
4060
+ Processing by UploaderController#new as HTML
4061
+ Rendered uploader/new.html.erb within layouts/application (1.0ms)
4062
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
4063
+
4064
+
4065
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-21 22:01:57 -0400
4066
+ Served asset /application.css - 304 Not Modified (0ms)
4067
+
4068
+
4069
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-21 22:01:57 -0400
4070
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
4071
+
4072
+
4073
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-21 22:01:57 -0400
4074
+ Served asset /jquery.js - 304 Not Modified (0ms)
4075
+
4076
+
4077
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-21 22:01:57 -0400
4078
+ Served asset /application.js - 304 Not Modified (0ms)
4079
+
4080
+
4081
+ Started GET "/" for 127.0.0.1 at 2013-02-21 22:06:22 -0400
4082
+ Processing by UploaderController#new as HTML
4083
+ Rendered uploader/new.html.erb within layouts/application (1.7ms)
4084
+ Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
4085
+
4086
+
4087
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-21 22:06:22 -0400
4088
+ Served asset /jquery.js - 304 Not Modified (0ms)
4089
+
4090
+
4091
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-21 22:06:22 -0400
4092
+ Served asset /application.js - 304 Not Modified (0ms)
4093
+
4094
+
4095
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-21 22:06:22 -0400
4096
+ Served asset /application.css - 304 Not Modified (0ms)
4097
+
4098
+
4099
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-21 22:06:22 -0400
4100
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
4101
+
4102
+
4103
+ Started GET "/" for 127.0.0.1 at 2013-02-21 22:07:19 -0400
4104
+ Processing by UploaderController#new as HTML
4105
+ Rendered uploader/new.html.erb within layouts/application (1.7ms)
4106
+ Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
4107
+
4108
+
4109
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-21 22:07:19 -0400
4110
+ Served asset /jquery.js - 304 Not Modified (0ms)
4111
+
4112
+
4113
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-21 22:07:19 -0400
4114
+ Served asset /application.js - 304 Not Modified (0ms)
4115
+
4116
+
4117
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-21 22:07:19 -0400
4118
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
4119
+
4120
+
4121
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-21 22:07:19 -0400
4122
+ Served asset /application.css - 304 Not Modified (0ms)
4123
+
4124
+
4125
+ Started POST "/vipload" for 127.0.0.1 at 2013-02-21 22:07:39 -0400
4126
+ Processing by Vipload::UploadController#create as HTML
4127
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"NIp/ZXVwwQ9EnfYBwuf/tm6zN1ivCzpZ6LhMRfGutr0=", "file"=>#<ActionDispatch::Http::UploadedFile:0x007f85586e01d8 @original_filename="09 Anchorage.mp3", @content_type="audio/mp3", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"09 Anchorage.mp3\"\r\nContent-Type: audio/mp3\r\n", @tempfile=#<File:/var/folders/4m/fvdk2rrs57q5l5zf2dd431wm0000gn/T/RackMultipart20130221-46181-o4f31j>>, "key"=>"super/awesome/cool/spec", "filename"=>"nice.mp3", "redirect"=>"http://www.emailopened.com", "commit"=>"Upload"}
4128
+ Redirected to http://www.emailopened.com
4129
+ Completed 302 Found in 3433ms (ActiveRecord: 0.0ms)
4130
+
4131
+
4132
+ Started GET "/" for 127.0.0.1 at 2013-02-21 22:07:56 -0400
4133
+ Processing by UploaderController#new as HTML
4134
+ Rendered uploader/new.html.erb within layouts/application (1.2ms)
4135
+ Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
4136
+
4137
+
4138
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-21 22:07:56 -0400
4139
+ Served asset /application.css - 304 Not Modified (0ms)
4140
+
4141
+
4142
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-21 22:07:56 -0400
4143
+ Served asset /application.js - 304 Not Modified (0ms)
4144
+
4145
+
4146
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-21 22:07:56 -0400
4147
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
4148
+
4149
+
4150
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-21 22:07:56 -0400
4151
+ Served asset /jquery.js - 304 Not Modified (0ms)