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