vanity 1.3.0 → 1.4.0.beta

Sign up to get free protection for your applications and to get access to all the features.
Files changed (99) hide show
  1. data/CHANGELOG +61 -3
  2. data/Gemfile +22 -14
  3. data/README.rdoc +9 -4
  4. data/Rakefile +72 -12
  5. data/bin/vanity +16 -4
  6. data/lib/vanity.rb +7 -5
  7. data/lib/vanity/adapters/abstract_adapter.rb +135 -0
  8. data/lib/vanity/adapters/mock_adapter.rb +157 -0
  9. data/lib/vanity/adapters/mongo_adapter.rb +162 -0
  10. data/lib/vanity/adapters/redis_adapter.rb +154 -0
  11. data/lib/vanity/backport.rb +0 -17
  12. data/lib/vanity/commands/upgrade.rb +34 -0
  13. data/lib/vanity/experiment/ab_test.rb +46 -41
  14. data/lib/vanity/experiment/base.rb +13 -15
  15. data/lib/vanity/frameworks/rails.rb +5 -9
  16. data/lib/vanity/metric/active_record.rb +10 -4
  17. data/lib/vanity/metric/base.rb +46 -23
  18. data/lib/vanity/metric/google_analytics.rb +7 -0
  19. data/lib/vanity/metric/remote.rb +53 -0
  20. data/lib/vanity/playground.rb +133 -49
  21. data/test/{ab_test_test.rb → experiment/ab_test.rb} +47 -3
  22. data/test/{experiment_test.rb → experiment/base_test.rb} +8 -8
  23. data/test/metric/active_record_test.rb +253 -0
  24. data/test/metric/base_test.rb +293 -0
  25. data/test/metric/google_analytics_test.rb +104 -0
  26. data/test/metric/remote_test.rb +108 -0
  27. data/test/myapp/app/controllers/application_controller.rbc +66 -0
  28. data/test/myapp/app/controllers/main_controller.rb +3 -3
  29. data/test/myapp/app/controllers/main_controller.rbc +347 -0
  30. data/test/myapp/config/boot.rbc +2534 -0
  31. data/test/myapp/config/environment.rbc +403 -0
  32. data/test/myapp/config/routes.rbc +174 -0
  33. data/test/myapp/log/production.log +2601 -0
  34. data/test/passenger_test.rb +14 -5
  35. data/test/passenger_test.rbc +0 -0
  36. data/test/playground_test.rbc +256 -0
  37. data/test/rails_test.rb +75 -22
  38. data/test/rails_test.rbc +4086 -0
  39. data/test/test_helper.rb +30 -7
  40. data/test/test_helper.rbc +4297 -0
  41. data/vanity.gemspec +6 -2
  42. metadata +74 -73
  43. data/lib/vanity/commands.rb +0 -2
  44. data/lib/vanity/mock_redis.rb +0 -76
  45. data/test/metric_test.rb +0 -622
  46. data/vendor/cache/RedCloth-4.2.2.gem +0 -0
  47. data/vendor/cache/actionmailer-2.3.5.gem +0 -0
  48. data/vendor/cache/actionpack-2.3.5.gem +0 -0
  49. data/vendor/cache/activerecord-2.3.5.gem +0 -0
  50. data/vendor/cache/activeresource-2.3.5.gem +0 -0
  51. data/vendor/cache/activesupport-2.3.5.gem +0 -0
  52. data/vendor/cache/autotest-4.2.7.gem +0 -0
  53. data/vendor/cache/autotest-fsevent-0.2.1.gem +0 -0
  54. data/vendor/cache/autotest-growl-0.2.0.gem +0 -0
  55. data/vendor/cache/bundler-0.9.7.gem +0 -0
  56. data/vendor/cache/classifier-1.3.1.gem +0 -0
  57. data/vendor/cache/directory_watcher-1.3.1.gem +0 -0
  58. data/vendor/cache/fastthread-1.0.7.gem +0 -0
  59. data/vendor/cache/garb-0.7.0.gem +0 -0
  60. data/vendor/cache/happymapper-0.3.0.gem +0 -0
  61. data/vendor/cache/jekyll-0.5.7.gem +0 -0
  62. data/vendor/cache/libxml-ruby-1.1.3.gem +0 -0
  63. data/vendor/cache/liquid-2.0.0.gem +0 -0
  64. data/vendor/cache/maruku-0.6.0.gem +0 -0
  65. data/vendor/cache/mocha-0.9.8.gem +0 -0
  66. data/vendor/cache/open4-1.0.1.gem +0 -0
  67. data/vendor/cache/passenger-2.2.9.gem +0 -0
  68. data/vendor/cache/rack-1.0.1.gem +0 -0
  69. data/vendor/cache/rails-2.3.5.gem +0 -0
  70. data/vendor/cache/rake-0.8.7.gem +0 -0
  71. data/vendor/cache/rubygems-update-1.3.5.gem +0 -0
  72. data/vendor/cache/shoulda-2.10.3.gem +0 -0
  73. data/vendor/cache/sqlite3-ruby-1.2.5.gem +0 -0
  74. data/vendor/cache/stemmer-1.0.1.gem +0 -0
  75. data/vendor/cache/syntax-1.0.0.gem +0 -0
  76. data/vendor/cache/sys-uname-0.8.4.gem +0 -0
  77. data/vendor/cache/timecop-0.3.4.gem +0 -0
  78. data/vendor/redis-rb/LICENSE +0 -20
  79. data/vendor/redis-rb/README.markdown +0 -36
  80. data/vendor/redis-rb/Rakefile +0 -62
  81. data/vendor/redis-rb/bench.rb +0 -44
  82. data/vendor/redis-rb/benchmarking/suite.rb +0 -24
  83. data/vendor/redis-rb/benchmarking/worker.rb +0 -71
  84. data/vendor/redis-rb/bin/distredis +0 -33
  85. data/vendor/redis-rb/examples/basic.rb +0 -16
  86. data/vendor/redis-rb/examples/incr-decr.rb +0 -18
  87. data/vendor/redis-rb/examples/list.rb +0 -26
  88. data/vendor/redis-rb/examples/sets.rb +0 -36
  89. data/vendor/redis-rb/lib/dist_redis.rb +0 -124
  90. data/vendor/redis-rb/lib/hash_ring.rb +0 -128
  91. data/vendor/redis-rb/lib/pipeline.rb +0 -21
  92. data/vendor/redis-rb/lib/redis.rb +0 -370
  93. data/vendor/redis-rb/lib/redis/raketasks.rb +0 -1
  94. data/vendor/redis-rb/profile.rb +0 -22
  95. data/vendor/redis-rb/redis-rb.gemspec +0 -30
  96. data/vendor/redis-rb/spec/redis_spec.rb +0 -637
  97. data/vendor/redis-rb/spec/spec_helper.rb +0 -4
  98. data/vendor/redis-rb/speed.rb +0 -16
  99. data/vendor/redis-rb/tasks/redis.tasks.rb +0 -140
@@ -78,3 +78,2604 @@ Completed in 5ms (View: 1 | 200 OK [http://:? ]
78
78
  Processing MainController#index (for at 2010-03-01 20:01:19) [GET]
79
79
  Parameters: {" "=>nil}
80
80
  Completed in 5ms (View: 1 | 200 OK [http://:? ]
81
+
82
+
83
+ Processing MainController#index (for at 2010-06-19 23:57:01) [GET]
84
+ Parameters: {" "=>nil}
85
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
86
+
87
+
88
+ Processing MainController#index (for at 2010-06-19 23:57:35) [GET]
89
+ Parameters: {" "=>nil}
90
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
91
+
92
+
93
+ Processing MainController#index (for at 2010-06-19 23:59:01) [GET]
94
+ Parameters: {" "=>nil}
95
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
96
+
97
+
98
+ Processing MainController#index (for at 2010-06-20 00:00:47) [GET]
99
+ Parameters: {" "=>nil}
100
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
101
+
102
+
103
+ Processing MainController#index (for at 2010-06-20 00:06:12) [GET]
104
+ Parameters: {" "=>nil}
105
+ Completed in 6ms (View: 3 | 200 OK [http://:? ]
106
+
107
+
108
+ Processing MainController#index (for at 2010-06-20 00:07:27) [GET]
109
+ Parameters: {" "=>nil}
110
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
111
+
112
+
113
+ Processing MainController#index (for at 2010-06-20 00:08:17) [GET]
114
+ Parameters: {" "=>nil}
115
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
116
+
117
+
118
+ Processing MainController#index (for at 2010-06-20 00:32:28) [GET]
119
+ Parameters: {" "=>nil}
120
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
121
+
122
+
123
+ Processing MainController#index (for at 2010-06-20 00:34:08) [GET]
124
+ Parameters: {" "=>nil}
125
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
126
+
127
+
128
+ Processing MainController#index (for at 2010-06-20 01:11:50) [GET]
129
+ Parameters: {" "=>nil}
130
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
131
+
132
+
133
+ Processing MainController#index (for at 2010-06-20 01:13:05) [GET]
134
+ Parameters: {" "=>nil}
135
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
136
+
137
+
138
+ Processing MainController#index (for at 2010-06-20 01:13:33) [GET]
139
+ Parameters: {" "=>nil}
140
+ Completed in 7ms (View: 1 | 200 OK [http://:? ]
141
+
142
+
143
+ Processing MainController#index (for at 2010-06-20 01:14:04) [GET]
144
+ Parameters: {" "=>nil}
145
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
146
+
147
+
148
+ Processing MainController#index (for at 2010-06-20 01:19:07) [GET]
149
+ Parameters: {" "=>nil}
150
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
151
+
152
+
153
+ Processing MainController#index (for at 2010-06-20 01:23:57) [GET]
154
+ Parameters: {" "=>nil}
155
+ Completed in 28ms (View: 1 | 200 OK [http://:? ]
156
+
157
+
158
+ Processing MainController#index (for at 2010-06-20 01:50:34) [GET]
159
+ Parameters: {" "=>nil}
160
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
161
+
162
+
163
+ Processing MainController#index (for at 2010-06-20 01:52:53) [GET]
164
+ Parameters: {" "=>nil}
165
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
166
+
167
+
168
+ Processing MainController#index (for at 2010-06-20 01:54:18) [GET]
169
+ Parameters: {" "=>nil}
170
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
171
+
172
+
173
+ Processing MainController#index (for at 2010-06-20 01:54:47) [GET]
174
+ Parameters: {" "=>nil}
175
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
176
+
177
+
178
+ Processing MainController#index (for at 2010-06-20 01:55:50) [GET]
179
+ Parameters: {" "=>nil}
180
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
181
+
182
+
183
+ Processing MainController#index (for at 2010-06-20 01:57:40) [GET]
184
+ Parameters: {" "=>nil}
185
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
186
+
187
+
188
+ Processing MainController#index (for at 2010-06-20 01:58:08) [GET]
189
+ Parameters: {" "=>nil}
190
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
191
+
192
+
193
+ Processing MainController#index (for at 2010-06-20 11:46:35) [GET]
194
+ Parameters: {" "=>nil}
195
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
196
+
197
+
198
+ Processing MainController#index (for at 2010-06-20 12:02:08) [GET]
199
+ Parameters: {" "=>nil}
200
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
201
+
202
+
203
+ Processing MainController#index (for at 2010-06-20 12:12:19) [GET]
204
+ Parameters: {" "=>nil}
205
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
206
+
207
+
208
+ Processing MainController#index (for at 2010-06-20 12:12:50) [GET]
209
+ Parameters: {" "=>nil}
210
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
211
+
212
+
213
+ Processing MainController#index (for at 2010-06-20 12:17:01) [GET]
214
+ Parameters: {" "=>nil}
215
+
216
+ NameError (uninitialized constant MainController::Error):
217
+ app/controllers/main_controller.rb:4:in `index'
218
+ passenger (2.2.14) lib/phusion_passenger/rack/request_handler.rb:92:in `process_request'
219
+ passenger (2.2.14) lib/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
220
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:441:in `start_request_handler'
221
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:381:in `handle_spawn_application'
222
+ passenger (2.2.14) lib/phusion_passenger/utils.rb:252:in `safe_fork'
223
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:377:in `handle_spawn_application'
224
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `__send__'
225
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `main_loop'
226
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
227
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:163:in `start'
228
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:222:in `start'
229
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
230
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
231
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
232
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
233
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
234
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
235
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
236
+ /test/passenger_test.rb:12:in `setup'
237
+ mocha (0.9.8) lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:18:in `run'
238
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
239
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
240
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
241
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
242
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
243
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
244
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
245
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
246
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
247
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
248
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
249
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
250
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit.rb:278
251
+ /Users/assaf/.rvm/gems/ruby-1.8.7-p174@global/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5
252
+
253
+ Rendering rescues/layout (internal_server_error)
254
+
255
+
256
+ Processing MainController#index (for at 2010-06-20 12:23:02) [GET]
257
+ Parameters: {" "=>nil}
258
+
259
+ NameError (uninitialized constant MainController::Error):
260
+ app/controllers/main_controller.rb:4:in `index'
261
+ passenger (2.2.14) lib/phusion_passenger/rack/request_handler.rb:92:in `process_request'
262
+ passenger (2.2.14) lib/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
263
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:441:in `start_request_handler'
264
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:381:in `handle_spawn_application'
265
+ passenger (2.2.14) lib/phusion_passenger/utils.rb:252:in `safe_fork'
266
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:377:in `handle_spawn_application'
267
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `__send__'
268
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `main_loop'
269
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
270
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:163:in `start'
271
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:222:in `start'
272
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
273
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
274
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
275
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
276
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
277
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
278
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
279
+ /test/passenger_test.rb:12:in `setup'
280
+ mocha (0.9.8) lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:18:in `run'
281
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
282
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
283
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
284
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
285
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
286
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
287
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
288
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
289
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
290
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
291
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
292
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
293
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit.rb:278
294
+ /Users/assaf/.rvm/gems/ruby-1.8.7-p174@global/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5
295
+
296
+ Rendering rescues/layout (internal_server_error)
297
+ Error reconnecting Redis: Connect reconnect without connection specification
298
+
299
+
300
+ Processing MainController#index (for at 2010-06-20 12:47:47) [GET]
301
+ Parameters: {" "=>nil}
302
+
303
+ NameError (uninitialized constant MainController::Error):
304
+ app/controllers/main_controller.rb:4:in `index'
305
+ passenger (2.2.14) lib/phusion_passenger/rack/request_handler.rb:92:in `process_request'
306
+ passenger (2.2.14) lib/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
307
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:441:in `start_request_handler'
308
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:381:in `handle_spawn_application'
309
+ passenger (2.2.14) lib/phusion_passenger/utils.rb:252:in `safe_fork'
310
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:377:in `handle_spawn_application'
311
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `__send__'
312
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `main_loop'
313
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
314
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:163:in `start'
315
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:222:in `start'
316
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
317
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
318
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
319
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
320
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
321
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
322
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
323
+ /test/passenger_test.rb:12:in `setup'
324
+ mocha (0.9.8) lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:18:in `run'
325
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
326
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
327
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
328
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
329
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
330
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
331
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
332
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
333
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
334
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
335
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
336
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
337
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit.rb:278
338
+ /Users/assaf/.rvm/gems/ruby-1.8.7-p174@global/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5
339
+
340
+ Rendering rescues/layout (internal_server_error)
341
+
342
+
343
+ Processing MainController#index (for at 2010-06-20 12:48:50) [GET]
344
+ Parameters: {" "=>nil}
345
+
346
+ NameError (uninitialized constant MainController::Error):
347
+ app/controllers/main_controller.rb:4:in `index'
348
+ passenger (2.2.14) lib/phusion_passenger/rack/request_handler.rb:92:in `process_request'
349
+ passenger (2.2.14) lib/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
350
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:441:in `start_request_handler'
351
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:381:in `handle_spawn_application'
352
+ passenger (2.2.14) lib/phusion_passenger/utils.rb:252:in `safe_fork'
353
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:377:in `handle_spawn_application'
354
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `__send__'
355
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `main_loop'
356
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
357
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:163:in `start'
358
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:222:in `start'
359
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
360
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
361
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
362
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
363
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
364
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
365
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
366
+ /test/passenger_test.rb:12:in `setup'
367
+ mocha (0.9.8) lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:18:in `run'
368
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
369
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
370
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
371
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
372
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
373
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
374
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
375
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
376
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
377
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
378
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
379
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
380
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit.rb:278
381
+ /Users/assaf/.rvm/gems/ruby-1.8.7-p174@global/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5
382
+
383
+ Rendering rescues/layout (internal_server_error)
384
+
385
+
386
+ Processing MainController#index (for at 2010-06-20 13:00:05) [GET]
387
+ Parameters: {" "=>nil}
388
+
389
+ NameError (uninitialized constant MainController::Error):
390
+ app/controllers/main_controller.rb:4:in `index'
391
+ passenger (2.2.14) lib/phusion_passenger/rack/request_handler.rb:92:in `process_request'
392
+ passenger (2.2.14) lib/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
393
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:441:in `start_request_handler'
394
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:381:in `handle_spawn_application'
395
+ passenger (2.2.14) lib/phusion_passenger/utils.rb:252:in `safe_fork'
396
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:377:in `handle_spawn_application'
397
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `__send__'
398
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `main_loop'
399
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
400
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:163:in `start'
401
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:222:in `start'
402
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
403
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
404
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
405
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
406
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
407
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
408
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
409
+ test/passenger_test.rb:12:in `setup'
410
+ mocha (0.9.8) lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:18:in `run'
411
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
412
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
413
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
414
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
415
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
416
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
417
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
418
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
419
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
420
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
421
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
422
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
423
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit.rb:278
424
+ test/passenger_test.rb:29
425
+
426
+ Rendering rescues/layout (internal_server_error)
427
+
428
+
429
+ Processing MainController#index (for at 2010-06-20 13:16:08) [GET]
430
+ Parameters: {" "=>nil}
431
+
432
+ NameError (uninitialized constant MainController::Error):
433
+ app/controllers/main_controller.rb:4:in `index'
434
+ passenger (2.2.14) lib/phusion_passenger/rack/request_handler.rb:92:in `process_request'
435
+ passenger (2.2.14) lib/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
436
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:441:in `start_request_handler'
437
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:381:in `handle_spawn_application'
438
+ passenger (2.2.14) lib/phusion_passenger/utils.rb:252:in `safe_fork'
439
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:377:in `handle_spawn_application'
440
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `__send__'
441
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `main_loop'
442
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
443
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:163:in `start'
444
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:222:in `start'
445
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
446
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
447
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
448
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
449
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
450
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
451
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
452
+ /test/passenger_test.rb:12:in `setup'
453
+ mocha (0.9.8) lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:18:in `run'
454
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
455
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
456
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
457
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
458
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
459
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
460
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
461
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
462
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
463
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
464
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
465
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
466
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit.rb:278
467
+ /Users/assaf/.rvm/gems/ruby-1.8.7-p174@global/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5
468
+
469
+ Rendering rescues/layout (internal_server_error)
470
+
471
+
472
+ Processing MainController#index (for at 2010-06-21 00:25:07) [GET]
473
+ Parameters: {" "=>nil}
474
+
475
+ NameError (uninitialized constant MainController::Error):
476
+ app/controllers/main_controller.rb:4:in `index'
477
+ passenger (2.2.14) lib/phusion_passenger/rack/request_handler.rb:92:in `process_request'
478
+ passenger (2.2.14) lib/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
479
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:441:in `start_request_handler'
480
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:381:in `handle_spawn_application'
481
+ passenger (2.2.14) lib/phusion_passenger/utils.rb:252:in `safe_fork'
482
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:377:in `handle_spawn_application'
483
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `__send__'
484
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `main_loop'
485
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
486
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:163:in `start'
487
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:222:in `start'
488
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
489
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
490
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
491
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
492
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
493
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
494
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
495
+ /test/passenger_test.rb:12:in `setup'
496
+ mocha (0.9.8) lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:18:in `run'
497
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
498
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
499
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
500
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
501
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
502
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
503
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
504
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
505
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
506
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
507
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
508
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
509
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit.rb:278
510
+ /Users/assaf/.rvm/gems/ruby-1.8.7-p174@global/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5
511
+
512
+ Rendering rescues/layout (internal_server_error)
513
+
514
+
515
+ Processing MainController#index (for at 2010-06-21 01:48:35) [GET]
516
+ Parameters: {" "=>nil}
517
+
518
+ NameError (uninitialized constant MainController::Error):
519
+ app/controllers/main_controller.rb:4:in `index'
520
+ /Users/assaf/.rvm/rubies/rbx-1.0.1-20100603/lib/thread.rb:106:in `synchronize'
521
+ passenger (2.2.14) lib/phusion_passenger/rack/request_handler.rb:92:in `process_request'
522
+ passenger (2.2.14) lib/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
523
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:441:in `start_request_handler'
524
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:381:in `handle_spawn_application {}'
525
+ passenger (2.2.14) lib/phusion_passenger/utils.rb:252:in `safe_fork'
526
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:377:in `handle_spawn_application'
527
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `main_loop'
528
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
529
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:163:in `start'
530
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:222:in `start'
531
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application {}'
532
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
533
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application {}'
534
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:80:in `synchronize {}'
535
+ /Users/assaf/.rvm/rubies/rbx-1.0.1-20100603/lib/thread.rb:106:in `synchronize'
536
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
537
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
538
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
539
+ /Users/assaf/projects/vanity/test/passenger_test.rb:12:in `setup'
540
+ mocha (0.9.8) lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:18:in `run'
541
+ /Users/assaf/.rvm/rubies/rbx-1.0.1-20100603/lib/test/unit/testsuite.rb:34:in `run {}'
542
+ kernel/bootstrap/array.rb:163:in `each'
543
+ /Users/assaf/.rvm/rubies/rbx-1.0.1-20100603/lib/test/unit/testsuite.rb:33:in `run'
544
+ /Users/assaf/.rvm/rubies/rbx-1.0.1-20100603/lib/test/unit/testsuite.rb:34:in `run {}'
545
+ kernel/bootstrap/array.rb:163:in `each'
546
+ /Users/assaf/.rvm/rubies/rbx-1.0.1-20100603/lib/test/unit/testsuite.rb:33:in `run'
547
+ /Users/assaf/.rvm/rubies/rbx-1.0.1-20100603/lib/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
548
+ /Users/assaf/.rvm/rubies/rbx-1.0.1-20100603/lib/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
549
+ /Users/assaf/.rvm/rubies/rbx-1.0.1-20100603/lib/test/unit/ui/console/testrunner.rb:41:in `start'
550
+ /Users/assaf/.rvm/rubies/rbx-1.0.1-20100603/lib/test/unit/ui/testrunnerutilities.rb:29:in `run'
551
+ /Users/assaf/.rvm/rubies/rbx-1.0.1-20100603/lib/test/unit/autorunner.rb:216:in `run'
552
+ /Users/assaf/.rvm/rubies/rbx-1.0.1-20100603/lib/test/unit/autorunner.rb:12:in `run'
553
+ /Users/assaf/.rvm/rubies/rbx-1.0.1-20100603/lib/test/unit.rb:278:in `__script__ {}'
554
+ kernel/loader.rb:487:in `epilogue'
555
+ kernel/loader.rb:545:in `main'
556
+ kernel/loader.rb:553:in `main'
557
+ kernel/loader.rb:565:in `__script__'
558
+
559
+ Rendering rescues/layout (internal_server_error)
560
+
561
+
562
+ Processing MainController#index (for at 2010-06-23 08:48:46) [GET]
563
+ Parameters: {" "=>nil}
564
+
565
+ NameError (uninitialized constant MainController::Error):
566
+ app/controllers/main_controller.rb:4:in `index'
567
+ passenger (2.2.14) lib/phusion_passenger/rack/request_handler.rb:92:in `process_request'
568
+ passenger (2.2.14) lib/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
569
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:441:in `start_request_handler'
570
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:381:in `handle_spawn_application'
571
+ passenger (2.2.14) lib/phusion_passenger/utils.rb:252:in `safe_fork'
572
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:377:in `handle_spawn_application'
573
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `__send__'
574
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `main_loop'
575
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
576
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:163:in `start'
577
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:222:in `start'
578
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
579
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
580
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
581
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
582
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
583
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
584
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
585
+ /test/passenger_test.rb:12:in `setup'
586
+ mocha (0.9.8) lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:18:in `run'
587
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
588
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
589
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
590
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
591
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
592
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
593
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
594
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
595
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
596
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
597
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
598
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
599
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit.rb:278
600
+ /Users/assaf/.rvm/gems/ruby-1.8.7-p174@global/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5
601
+
602
+ Rendering rescues/layout (internal_server_error)
603
+
604
+
605
+ Processing MainController#index (for at 2010-06-23 08:50:34) [GET]
606
+ Parameters: {" "=>nil}
607
+
608
+ NameError (uninitialized constant MainController::Error):
609
+ app/controllers/main_controller.rb:4:in `index'
610
+ passenger (2.2.14) lib/phusion_passenger/rack/request_handler.rb:92:in `process_request'
611
+ passenger (2.2.14) lib/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
612
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:441:in `start_request_handler'
613
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:381:in `handle_spawn_application'
614
+ passenger (2.2.14) lib/phusion_passenger/utils.rb:252:in `safe_fork'
615
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:377:in `handle_spawn_application'
616
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `__send__'
617
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `main_loop'
618
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
619
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:163:in `start'
620
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:222:in `start'
621
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
622
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
623
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
624
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
625
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
626
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
627
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
628
+ test/passenger_test.rb:12:in `setup'
629
+ mocha (0.9.8) lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:18:in `run'
630
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
631
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
632
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
633
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
634
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
635
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
636
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
637
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
638
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
639
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
640
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
641
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
642
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit.rb:278
643
+ test/passenger_test.rb:29
644
+
645
+ Rendering rescues/layout (internal_server_error)
646
+
647
+
648
+ Processing MainController#index (for at 2010-06-23 08:51:05) [GET]
649
+ Parameters: {" "=>nil}
650
+
651
+ NameError (uninitialized constant MainController::Error):
652
+ app/controllers/main_controller.rb:4:in `index'
653
+ passenger (2.2.14) lib/phusion_passenger/rack/request_handler.rb:92:in `process_request'
654
+ passenger (2.2.14) lib/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
655
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:441:in `start_request_handler'
656
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:381:in `handle_spawn_application'
657
+ passenger (2.2.14) lib/phusion_passenger/utils.rb:252:in `safe_fork'
658
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:377:in `handle_spawn_application'
659
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `__send__'
660
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `main_loop'
661
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
662
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:163:in `start'
663
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:222:in `start'
664
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
665
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
666
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
667
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
668
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
669
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
670
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
671
+ test/passenger_test.rb:12:in `setup'
672
+ mocha (0.9.8) lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:18:in `run'
673
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
674
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
675
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
676
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
677
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
678
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
679
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
680
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
681
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
682
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
683
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
684
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
685
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit.rb:278
686
+ test/passenger_test.rb:29
687
+
688
+ Rendering rescues/layout (internal_server_error)
689
+
690
+
691
+ Processing MainController#index (for at 2010-06-23 08:51:32) [GET]
692
+ Parameters: {" "=>nil}
693
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
694
+
695
+
696
+ Processing MainController#index (for at 2010-06-23 08:52:10) [GET]
697
+ Parameters: {" "=>nil}
698
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
699
+
700
+
701
+ Processing MainController#index (for at 2010-06-23 08:52:41) [GET]
702
+ Parameters: {" "=>nil}
703
+ Completed in 6ms (View: 1 | 200 OK [http://:? ]
704
+
705
+
706
+ Processing MainController#index (for at 2010-06-23 08:56:27) [GET]
707
+ Parameters: {" "=>nil}
708
+ Completed in 19ms (View: 1 | 200 OK [http://:? ]
709
+
710
+
711
+ Processing MainController#index (for at 2010-06-23 08:58:35) [GET]
712
+ Parameters: {" "=>nil}
713
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
714
+
715
+
716
+ Processing MainController#index (for at 2010-06-23 09:01:08) [GET]
717
+ Parameters: {" "=>nil}
718
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
719
+
720
+
721
+ Processing MainController#index (for at 2010-06-23 09:03:58) [GET]
722
+ Parameters: {" "=>nil}
723
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
724
+
725
+
726
+ Processing MainController#index (for at 2010-06-23 09:04:50) [GET]
727
+ Parameters: {" "=>nil}
728
+ Completed in 7ms (View: 3 | 200 OK [http://:? ]
729
+
730
+
731
+ Processing MainController#index (for at 2010-06-23 09:07:08) [GET]
732
+ Parameters: {" "=>nil}
733
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
734
+
735
+
736
+ Processing MainController#index (for at 2010-06-23 09:09:54) [GET]
737
+ Parameters: {" "=>nil}
738
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
739
+
740
+
741
+ Processing MainController#index (for at 2010-06-23 09:12:49) [GET]
742
+ Parameters: {" "=>nil}
743
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
744
+
745
+
746
+ Processing MainController#index (for at 2010-06-23 09:14:28) [GET]
747
+ Parameters: {" "=>nil}
748
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
749
+
750
+
751
+ Processing MainController#index (for at 2010-06-23 09:15:22) [GET]
752
+ Parameters: {" "=>nil}
753
+ Completed in 6ms (View: 1 | 200 OK [http://:? ]
754
+
755
+
756
+ Processing MainController#index (for at 2010-06-23 09:17:09) [GET]
757
+ Parameters: {" "=>nil}
758
+ Completed in 6ms (View: 2 | 200 OK [http://:? ]
759
+
760
+
761
+ Processing MainController#index (for at 2010-06-23 09:18:34) [GET]
762
+ Parameters: {" "=>nil}
763
+ Completed in 9ms (View: 1 | 200 OK [http://:? ]
764
+
765
+
766
+ Processing MainController#index (for at 2010-06-23 09:23:24) [GET]
767
+ Parameters: {" "=>nil}
768
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
769
+
770
+
771
+ Processing MainController#index (for at 2010-06-23 09:27:36) [GET]
772
+ Parameters: {" "=>nil}
773
+ Completed in 15ms (View: 1 | 200 OK [http://:? ]
774
+
775
+
776
+ Processing MainController#index (for at 2010-06-23 09:30:16) [GET]
777
+ Parameters: {" "=>nil}
778
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
779
+
780
+
781
+ Processing MainController#index (for at 2010-06-23 09:30:53) [GET]
782
+ Parameters: {" "=>nil}
783
+ Completed in 6ms (View: 1 | 200 OK [http://:? ]
784
+
785
+
786
+ Processing MainController#index (for at 2010-06-23 09:31:34) [GET]
787
+ Parameters: {" "=>nil}
788
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
789
+
790
+
791
+ Processing MainController#index (for at 2010-06-23 09:34:23) [GET]
792
+ Parameters: {" "=>nil}
793
+ Completed in 11ms (View: 1 | 200 OK [http://:? ]
794
+
795
+
796
+ Processing MainController#index (for at 2010-06-23 09:38:16) [GET]
797
+ Parameters: {" "=>nil}
798
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
799
+
800
+
801
+ Processing MainController#index (for at 2010-06-23 09:38:53) [GET]
802
+ Parameters: {" "=>nil}
803
+ Completed in 6ms (View: 1 | 200 OK [http://:? ]
804
+
805
+
806
+ Processing MainController#index (for at 2010-06-23 09:39:37) [GET]
807
+ Parameters: {" "=>nil}
808
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
809
+
810
+
811
+ Processing MainController#index (for at 2010-06-23 23:24:29) [GET]
812
+ Parameters: {" "=>nil}
813
+ Completed in 6ms (View: 1 | 200 OK [http://:? ]
814
+
815
+
816
+ Processing MainController#index (for at 2010-06-24 18:44:38) [GET]
817
+ Parameters: {" "=>nil}
818
+ Completed in 116ms (View: 1 | 200 OK [http://:? ]
819
+
820
+
821
+ Processing MainController#index (for at 2010-06-27 11:21:57) [GET]
822
+ Parameters: {" "=>nil}
823
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
824
+
825
+
826
+ Processing MainController#index (for at 2010-06-27 11:23:14) [GET]
827
+ Parameters: {" "=>nil}
828
+ Completed in 12ms (View: 6 | 200 OK [http://:? ]
829
+
830
+
831
+ Processing MainController#index (for at 2010-06-27 12:04:30) [GET]
832
+ Parameters: {" "=>nil}
833
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
834
+
835
+
836
+ Processing MainController#index (for at 2010-06-27 12:05:13) [GET]
837
+ Parameters: {" "=>nil}
838
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
839
+
840
+
841
+ Processing MainController#index (for at 2010-06-27 12:06:06) [GET]
842
+ Parameters: {" "=>nil}
843
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
844
+
845
+
846
+ Processing MainController#index (for at 2010-06-27 12:07:02) [GET]
847
+ Parameters: {" "=>nil}
848
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
849
+
850
+
851
+ Processing MainController#index (for at 2010-06-27 12:07:11) [GET]
852
+ Parameters: {" "=>nil}
853
+
854
+ NameError (uninitialized constant MainController::Error):
855
+ app/controllers/main_controller.rb:4:in `index'
856
+ passenger (2.2.14) lib/phusion_passenger/rack/request_handler.rb:92:in `process_request'
857
+ passenger (2.2.14) lib/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
858
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:441:in `start_request_handler'
859
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:381:in `handle_spawn_application'
860
+ passenger (2.2.14) lib/phusion_passenger/utils.rb:252:in `safe_fork'
861
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:377:in `handle_spawn_application'
862
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `__send__'
863
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `main_loop'
864
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
865
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:163:in `start'
866
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:222:in `start'
867
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
868
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
869
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
870
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
871
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
872
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
873
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
874
+ test/passenger_test.rb:12:in `setup'
875
+ mocha (0.9.8) lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:18:in `run'
876
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
877
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
878
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
879
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
880
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
881
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
882
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
883
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
884
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
885
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
886
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
887
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
888
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit.rb:278
889
+ test/passenger_test.rb:28
890
+
891
+ Rendering rescues/layout (internal_server_error)
892
+
893
+
894
+ Processing MainController#index (for at 2010-06-27 12:07:22) [GET]
895
+ Parameters: {" "=>nil}
896
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
897
+
898
+
899
+ Processing MainController#index (for at 2010-06-27 12:07:33) [GET]
900
+ Parameters: {" "=>nil}
901
+
902
+ NameError (uninitialized constant MainController::Error):
903
+ app/controllers/main_controller.rb:4:in `index'
904
+ passenger (2.2.14) lib/phusion_passenger/rack/request_handler.rb:92:in `process_request'
905
+ passenger (2.2.14) lib/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
906
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:441:in `start_request_handler'
907
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:381:in `handle_spawn_application'
908
+ passenger (2.2.14) lib/phusion_passenger/utils.rb:252:in `safe_fork'
909
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:377:in `handle_spawn_application'
910
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `__send__'
911
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `main_loop'
912
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
913
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:163:in `start'
914
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:222:in `start'
915
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
916
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
917
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
918
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
919
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
920
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
921
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
922
+ test/passenger_test.rb:12:in `setup'
923
+ mocha (0.9.8) lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:18:in `run'
924
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
925
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
926
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
927
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
928
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
929
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
930
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
931
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
932
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
933
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
934
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
935
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
936
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit.rb:278
937
+ test/passenger_test.rb:28
938
+
939
+ Rendering rescues/layout (internal_server_error)
940
+
941
+
942
+ Processing MainController#index (for at 2010-06-27 12:07:40) [GET]
943
+ Parameters: {" "=>nil}
944
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
945
+
946
+
947
+ Processing MainController#index (for at 2010-06-27 12:07:55) [GET]
948
+ Parameters: {" "=>nil}
949
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
950
+
951
+
952
+ Processing MainController#index (for at 2010-06-27 12:08:14) [GET]
953
+ Parameters: {" "=>nil}
954
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
955
+
956
+
957
+ Processing MainController#index (for at 2010-06-27 12:09:15) [GET]
958
+ Parameters: {" "=>nil}
959
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
960
+
961
+
962
+ Processing MainController#index (for at 2010-06-27 12:09:38) [GET]
963
+ Parameters: {" "=>nil}
964
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
965
+
966
+
967
+ Processing MainController#index (for at 2010-06-27 12:10:13) [GET]
968
+ Parameters: {" "=>nil}
969
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
970
+
971
+
972
+ Processing MainController#index (for at 2010-06-27 12:10:36) [GET]
973
+ Parameters: {" "=>nil}
974
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
975
+
976
+
977
+ Processing MainController#index (for at 2010-06-27 12:37:41) [GET]
978
+ Parameters: {" "=>nil}
979
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
980
+
981
+
982
+ Processing MainController#index (for at 2010-06-27 12:47:18) [GET]
983
+ Parameters: {" "=>nil}
984
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
985
+
986
+
987
+ Processing MainController#index (for at 2010-06-27 12:47:58) [GET]
988
+ Parameters: {" "=>nil}
989
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
990
+
991
+
992
+ Processing MainController#index (for at 2010-06-27 12:48:33) [GET]
993
+ Parameters: {" "=>nil}
994
+ Completed in 6ms (View: 1 | 200 OK [http://:? ]
995
+
996
+
997
+ Processing MainController#index (for at 2010-06-27 12:49:10) [GET]
998
+ Parameters: {" "=>nil}
999
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
1000
+
1001
+
1002
+ Processing MainController#index (for at 2010-06-27 13:17:39) [GET]
1003
+ Parameters: {" "=>nil}
1004
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1005
+
1006
+
1007
+ Processing MainController#index (for at 2010-06-27 13:18:14) [GET]
1008
+ Parameters: {" "=>nil}
1009
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1010
+
1011
+
1012
+ Processing MainController#index (for at 2010-06-27 13:18:51) [GET]
1013
+ Parameters: {" "=>nil}
1014
+ Completed in 6ms (View: 1 | 200 OK [http://:? ]
1015
+
1016
+
1017
+ Processing MainController#index (for at 2010-06-30 08:29:15) [GET]
1018
+ Parameters: {" "=>nil}
1019
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
1020
+
1021
+
1022
+ Processing MainController#index (for at 2010-06-30 08:30:03) [GET]
1023
+ Parameters: {" "=>nil}
1024
+ Completed in 7ms (View: 1 | 200 OK [http://:? ]
1025
+
1026
+
1027
+ Processing MainController#index (for at 2010-06-30 08:38:29) [GET]
1028
+ Parameters: {" "=>nil}
1029
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1030
+
1031
+
1032
+ Processing MainController#index (for at 2010-06-30 09:47:53) [GET]
1033
+ Parameters: {" "=>nil}
1034
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1035
+
1036
+
1037
+ Processing MainController#index (for at 2010-06-30 09:49:17) [GET]
1038
+ Parameters: {" "=>nil}
1039
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1040
+
1041
+
1042
+ Processing MainController#index (for at 2010-06-30 09:54:14) [GET]
1043
+ Parameters: {" "=>nil}
1044
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1045
+
1046
+
1047
+ Processing MainController#index (for at 2010-06-30 09:57:38) [GET]
1048
+ Parameters: {" "=>nil}
1049
+ Completed in 13ms (View: 1 | 200 OK [http://:? ]
1050
+
1051
+
1052
+ Processing MainController#index (for at 2010-06-30 10:05:32) [GET]
1053
+ Parameters: {" "=>nil}
1054
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
1055
+
1056
+
1057
+ Processing MainController#index (for at 2010-06-30 10:06:54) [GET]
1058
+ Parameters: {" "=>nil}
1059
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1060
+
1061
+
1062
+ Processing MainController#index (for at 2010-06-30 10:08:34) [GET]
1063
+ Parameters: {" "=>nil}
1064
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1065
+
1066
+
1067
+ Processing MainController#index (for at 2010-06-30 10:09:13) [GET]
1068
+ Parameters: {" "=>nil}
1069
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1070
+
1071
+
1072
+ Processing MainController#index (for at 2010-06-30 10:09:38) [GET]
1073
+ Parameters: {" "=>nil}
1074
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1075
+
1076
+
1077
+ Processing MainController#index (for at 2010-06-30 10:19:42) [GET]
1078
+ Parameters: {" "=>nil}
1079
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1080
+
1081
+
1082
+ Processing MainController#index (for at 2010-06-30 10:21:27) [GET]
1083
+ Parameters: {" "=>nil}
1084
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1085
+
1086
+
1087
+ Processing MainController#index (for at 2010-06-30 10:22:05) [GET]
1088
+ Parameters: {" "=>nil}
1089
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1090
+
1091
+
1092
+ Processing MainController#index (for at 2010-06-30 10:22:42) [GET]
1093
+ Parameters: {" "=>nil}
1094
+ Completed in 4ms (View: 2 | 200 OK [http://:? ]
1095
+
1096
+
1097
+ Processing MainController#index (for at 2010-06-30 10:24:07) [GET]
1098
+ Parameters: {" "=>nil}
1099
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1100
+
1101
+
1102
+ Processing MainController#index (for at 2010-06-30 10:24:14) [GET]
1103
+ Parameters: {" "=>nil}
1104
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1105
+
1106
+
1107
+ Processing MainController#index (for at 2010-06-30 10:24:25) [GET]
1108
+ Parameters: {" "=>nil}
1109
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1110
+
1111
+
1112
+ Processing MainController#index (for at 2010-06-30 10:24:41) [GET]
1113
+ Parameters: {" "=>nil}
1114
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1115
+
1116
+
1117
+ Processing MainController#index (for at 2010-06-30 10:25:04) [GET]
1118
+ Parameters: {" "=>nil}
1119
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1120
+
1121
+
1122
+ Processing MainController#index (for at 2010-06-30 10:27:25) [GET]
1123
+ Parameters: {" "=>nil}
1124
+
1125
+ NameError (uninitialized constant MainController::Error):
1126
+ app/controllers/main_controller.rb:4:in `index'
1127
+ passenger (2.2.14) lib/phusion_passenger/rack/request_handler.rb:92:in `process_request'
1128
+ passenger (2.2.14) lib/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
1129
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:441:in `start_request_handler'
1130
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:381:in `handle_spawn_application'
1131
+ passenger (2.2.14) lib/phusion_passenger/utils.rb:252:in `safe_fork'
1132
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:377:in `handle_spawn_application'
1133
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `__send__'
1134
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `main_loop'
1135
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
1136
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:163:in `start'
1137
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:222:in `start'
1138
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
1139
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
1140
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
1141
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
1142
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
1143
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
1144
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
1145
+ test/passenger_test.rb:13:in `setup'
1146
+ mocha (0.9.8) lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:18:in `run'
1147
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
1148
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
1149
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
1150
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
1151
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
1152
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
1153
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
1154
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
1155
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
1156
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
1157
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
1158
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
1159
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit.rb:278
1160
+ test/passenger_test.rb:29
1161
+
1162
+ Rendering rescues/layout (internal_server_error)
1163
+
1164
+
1165
+ Processing MainController#index (for at 2010-06-30 10:28:27) [GET]
1166
+ Parameters: {" "=>nil}
1167
+
1168
+ NameError (uninitialized constant MainController::Error):
1169
+ app/controllers/main_controller.rb:4:in `index'
1170
+ passenger (2.2.14) lib/phusion_passenger/rack/request_handler.rb:92:in `process_request'
1171
+ passenger (2.2.14) lib/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
1172
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:441:in `start_request_handler'
1173
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:381:in `handle_spawn_application'
1174
+ passenger (2.2.14) lib/phusion_passenger/utils.rb:252:in `safe_fork'
1175
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:377:in `handle_spawn_application'
1176
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `__send__'
1177
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `main_loop'
1178
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
1179
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:163:in `start'
1180
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:222:in `start'
1181
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
1182
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
1183
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
1184
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
1185
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
1186
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
1187
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
1188
+ test/passenger_test.rb:13:in `setup'
1189
+ mocha (0.9.8) lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:18:in `run'
1190
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
1191
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
1192
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
1193
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
1194
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
1195
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
1196
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
1197
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
1198
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
1199
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
1200
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
1201
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
1202
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit.rb:278
1203
+ test/passenger_test.rb:29
1204
+
1205
+ Rendering rescues/layout (internal_server_error)
1206
+
1207
+
1208
+ Processing MainController#index (for at 2010-06-30 10:28:41) [GET]
1209
+ Parameters: {" "=>nil}
1210
+
1211
+ NameError (uninitialized constant MainController::Error):
1212
+ app/controllers/main_controller.rb:4:in `index'
1213
+ passenger (2.2.14) lib/phusion_passenger/rack/request_handler.rb:92:in `process_request'
1214
+ passenger (2.2.14) lib/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
1215
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:441:in `start_request_handler'
1216
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:381:in `handle_spawn_application'
1217
+ passenger (2.2.14) lib/phusion_passenger/utils.rb:252:in `safe_fork'
1218
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:377:in `handle_spawn_application'
1219
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `__send__'
1220
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `main_loop'
1221
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
1222
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:163:in `start'
1223
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:222:in `start'
1224
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
1225
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
1226
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
1227
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
1228
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
1229
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
1230
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
1231
+ test/passenger_test.rb:13:in `setup'
1232
+ mocha (0.9.8) lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:18:in `run'
1233
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
1234
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
1235
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
1236
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
1237
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
1238
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
1239
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
1240
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
1241
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
1242
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
1243
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
1244
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
1245
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit.rb:278
1246
+ test/passenger_test.rb:29
1247
+
1248
+ Rendering rescues/layout (internal_server_error)
1249
+
1250
+
1251
+ Processing MainController#index (for at 2010-06-30 10:29:15) [GET]
1252
+ Parameters: {" "=>nil}
1253
+
1254
+ NameError (uninitialized constant MainController::Error):
1255
+ app/controllers/main_controller.rb:4:in `index'
1256
+ passenger (2.2.14) lib/phusion_passenger/rack/request_handler.rb:92:in `process_request'
1257
+ passenger (2.2.14) lib/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
1258
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:441:in `start_request_handler'
1259
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:381:in `handle_spawn_application'
1260
+ passenger (2.2.14) lib/phusion_passenger/utils.rb:252:in `safe_fork'
1261
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:377:in `handle_spawn_application'
1262
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `__send__'
1263
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `main_loop'
1264
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
1265
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:163:in `start'
1266
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:222:in `start'
1267
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
1268
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
1269
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
1270
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
1271
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
1272
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
1273
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
1274
+ test/passenger_test.rb:13:in `setup'
1275
+ mocha (0.9.8) lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:18:in `run'
1276
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
1277
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
1278
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
1279
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
1280
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
1281
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
1282
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
1283
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
1284
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
1285
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
1286
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
1287
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
1288
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit.rb:278
1289
+ test/passenger_test.rb:30
1290
+
1291
+ Rendering rescues/layout (internal_server_error)
1292
+
1293
+
1294
+ Processing MainController#index (for at 2010-06-30 10:29:28) [GET]
1295
+ Parameters: {" "=>nil}
1296
+
1297
+ NameError (uninitialized constant MainController::Error):
1298
+ app/controllers/main_controller.rb:4:in `index'
1299
+ passenger (2.2.14) lib/phusion_passenger/rack/request_handler.rb:92:in `process_request'
1300
+ passenger (2.2.14) lib/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
1301
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:441:in `start_request_handler'
1302
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:381:in `handle_spawn_application'
1303
+ passenger (2.2.14) lib/phusion_passenger/utils.rb:252:in `safe_fork'
1304
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:377:in `handle_spawn_application'
1305
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `__send__'
1306
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `main_loop'
1307
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
1308
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:163:in `start'
1309
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:222:in `start'
1310
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
1311
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
1312
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
1313
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
1314
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
1315
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
1316
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
1317
+ test/passenger_test.rb:13:in `setup'
1318
+ mocha (0.9.8) lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:18:in `run'
1319
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
1320
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
1321
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
1322
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
1323
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
1324
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
1325
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
1326
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
1327
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
1328
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
1329
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
1330
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
1331
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit.rb:278
1332
+ test/passenger_test.rb:31
1333
+
1334
+ Rendering rescues/layout (internal_server_error)
1335
+
1336
+
1337
+ Processing MainController#index (for at 2010-06-30 10:29:41) [GET]
1338
+ Parameters: {" "=>nil}
1339
+
1340
+ NameError (uninitialized constant MainController::Error):
1341
+ app/controllers/main_controller.rb:4:in `index'
1342
+ passenger (2.2.14) lib/phusion_passenger/rack/request_handler.rb:92:in `process_request'
1343
+ passenger (2.2.14) lib/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
1344
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:441:in `start_request_handler'
1345
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:381:in `handle_spawn_application'
1346
+ passenger (2.2.14) lib/phusion_passenger/utils.rb:252:in `safe_fork'
1347
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:377:in `handle_spawn_application'
1348
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `__send__'
1349
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `main_loop'
1350
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
1351
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:163:in `start'
1352
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:222:in `start'
1353
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
1354
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
1355
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
1356
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
1357
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
1358
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
1359
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
1360
+ test/passenger_test.rb:13:in `setup'
1361
+ mocha (0.9.8) lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:18:in `run'
1362
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
1363
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
1364
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
1365
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
1366
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
1367
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
1368
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
1369
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
1370
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
1371
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
1372
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
1373
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
1374
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit.rb:278
1375
+ test/passenger_test.rb:29
1376
+
1377
+ Rendering rescues/layout (internal_server_error)
1378
+
1379
+
1380
+ Processing MainController#index (for at 2010-06-30 10:30:10) [GET]
1381
+ Parameters: {" "=>nil}
1382
+
1383
+ NameError (uninitialized constant MainController::Error):
1384
+ app/controllers/main_controller.rb:4:in `index'
1385
+ passenger (2.2.14) lib/phusion_passenger/rack/request_handler.rb:92:in `process_request'
1386
+ passenger (2.2.14) lib/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
1387
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:441:in `start_request_handler'
1388
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:381:in `handle_spawn_application'
1389
+ passenger (2.2.14) lib/phusion_passenger/utils.rb:252:in `safe_fork'
1390
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:377:in `handle_spawn_application'
1391
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `__send__'
1392
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `main_loop'
1393
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
1394
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:163:in `start'
1395
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:222:in `start'
1396
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
1397
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
1398
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
1399
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
1400
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
1401
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
1402
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
1403
+ test/passenger_test.rb:13:in `setup'
1404
+ mocha (0.9.8) lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:18:in `run'
1405
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
1406
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
1407
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
1408
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
1409
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
1410
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
1411
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
1412
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
1413
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
1414
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
1415
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
1416
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
1417
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit.rb:278
1418
+ test/passenger_test.rb:29
1419
+
1420
+ Rendering rescues/layout (internal_server_error)
1421
+
1422
+
1423
+ Processing MainController#index (for at 2010-06-30 10:30:36) [GET]
1424
+ Parameters: {" "=>nil}
1425
+
1426
+ NameError (uninitialized constant MainController::Error):
1427
+ app/controllers/main_controller.rb:4:in `index'
1428
+ passenger (2.2.14) lib/phusion_passenger/rack/request_handler.rb:92:in `process_request'
1429
+ passenger (2.2.14) lib/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
1430
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:441:in `start_request_handler'
1431
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:381:in `handle_spawn_application'
1432
+ passenger (2.2.14) lib/phusion_passenger/utils.rb:252:in `safe_fork'
1433
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:377:in `handle_spawn_application'
1434
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `__send__'
1435
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `main_loop'
1436
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
1437
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:163:in `start'
1438
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:222:in `start'
1439
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
1440
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
1441
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
1442
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
1443
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
1444
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
1445
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
1446
+ test/passenger_test.rb:13:in `setup'
1447
+ mocha (0.9.8) lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:18:in `run'
1448
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
1449
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
1450
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
1451
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
1452
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
1453
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
1454
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
1455
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
1456
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
1457
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
1458
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
1459
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
1460
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit.rb:278
1461
+ test/passenger_test.rb:29
1462
+
1463
+ Rendering rescues/layout (internal_server_error)
1464
+
1465
+
1466
+ Processing MainController#index (for at 2010-06-30 10:30:44) [GET]
1467
+ Parameters: {" "=>nil}
1468
+
1469
+ NameError (uninitialized constant MainController::Error):
1470
+ app/controllers/main_controller.rb:4:in `index'
1471
+ passenger (2.2.14) lib/phusion_passenger/rack/request_handler.rb:92:in `process_request'
1472
+ passenger (2.2.14) lib/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
1473
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:441:in `start_request_handler'
1474
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:381:in `handle_spawn_application'
1475
+ passenger (2.2.14) lib/phusion_passenger/utils.rb:252:in `safe_fork'
1476
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:377:in `handle_spawn_application'
1477
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `__send__'
1478
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `main_loop'
1479
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
1480
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:163:in `start'
1481
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:222:in `start'
1482
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
1483
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
1484
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
1485
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
1486
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
1487
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
1488
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
1489
+ test/passenger_test.rb:13:in `setup'
1490
+ mocha (0.9.8) lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:18:in `run'
1491
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
1492
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
1493
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
1494
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
1495
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
1496
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
1497
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
1498
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
1499
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
1500
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
1501
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
1502
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
1503
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit.rb:278
1504
+ test/passenger_test.rb:29
1505
+
1506
+ Rendering rescues/layout (internal_server_error)
1507
+
1508
+
1509
+ Processing MainController#index (for at 2010-06-30 10:30:49) [GET]
1510
+ Parameters: {" "=>nil}
1511
+
1512
+ NameError (uninitialized constant MainController::Error):
1513
+ app/controllers/main_controller.rb:4:in `index'
1514
+ passenger (2.2.14) lib/phusion_passenger/rack/request_handler.rb:92:in `process_request'
1515
+ passenger (2.2.14) lib/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
1516
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:441:in `start_request_handler'
1517
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:381:in `handle_spawn_application'
1518
+ passenger (2.2.14) lib/phusion_passenger/utils.rb:252:in `safe_fork'
1519
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:377:in `handle_spawn_application'
1520
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `__send__'
1521
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `main_loop'
1522
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
1523
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:163:in `start'
1524
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:222:in `start'
1525
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
1526
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
1527
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
1528
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
1529
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
1530
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
1531
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
1532
+ test/passenger_test.rb:13:in `setup'
1533
+ mocha (0.9.8) lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:18:in `run'
1534
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
1535
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
1536
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
1537
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
1538
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
1539
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
1540
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
1541
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
1542
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
1543
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
1544
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
1545
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
1546
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit.rb:278
1547
+ test/passenger_test.rb:29
1548
+
1549
+ Rendering rescues/layout (internal_server_error)
1550
+
1551
+
1552
+ Processing MainController#index (for at 2010-06-30 10:32:00) [GET]
1553
+ Parameters: {" "=>nil}
1554
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1555
+
1556
+
1557
+ Processing MainController#index (for at 2010-06-30 10:33:03) [GET]
1558
+ Parameters: {" "=>nil}
1559
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1560
+
1561
+
1562
+ Processing MainController#index (for at 2010-06-30 10:33:16) [GET]
1563
+ Parameters: {" "=>nil}
1564
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1565
+
1566
+
1567
+ Processing MainController#index (for at 2010-06-30 10:33:23) [GET]
1568
+ Parameters: {" "=>nil}
1569
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1570
+
1571
+
1572
+ Processing MainController#index (for at 2010-06-30 10:33:31) [GET]
1573
+ Parameters: {" "=>nil}
1574
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1575
+
1576
+
1577
+ Processing MainController#index (for at 2010-06-30 10:34:26) [GET]
1578
+ Parameters: {" "=>nil}
1579
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
1580
+
1581
+
1582
+ Processing MainController#index (for at 2010-06-30 10:37:25) [GET]
1583
+ Parameters: {" "=>nil}
1584
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1585
+
1586
+
1587
+ Processing MainController#index (for at 2010-06-30 10:40:24) [GET]
1588
+ Parameters: {" "=>nil}
1589
+ Completed in 5ms (View: 2 | 200 OK [http://:? ]
1590
+
1591
+
1592
+ Processing MainController#index (for at 2010-06-30 10:43:22) [GET]
1593
+ Parameters: {" "=>nil}
1594
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1595
+
1596
+
1597
+ Processing MainController#index (for at 2010-06-30 10:44:49) [GET]
1598
+ Parameters: {" "=>nil}
1599
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1600
+
1601
+
1602
+ Processing MainController#index (for at 2010-06-30 10:45:28) [GET]
1603
+ Parameters: {" "=>nil}
1604
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1605
+
1606
+
1607
+ Processing MainController#index (for at 2010-06-30 11:01:40) [GET]
1608
+ Parameters: {" "=>nil}
1609
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1610
+
1611
+
1612
+ Processing MainController#index (for at 2010-06-30 11:03:15) [GET]
1613
+ Parameters: {" "=>nil}
1614
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1615
+
1616
+
1617
+ Processing MainController#index (for at 2010-06-30 11:03:40) [GET]
1618
+ Parameters: {" "=>nil}
1619
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1620
+
1621
+
1622
+ Processing MainController#index (for at 2010-06-30 11:04:04) [GET]
1623
+ Parameters: {" "=>nil}
1624
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1625
+
1626
+
1627
+ Processing MainController#index (for at 2010-06-30 11:05:11) [GET]
1628
+ Parameters: {" "=>nil}
1629
+ Completed in 2ms (View: 1 | 200 OK [http://:? ]
1630
+
1631
+
1632
+ Processing MainController#index (for at 2010-06-30 11:05:24) [GET]
1633
+ Parameters: {" "=>nil}
1634
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1635
+
1636
+
1637
+ Processing MainController#index (for at 2010-06-30 11:05:40) [GET]
1638
+ Parameters: {" "=>nil}
1639
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1640
+
1641
+
1642
+ Processing MainController#index (for at 2010-06-30 11:07:49) [GET]
1643
+ Parameters: {" "=>nil}
1644
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1645
+
1646
+
1647
+ Processing MainController#index (for at 2010-06-30 11:09:57) [GET]
1648
+ Parameters: {" "=>nil}
1649
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1650
+
1651
+
1652
+ Processing MainController#index (for at 2010-06-30 11:10:22) [GET]
1653
+ Parameters: {" "=>nil}
1654
+ Completed in 2ms (View: 1 | 200 OK [http://:? ]
1655
+
1656
+
1657
+ Processing MainController#index (for at 2010-06-30 13:55:23) [GET]
1658
+ Parameters: {" "=>nil}
1659
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1660
+ Error reconnecting: No configuration for production
1661
+
1662
+
1663
+ Processing MainController#index (for at 2010-06-30 13:56:02) [GET]
1664
+ Parameters: {" "=>nil}
1665
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1666
+ Error reconnecting: No configuration for production
1667
+
1668
+
1669
+ Processing MainController#index (for at 2010-06-30 13:56:41) [GET]
1670
+ Parameters: {" "=>nil}
1671
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1672
+ Error reconnecting: No configuration for production
1673
+
1674
+
1675
+ Processing MainController#index (for at 2010-06-30 13:57:15) [GET]
1676
+ Parameters: {" "=>nil}
1677
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1678
+ Error reconnecting: No configuration for production
1679
+
1680
+
1681
+ Processing MainController#index (for at 2010-06-30 13:57:52) [GET]
1682
+ Parameters: {" "=>nil}
1683
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1684
+ Error reconnecting: No configuration for production
1685
+
1686
+
1687
+ Processing MainController#index (for at 2010-06-30 13:58:28) [GET]
1688
+ Parameters: {" "=>nil}
1689
+ Completed in 20ms (View: 17 | 200 OK [http://:? ]
1690
+ Error reconnecting: No configuration for production
1691
+
1692
+
1693
+ Processing MainController#index (for at 2010-06-30 13:58:40) [GET]
1694
+ Parameters: {" "=>nil}
1695
+
1696
+ NameError (uninitialized constant MainController::Error):
1697
+ app/controllers/main_controller.rb:5:in `index'
1698
+ passenger (2.2.14) lib/phusion_passenger/rack/request_handler.rb:92:in `process_request'
1699
+ passenger (2.2.14) lib/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
1700
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:441:in `start_request_handler'
1701
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:381:in `handle_spawn_application'
1702
+ passenger (2.2.14) lib/phusion_passenger/utils.rb:252:in `safe_fork'
1703
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:377:in `handle_spawn_application'
1704
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `__send__'
1705
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:352:in `main_loop'
1706
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
1707
+ passenger (2.2.14) lib/phusion_passenger/abstract_server.rb:163:in `start'
1708
+ passenger (2.2.14) lib/phusion_passenger/railz/application_spawner.rb:222:in `start'
1709
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
1710
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
1711
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
1712
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
1713
+ passenger (2.2.14) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
1714
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
1715
+ passenger (2.2.14) lib/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
1716
+ test/passenger_test.rb:13:in `setup'
1717
+ mocha (0.9.8) lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:18:in `run'
1718
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
1719
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
1720
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
1721
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
1722
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
1723
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
1724
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
1725
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
1726
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:41:in `start'
1727
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
1728
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:216:in `run'
1729
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'
1730
+ /Users/assaf/.rvm/rubies/ruby-1.8.7-p174/lib/ruby/1.8/test/unit.rb:278
1731
+ test/passenger_test.rb:37
1732
+
1733
+ Rendering rescues/layout (internal_server_error)
1734
+ Error reconnecting: No configuration for production
1735
+
1736
+
1737
+ Processing MainController#index (for at 2010-06-30 13:58:59) [GET]
1738
+ Parameters: {" "=>nil}
1739
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1740
+ Error reconnecting: No configuration for production
1741
+
1742
+
1743
+ Processing MainController#index (for at 2010-06-30 13:59:23) [GET]
1744
+ Parameters: {" "=>nil}
1745
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1746
+ Error reconnecting: No configuration for production
1747
+
1748
+
1749
+ Processing MainController#index (for at 2010-06-30 14:00:16) [GET]
1750
+ Parameters: {" "=>nil}
1751
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1752
+ Error reconnecting: No configuration for production
1753
+
1754
+
1755
+ Processing MainController#index (for at 2010-06-30 14:02:04) [GET]
1756
+ Parameters: {" "=>nil}
1757
+ Completed in 6ms (View: 2 | 200 OK [http://:? ]
1758
+ Error reconnecting: No configuration for production
1759
+
1760
+
1761
+ Processing MainController#index (for at 2010-06-30 14:02:23) [GET]
1762
+ Parameters: {" "=>nil}
1763
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
1764
+ Error reconnecting: No configuration for production
1765
+
1766
+
1767
+ Processing MainController#index (for at 2010-06-30 14:02:37) [GET]
1768
+ Parameters: {" "=>nil}
1769
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1770
+ Error reconnecting: No configuration for production
1771
+
1772
+
1773
+ Processing MainController#index (for at 2010-06-30 14:02:48) [GET]
1774
+ Parameters: {" "=>nil}
1775
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
1776
+ Error reconnecting: No configuration for production
1777
+
1778
+
1779
+ Processing MainController#index (for at 2010-06-30 14:02:54) [GET]
1780
+ Parameters: {" "=>nil}
1781
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
1782
+ Error reconnecting: No configuration for production
1783
+
1784
+
1785
+ Processing MainController#index (for at 2010-06-30 14:03:02) [GET]
1786
+ Parameters: {" "=>nil}
1787
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
1788
+ Error reconnecting: No configuration for production
1789
+
1790
+
1791
+ Processing MainController#index (for at 2010-06-30 14:03:28) [GET]
1792
+ Parameters: {" "=>nil}
1793
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1794
+
1795
+
1796
+ Processing MainController#index (for at 2010-06-30 14:03:36) [GET]
1797
+ Parameters: {" "=>nil}
1798
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1799
+
1800
+
1801
+ Processing MainController#index (for at 2010-06-30 14:04:04) [GET]
1802
+ Parameters: {" "=>nil}
1803
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1804
+
1805
+
1806
+ Processing MainController#index (for at 2010-06-30 14:04:13) [GET]
1807
+ Parameters: {" "=>nil}
1808
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1809
+
1810
+
1811
+ Processing MainController#index (for at 2010-06-30 14:04:23) [GET]
1812
+ Parameters: {" "=>nil}
1813
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1814
+
1815
+
1816
+ Processing MainController#index (for at 2010-06-30 14:04:38) [GET]
1817
+ Parameters: {" "=>nil}
1818
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1819
+
1820
+
1821
+ Processing MainController#index (for at 2010-06-30 14:04:50) [GET]
1822
+ Parameters: {" "=>nil}
1823
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1824
+
1825
+
1826
+ Processing MainController#index (for at 2010-06-30 14:04:59) [GET]
1827
+ Parameters: {" "=>nil}
1828
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1829
+
1830
+
1831
+ Processing MainController#index (for at 2010-06-30 14:05:02) [GET]
1832
+ Parameters: {" "=>nil}
1833
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1834
+
1835
+
1836
+ Processing MainController#index (for at 2010-06-30 14:05:04) [GET]
1837
+ Parameters: {" "=>nil}
1838
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1839
+
1840
+
1841
+ Processing MainController#index (for at 2010-06-30 14:05:08) [GET]
1842
+ Parameters: {" "=>nil}
1843
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1844
+
1845
+
1846
+ Processing MainController#index (for at 2010-06-30 14:05:10) [GET]
1847
+ Parameters: {" "=>nil}
1848
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1849
+
1850
+
1851
+ Processing MainController#index (for at 2010-06-30 14:05:12) [GET]
1852
+ Parameters: {" "=>nil}
1853
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1854
+ Error reconnecting: undefined method `[]' for false:FalseClass
1855
+
1856
+
1857
+ Processing MainController#index (for at 2010-06-30 14:05:16) [GET]
1858
+ Parameters: {" "=>nil}
1859
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1860
+
1861
+
1862
+ Processing MainController#index (for at 2010-06-30 14:05:21) [GET]
1863
+ Parameters: {" "=>nil}
1864
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1865
+
1866
+
1867
+ Processing MainController#index (for at 2010-06-30 14:05:44) [GET]
1868
+ Parameters: {" "=>nil}
1869
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1870
+
1871
+
1872
+ Processing MainController#index (for at 2010-06-30 14:06:04) [GET]
1873
+ Parameters: {" "=>nil}
1874
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1875
+
1876
+
1877
+ Processing MainController#index (for at 2010-06-30 14:06:07) [GET]
1878
+ Parameters: {" "=>nil}
1879
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1880
+
1881
+
1882
+ Processing MainController#index (for at 2010-06-30 14:06:09) [GET]
1883
+ Parameters: {" "=>nil}
1884
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1885
+
1886
+
1887
+ Processing MainController#index (for at 2010-06-30 14:06:12) [GET]
1888
+ Parameters: {" "=>nil}
1889
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1890
+
1891
+
1892
+ Processing MainController#index (for at 2010-06-30 14:06:20) [GET]
1893
+ Parameters: {" "=>nil}
1894
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1895
+
1896
+
1897
+ Processing MainController#index (for at 2010-06-30 14:06:41) [GET]
1898
+ Parameters: {" "=>nil}
1899
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1900
+
1901
+
1902
+ Processing MainController#index (for at 2010-06-30 14:06:45) [GET]
1903
+ Parameters: {" "=>nil}
1904
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1905
+
1906
+
1907
+ Processing MainController#index (for at 2010-06-30 14:06:55) [GET]
1908
+ Parameters: {" "=>nil}
1909
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1910
+
1911
+
1912
+ Processing MainController#index (for at 2010-06-30 14:06:58) [GET]
1913
+ Parameters: {" "=>nil}
1914
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1915
+
1916
+
1917
+ Processing MainController#index (for at 2010-06-30 14:07:01) [GET]
1918
+ Parameters: {" "=>nil}
1919
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1920
+
1921
+
1922
+ Processing MainController#index (for at 2010-06-30 14:07:04) [GET]
1923
+ Parameters: {" "=>nil}
1924
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1925
+
1926
+
1927
+ Processing MainController#index (for at 2010-06-30 14:07:17) [GET]
1928
+ Parameters: {" "=>nil}
1929
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1930
+
1931
+
1932
+ Processing MainController#index (for at 2010-06-30 14:07:19) [GET]
1933
+ Parameters: {" "=>nil}
1934
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1935
+
1936
+
1937
+ Processing MainController#index (for at 2010-06-30 14:07:21) [GET]
1938
+ Parameters: {" "=>nil}
1939
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1940
+
1941
+
1942
+ Processing MainController#index (for at 2010-06-30 14:07:24) [GET]
1943
+ Parameters: {" "=>nil}
1944
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1945
+
1946
+
1947
+ Processing MainController#index (for at 2010-06-30 14:07:27) [GET]
1948
+ Parameters: {" "=>nil}
1949
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1950
+
1951
+
1952
+ Processing MainController#index (for at 2010-06-30 14:08:29) [GET]
1953
+ Parameters: {" "=>nil}
1954
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
1955
+
1956
+
1957
+ Processing MainController#index (for at 2010-06-30 14:08:50) [GET]
1958
+ Parameters: {" "=>nil}
1959
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1960
+
1961
+
1962
+ Processing MainController#index (for at 2010-06-30 14:09:23) [GET]
1963
+ Parameters: {" "=>nil}
1964
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
1965
+
1966
+
1967
+ Processing MainController#index (for at 2010-06-30 14:09:48) [GET]
1968
+ Parameters: {" "=>nil}
1969
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1970
+
1971
+
1972
+ Processing MainController#index (for at 2010-06-30 14:10:26) [GET]
1973
+ Parameters: {" "=>nil}
1974
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
1975
+
1976
+
1977
+ Processing MainController#index (for at 2010-06-30 14:10:54) [GET]
1978
+ Parameters: {" "=>nil}
1979
+ Completed in 6ms (View: 1 | 200 OK [http://:? ]
1980
+
1981
+
1982
+ Processing MainController#index (for at 2010-06-30 14:35:13) [GET]
1983
+ Parameters: {" "=>nil}
1984
+ Completed in 7ms (View: 3 | 200 OK [http://:? ]
1985
+
1986
+
1987
+ Processing MainController#index (for at 2010-06-30 14:49:59) [GET]
1988
+ Parameters: {" "=>nil}
1989
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
1990
+
1991
+
1992
+ Processing MainController#index (for at 2010-06-30 17:30:41) [GET]
1993
+ Parameters: {" "=>nil}
1994
+ Completed in 5ms (View: 2 | 200 OK [http://:? ]
1995
+
1996
+
1997
+ Processing MainController#index (for at 2010-06-30 17:31:03) [GET]
1998
+ Parameters: {" "=>nil}
1999
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2000
+
2001
+
2002
+ Processing MainController#index (for at 2010-06-30 17:37:57) [GET]
2003
+ Parameters: {" "=>nil}
2004
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2005
+
2006
+
2007
+ Processing MainController#index (for at 2010-06-30 17:38:18) [GET]
2008
+ Parameters: {" "=>nil}
2009
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2010
+ Error reconnecting: No configuration for production
2011
+
2012
+
2013
+ Processing MainController#index (for at 2010-06-30 17:49:04) [GET]
2014
+ Parameters: {" "=>nil}
2015
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2016
+ Error reconnecting: No configuration for production
2017
+
2018
+
2019
+ Processing MainController#index (for at 2010-06-30 17:49:42) [GET]
2020
+ Parameters: {" "=>nil}
2021
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2022
+ Error reconnecting: No configuration for production
2023
+
2024
+
2025
+ Processing MainController#index (for at 2010-06-30 17:52:44) [GET]
2026
+ Parameters: {" "=>nil}
2027
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2028
+
2029
+
2030
+ Processing MainController#index (for at 2010-06-30 17:53:31) [GET]
2031
+ Parameters: {" "=>nil}
2032
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2033
+
2034
+
2035
+ Processing MainController#index (for at 2010-06-30 17:55:30) [GET]
2036
+ Parameters: {" "=>nil}
2037
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2038
+
2039
+
2040
+ Processing MainController#index (for at 2010-06-30 18:00:04) [GET]
2041
+ Parameters: {" "=>nil}
2042
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2043
+
2044
+
2045
+ Processing MainController#index (for at 2010-06-30 18:00:28) [GET]
2046
+ Parameters: {" "=>nil}
2047
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2048
+
2049
+
2050
+ Processing MainController#index (for at 2010-06-30 18:02:09) [GET]
2051
+ Parameters: {" "=>nil}
2052
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2053
+
2054
+
2055
+ Processing MainController#index (for at 2010-06-30 18:03:46) [GET]
2056
+ Parameters: {" "=>nil}
2057
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2058
+
2059
+
2060
+ Processing MainController#index (for at 2010-07-01 16:25:17) [GET]
2061
+ Parameters: {" "=>nil}
2062
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2063
+
2064
+
2065
+ Processing MainController#index (for at 2010-07-01 16:26:33) [GET]
2066
+ Parameters: {" "=>nil}
2067
+ Completed in 2ms (View: 1 | 200 OK [http://:? ]
2068
+
2069
+
2070
+ Processing MainController#index (for at 2010-07-01 16:26:57) [GET]
2071
+ Parameters: {" "=>nil}
2072
+ Completed in 9ms (View: 1 | 200 OK [http://:? ]
2073
+
2074
+
2075
+ Processing MainController#index (for at 2010-07-01 23:42:20) [GET]
2076
+ Parameters: {" "=>nil}
2077
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2078
+
2079
+
2080
+ Processing MainController#index (for at 2010-07-01 23:44:26) [GET]
2081
+ Parameters: {" "=>nil}
2082
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2083
+
2084
+
2085
+ Processing MainController#index (for at 2010-07-01 23:46:42) [GET]
2086
+ Parameters: {" "=>nil}
2087
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2088
+
2089
+
2090
+ Processing MainController#index (for at 2010-07-02 10:27:12) [GET]
2091
+ Parameters: {" "=>nil}
2092
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2093
+
2094
+
2095
+ Processing MainController#index (for at 2010-07-02 10:27:40) [GET]
2096
+ Parameters: {" "=>nil}
2097
+ Completed in 6ms (View: 1 | 200 OK [http://:? ]
2098
+
2099
+
2100
+ Processing MainController#index (for at 2010-07-02 10:28:12) [GET]
2101
+ Parameters: {" "=>nil}
2102
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2103
+
2104
+
2105
+ Processing MainController#index (for at 2010-07-02 10:28:46) [GET]
2106
+ Parameters: {" "=>nil}
2107
+ Completed in 7ms (View: 2 | 200 OK [http://:? ]
2108
+
2109
+
2110
+ Processing MainController#index (for at 2010-07-02 10:30:22) [GET]
2111
+ Parameters: {" "=>nil}
2112
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
2113
+
2114
+
2115
+ Processing MainController#index (for at 2010-07-02 10:30:45) [GET]
2116
+ Parameters: {" "=>nil}
2117
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
2118
+
2119
+
2120
+ Processing MainController#index (for at 2010-07-07 08:47:33) [GET]
2121
+ Parameters: {" "=>nil}
2122
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2123
+ Error reconnecting: db_name must be a string or symbol
2124
+
2125
+
2126
+ Processing MainController#index (for at 2010-07-07 09:50:40) [GET]
2127
+ Parameters: {" "=>nil}
2128
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2129
+ Error reconnecting: db_name must be a string or symbol
2130
+
2131
+
2132
+ Processing MainController#index (for at 2010-07-07 19:59:21) [GET]
2133
+ Parameters: {" "=>nil}
2134
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2135
+ Error reconnecting: db_name must be a string or symbol
2136
+
2137
+
2138
+ Processing MainController#index (for at 2010-07-07 21:12:56) [GET]
2139
+ Parameters: {" "=>nil}
2140
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2141
+ Error reconnecting: db_name must be a string or symbol
2142
+
2143
+
2144
+ Processing MainController#index (for at 2010-07-07 21:13:17) [GET]
2145
+ Parameters: {" "=>nil}
2146
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2147
+
2148
+
2149
+ Processing MainController#index (for at 2010-07-07 21:14:28) [GET]
2150
+ Parameters: {" "=>nil}
2151
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2152
+
2153
+
2154
+ Processing MainController#index (for at 2010-07-07 21:15:19) [GET]
2155
+ Parameters: {" "=>nil}
2156
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2157
+
2158
+
2159
+ Processing MainController#index (for at 2010-07-07 21:15:46) [GET]
2160
+ Parameters: {" "=>nil}
2161
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2162
+ Error reconnecting: db_name must be a string or symbol
2163
+
2164
+
2165
+ Processing MainController#index (for at 2010-07-07 21:15:50) [GET]
2166
+ Parameters: {" "=>nil}
2167
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2168
+ Error reconnecting: db_name must be a string or symbol
2169
+
2170
+
2171
+ Processing MainController#index (for at 2010-07-07 21:17:14) [GET]
2172
+ Parameters: {" "=>nil}
2173
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2174
+ Error reconnecting: db_name must be a string or symbol
2175
+
2176
+
2177
+ Processing MainController#index (for at 2010-07-07 21:17:23) [GET]
2178
+ Parameters: {" "=>nil}
2179
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2180
+ Error reconnecting: db_name must be a string or symbol
2181
+
2182
+
2183
+ Processing MainController#index (for at 2010-07-07 21:17:57) [GET]
2184
+ Parameters: {" "=>nil}
2185
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2186
+ Error reconnecting: db_name must be a string or symbol
2187
+
2188
+
2189
+ Processing MainController#index (for at 2010-07-07 21:18:26) [GET]
2190
+ Parameters: {" "=>nil}
2191
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2192
+ Error reconnecting: db_name must be a string or symbol
2193
+
2194
+
2195
+ Processing MainController#index (for at 2010-07-07 21:18:50) [GET]
2196
+ Parameters: {" "=>nil}
2197
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2198
+ Error reconnecting: db_name must be a string or symbol
2199
+
2200
+
2201
+ Processing MainController#index (for at 2010-07-07 21:20:27) [GET]
2202
+ Parameters: {" "=>nil}
2203
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2204
+
2205
+
2206
+ Processing MainController#index (for at 2010-07-07 21:20:42) [GET]
2207
+ Parameters: {" "=>nil}
2208
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2209
+
2210
+
2211
+ Processing MainController#index (for at 2010-07-07 21:20:50) [GET]
2212
+ Parameters: {" "=>nil}
2213
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2214
+
2215
+
2216
+ Processing MainController#index (for at 2010-07-07 21:21:28) [GET]
2217
+ Parameters: {" "=>nil}
2218
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2219
+
2220
+
2221
+ Processing MainController#index (for at 2010-07-07 21:21:52) [GET]
2222
+ Parameters: {" "=>nil}
2223
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2224
+
2225
+
2226
+ Processing MainController#index (for at 2010-07-07 21:22:00) [GET]
2227
+ Parameters: {" "=>nil}
2228
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2229
+
2230
+
2231
+ Processing MainController#index (for at 2010-07-08 18:26:53) [GET]
2232
+ Parameters: {" "=>nil}
2233
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2234
+
2235
+
2236
+ Processing MainController#index (for at 2010-07-08 18:27:37) [GET]
2237
+ Parameters: {" "=>nil}
2238
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2239
+
2240
+
2241
+ Processing MainController#index (for at 2010-07-08 18:46:59) [GET]
2242
+ Parameters: {" "=>nil}
2243
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2244
+
2245
+
2246
+ Processing MainController#index (for at 2010-07-08 18:48:19) [GET]
2247
+ Parameters: {" "=>nil}
2248
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2249
+
2250
+
2251
+ Processing MainController#index (for at 2010-07-08 22:34:35) [GET]
2252
+ Parameters: {" "=>nil}
2253
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2254
+
2255
+
2256
+ Processing MainController#index (for at 2010-07-08 22:35:01) [GET]
2257
+ Parameters: {" "=>nil}
2258
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2259
+
2260
+
2261
+ Processing MainController#index (for at 2010-07-08 22:38:58) [GET]
2262
+ Parameters: {" "=>nil}
2263
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2264
+
2265
+
2266
+ Processing MainController#index (for at 2010-07-08 22:39:44) [GET]
2267
+ Parameters: {" "=>nil}
2268
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2269
+
2270
+
2271
+ Processing MainController#index (for at 2010-07-08 22:44:45) [GET]
2272
+ Parameters: {" "=>nil}
2273
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2274
+
2275
+
2276
+ Processing MainController#index (for at 2010-07-08 22:45:13) [GET]
2277
+ Parameters: {" "=>nil}
2278
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2279
+ Error reconnecting: undefined method `collecting' for #<Vanity::Playground:0x1031b0720>
2280
+
2281
+
2282
+ Processing MainController#index (for at 2010-07-08 22:45:47) [GET]
2283
+ Parameters: {" "=>nil}
2284
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2285
+ Error reconnecting: undefined method `collecting' for #<Vanity::Playground:0x1031b0888>
2286
+
2287
+
2288
+ Processing MainController#index (for at 2010-07-08 22:49:18) [GET]
2289
+ Parameters: {" "=>nil}
2290
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2291
+ Error reconnecting: undefined method `collecting' for #<Vanity::Playground:0x1030d7da8>
2292
+
2293
+
2294
+ Processing MainController#index (for at 2010-07-08 23:05:52) [GET]
2295
+ Parameters: {" "=>nil}
2296
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2297
+
2298
+
2299
+ Processing MainController#index (for at 2010-07-08 23:07:15) [GET]
2300
+ Parameters: {" "=>nil}
2301
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2302
+
2303
+
2304
+ Processing MainController#index (for at 2010-07-09 00:19:23) [GET]
2305
+ Parameters: {" "=>nil}
2306
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2307
+
2308
+
2309
+ Processing MainController#index (for at 2010-07-09 00:42:16) [GET]
2310
+ Parameters: {" "=>nil}
2311
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2312
+
2313
+
2314
+ Processing MainController#index (for at 2010-07-09 11:15:22) [GET]
2315
+ Parameters: {" "=>nil}
2316
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2317
+
2318
+
2319
+ Processing MainController#index (for at 2010-07-09 11:16:36) [GET]
2320
+ Parameters: {" "=>nil}
2321
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2322
+
2323
+
2324
+ Processing MainController#index (for at 2010-07-09 11:17:19) [GET]
2325
+ Parameters: {" "=>nil}
2326
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2327
+
2328
+
2329
+ Processing MainController#index (for at 2010-07-09 11:26:12) [GET]
2330
+ Parameters: {" "=>nil}
2331
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2332
+
2333
+
2334
+ Processing MainController#index (for at 2010-07-09 11:26:54) [GET]
2335
+ Parameters: {" "=>nil}
2336
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2337
+
2338
+
2339
+ Processing MainController#index (for at 2010-07-09 11:27:21) [GET]
2340
+ Parameters: {" "=>nil}
2341
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2342
+
2343
+
2344
+ Processing MainController#index (for at 2010-07-09 11:28:51) [GET]
2345
+ Parameters: {" "=>nil}
2346
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
2347
+
2348
+
2349
+ Processing MainController#index (for at 2010-07-09 11:29:52) [GET]
2350
+ Parameters: {" "=>nil}
2351
+ Completed in 158ms (View: 0 | 200 OK [http://:? ]
2352
+
2353
+
2354
+ Processing MainController#index (for at 2010-07-09 11:30:39) [GET]
2355
+ Parameters: {" "=>nil}
2356
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
2357
+
2358
+
2359
+ Processing MainController#index (for at 2010-07-09 11:32:17) [GET]
2360
+ Parameters: {" "=>nil}
2361
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
2362
+
2363
+
2364
+ Processing MainController#index (for at 2010-07-09 11:33:04) [GET]
2365
+ Parameters: {" "=>nil}
2366
+ Completed in 6ms (View: 1 | 200 OK [http://:? ]
2367
+
2368
+
2369
+ Processing MainController#index (for at 2010-07-09 11:33:40) [GET]
2370
+ Parameters: {" "=>nil}
2371
+ Completed in 6ms (View: 2 | 200 OK [http://:? ]
2372
+
2373
+
2374
+ Processing MainController#index (for at 2010-07-09 11:44:10) [GET]
2375
+ Parameters: {" "=>nil}
2376
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2377
+
2378
+
2379
+ Processing MainController#index (for at 2010-07-09 11:44:53) [GET]
2380
+ Parameters: {" "=>nil}
2381
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2382
+
2383
+
2384
+ Processing MainController#index (for at 2010-07-09 11:45:36) [GET]
2385
+ Parameters: {" "=>nil}
2386
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
2387
+
2388
+
2389
+ Processing MainController#index (for at 2010-07-09 11:46:40) [GET]
2390
+ Parameters: {" "=>nil}
2391
+ Completed in 286ms (View: 1 | 200 OK [http://:? ]
2392
+
2393
+
2394
+ Processing MainController#index (for at 2010-07-09 11:47:40) [GET]
2395
+ Parameters: {" "=>nil}
2396
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
2397
+
2398
+
2399
+ Processing MainController#index (for at 2010-07-09 11:48:28) [GET]
2400
+ Parameters: {" "=>nil}
2401
+ Completed in 6ms (View: 1 | 200 OK [http://:? ]
2402
+
2403
+
2404
+ Processing MainController#index (for at 2010-07-09 16:54:02) [GET]
2405
+ Parameters: {" "=>nil}
2406
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2407
+
2408
+
2409
+ Processing MainController#index (for at 2010-07-09 16:54:44) [GET]
2410
+ Parameters: {" "=>nil}
2411
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2412
+
2413
+
2414
+ Processing MainController#index (for at 2010-07-09 16:55:27) [GET]
2415
+ Parameters: {" "=>nil}
2416
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2417
+
2418
+
2419
+ Processing MainController#index (for at 2010-07-09 17:38:40) [GET]
2420
+ Parameters: {" "=>nil}
2421
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2422
+
2423
+
2424
+ Processing MainController#index (for at 2010-07-09 17:39:44) [GET]
2425
+ Parameters: {" "=>nil}
2426
+ Completed in 6ms (View: 1 | 200 OK [http://:? ]
2427
+
2428
+
2429
+ Processing MainController#index (for at 2010-07-09 17:40:40) [GET]
2430
+ Parameters: {" "=>nil}
2431
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2432
+
2433
+
2434
+ Processing MainController#index (for at 2010-07-09 20:27:58) [GET]
2435
+ Parameters: {" "=>nil}
2436
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
2437
+
2438
+
2439
+ Processing MainController#index (for at 2010-07-09 20:28:54) [GET]
2440
+ Parameters: {" "=>nil}
2441
+ Completed in 6ms (View: 1 | 200 OK [http://:? ]
2442
+
2443
+
2444
+ Processing MainController#index (for at 2010-07-09 20:29:32) [GET]
2445
+ Parameters: {" "=>nil}
2446
+ Completed in 6ms (View: 2 | 200 OK [http://:? ]
2447
+
2448
+
2449
+ Processing MainController#index (for at 2010-07-09 20:48:58) [GET]
2450
+ Parameters: {" "=>nil}
2451
+ Completed in 6ms (View: 2 | 200 OK [http://:? ]
2452
+
2453
+
2454
+ Processing MainController#index (for at 2010-07-09 21:36:31) [GET]
2455
+ Parameters: {" "=>nil}
2456
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
2457
+
2458
+
2459
+ Processing MainController#index (for at 2010-07-09 21:37:13) [GET]
2460
+ Parameters: {" "=>nil}
2461
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
2462
+
2463
+
2464
+ Processing MainController#index (for at 2010-07-09 21:41:28) [GET]
2465
+ Parameters: {" "=>nil}
2466
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
2467
+
2468
+
2469
+ Processing MainController#index (for at 2010-07-09 21:42:10) [GET]
2470
+ Parameters: {" "=>nil}
2471
+ Completed in 8ms (View: 1 | 200 OK [http://:? ]
2472
+
2473
+
2474
+ Processing MainController#index (for at 2010-07-09 21:42:40) [GET]
2475
+ Parameters: {" "=>nil}
2476
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
2477
+
2478
+
2479
+ Processing MainController#index (for at 2010-07-10 00:53:30) [GET]
2480
+ Parameters: {" "=>nil}
2481
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
2482
+
2483
+
2484
+ Processing MainController#index (for at 2010-07-10 00:54:14) [GET]
2485
+ Parameters: {" "=>nil}
2486
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
2487
+
2488
+
2489
+ Processing MainController#index (for at 2010-07-10 00:54:45) [GET]
2490
+ Parameters: {" "=>nil}
2491
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
2492
+
2493
+
2494
+ Processing MainController#index (for at 2010-07-10 01:16:47) [GET]
2495
+ Parameters: {" "=>nil}
2496
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
2497
+
2498
+
2499
+ Processing MainController#index (for at 2010-07-20 21:08:05) [GET]
2500
+ Parameters: {" "=>nil}
2501
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2502
+
2503
+
2504
+ Processing MainController#index (for at 2010-07-20 21:13:39) [GET]
2505
+ Parameters: {" "=>nil}
2506
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2507
+
2508
+
2509
+ Processing MainController#index (for at 2010-07-20 21:22:16) [GET]
2510
+ Parameters: {" "=>nil}
2511
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2512
+
2513
+
2514
+ Processing MainController#index (for at 2010-07-20 21:23:52) [GET]
2515
+ Parameters: {" "=>nil}
2516
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2517
+
2518
+
2519
+ Processing MainController#index (for at 2010-07-20 21:50:19) [GET]
2520
+ Parameters: {" "=>nil}
2521
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2522
+
2523
+
2524
+ Processing MainController#index (for at 2010-07-20 22:36:32) [GET]
2525
+ Parameters: {" "=>nil}
2526
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2527
+
2528
+
2529
+ Processing MainController#index (for at 2010-07-20 22:37:17) [GET]
2530
+ Parameters: {" "=>nil}
2531
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2532
+
2533
+
2534
+ Processing MainController#index (for at 2010-07-20 22:37:59) [GET]
2535
+ Parameters: {" "=>nil}
2536
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
2537
+
2538
+
2539
+ Processing MainController#index (for at 2010-07-20 22:39:08) [GET]
2540
+ Parameters: {" "=>nil}
2541
+ Completed in 2ms (View: 0 | 200 OK [http://:? ]
2542
+
2543
+
2544
+ Processing MainController#index (for at 2010-07-20 22:56:54) [GET]
2545
+ Parameters: {" "=>nil}
2546
+ Completed in 6ms (View: 2 | 200 OK [http://:? ]
2547
+
2548
+
2549
+ Processing MainController#index (for at 2010-07-20 22:57:55) [GET]
2550
+ Parameters: {" "=>nil}
2551
+ Completed in 7ms (View: 1 | 200 OK [http://:? ]
2552
+
2553
+
2554
+ Processing MainController#index (for at 2010-07-25 23:56:53) [GET]
2555
+ Parameters: {" "=>nil}
2556
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2557
+
2558
+
2559
+ Processing MainController#index (for at 2010-07-26 01:23:11) [GET]
2560
+ Parameters: {" "=>nil}
2561
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2562
+
2563
+
2564
+ Processing MainController#index (for at 2010-07-26 01:23:53) [GET]
2565
+ Parameters: {" "=>nil}
2566
+ Completed in 4ms (View: 1 | 200 OK [http://:? ]
2567
+
2568
+
2569
+ Processing MainController#index (for at 2010-07-26 01:24:38) [GET]
2570
+ Parameters: {" "=>nil}
2571
+ Completed in 8ms (View: 1 | 200 OK [http://:? ]
2572
+
2573
+
2574
+ Processing MainController#index (for at 2010-07-26 01:25:43) [GET]
2575
+ Parameters: {" "=>nil}
2576
+ Completed in 11ms (View: 2 | 200 OK [http://:? ]
2577
+
2578
+
2579
+ Processing MainController#index (for at 2010-07-26 01:27:02) [GET]
2580
+ Parameters: {" "=>nil}
2581
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
2582
+
2583
+
2584
+ Processing MainController#index (for at 2010-07-26 01:27:50) [GET]
2585
+ Parameters: {" "=>nil}
2586
+ Completed in 6ms (View: 1 | 200 OK [http://:? ]
2587
+
2588
+
2589
+ Processing MainController#index (for at 2010-07-27 09:54:54) [GET]
2590
+ Parameters: {" "=>nil}
2591
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2592
+
2593
+
2594
+ Processing MainController#index (for at 2010-07-27 09:58:16) [GET]
2595
+ Parameters: {" "=>nil}
2596
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2597
+
2598
+
2599
+ Processing MainController#index (for at 2010-07-27 09:58:52) [GET]
2600
+ Parameters: {" "=>nil}
2601
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2602
+
2603
+
2604
+ Processing MainController#index (for at 2010-07-27 09:59:28) [GET]
2605
+ Parameters: {" "=>nil}
2606
+ Completed in 6ms (View: 4 | 200 OK [http://:? ]
2607
+
2608
+
2609
+ Processing MainController#index (for at 2010-07-27 10:01:00) [GET]
2610
+ Parameters: {" "=>nil}
2611
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2612
+
2613
+
2614
+ Processing MainController#index (for at 2010-07-27 12:17:06) [GET]
2615
+ Parameters: {" "=>nil}
2616
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2617
+
2618
+
2619
+ Processing MainController#index (for at 2010-07-27 12:17:49) [GET]
2620
+ Parameters: {" "=>nil}
2621
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2622
+
2623
+
2624
+ Processing MainController#index (for at 2010-07-27 12:18:34) [GET]
2625
+ Parameters: {" "=>nil}
2626
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
2627
+
2628
+
2629
+ Processing MainController#index (for at 2010-07-27 12:19:29) [GET]
2630
+ Parameters: {" "=>nil}
2631
+ Completed in 6ms (View: 1 | 200 OK [http://:? ]
2632
+
2633
+
2634
+ Processing MainController#index (for at 2010-07-27 12:20:24) [GET]
2635
+ Parameters: {" "=>nil}
2636
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
2637
+
2638
+
2639
+ Processing MainController#index (for at 2010-07-27 12:20:59) [GET]
2640
+ Parameters: {" "=>nil}
2641
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
2642
+
2643
+
2644
+ Processing MainController#index (for at 2010-07-27 13:00:25) [GET]
2645
+ Parameters: {" "=>nil}
2646
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2647
+
2648
+
2649
+ Processing MainController#index (for at 2010-07-27 13:00:55) [GET]
2650
+ Parameters: {" "=>nil}
2651
+ Completed in 4ms (View: 2 | 200 OK [http://:? ]
2652
+
2653
+
2654
+ Processing MainController#index (for at 2010-07-27 13:03:21) [GET]
2655
+ Parameters: {" "=>nil}
2656
+ Completed in 3ms (View: 1 | 200 OK [http://:? ]
2657
+
2658
+
2659
+ Processing MainController#index (for at 2010-07-27 13:03:53) [GET]
2660
+ Parameters: {" "=>nil}
2661
+ Completed in 6ms (View: 1 | 200 OK [http://:? ]
2662
+
2663
+
2664
+ Processing MainController#index (for at 2010-07-27 13:04:19) [GET]
2665
+ Parameters: {" "=>nil}
2666
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
2667
+
2668
+
2669
+ Processing MainController#index (for at 2010-07-27 13:05:02) [GET]
2670
+ Parameters: {" "=>nil}
2671
+ Completed in 7ms (View: 1 | 200 OK [http://:? ]
2672
+
2673
+
2674
+ Processing MainController#index (for at 2010-07-27 13:05:40) [GET]
2675
+ Parameters: {" "=>nil}
2676
+ Completed in 5ms (View: 1 | 200 OK [http://:? ]
2677
+
2678
+
2679
+ Processing MainController#index (for at 2010-07-27 13:06:16) [GET]
2680
+ Parameters: {" "=>nil}
2681
+ Completed in 7ms (View: 1 | 200 OK [http://:? ]