polyblock 0.1.2 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/app/helpers/polyblock/application_helper.rb +5 -1
  3. data/app/inputs/polyblock_input.rb +10 -0
  4. data/app/views/polyblock/_simple_fields_for.html.haml +3 -0
  5. data/lib/polyblock/has_polyblock.rb +5 -1
  6. data/lib/polyblock/version.rb +1 -1
  7. data/test/dummy/app/assets/javascripts/parents.js +2 -0
  8. data/test/dummy/app/assets/stylesheets/parents.css +4 -0
  9. data/test/dummy/app/controllers/home_controller.rb +2 -1
  10. data/test/dummy/app/controllers/parents_controller.rb +2 -0
  11. data/test/dummy/app/helpers/parents_helper.rb +2 -0
  12. data/test/dummy/app/models/ckeditor/asset.rb +4 -0
  13. data/test/dummy/app/models/ckeditor/attachment_file.rb +12 -0
  14. data/test/dummy/app/models/ckeditor/picture.rb +13 -0
  15. data/test/dummy/app/models/parent.rb +5 -0
  16. data/test/dummy/app/views/home/index.html.haml +9 -0
  17. data/test/dummy/config/initializers/ckeditor.rb +23 -0
  18. data/test/dummy/config/routes.rb +3 -0
  19. data/test/dummy/db/development.sqlite3 +0 -0
  20. data/test/dummy/db/migrate/20131221163647_create_ckeditor_assets.rb +26 -0
  21. data/test/dummy/db/migrate/20131221213025_create_parents.rb +9 -0
  22. data/test/dummy/db/schema.rb +7 -1
  23. data/test/dummy/log/development.log +2997 -0
  24. data/test/dummy/test/controllers/parents_controller_test.rb +7 -0
  25. data/test/dummy/test/fixtures/parents.yml +7 -0
  26. data/test/dummy/test/helpers/parents_helper_test.rb +4 -0
  27. data/test/dummy/test/models/parent_test.rb +7 -0
  28. data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  29. data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  30. data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  31. data/test/dummy/tmp/cache/assets/development/sprockets/46f7f6cd9693efb15b4dc5070b73b0fe +0 -0
  32. data/test/dummy/tmp/cache/assets/development/sprockets/575c35f72050e9f765d8364f3b20e4b5 +0 -0
  33. data/test/dummy/tmp/cache/assets/development/sprockets/5e3715c04d0a5e4a7a6f1166bb182052 +0 -0
  34. data/test/dummy/tmp/cache/assets/development/sprockets/89f42f270616a15d4bfb8e90cc2460d3 +0 -0
  35. data/test/dummy/tmp/cache/assets/development/sprockets/c927d4ef4c48ace72171092f4d565ead +0 -0
  36. data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  37. data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  38. data/test/dummy/tmp/cache/assets/development/sprockets/e0385411965254693a01d2ca240dee61 +0 -0
  39. data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  40. metadata +47 -3
  41. data/test/dummy/app/views/home/index.html.erb +0 -2
@@ -15292,3 +15292,3000 @@ Started GET "/assets/ckeditor/skins/moono/icons.png" for 127.0.0.1 at 2013-12-21
15292
15292
 
15293
15293
 
15294
15294
  Started GET "/assets/ckeditor/plugins/sourcedialog/icons/sourcedialog.png" for 127.0.0.1 at 2013-12-21 14:41:40 -0500
15295
+
15296
+
15297
+ Started GET "/" for 127.0.0.1 at 2013-12-21 16:23:34 -0500
15298
+ Processing by HomeController#index as HTML
15299
+  (15.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
15300
+ Polyblock::Block Load (0.3ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
15301
+ Rendered home/index.html.erb within layouts/application (66.1ms)
15302
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_editor_bar.html.erb (0.5ms)
15303
+ Completed 200 OK in 1235ms (Views: 1214.2ms | ActiveRecord: 20.6ms)
15304
+
15305
+
15306
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-12-21 16:23:35 -0500
15307
+
15308
+
15309
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:35 -0500
15310
+
15311
+
15312
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:35 -0500
15313
+
15314
+
15315
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:35 -0500
15316
+
15317
+
15318
+ Started GET "/assets/jquery.ui.autocomplete.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:35 -0500
15319
+
15320
+
15321
+ Started GET "/assets/jquery.ui.accordion.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:35 -0500
15322
+
15323
+
15324
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-21 16:23:35 -0500
15325
+
15326
+
15327
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:35 -0500
15328
+
15329
+
15330
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:35 -0500
15331
+
15332
+
15333
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:35 -0500
15334
+
15335
+
15336
+ Started GET "/assets/jquery.ui.menu.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:35 -0500
15337
+
15338
+
15339
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:35 -0500
15340
+
15341
+
15342
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:35 -0500
15343
+
15344
+
15345
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15346
+
15347
+
15348
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15349
+
15350
+
15351
+ Started GET "/assets/jquery.ui.effect-blind.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15352
+
15353
+
15354
+ Started GET "/assets/jquery.ui.effect-bounce.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15355
+
15356
+
15357
+ Started GET "/assets/jquery.ui.droppable.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15358
+
15359
+
15360
+ Started GET "/assets/jquery.ui.effect-clip.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15361
+
15362
+
15363
+ Started GET "/assets/jquery.ui.effect-drop.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15364
+
15365
+
15366
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15367
+
15368
+
15369
+ Started GET "/assets/jquery.ui.effect-explode.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15370
+
15371
+
15372
+ Started GET "/assets/jquery.ui.effect-fade.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15373
+
15374
+
15375
+ Started GET "/assets/jquery.ui.effect.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15376
+
15377
+
15378
+ Started GET "/assets/jquery.ui.effect-fold.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15379
+
15380
+
15381
+ Started GET "/assets/jquery.ui.effect-scale.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15382
+
15383
+
15384
+ Started GET "/assets/jquery.ui.effect-highlight.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15385
+
15386
+
15387
+ Started GET "/assets/jquery.ui.effect-pulsate.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15388
+
15389
+
15390
+ Started GET "/assets/jquery.ui.effect-shake.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15391
+
15392
+
15393
+ Started GET "/assets/jquery.ui.effect-slide.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15394
+
15395
+
15396
+ Started GET "/assets/jquery.ui.effect-transfer.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15397
+
15398
+
15399
+ Started GET "/assets/jquery.ui.selectable.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15400
+
15401
+
15402
+ Started GET "/assets/jquery.ui.progressbar.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15403
+
15404
+
15405
+ Started GET "/assets/jquery.ui.spinner.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15406
+
15407
+
15408
+ Started GET "/assets/jquery.ui.slider.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15409
+
15410
+
15411
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15412
+
15413
+
15414
+ Started GET "/assets/jquery.ui.tabs.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15415
+
15416
+
15417
+ Started GET "/assets/jquery.ui.tooltip.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15418
+
15419
+
15420
+ Started GET "/assets/jquery.ui.all.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15421
+
15422
+
15423
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15424
+
15425
+
15426
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15427
+
15428
+
15429
+ Started GET "/assets/beautify.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15430
+
15431
+
15432
+ Started GET "/assets/beautify-css.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15433
+
15434
+
15435
+ Started GET "/assets/beautify-html.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15436
+
15437
+
15438
+ Started GET "/assets/clientside-haml.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15439
+
15440
+
15441
+ Started GET "/assets/ckeditor/init.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15442
+
15443
+
15444
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15445
+
15446
+
15447
+ Started GET "/assets/ckeditor/override.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15448
+
15449
+
15450
+ Started GET "/assets/transit.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15451
+
15452
+
15453
+ Started GET "/assets/polyblock/application.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15454
+
15455
+
15456
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15457
+
15458
+
15459
+ Started GET "/assets/polyblock/polyblock.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15460
+
15461
+
15462
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-21 16:23:36 -0500
15463
+
15464
+
15465
+ Started GET "/assets/ckeditor/config.js" for 127.0.0.1 at 2013-12-21 16:23:37 -0500
15466
+
15467
+
15468
+ Started GET "/assets/ckeditor/lang/en.js" for 127.0.0.1 at 2013-12-21 16:23:37 -0500
15469
+
15470
+
15471
+ Started GET "/assets/ckeditor/skins/moono/editor.css" for 127.0.0.1 at 2013-12-21 16:23:37 -0500
15472
+
15473
+
15474
+ Started GET "/assets/ckeditor/styles.js" for 127.0.0.1 at 2013-12-21 16:23:37 -0500
15475
+
15476
+
15477
+ Started GET "/assets/ckeditor/plugins/sourcedialog/plugin.js" for 127.0.0.1 at 2013-12-21 16:23:37 -0500
15478
+
15479
+
15480
+ Started GET "/" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15481
+ Processing by HomeController#index as HTML
15482
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
15483
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
15484
+ Rendered home/index.html.erb within layouts/application (119.2ms)
15485
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_editor_bar.html.erb (0.1ms)
15486
+ Completed 200 OK in 195ms (Views: 194.7ms | ActiveRecord: 0.3ms)
15487
+
15488
+
15489
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15490
+
15491
+
15492
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15493
+
15494
+
15495
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15496
+
15497
+
15498
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15499
+
15500
+
15501
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15502
+
15503
+
15504
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15505
+
15506
+
15507
+ Started GET "/assets/jquery.ui.accordion.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15508
+
15509
+
15510
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15511
+
15512
+
15513
+ Started GET "/assets/jquery.ui.menu.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15514
+
15515
+
15516
+ Started GET "/assets/jquery.ui.autocomplete.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15517
+
15518
+
15519
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15520
+
15521
+
15522
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15523
+
15524
+
15525
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15526
+
15527
+
15528
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15529
+
15530
+
15531
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15532
+
15533
+
15534
+ Started GET "/assets/jquery.ui.droppable.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15535
+
15536
+
15537
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15538
+
15539
+
15540
+ Started GET "/assets/jquery.ui.effect.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15541
+
15542
+
15543
+ Started GET "/assets/jquery.ui.effect-blind.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15544
+
15545
+
15546
+ Started GET "/assets/jquery.ui.effect-bounce.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15547
+
15548
+
15549
+ Started GET "/assets/jquery.ui.effect-clip.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15550
+
15551
+
15552
+ Started GET "/assets/jquery.ui.effect-fold.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15553
+
15554
+
15555
+ Started GET "/assets/jquery.ui.effect-fade.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15556
+
15557
+
15558
+ Started GET "/assets/jquery.ui.effect-explode.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15559
+
15560
+
15561
+ Started GET "/assets/jquery.ui.effect-drop.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15562
+
15563
+
15564
+ Started GET "/assets/jquery.ui.effect-highlight.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15565
+
15566
+
15567
+ Started GET "/assets/jquery.ui.effect-pulsate.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15568
+
15569
+
15570
+ Started GET "/assets/jquery.ui.effect-scale.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15571
+
15572
+
15573
+ Started GET "/assets/jquery.ui.effect-slide.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15574
+
15575
+
15576
+ Started GET "/assets/jquery.ui.effect-shake.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15577
+
15578
+
15579
+ Started GET "/assets/jquery.ui.effect-transfer.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15580
+
15581
+
15582
+ Started GET "/assets/jquery.ui.progressbar.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15583
+
15584
+
15585
+ Started GET "/assets/jquery.ui.selectable.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15586
+
15587
+
15588
+ Started GET "/assets/jquery.ui.slider.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15589
+
15590
+
15591
+ Started GET "/assets/jquery.ui.spinner.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15592
+
15593
+
15594
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15595
+
15596
+
15597
+ Started GET "/assets/jquery.ui.tabs.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15598
+
15599
+
15600
+ Started GET "/assets/jquery.ui.tooltip.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15601
+
15602
+
15603
+ Started GET "/assets/jquery.ui.all.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15604
+
15605
+
15606
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15607
+
15608
+
15609
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:57 -0500
15610
+
15611
+
15612
+ Started GET "/assets/beautify-css.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:58 -0500
15613
+
15614
+
15615
+ Started GET "/assets/beautify.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:58 -0500
15616
+
15617
+
15618
+ Started GET "/assets/beautify-html.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:58 -0500
15619
+
15620
+
15621
+ Started GET "/assets/clientside-haml.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:58 -0500
15622
+
15623
+
15624
+ Started GET "/assets/ckeditor/override.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:58 -0500
15625
+
15626
+
15627
+ Started GET "/assets/ckeditor/init.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:58 -0500
15628
+
15629
+
15630
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:58 -0500
15631
+
15632
+
15633
+ Started GET "/assets/transit.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:58 -0500
15634
+
15635
+
15636
+ Started GET "/assets/polyblock/polyblock.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:58 -0500
15637
+
15638
+
15639
+ Started GET "/assets/polyblock/application.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:58 -0500
15640
+
15641
+
15642
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:58 -0500
15643
+
15644
+
15645
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-21 16:24:58 -0500
15646
+
15647
+
15648
+ Started GET "/assets/ckeditor/config.js" for 127.0.0.1 at 2013-12-21 16:24:58 -0500
15649
+
15650
+
15651
+ Started GET "/assets/ckeditor/skins/moono/editor.css" for 127.0.0.1 at 2013-12-21 16:24:58 -0500
15652
+
15653
+
15654
+ Started GET "/assets/ckeditor/lang/en.js" for 127.0.0.1 at 2013-12-21 16:24:58 -0500
15655
+
15656
+
15657
+ Started GET "/assets/ckeditor/styles.js" for 127.0.0.1 at 2013-12-21 16:24:58 -0500
15658
+
15659
+
15660
+ Started GET "/assets/ckeditor/plugins/sourcedialog/plugin.js" for 127.0.0.1 at 2013-12-21 16:24:58 -0500
15661
+
15662
+
15663
+ Started GET "/" for 127.0.0.1 at 2013-12-21 16:25:49 -0500
15664
+ Processing by HomeController#index as HTML
15665
+ Completed 500 Internal Server Error in 39ms
15666
+
15667
+ ActionView::MissingTemplate (Missing template home/index, application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
15668
+ * "/Applications/XAMPP/xamppfiles/htdocs/polyblock/test/dummy/app/views"
15669
+ * "/Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views"
15670
+ * "/Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/ckeditor-4.0.7/app/views"
15671
+ ):
15672
+ actionpack (4.0.2) lib/action_view/path_set.rb:46:in `find'
15673
+ actionpack (4.0.2) lib/action_view/lookup_context.rb:122:in `find'
15674
+ actionpack (4.0.2) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
15675
+ actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:35:in `determine_template'
15676
+ actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:8:in `render'
15677
+ actionpack (4.0.2) lib/action_view/renderer/renderer.rb:42:in `render_template'
15678
+ actionpack (4.0.2) lib/action_view/renderer/renderer.rb:23:in `render'
15679
+ actionpack (4.0.2) lib/abstract_controller/rendering.rb:127:in `_render_template'
15680
+ actionpack (4.0.2) lib/action_controller/metal/streaming.rb:219:in `_render_template'
15681
+ actionpack (4.0.2) lib/abstract_controller/rendering.rb:120:in `render_to_body'
15682
+ actionpack (4.0.2) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
15683
+ actionpack (4.0.2) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
15684
+ actionpack (4.0.2) lib/abstract_controller/rendering.rb:97:in `render'
15685
+ actionpack (4.0.2) lib/action_controller/metal/rendering.rb:16:in `render'
15686
+ actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
15687
+ activesupport (4.0.2) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
15688
+ /Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
15689
+ activesupport (4.0.2) lib/active_support/core_ext/benchmark.rb:12:in `ms'
15690
+ actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
15691
+ actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
15692
+ activerecord (4.0.2) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
15693
+ actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:40:in `render'
15694
+ actionpack (4.0.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
15695
+ actionpack (4.0.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
15696
+ actionpack (4.0.2) lib/abstract_controller/base.rb:189:in `process_action'
15697
+ actionpack (4.0.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
15698
+ actionpack (4.0.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
15699
+ activesupport (4.0.2) lib/active_support/callbacks.rb:383:in `_run__2150572652402844059__process_action__callbacks'
15700
+ activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
15701
+ actionpack (4.0.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
15702
+ actionpack (4.0.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
15703
+ actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
15704
+ activesupport (4.0.2) lib/active_support/notifications.rb:159:in `block in instrument'
15705
+ activesupport (4.0.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
15706
+ activesupport (4.0.2) lib/active_support/notifications.rb:159:in `instrument'
15707
+ actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
15708
+ actionpack (4.0.2) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
15709
+ activerecord (4.0.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
15710
+ actionpack (4.0.2) lib/abstract_controller/base.rb:136:in `process'
15711
+ actionpack (4.0.2) lib/abstract_controller/rendering.rb:44:in `process'
15712
+ actionpack (4.0.2) lib/action_controller/metal.rb:195:in `dispatch'
15713
+ actionpack (4.0.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
15714
+ actionpack (4.0.2) lib/action_controller/metal.rb:231:in `block in action'
15715
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `call'
15716
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
15717
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:48:in `call'
15718
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
15719
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
15720
+ actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
15721
+ actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
15722
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
15723
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
15724
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
15725
+ actionpack (4.0.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
15726
+ actionpack (4.0.2) lib/action_dispatch/middleware/flash.rb:241:in `call'
15727
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
15728
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
15729
+ actionpack (4.0.2) lib/action_dispatch/middleware/cookies.rb:486:in `call'
15730
+ activerecord (4.0.2) lib/active_record/query_cache.rb:36:in `call'
15731
+ activerecord (4.0.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
15732
+ activerecord (4.0.2) lib/active_record/migration.rb:369:in `call'
15733
+ actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
15734
+ activesupport (4.0.2) lib/active_support/callbacks.rb:373:in `_run__3348725986830542465__call__callbacks'
15735
+ activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
15736
+ actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
15737
+ actionpack (4.0.2) lib/action_dispatch/middleware/reloader.rb:64:in `call'
15738
+ actionpack (4.0.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
15739
+ actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
15740
+ actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
15741
+ railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
15742
+ railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
15743
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
15744
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
15745
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
15746
+ railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
15747
+ actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
15748
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
15749
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
15750
+ activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
15751
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
15752
+ actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
15753
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
15754
+ railties (4.0.2) lib/rails/engine.rb:511:in `call'
15755
+ railties (4.0.2) lib/rails/application.rb:97:in `call'
15756
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
15757
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
15758
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
15759
+ /Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
15760
+ /Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
15761
+ /Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
15762
+
15763
+
15764
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms)
15765
+
15766
+
15767
+ Started GET "/" for 127.0.0.1 at 2013-12-21 16:27:12 -0500
15768
+ Processing by HomeController#index as HTML
15769
+  (0.1ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
15770
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
15771
+ Rendered home/index.html.haml within layouts/application (33.4ms)
15772
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_editor_bar.html.erb (0.7ms)
15773
+ Completed 200 OK in 729ms (Views: 723.2ms | ActiveRecord: 5.0ms)
15774
+
15775
+
15776
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15777
+
15778
+
15779
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15780
+
15781
+
15782
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15783
+
15784
+
15785
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15786
+
15787
+
15788
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15789
+
15790
+
15791
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15792
+
15793
+
15794
+ Started GET "/assets/jquery.ui.accordion.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15795
+
15796
+
15797
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15798
+
15799
+
15800
+ Started GET "/assets/jquery.ui.menu.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15801
+
15802
+
15803
+ Started GET "/assets/jquery.ui.autocomplete.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15804
+
15805
+
15806
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15807
+
15808
+
15809
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15810
+
15811
+
15812
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15813
+
15814
+
15815
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15816
+
15817
+
15818
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15819
+
15820
+
15821
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15822
+
15823
+
15824
+ Started GET "/assets/jquery.ui.droppable.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15825
+
15826
+
15827
+ Started GET "/assets/jquery.ui.effect.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15828
+
15829
+
15830
+ Started GET "/assets/jquery.ui.effect-blind.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15831
+
15832
+
15833
+ Started GET "/assets/jquery.ui.effect-bounce.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15834
+
15835
+
15836
+ Started GET "/assets/jquery.ui.effect-clip.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15837
+
15838
+
15839
+ Started GET "/assets/jquery.ui.effect-explode.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15840
+
15841
+
15842
+ Started GET "/assets/jquery.ui.effect-drop.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15843
+
15844
+
15845
+ Started GET "/assets/jquery.ui.effect-fade.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15846
+
15847
+
15848
+ Started GET "/assets/jquery.ui.effect-fold.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15849
+
15850
+
15851
+ Started GET "/assets/jquery.ui.effect-highlight.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15852
+
15853
+
15854
+ Started GET "/assets/jquery.ui.effect-pulsate.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15855
+
15856
+
15857
+ Started GET "/assets/jquery.ui.effect-scale.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15858
+
15859
+
15860
+ Started GET "/assets/jquery.ui.effect-shake.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15861
+
15862
+
15863
+ Started GET "/assets/jquery.ui.effect-slide.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15864
+
15865
+
15866
+ Started GET "/assets/jquery.ui.effect-transfer.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15867
+
15868
+
15869
+ Started GET "/assets/jquery.ui.progressbar.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15870
+
15871
+
15872
+ Started GET "/assets/jquery.ui.selectable.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15873
+
15874
+
15875
+ Started GET "/assets/jquery.ui.slider.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15876
+
15877
+
15878
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15879
+
15880
+
15881
+ Started GET "/assets/jquery.ui.spinner.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15882
+
15883
+
15884
+ Started GET "/assets/jquery.ui.tabs.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15885
+
15886
+
15887
+ Started GET "/assets/jquery.ui.tooltip.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15888
+
15889
+
15890
+ Started GET "/assets/jquery.ui.all.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15891
+
15892
+
15893
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15894
+
15895
+
15896
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15897
+
15898
+
15899
+ Started GET "/assets/beautify.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15900
+
15901
+
15902
+ Started GET "/assets/beautify-css.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15903
+
15904
+
15905
+ Started GET "/assets/beautify-html.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15906
+
15907
+
15908
+ Started GET "/assets/clientside-haml.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15909
+
15910
+
15911
+ Started GET "/assets/ckeditor/override.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15912
+
15913
+
15914
+ Started GET "/assets/ckeditor/init.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15915
+
15916
+
15917
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15918
+
15919
+
15920
+ Started GET "/assets/transit.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15921
+
15922
+
15923
+ Started GET "/assets/polyblock/polyblock.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15924
+
15925
+
15926
+ Started GET "/assets/polyblock/application.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15927
+
15928
+
15929
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15930
+
15931
+
15932
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-21 16:27:13 -0500
15933
+
15934
+
15935
+ Started GET "/assets/ckeditor/config.js" for 127.0.0.1 at 2013-12-21 16:27:14 -0500
15936
+
15937
+
15938
+ Started GET "/assets/ckeditor/skins/moono/editor.css" for 127.0.0.1 at 2013-12-21 16:27:14 -0500
15939
+
15940
+
15941
+ Started GET "/assets/ckeditor/lang/en.js" for 127.0.0.1 at 2013-12-21 16:27:14 -0500
15942
+
15943
+
15944
+ Started GET "/assets/ckeditor/styles.js" for 127.0.0.1 at 2013-12-21 16:27:14 -0500
15945
+
15946
+
15947
+ Started GET "/assets/ckeditor/plugins/sourcedialog/plugin.js" for 127.0.0.1 at 2013-12-21 16:27:14 -0500
15948
+
15949
+
15950
+ Started GET "/" for 127.0.0.1 at 2013-12-21 16:28:27 -0500
15951
+ Processing by HomeController#index as HTML
15952
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
15953
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
15954
+ Rendered home/index.html.haml within layouts/application (1.8ms)
15955
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_editor_bar.html.erb (0.1ms)
15956
+ Completed 200 OK in 22ms (Views: 21.9ms | ActiveRecord: 0.3ms)
15957
+
15958
+
15959
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-21 16:28:27 -0500
15960
+
15961
+
15962
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:27 -0500
15963
+
15964
+
15965
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:27 -0500
15966
+
15967
+
15968
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:27 -0500
15969
+
15970
+
15971
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-12-21 16:28:27 -0500
15972
+
15973
+
15974
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:27 -0500
15975
+
15976
+
15977
+ Started GET "/assets/jquery.ui.accordion.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:27 -0500
15978
+
15979
+
15980
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:27 -0500
15981
+
15982
+
15983
+ Started GET "/assets/jquery.ui.menu.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:27 -0500
15984
+
15985
+
15986
+ Started GET "/assets/jquery.ui.autocomplete.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:27 -0500
15987
+
15988
+
15989
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:27 -0500
15990
+
15991
+
15992
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:27 -0500
15993
+
15994
+
15995
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:27 -0500
15996
+
15997
+
15998
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
15999
+
16000
+
16001
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16002
+
16003
+
16004
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16005
+
16006
+
16007
+ Started GET "/assets/jquery.ui.droppable.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16008
+
16009
+
16010
+ Started GET "/assets/jquery.ui.effect.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16011
+
16012
+
16013
+ Started GET "/assets/jquery.ui.effect-bounce.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16014
+
16015
+
16016
+ Started GET "/assets/jquery.ui.effect-blind.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16017
+
16018
+
16019
+ Started GET "/assets/jquery.ui.effect-clip.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16020
+
16021
+
16022
+ Started GET "/assets/jquery.ui.effect-drop.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16023
+
16024
+
16025
+ Started GET "/assets/jquery.ui.effect-explode.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16026
+
16027
+
16028
+ Started GET "/assets/jquery.ui.effect-fade.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16029
+
16030
+
16031
+ Started GET "/assets/jquery.ui.effect-fold.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16032
+
16033
+
16034
+ Started GET "/assets/jquery.ui.effect-highlight.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16035
+
16036
+
16037
+ Started GET "/assets/jquery.ui.effect-pulsate.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16038
+
16039
+
16040
+ Started GET "/assets/jquery.ui.effect-scale.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16041
+
16042
+
16043
+ Started GET "/assets/jquery.ui.effect-shake.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16044
+
16045
+
16046
+ Started GET "/assets/jquery.ui.effect-slide.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16047
+
16048
+
16049
+ Started GET "/assets/jquery.ui.progressbar.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16050
+
16051
+
16052
+ Started GET "/assets/jquery.ui.effect-transfer.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16053
+
16054
+
16055
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16056
+
16057
+
16058
+ Started GET "/assets/jquery.ui.slider.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16059
+
16060
+
16061
+ Started GET "/assets/jquery.ui.selectable.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16062
+
16063
+
16064
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16065
+
16066
+
16067
+ Started GET "/assets/jquery.ui.tabs.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16068
+
16069
+
16070
+ Started GET "/assets/jquery.ui.spinner.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16071
+
16072
+
16073
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16074
+
16075
+
16076
+ Started GET "/assets/jquery.ui.all.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16077
+
16078
+
16079
+ Started GET "/assets/jquery.ui.tooltip.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16080
+
16081
+
16082
+ Started GET "/assets/beautify-css.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16083
+
16084
+
16085
+ Started GET "/assets/beautify.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16086
+
16087
+
16088
+ Started GET "/assets/beautify-html.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16089
+
16090
+
16091
+ Started GET "/assets/clientside-haml.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16092
+
16093
+
16094
+ Started GET "/assets/ckeditor/init.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16095
+
16096
+
16097
+ Started GET "/assets/ckeditor/override.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16098
+
16099
+
16100
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16101
+
16102
+
16103
+ Started GET "/assets/transit.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16104
+
16105
+
16106
+ Started GET "/assets/polyblock/polyblock.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16107
+
16108
+
16109
+ Started GET "/assets/polyblock/application.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16110
+
16111
+
16112
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16113
+
16114
+
16115
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16116
+
16117
+
16118
+ Started GET "/assets/ckeditor/config.js" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16119
+
16120
+
16121
+ Started GET "/assets/ckeditor/skins/moono/editor.css" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16122
+
16123
+
16124
+ Started GET "/assets/ckeditor/lang/en.js" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16125
+
16126
+
16127
+ Started GET "/assets/ckeditor/styles.js" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16128
+
16129
+
16130
+ Started GET "/assets/ckeditor/plugins/sourcedialog/plugin.js" for 127.0.0.1 at 2013-12-21 16:28:28 -0500
16131
+ ActiveRecord::SchemaMigration Load (15.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
16132
+ Migrating to CreateParents (20131221213025)
16133
+  (0.1ms) begin transaction
16134
+  (7.7ms) CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) 
16135
+ SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131221213025"]]
16136
+  (6.2ms) commit transaction
16137
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
16138
+
16139
+
16140
+ Started GET "/" for 127.0.0.1 at 2013-12-21 16:31:18 -0500
16141
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16142
+ Processing by HomeController#index as HTML
16143
+  (0.1ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
16144
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
16145
+ Rendered home/index.html.haml within layouts/application (148.7ms)
16146
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_editor_bar.html.erb (0.4ms)
16147
+ Completed 200 OK in 1499ms (Views: 1497.9ms | ActiveRecord: 0.9ms)
16148
+
16149
+
16150
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16151
+
16152
+
16153
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16154
+
16155
+
16156
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16157
+
16158
+
16159
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16160
+
16161
+
16162
+ Started GET "/assets/parents.css?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16163
+
16164
+
16165
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16166
+
16167
+
16168
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16169
+
16170
+
16171
+ Started GET "/assets/jquery.ui.accordion.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16172
+
16173
+
16174
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16175
+
16176
+
16177
+ Started GET "/assets/jquery.ui.menu.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16178
+
16179
+
16180
+ Started GET "/assets/jquery.ui.autocomplete.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16181
+
16182
+
16183
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16184
+
16185
+
16186
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16187
+
16188
+
16189
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16190
+
16191
+
16192
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16193
+
16194
+
16195
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16196
+
16197
+
16198
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16199
+
16200
+
16201
+ Started GET "/assets/jquery.ui.droppable.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16202
+
16203
+
16204
+ Started GET "/assets/jquery.ui.effect.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16205
+
16206
+
16207
+ Started GET "/assets/jquery.ui.effect-blind.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16208
+
16209
+
16210
+ Started GET "/assets/jquery.ui.effect-bounce.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16211
+
16212
+
16213
+ Started GET "/assets/jquery.ui.effect-clip.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16214
+
16215
+
16216
+ Started GET "/assets/jquery.ui.effect-drop.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16217
+
16218
+
16219
+ Started GET "/assets/jquery.ui.effect-explode.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16220
+
16221
+
16222
+ Started GET "/assets/jquery.ui.effect-fade.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16223
+
16224
+
16225
+ Started GET "/assets/jquery.ui.effect-fold.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16226
+
16227
+
16228
+ Started GET "/assets/jquery.ui.effect-highlight.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16229
+
16230
+
16231
+ Started GET "/assets/jquery.ui.effect-pulsate.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16232
+
16233
+
16234
+ Started GET "/assets/jquery.ui.effect-scale.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16235
+
16236
+
16237
+ Started GET "/assets/jquery.ui.effect-shake.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16238
+
16239
+
16240
+ Started GET "/assets/jquery.ui.effect-slide.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16241
+
16242
+
16243
+ Started GET "/assets/jquery.ui.effect-transfer.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16244
+
16245
+
16246
+ Started GET "/assets/jquery.ui.progressbar.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16247
+
16248
+
16249
+ Started GET "/assets/jquery.ui.selectable.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16250
+
16251
+
16252
+ Started GET "/assets/jquery.ui.slider.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16253
+
16254
+
16255
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16256
+
16257
+
16258
+ Started GET "/assets/jquery.ui.spinner.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16259
+
16260
+
16261
+ Started GET "/assets/jquery.ui.tabs.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16262
+
16263
+
16264
+ Started GET "/assets/jquery.ui.tooltip.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16265
+
16266
+
16267
+ Started GET "/assets/jquery.ui.all.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:20 -0500
16268
+
16269
+
16270
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:21 -0500
16271
+
16272
+
16273
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:21 -0500
16274
+
16275
+
16276
+ Started GET "/assets/beautify.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:21 -0500
16277
+
16278
+
16279
+ Started GET "/assets/beautify-css.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:21 -0500
16280
+
16281
+
16282
+ Started GET "/assets/beautify-html.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:21 -0500
16283
+
16284
+
16285
+ Started GET "/assets/clientside-haml.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:21 -0500
16286
+
16287
+
16288
+ Started GET "/assets/ckeditor/override.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:21 -0500
16289
+
16290
+
16291
+ Started GET "/assets/ckeditor/init.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:21 -0500
16292
+
16293
+
16294
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:21 -0500
16295
+
16296
+
16297
+ Started GET "/assets/transit.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:21 -0500
16298
+
16299
+
16300
+ Started GET "/assets/polyblock/polyblock.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:21 -0500
16301
+
16302
+
16303
+ Started GET "/assets/polyblock/application.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:21 -0500
16304
+
16305
+
16306
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:21 -0500
16307
+
16308
+
16309
+ Started GET "/assets/parents.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:21 -0500
16310
+
16311
+
16312
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-21 16:31:21 -0500
16313
+
16314
+
16315
+ Started GET "/assets/ckeditor/config.js" for 127.0.0.1 at 2013-12-21 16:31:21 -0500
16316
+
16317
+
16318
+ Started GET "/assets/ckeditor/skins/moono/editor.css" for 127.0.0.1 at 2013-12-21 16:31:21 -0500
16319
+
16320
+
16321
+ Started GET "/assets/ckeditor/lang/en.js" for 127.0.0.1 at 2013-12-21 16:31:21 -0500
16322
+
16323
+
16324
+ Started GET "/assets/ckeditor/styles.js" for 127.0.0.1 at 2013-12-21 16:31:21 -0500
16325
+
16326
+
16327
+ Started GET "/assets/ckeditor/plugins/sourcedialog/plugin.js" for 127.0.0.1 at 2013-12-21 16:31:21 -0500
16328
+
16329
+
16330
+ Started GET "/" for 127.0.0.1 at 2013-12-21 16:32:27 -0500
16331
+ Processing by HomeController#index as HTML
16332
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
16333
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
16334
+ Rendered home/index.html.haml within layouts/application (42.0ms)
16335
+ Completed 500 Internal Server Error in 45ms
16336
+
16337
+ ActionView::Template::Error (undefined method `blocks_path' for #<#<Class:0x007fd760a98de8>:0x007fd760a74ec0>):
16338
+ 4: = pb("Test")
16339
+ 5:
16340
+ 6: %h3 Polyblock SimpleForm
16341
+ 7: = simple_form_for Polyblock::Block.new do |f|
16342
+ 8: = f.input :name
16343
+ 9: = f.input :content, :as => :ckeditor
16344
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml__2420834776836376898_70281508178620'
16345
+
16346
+
16347
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
16348
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
16349
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.1ms)
16350
+
16351
+
16352
+ Started GET "/" for 127.0.0.1 at 2013-12-21 16:32:30 -0500
16353
+ Processing by HomeController#index as HTML
16354
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
16355
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
16356
+ Rendered home/index.html.haml within layouts/application (8.0ms)
16357
+ Completed 500 Internal Server Error in 10ms
16358
+
16359
+ ActionView::Template::Error (undefined method `blocks_path' for #<#<Class:0x007fd760a98de8>:0x007fd767202808>):
16360
+ 4: = pb("Test")
16361
+ 5:
16362
+ 6: %h3 Polyblock SimpleForm
16363
+ 7: = simple_form_for Polyblock::Block.new do |f|
16364
+ 8: = f.input :name
16365
+ 9: = f.input :content, :as => :ckeditor
16366
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml__2420834776836376898_70281508178620'
16367
+
16368
+
16369
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
16370
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
16371
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.4ms)
16372
+
16373
+
16374
+ Started GET "/" for 127.0.0.1 at 2013-12-21 16:34:14 -0500
16375
+ Processing by HomeController#index as HTML
16376
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
16377
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
16378
+ Rendered home/index.html.haml within layouts/application (10.9ms)
16379
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_editor_bar.html.erb (0.1ms)
16380
+ Completed 200 OK in 95ms (Views: 30.8ms | ActiveRecord: 1.2ms)
16381
+
16382
+
16383
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16384
+
16385
+
16386
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16387
+
16388
+
16389
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16390
+
16391
+
16392
+ Started GET "/assets/parents.css?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16393
+
16394
+
16395
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16396
+
16397
+
16398
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16399
+
16400
+
16401
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16402
+
16403
+
16404
+ Started GET "/assets/jquery.ui.accordion.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16405
+
16406
+
16407
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16408
+
16409
+
16410
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16411
+
16412
+
16413
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16414
+
16415
+
16416
+ Started GET "/assets/jquery.ui.autocomplete.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16417
+
16418
+
16419
+ Started GET "/assets/jquery.ui.menu.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16420
+
16421
+
16422
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16423
+
16424
+
16425
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16426
+
16427
+
16428
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16429
+
16430
+
16431
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16432
+
16433
+
16434
+ Started GET "/assets/jquery.ui.droppable.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16435
+
16436
+
16437
+ Started GET "/assets/jquery.ui.effect-blind.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16438
+
16439
+
16440
+ Started GET "/assets/jquery.ui.effect.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16441
+
16442
+
16443
+ Started GET "/assets/jquery.ui.effect-bounce.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16444
+
16445
+
16446
+ Started GET "/assets/jquery.ui.effect-clip.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16447
+
16448
+
16449
+ Started GET "/assets/jquery.ui.effect-drop.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16450
+
16451
+
16452
+ Started GET "/assets/jquery.ui.effect-fold.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16453
+
16454
+
16455
+ Started GET "/assets/jquery.ui.effect-fade.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16456
+
16457
+
16458
+ Started GET "/assets/jquery.ui.effect-explode.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16459
+
16460
+
16461
+ Started GET "/assets/jquery.ui.effect-highlight.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16462
+
16463
+
16464
+ Started GET "/assets/jquery.ui.effect-scale.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16465
+
16466
+
16467
+ Started GET "/assets/jquery.ui.effect-pulsate.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16468
+
16469
+
16470
+ Started GET "/assets/jquery.ui.effect-shake.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16471
+
16472
+
16473
+ Started GET "/assets/jquery.ui.effect-slide.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16474
+
16475
+
16476
+ Started GET "/assets/jquery.ui.effect-transfer.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16477
+
16478
+
16479
+ Started GET "/assets/jquery.ui.selectable.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16480
+
16481
+
16482
+ Started GET "/assets/jquery.ui.progressbar.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16483
+
16484
+
16485
+ Started GET "/assets/jquery.ui.slider.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16486
+
16487
+
16488
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16489
+
16490
+
16491
+ Started GET "/assets/jquery.ui.spinner.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16492
+
16493
+
16494
+ Started GET "/assets/jquery.ui.tabs.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16495
+
16496
+
16497
+ Started GET "/assets/jquery.ui.tooltip.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16498
+
16499
+
16500
+ Started GET "/assets/jquery.ui.all.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16501
+
16502
+
16503
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16504
+
16505
+
16506
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16507
+
16508
+
16509
+ Started GET "/assets/beautify.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16510
+
16511
+
16512
+ Started GET "/assets/beautify-css.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16513
+
16514
+
16515
+ Started GET "/assets/beautify-html.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16516
+
16517
+
16518
+ Started GET "/assets/clientside-haml.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16519
+
16520
+
16521
+ Started GET "/assets/ckeditor/override.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16522
+
16523
+
16524
+ Started GET "/assets/ckeditor/init.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16525
+
16526
+
16527
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16528
+
16529
+
16530
+ Started GET "/assets/transit.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16531
+
16532
+
16533
+ Started GET "/assets/polyblock/polyblock.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16534
+
16535
+
16536
+ Started GET "/assets/polyblock/application.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16537
+
16538
+
16539
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16540
+
16541
+
16542
+ Started GET "/assets/parents.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16543
+
16544
+
16545
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16546
+
16547
+
16548
+ Started GET "/assets/ckeditor/config.js" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16549
+
16550
+
16551
+ Started GET "/assets/ckeditor/skins/moono/editor.css" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16552
+
16553
+
16554
+ Started GET "/assets/ckeditor/lang/en.js" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16555
+
16556
+
16557
+ Started GET "/assets/ckeditor/styles.js" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16558
+
16559
+
16560
+ Started GET "/assets/ckeditor/plugins/sourcedialog/plugin.js" for 127.0.0.1 at 2013-12-21 16:34:15 -0500
16561
+
16562
+
16563
+ Started GET "/" for 127.0.0.1 at 2013-12-21 16:34:36 -0500
16564
+ Processing by HomeController#index as HTML
16565
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
16566
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
16567
+ Rendered home/index.html.haml within layouts/application (13.6ms)
16568
+ Completed 500 Internal Server Error in 17ms
16569
+
16570
+ ActionView::Template::Error (undefined method `ckeditor_field' for #<SimpleForm::FormBuilder:0x007fd7672b90a8>):
16571
+ 6: %h3 Polyblock SimpleForm
16572
+ 7: = simple_form_for @parent do |f|
16573
+ 8: = f.input :name
16574
+ 9: = f.input :child, :as => :polyblock
16575
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml__2420834776836376898_70281510121560'
16576
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml__2420834776836376898_70281510121560'
16577
+
16578
+
16579
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
16580
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
16581
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.7ms)
16582
+
16583
+
16584
+ Started GET "/" for 127.0.0.1 at 2013-12-21 16:35:49 -0500
16585
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
16586
+ Processing by HomeController#index as HTML
16587
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
16588
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
16589
+ Rendered home/index.html.haml within layouts/application (122.6ms)
16590
+ Completed 500 Internal Server Error in 219ms
16591
+
16592
+ ActionView::Template::Error (undefined method `ckeditor_field' for #<SimpleForm::FormBuilder:0x007fa2e1887940>):
16593
+ 6: %h3 Polyblock SimpleForm
16594
+ 7: = simple_form_for @parent do |f|
16595
+ 8: = f.input :name
16596
+ 9: = f.input :child, :as => :polyblock
16597
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml___545929545721804905_70168803491340'
16598
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml___545929545721804905_70168803491340'
16599
+
16600
+
16601
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
16602
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (42.6ms)
16603
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (54.5ms)
16604
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16605
+ Migrating to CreateCkeditorAssets (20131221163647)
16606
+  (0.1ms) begin transaction
16607
+  (0.1ms) CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "width" integer, "height" integer, "created_at" datetime, "updated_at" datetime) 
16608
+ SQLite3::SQLException: table "ckeditor_assets" already exists: CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "width" integer, "height" integer, "created_at" datetime, "updated_at" datetime)
16609
+  (0.0ms) rollback transaction
16610
+
16611
+
16612
+ Started GET "/" for 127.0.0.1 at 2013-12-21 16:37:54 -0500
16613
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16614
+ Processing by HomeController#index as HTML
16615
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
16616
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
16617
+ Rendered home/index.html.haml within layouts/application (61.5ms)
16618
+ Completed 500 Internal Server Error in 89ms
16619
+
16620
+ ActionView::Template::Error (undefined method `ckeditor_field' for #<SimpleForm::FormBuilder:0x007fb59fbafb10>):
16621
+ 6: %h3 Polyblock SimpleForm
16622
+ 7: = simple_form_for @parent do |f|
16623
+ 8: = f.input :name
16624
+ 9: = f.input :child, :as => :polyblock
16625
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml__1869498368843282927_70209022030360'
16626
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml__1869498368843282927_70209022030360'
16627
+
16628
+
16629
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
16630
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (20.0ms)
16631
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (29.0ms)
16632
+
16633
+
16634
+ Started GET "/" for 127.0.0.1 at 2013-12-21 16:39:00 -0500
16635
+ Processing by HomeController#index as HTML
16636
+  (0.1ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
16637
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
16638
+ Rendered home/index.html.haml within layouts/application (77.7ms)
16639
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_editor_bar.html.erb (0.7ms)
16640
+ Completed 200 OK in 655ms (Views: 642.9ms | ActiveRecord: 1.0ms)
16641
+
16642
+
16643
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16644
+
16645
+
16646
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16647
+
16648
+
16649
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16650
+
16651
+
16652
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16653
+
16654
+
16655
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16656
+
16657
+
16658
+ Started GET "/assets/jquery.ui.menu.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16659
+
16660
+
16661
+ Started GET "/assets/parents.css?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16662
+
16663
+
16664
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16665
+
16666
+
16667
+ Started GET "/assets/jquery.ui.autocomplete.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16668
+
16669
+
16670
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16671
+
16672
+
16673
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16674
+
16675
+
16676
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16677
+
16678
+
16679
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16680
+
16681
+
16682
+ Started GET "/assets/jquery.ui.accordion.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16683
+
16684
+
16685
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16686
+
16687
+
16688
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16689
+
16690
+
16691
+ Started GET "/assets/jquery.ui.droppable.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16692
+
16693
+
16694
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16695
+
16696
+
16697
+ Started GET "/assets/jquery.ui.effect.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16698
+
16699
+
16700
+ Started GET "/assets/jquery.ui.effect-bounce.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16701
+
16702
+
16703
+ Started GET "/assets/jquery.ui.effect-blind.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16704
+
16705
+
16706
+ Started GET "/assets/jquery.ui.effect-clip.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16707
+
16708
+
16709
+ Started GET "/assets/jquery.ui.effect-drop.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16710
+
16711
+
16712
+ Started GET "/assets/jquery.ui.effect-explode.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16713
+
16714
+
16715
+ Started GET "/assets/jquery.ui.effect-fade.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16716
+
16717
+
16718
+ Started GET "/assets/jquery.ui.effect-fold.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16719
+
16720
+
16721
+ Started GET "/assets/jquery.ui.effect-highlight.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16722
+
16723
+
16724
+ Started GET "/assets/jquery.ui.effect-pulsate.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16725
+
16726
+
16727
+ Started GET "/assets/jquery.ui.effect-scale.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16728
+
16729
+
16730
+ Started GET "/assets/jquery.ui.effect-shake.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16731
+
16732
+
16733
+ Started GET "/assets/jquery.ui.effect-transfer.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16734
+
16735
+
16736
+ Started GET "/assets/jquery.ui.effect-slide.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16737
+
16738
+
16739
+ Started GET "/assets/jquery.ui.progressbar.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16740
+
16741
+
16742
+ Started GET "/assets/jquery.ui.selectable.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16743
+
16744
+
16745
+ Started GET "/assets/jquery.ui.slider.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16746
+
16747
+
16748
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16749
+
16750
+
16751
+ Started GET "/assets/jquery.ui.spinner.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16752
+
16753
+
16754
+ Started GET "/assets/jquery.ui.tabs.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16755
+
16756
+
16757
+ Started GET "/assets/jquery.ui.tooltip.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16758
+
16759
+
16760
+ Started GET "/assets/jquery.ui.all.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16761
+
16762
+
16763
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16764
+
16765
+
16766
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16767
+
16768
+
16769
+ Started GET "/assets/beautify.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16770
+
16771
+
16772
+ Started GET "/assets/beautify-css.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16773
+
16774
+
16775
+ Started GET "/assets/beautify-html.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16776
+
16777
+
16778
+ Started GET "/assets/clientside-haml.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16779
+
16780
+
16781
+ Started GET "/assets/ckeditor/override.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16782
+
16783
+
16784
+ Started GET "/assets/ckeditor/init.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16785
+
16786
+
16787
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16788
+
16789
+
16790
+ Started GET "/assets/transit.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16791
+
16792
+
16793
+ Started GET "/assets/polyblock/application.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16794
+
16795
+
16796
+ Started GET "/assets/polyblock/polyblock.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16797
+
16798
+
16799
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16800
+
16801
+
16802
+ Started GET "/assets/parents.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16803
+
16804
+
16805
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:01 -0500
16806
+
16807
+
16808
+ Started GET "/assets/ckeditor/config.js" for 127.0.0.1 at 2013-12-21 16:39:02 -0500
16809
+
16810
+
16811
+ Started GET "/assets/ckeditor/skins/moono/editor.css" for 127.0.0.1 at 2013-12-21 16:39:02 -0500
16812
+
16813
+
16814
+ Started GET "/assets/ckeditor/lang/en.js" for 127.0.0.1 at 2013-12-21 16:39:02 -0500
16815
+
16816
+
16817
+ Started GET "/assets/ckeditor/styles.js" for 127.0.0.1 at 2013-12-21 16:39:02 -0500
16818
+
16819
+
16820
+ Started GET "/assets/ckeditor/plugins/sourcedialog/plugin.js" for 127.0.0.1 at 2013-12-21 16:39:02 -0500
16821
+
16822
+
16823
+ Started GET "/assets/ckeditor/skins/moono/icons.png" for 127.0.0.1 at 2013-12-21 16:39:02 -0500
16824
+
16825
+
16826
+ Started GET "/assets/ckeditor/plugins/sourcedialog/icons/sourcedialog.png" for 127.0.0.1 at 2013-12-21 16:39:02 -0500
16827
+
16828
+
16829
+ Started GET "/assets/ckeditor/contents.css" for 127.0.0.1 at 2013-12-21 16:39:02 -0500
16830
+
16831
+
16832
+ Started GET "/" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16833
+ Processing by HomeController#index as HTML
16834
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
16835
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
16836
+ Rendered home/index.html.haml within layouts/application (6.6ms)
16837
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_editor_bar.html.erb (0.1ms)
16838
+ Completed 200 OK in 26ms (Views: 24.7ms | ActiveRecord: 0.3ms)
16839
+
16840
+
16841
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16842
+
16843
+
16844
+ Started GET "/assets/parents.css?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16845
+
16846
+
16847
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16848
+
16849
+
16850
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16851
+
16852
+
16853
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16854
+
16855
+
16856
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16857
+
16858
+
16859
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16860
+
16861
+
16862
+ Started GET "/assets/jquery.ui.accordion.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16863
+
16864
+
16865
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16866
+
16867
+
16868
+ Started GET "/assets/jquery.ui.menu.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16869
+
16870
+
16871
+ Started GET "/assets/jquery.ui.autocomplete.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16872
+
16873
+
16874
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16875
+
16876
+
16877
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16878
+
16879
+
16880
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16881
+
16882
+
16883
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16884
+
16885
+
16886
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16887
+
16888
+
16889
+ Started GET "/assets/jquery.ui.effect.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16890
+
16891
+
16892
+ Started GET "/assets/jquery.ui.effect-blind.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16893
+
16894
+
16895
+ Started GET "/assets/jquery.ui.droppable.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16896
+
16897
+
16898
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16899
+
16900
+
16901
+ Started GET "/assets/jquery.ui.effect-bounce.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16902
+
16903
+
16904
+ Started GET "/assets/jquery.ui.effect-clip.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16905
+
16906
+
16907
+ Started GET "/assets/jquery.ui.effect-drop.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16908
+
16909
+
16910
+ Started GET "/assets/jquery.ui.effect-explode.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16911
+
16912
+
16913
+ Started GET "/assets/jquery.ui.effect-fade.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16914
+
16915
+
16916
+ Started GET "/assets/jquery.ui.effect-fold.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16917
+
16918
+
16919
+ Started GET "/assets/jquery.ui.effect-pulsate.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16920
+
16921
+
16922
+ Started GET "/assets/jquery.ui.effect-slide.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16923
+
16924
+
16925
+ Started GET "/assets/jquery.ui.effect-highlight.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16926
+
16927
+
16928
+ Started GET "/assets/jquery.ui.effect-transfer.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16929
+
16930
+
16931
+ Started GET "/assets/jquery.ui.effect-shake.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16932
+
16933
+
16934
+ Started GET "/assets/jquery.ui.effect-scale.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16935
+
16936
+
16937
+ Started GET "/assets/jquery.ui.progressbar.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16938
+
16939
+
16940
+ Started GET "/assets/jquery.ui.selectable.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:07 -0500
16941
+
16942
+
16943
+ Started GET "/assets/jquery.ui.slider.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:08 -0500
16944
+
16945
+
16946
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:08 -0500
16947
+
16948
+
16949
+ Started GET "/assets/jquery.ui.spinner.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:08 -0500
16950
+
16951
+
16952
+ Started GET "/assets/jquery.ui.tooltip.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:08 -0500
16953
+
16954
+
16955
+ Started GET "/assets/jquery.ui.all.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:08 -0500
16956
+
16957
+
16958
+ Started GET "/assets/jquery.ui.tabs.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:08 -0500
16959
+
16960
+
16961
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:08 -0500
16962
+
16963
+
16964
+ Started GET "/assets/beautify.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:08 -0500
16965
+
16966
+
16967
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:08 -0500
16968
+
16969
+
16970
+ Started GET "/assets/beautify-css.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:08 -0500
16971
+
16972
+
16973
+ Started GET "/assets/beautify-html.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:08 -0500
16974
+
16975
+
16976
+ Started GET "/assets/clientside-haml.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:08 -0500
16977
+
16978
+
16979
+ Started GET "/assets/ckeditor/override.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:08 -0500
16980
+
16981
+
16982
+ Started GET "/assets/ckeditor/init.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:08 -0500
16983
+
16984
+
16985
+ Started GET "/assets/transit.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:08 -0500
16986
+
16987
+
16988
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:08 -0500
16989
+
16990
+
16991
+ Started GET "/assets/polyblock/polyblock.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:08 -0500
16992
+
16993
+
16994
+ Started GET "/assets/polyblock/application.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:08 -0500
16995
+
16996
+
16997
+ Started GET "/assets/parents.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:08 -0500
16998
+
16999
+
17000
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:08 -0500
17001
+
17002
+
17003
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-21 16:39:08 -0500
17004
+
17005
+
17006
+ Started GET "/assets/ckeditor/config.js" for 127.0.0.1 at 2013-12-21 16:39:08 -0500
17007
+
17008
+
17009
+ Started GET "/assets/ckeditor/skins/moono/editor.css" for 127.0.0.1 at 2013-12-21 16:39:08 -0500
17010
+
17011
+
17012
+ Started GET "/assets/ckeditor/lang/en.js" for 127.0.0.1 at 2013-12-21 16:39:08 -0500
17013
+
17014
+
17015
+ Started GET "/assets/ckeditor/styles.js" for 127.0.0.1 at 2013-12-21 16:39:08 -0500
17016
+
17017
+
17018
+ Started GET "/assets/ckeditor/plugins/sourcedialog/plugin.js" for 127.0.0.1 at 2013-12-21 16:39:08 -0500
17019
+
17020
+
17021
+ Started GET "/assets/ckeditor/plugins/sourcedialog/icons/sourcedialog.png" for 127.0.0.1 at 2013-12-21 16:39:08 -0500
17022
+
17023
+
17024
+ Started GET "/assets/ckeditor/contents.css" for 127.0.0.1 at 2013-12-21 16:39:08 -0500
17025
+
17026
+
17027
+ Started GET "/" for 127.0.0.1 at 2013-12-21 16:48:58 -0500
17028
+ Processing by HomeController#index as HTML
17029
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
17030
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
17031
+ Rendered home/index.html.haml within layouts/application (9.5ms)
17032
+ Completed 500 Internal Server Error in 29ms
17033
+
17034
+ ActionView::Template::Error (superclass must be a Class (Module given)):
17035
+ 6: %h3 Polyblock SimpleForm
17036
+ 7: = simple_form_for @parent do |f|
17037
+ 8: = f.input :name
17038
+ 9: = f.input :child, :as => :polyblock
17039
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml__1869498368843282927_70209022030360'
17040
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml__1869498368843282927_70209022030360'
17041
+
17042
+
17043
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
17044
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
17045
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.1ms)
17046
+
17047
+
17048
+ Started GET "/" for 127.0.0.1 at 2013-12-21 16:49:39 -0500
17049
+ Processing by HomeController#index as HTML
17050
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
17051
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
17052
+ Rendered home/index.html.haml within layouts/application (51.0ms)
17053
+ Completed 500 Internal Server Error in 67ms
17054
+
17055
+ ActionView::Template::Error (undefined local variable or method `f' for #<PolyblockInput:0x007fb59ef62358>):
17056
+ 6: %h3 Polyblock SimpleForm
17057
+ 7: = simple_form_for @parent do |f|
17058
+ 8: = f.input :name
17059
+ 9: = f.input :child, :as => :polyblock
17060
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml__1869498368843282927_70209022030360'
17061
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml__1869498368843282927_70209022030360'
17062
+
17063
+
17064
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
17065
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
17066
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.8ms)
17067
+
17068
+
17069
+ Started GET "/" for 127.0.0.1 at 2013-12-21 16:49:51 -0500
17070
+ Processing by HomeController#index as HTML
17071
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
17072
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
17073
+ Rendered home/index.html.haml within layouts/application (15.5ms)
17074
+ Completed 500 Internal Server Error in 32ms
17075
+
17076
+ ActionView::Template::Error (undefined method `render' for #<PolyblockInput:0x007fb59ee38950>):
17077
+ 6: %h3 Polyblock SimpleForm
17078
+ 7: = simple_form_for @parent do |f|
17079
+ 8: = f.input :name
17080
+ 9: = f.input :child, :as => :polyblock
17081
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml__1869498368843282927_70209022030360'
17082
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml__1869498368843282927_70209022030360'
17083
+
17084
+
17085
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
17086
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
17087
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.1ms)
17088
+
17089
+
17090
+ Started GET "/" for 127.0.0.1 at 2013-12-21 16:51:50 -0500
17091
+ Processing by HomeController#index as HTML
17092
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
17093
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
17094
+ Rendered home/index.html.haml within layouts/application (15.5ms)
17095
+ Completed 500 Internal Server Error in 33ms
17096
+
17097
+ ActionView::Template::Error (undefined method `simple_fields_for_polyblock' for #<#<Class:0x007fb59fbde348>:0x007fb59fbdc7f0>):
17098
+ 6: %h3 Polyblock SimpleForm
17099
+ 7: = simple_form_for @parent do |f|
17100
+ 8: = f.input :name
17101
+ 9: = simple_fields_for_polyblock :child
17102
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml__1869498368843282927_70209022929060'
17103
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml__1869498368843282927_70209022929060'
17104
+
17105
+
17106
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
17107
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
17108
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.2ms)
17109
+
17110
+
17111
+ Started GET "/" for 127.0.0.1 at 2013-12-21 16:52:11 -0500
17112
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17113
+ Processing by HomeController#index as HTML
17114
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
17115
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
17116
+ Rendered home/index.html.haml within layouts/application (49.9ms)
17117
+ Completed 500 Internal Server Error in 77ms
17118
+
17119
+ ActionView::Template::Error (wrong number of arguments (1 for 2)):
17120
+ 6: %h3 Polyblock SimpleForm
17121
+ 7: = simple_form_for @parent do |f|
17122
+ 8: = f.input :name
17123
+ 9: = simple_fields_for_polyblock :child
17124
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml___1951975885218253927_70352786359200'
17125
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml___1951975885218253927_70352786359200'
17126
+
17127
+
17128
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
17129
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (20.4ms)
17130
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (30.4ms)
17131
+
17132
+
17133
+ Started GET "/" for 127.0.0.1 at 2013-12-21 16:52:20 -0500
17134
+ Processing by HomeController#index as HTML
17135
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
17136
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
17137
+ Rendered home/index.html.haml within layouts/application (13.1ms)
17138
+ Completed 500 Internal Server Error in 16ms
17139
+
17140
+ ActionView::Template::Error (Missing partial polyblocks/simple_fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in:
17141
+ * "/Applications/XAMPP/xamppfiles/htdocs/polyblock/test/dummy/app/views"
17142
+ * "/Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views"
17143
+ * "/Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/ckeditor-4.0.7/app/views"
17144
+ ):
17145
+ 6: %h3 Polyblock SimpleForm
17146
+ 7: = simple_form_for @parent do |f|
17147
+ 8: = f.input :name
17148
+ 9: = simple_fields_for_polyblock :child, f
17149
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml___1951975885218253927_70352786215940'
17150
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml___1951975885218253927_70352786215940'
17151
+
17152
+
17153
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
17154
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
17155
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (17.2ms)
17156
+
17157
+
17158
+ Started GET "/" for 127.0.0.1 at 2013-12-21 16:52:43 -0500
17159
+ Processing by HomeController#index as HTML
17160
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
17161
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
17162
+ Rendered home/index.html.haml within layouts/application (9.8ms)
17163
+ Completed 500 Internal Server Error in 26ms
17164
+
17165
+ ActionView::Template::Error (Missing partial polyblocks/simple_fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in:
17166
+ * "/Applications/XAMPP/xamppfiles/htdocs/polyblock/test/dummy/app/views"
17167
+ * "/Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views"
17168
+ * "/Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/ckeditor-4.0.7/app/views"
17169
+ ):
17170
+ 6: %h3 Polyblock SimpleForm
17171
+ 7: = simple_form_for @parent do |f|
17172
+ 8: = f.input :name
17173
+ 9: = simple_fields_for_polyblock :child, f
17174
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml___1951975885218253927_70352786215940'
17175
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml___1951975885218253927_70352786215940'
17176
+
17177
+
17178
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
17179
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
17180
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.9ms)
17181
+
17182
+
17183
+ Started GET "/" for 127.0.0.1 at 2013-12-21 16:53:10 -0500
17184
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17185
+ Processing by HomeController#index as HTML
17186
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
17187
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
17188
+ Rendered home/index.html.haml within layouts/application (56.8ms)
17189
+ Completed 500 Internal Server Error in 84ms
17190
+
17191
+ ActionView::Template::Error (Missing partial home/simple_fields_for, application/simple_fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in:
17192
+ * "/Applications/XAMPP/xamppfiles/htdocs/polyblock/test/dummy/app/views"
17193
+ * "/Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views"
17194
+ * "/Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/ckeditor-4.0.7/app/views"
17195
+ ):
17196
+ 6: %h3 Polyblock SimpleForm
17197
+ 7: = simple_form_for @parent do |f|
17198
+ 8: = f.input :name
17199
+ 9: = simple_fields_for_polyblock :child, f
17200
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml___3076758132675607775_70226790781380'
17201
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml___3076758132675607775_70226790781380'
17202
+
17203
+
17204
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
17205
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (20.0ms)
17206
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (29.6ms)
17207
+
17208
+
17209
+ Started GET "/" for 127.0.0.1 at 2013-12-21 16:53:11 -0500
17210
+ Processing by HomeController#index as HTML
17211
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
17212
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
17213
+ Rendered home/index.html.haml within layouts/application (6.4ms)
17214
+ Completed 500 Internal Server Error in 9ms
17215
+
17216
+ ActionView::Template::Error (Missing partial home/simple_fields_for, application/simple_fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in:
17217
+ * "/Applications/XAMPP/xamppfiles/htdocs/polyblock/test/dummy/app/views"
17218
+ * "/Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views"
17219
+ * "/Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/ckeditor-4.0.7/app/views"
17220
+ ):
17221
+ 6: %h3 Polyblock SimpleForm
17222
+ 7: = simple_form_for @parent do |f|
17223
+ 8: = f.input :name
17224
+ 9: = simple_fields_for_polyblock :child, f
17225
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml___3076758132675607775_70226790781380'
17226
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml___3076758132675607775_70226790781380'
17227
+
17228
+
17229
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
17230
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
17231
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.7ms)
17232
+
17233
+
17234
+ Started GET "/" for 127.0.0.1 at 2013-12-21 16:53:12 -0500
17235
+ Processing by HomeController#index as HTML
17236
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
17237
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
17238
+ Rendered home/index.html.haml within layouts/application (6.8ms)
17239
+ Completed 500 Internal Server Error in 10ms
17240
+
17241
+ ActionView::Template::Error (Missing partial home/simple_fields_for, application/simple_fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in:
17242
+ * "/Applications/XAMPP/xamppfiles/htdocs/polyblock/test/dummy/app/views"
17243
+ * "/Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views"
17244
+ * "/Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/ckeditor-4.0.7/app/views"
17245
+ ):
17246
+ 6: %h3 Polyblock SimpleForm
17247
+ 7: = simple_form_for @parent do |f|
17248
+ 8: = f.input :name
17249
+ 9: = simple_fields_for_polyblock :child, f
17250
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml___3076758132675607775_70226790781380'
17251
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml___3076758132675607775_70226790781380'
17252
+
17253
+
17254
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
17255
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
17256
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.7ms)
17257
+
17258
+
17259
+ Started GET "/" for 127.0.0.1 at 2013-12-21 16:53:22 -0500
17260
+ Processing by HomeController#index as HTML
17261
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
17262
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
17263
+ Rendered home/index.html.haml within layouts/application (11.1ms)
17264
+ Completed 500 Internal Server Error in 30ms
17265
+
17266
+ ActionView::Template::Error (Missing partial home/simple_fields_for, application/simple_fields_for with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in:
17267
+ * "/Applications/XAMPP/xamppfiles/htdocs/polyblock/test/dummy/app/views"
17268
+ * "/Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views"
17269
+ * "/Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/ckeditor-4.0.7/app/views"
17270
+ ):
17271
+ 6: %h3 Polyblock SimpleForm
17272
+ 7: = simple_form_for @parent do |f|
17273
+ 8: = f.input :name
17274
+ 9: = simple_fields_for_polyblock :child, f
17275
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml___3076758132675607775_70226790781380'
17276
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml___3076758132675607775_70226790781380'
17277
+
17278
+
17279
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
17280
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
17281
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.3ms)
17282
+
17283
+
17284
+ Started GET "/" for 127.0.0.1 at 2013-12-21 16:53:33 -0500
17285
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
17286
+ Processing by HomeController#index as HTML
17287
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
17288
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
17289
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_simple_fields_for.html.haml (33.2ms)
17290
+ Rendered home/index.html.haml within layouts/application (58.6ms)
17291
+ Completed 500 Internal Server Error in 110ms
17292
+
17293
+ ActionView::Template::Error (undefined local variable or method `name' for #<#<Class:0x007f873e2e3ef8>:0x007f873e2f2318>):
17294
+ 1: = f.simple_fields_for name do |ff|
17295
+ 2: = ff.input_field :name, :as => :hidden, :value => name.to_s
17296
+ 3: = ff.input_field :content, :as => :ckeditor
17297
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml___1884818440452152834_70109395781280'
17298
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml___1884818440452152834_70109395781280'
17299
+
17300
+
17301
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
17302
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (20.6ms)
17303
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (30.0ms)
17304
+
17305
+
17306
+ Started GET "/" for 127.0.0.1 at 2013-12-21 16:53:46 -0500
17307
+ Processing by HomeController#index as HTML
17308
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
17309
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
17310
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_simple_fields_for.html.haml (8.0ms)
17311
+ Rendered home/index.html.haml within layouts/application (18.3ms)
17312
+ Completed 500 Internal Server Error in 32ms
17313
+
17314
+ ActionView::Template::Error (undefined local variable or method `name' for #<#<Class:0x007f873acb3b08>:0x007f873acb2e88>):
17315
+ 1: = f.simple_fields_for name do |ff|
17316
+ 2: = ff.input_field :name, :as => :hidden, :value => name.to_s
17317
+ 3: = ff.input_field :content, :as => :ckeditor
17318
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml___1884818440452152834_70109395781280'
17319
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml___1884818440452152834_70109395781280'
17320
+
17321
+
17322
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
17323
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
17324
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.1ms)
17325
+
17326
+
17327
+ Started GET "/" for 127.0.0.1 at 2013-12-21 16:53:58 -0500
17328
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17329
+ Processing by HomeController#index as HTML
17330
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
17331
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
17332
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_simple_fields_for.html.haml (72.3ms)
17333
+ Rendered home/index.html.haml within layouts/application (118.7ms)
17334
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_editor_bar.html.erb (0.4ms)
17335
+ Completed 200 OK in 694ms (Views: 647.0ms | ActiveRecord: 0.9ms)
17336
+
17337
+
17338
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17339
+
17340
+
17341
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17342
+
17343
+
17344
+ Started GET "/assets/parents.css?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17345
+
17346
+
17347
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17348
+
17349
+
17350
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17351
+
17352
+
17353
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17354
+
17355
+
17356
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17357
+
17358
+
17359
+ Started GET "/assets/jquery.ui.accordion.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17360
+
17361
+
17362
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17363
+
17364
+
17365
+ Started GET "/assets/jquery.ui.menu.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17366
+
17367
+
17368
+ Started GET "/assets/jquery.ui.autocomplete.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17369
+
17370
+
17371
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17372
+
17373
+
17374
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17375
+
17376
+
17377
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17378
+
17379
+
17380
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17381
+
17382
+
17383
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17384
+
17385
+
17386
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17387
+
17388
+
17389
+ Started GET "/assets/jquery.ui.droppable.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17390
+
17391
+
17392
+ Started GET "/assets/jquery.ui.effect.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17393
+
17394
+
17395
+ Started GET "/assets/jquery.ui.effect-blind.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17396
+
17397
+
17398
+ Started GET "/assets/jquery.ui.effect-bounce.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17399
+
17400
+
17401
+ Started GET "/assets/jquery.ui.effect-clip.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17402
+
17403
+
17404
+ Started GET "/assets/jquery.ui.effect-drop.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17405
+
17406
+
17407
+ Started GET "/assets/jquery.ui.effect-explode.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17408
+
17409
+
17410
+ Started GET "/assets/jquery.ui.effect-fade.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17411
+
17412
+
17413
+ Started GET "/assets/jquery.ui.effect-fold.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17414
+
17415
+
17416
+ Started GET "/assets/jquery.ui.effect-highlight.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17417
+
17418
+
17419
+ Started GET "/assets/jquery.ui.effect-pulsate.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17420
+
17421
+
17422
+ Started GET "/assets/jquery.ui.effect-scale.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17423
+
17424
+
17425
+ Started GET "/assets/jquery.ui.effect-shake.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17426
+
17427
+
17428
+ Started GET "/assets/jquery.ui.effect-slide.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17429
+
17430
+
17431
+ Started GET "/assets/jquery.ui.effect-transfer.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17432
+
17433
+
17434
+ Started GET "/assets/jquery.ui.progressbar.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17435
+
17436
+
17437
+ Started GET "/assets/jquery.ui.selectable.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17438
+
17439
+
17440
+ Started GET "/assets/jquery.ui.slider.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17441
+
17442
+
17443
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17444
+
17445
+
17446
+ Started GET "/assets/jquery.ui.spinner.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17447
+
17448
+
17449
+ Started GET "/assets/jquery.ui.tabs.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17450
+
17451
+
17452
+ Started GET "/assets/jquery.ui.tooltip.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17453
+
17454
+
17455
+ Started GET "/assets/jquery.ui.all.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17456
+
17457
+
17458
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17459
+
17460
+
17461
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17462
+
17463
+
17464
+ Started GET "/assets/beautify.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17465
+
17466
+
17467
+ Started GET "/assets/beautify-css.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17468
+
17469
+
17470
+ Started GET "/assets/beautify-html.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17471
+
17472
+
17473
+ Started GET "/assets/clientside-haml.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17474
+
17475
+
17476
+ Started GET "/assets/ckeditor/override.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17477
+
17478
+
17479
+ Started GET "/assets/ckeditor/init.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17480
+
17481
+
17482
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17483
+
17484
+
17485
+ Started GET "/assets/transit.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17486
+
17487
+
17488
+ Started GET "/assets/polyblock/polyblock.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17489
+
17490
+
17491
+ Started GET "/assets/polyblock/application.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17492
+
17493
+
17494
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17495
+
17496
+
17497
+ Started GET "/assets/parents.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17498
+
17499
+
17500
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-21 16:53:59 -0500
17501
+
17502
+
17503
+ Started GET "/assets/ckeditor/config.js" for 127.0.0.1 at 2013-12-21 16:54:00 -0500
17504
+
17505
+
17506
+ Started GET "/assets/ckeditor/skins/moono/editor.css" for 127.0.0.1 at 2013-12-21 16:54:00 -0500
17507
+
17508
+
17509
+ Started GET "/assets/ckeditor/lang/en.js" for 127.0.0.1 at 2013-12-21 16:54:00 -0500
17510
+
17511
+
17512
+ Started GET "/assets/ckeditor/styles.js" for 127.0.0.1 at 2013-12-21 16:54:00 -0500
17513
+
17514
+
17515
+ Started GET "/assets/ckeditor/plugins/sourcedialog/plugin.js" for 127.0.0.1 at 2013-12-21 16:54:00 -0500
17516
+
17517
+
17518
+ Started GET "/assets/ckeditor/skins/moono/icons.png" for 127.0.0.1 at 2013-12-21 16:54:00 -0500
17519
+
17520
+
17521
+ Started GET "/assets/ckeditor/plugins/sourcedialog/icons/sourcedialog.png" for 127.0.0.1 at 2013-12-21 16:54:00 -0500
17522
+
17523
+
17524
+ Started GET "/assets/ckeditor/contents.css" for 127.0.0.1 at 2013-12-21 16:54:00 -0500
17525
+
17526
+
17527
+ Started GET "/" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17528
+ Processing by HomeController#index as HTML
17529
+  (0.1ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
17530
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
17531
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_simple_fields_for.html.haml (1.6ms)
17532
+ Rendered home/index.html.haml within layouts/application (12.0ms)
17533
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_editor_bar.html.erb (0.0ms)
17534
+ Completed 200 OK in 42ms (Views: 30.4ms | ActiveRecord: 1.0ms)
17535
+
17536
+
17537
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17538
+
17539
+
17540
+ Started GET "/assets/parents.css?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17541
+
17542
+
17543
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17544
+
17545
+
17546
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17547
+
17548
+
17549
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17550
+
17551
+
17552
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17553
+
17554
+
17555
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17556
+
17557
+
17558
+ Started GET "/assets/jquery.ui.accordion.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17559
+
17560
+
17561
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17562
+
17563
+
17564
+ Started GET "/assets/jquery.ui.menu.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17565
+
17566
+
17567
+ Started GET "/assets/jquery.ui.autocomplete.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17568
+
17569
+
17570
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17571
+
17572
+
17573
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17574
+
17575
+
17576
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17577
+
17578
+
17579
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17580
+
17581
+
17582
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17583
+
17584
+
17585
+ Started GET "/assets/jquery.ui.effect.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17586
+
17587
+
17588
+ Started GET "/assets/jquery.ui.droppable.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17589
+
17590
+
17591
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17592
+
17593
+
17594
+ Started GET "/assets/jquery.ui.effect-blind.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17595
+
17596
+
17597
+ Started GET "/assets/jquery.ui.effect-clip.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17598
+
17599
+
17600
+ Started GET "/assets/jquery.ui.effect-bounce.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17601
+
17602
+
17603
+ Started GET "/assets/jquery.ui.effect-drop.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17604
+
17605
+
17606
+ Started GET "/assets/jquery.ui.effect-explode.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17607
+
17608
+
17609
+ Started GET "/assets/jquery.ui.effect-scale.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17610
+
17611
+
17612
+ Started GET "/assets/jquery.ui.effect-fade.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17613
+
17614
+
17615
+ Started GET "/assets/jquery.ui.effect-highlight.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17616
+
17617
+
17618
+ Started GET "/assets/jquery.ui.effect-pulsate.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17619
+
17620
+
17621
+ Started GET "/assets/jquery.ui.effect-fold.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17622
+
17623
+
17624
+ Started GET "/assets/jquery.ui.effect-shake.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17625
+
17626
+
17627
+ Started GET "/assets/jquery.ui.effect-slide.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17628
+
17629
+
17630
+ Started GET "/assets/jquery.ui.effect-transfer.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17631
+
17632
+
17633
+ Started GET "/assets/jquery.ui.progressbar.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17634
+
17635
+
17636
+ Started GET "/assets/jquery.ui.selectable.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17637
+
17638
+
17639
+ Started GET "/assets/jquery.ui.slider.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17640
+
17641
+
17642
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17643
+
17644
+
17645
+ Started GET "/assets/jquery.ui.spinner.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17646
+
17647
+
17648
+ Started GET "/assets/jquery.ui.tabs.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17649
+
17650
+
17651
+ Started GET "/assets/jquery.ui.tooltip.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17652
+
17653
+
17654
+ Started GET "/assets/jquery.ui.all.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17655
+
17656
+
17657
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:24 -0500
17658
+
17659
+
17660
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:25 -0500
17661
+
17662
+
17663
+ Started GET "/assets/beautify.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:25 -0500
17664
+
17665
+
17666
+ Started GET "/assets/beautify-css.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:25 -0500
17667
+
17668
+
17669
+ Started GET "/assets/beautify-html.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:25 -0500
17670
+
17671
+
17672
+ Started GET "/assets/clientside-haml.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:25 -0500
17673
+
17674
+
17675
+ Started GET "/assets/ckeditor/override.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:25 -0500
17676
+
17677
+
17678
+ Started GET "/assets/ckeditor/init.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:25 -0500
17679
+
17680
+
17681
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:25 -0500
17682
+
17683
+
17684
+ Started GET "/assets/transit.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:25 -0500
17685
+
17686
+
17687
+ Started GET "/assets/polyblock/polyblock.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:25 -0500
17688
+
17689
+
17690
+ Started GET "/assets/polyblock/application.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:25 -0500
17691
+
17692
+
17693
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:25 -0500
17694
+
17695
+
17696
+ Started GET "/assets/parents.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:25 -0500
17697
+
17698
+
17699
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-21 17:05:25 -0500
17700
+
17701
+
17702
+ Started GET "/assets/ckeditor/config.js" for 127.0.0.1 at 2013-12-21 17:05:25 -0500
17703
+
17704
+
17705
+ Started GET "/assets/ckeditor/skins/moono/editor.css" for 127.0.0.1 at 2013-12-21 17:05:25 -0500
17706
+
17707
+
17708
+ Started GET "/assets/ckeditor/lang/en.js" for 127.0.0.1 at 2013-12-21 17:05:25 -0500
17709
+
17710
+
17711
+ Started GET "/assets/ckeditor/styles.js" for 127.0.0.1 at 2013-12-21 17:05:25 -0500
17712
+
17713
+
17714
+ Started GET "/assets/ckeditor/plugins/sourcedialog/plugin.js" for 127.0.0.1 at 2013-12-21 17:05:25 -0500
17715
+
17716
+
17717
+ Started GET "/assets/ckeditor/skins/moono/icons.png" for 127.0.0.1 at 2013-12-21 17:05:25 -0500
17718
+
17719
+
17720
+ Started GET "/assets/ckeditor/plugins/sourcedialog/icons/sourcedialog.png" for 127.0.0.1 at 2013-12-21 17:05:25 -0500
17721
+
17722
+
17723
+ Started GET "/assets/ckeditor/contents.css" for 127.0.0.1 at 2013-12-21 17:05:25 -0500
17724
+
17725
+
17726
+ Started GET "/" for 127.0.0.1 at 2013-12-21 17:05:34 -0500
17727
+ Processing by HomeController#index as HTML
17728
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
17729
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
17730
+ Rendered home/index.html.haml within layouts/application (14.1ms)
17731
+ Completed 500 Internal Server Error in 18ms
17732
+
17733
+ ActionView::Template::Error (undefined method `simple_fields_for_polyblock' for #<SimpleForm::FormBuilder:0x007fbebee4f870>):
17734
+ 6: %h3 Polyblock SimpleForm
17735
+ 7: = simple_form_for @parent do |f|
17736
+ 8: = f.input :name
17737
+ 9: = f.simple_fields_for_polyblock :child
17738
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml__2497496429304237215_70228611476140'
17739
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml__2497496429304237215_70228611476140'
17740
+
17741
+
17742
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
17743
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
17744
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.9ms)
17745
+
17746
+
17747
+ Started GET "/" for 127.0.0.1 at 2013-12-21 17:06:07 -0500
17748
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17749
+ Processing by HomeController#index as HTML
17750
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
17751
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
17752
+ Rendered home/index.html.haml within layouts/application (56.9ms)
17753
+ Completed 500 Internal Server Error in 85ms
17754
+
17755
+ ActionView::Template::Error (undefined method `simple_fields_for_polyblock' for #<SimpleForm::FormBuilder:0x007fcab3248c60>):
17756
+ 6: %h3 Polyblock SimpleForm
17757
+ 7: = simple_form_for @parent do |f|
17758
+ 8: = f.input :name
17759
+ 9: = f.simple_fields_for_polyblock :child
17760
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml__3874415885107049983_70254283799680'
17761
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml__3874415885107049983_70254283799680'
17762
+
17763
+
17764
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (26.1ms)
17765
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (19.7ms)
17766
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (54.3ms)
17767
+
17768
+
17769
+ Started GET "/" for 127.0.0.1 at 2013-12-21 17:07:12 -0500
17770
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
17771
+ Processing by HomeController#index as HTML
17772
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
17773
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
17774
+ Rendered home/index.html.haml within layouts/application (58.5ms)
17775
+ Completed 500 Internal Server Error in 85ms
17776
+
17777
+ ActionView::Template::Error (undefined method `simple_fields_for_polyblock' for #<SimpleForm::FormBuilder:0x007fbe1a9c3350>):
17778
+ 6: %h3 Polyblock SimpleForm
17779
+ 7: = simple_form_for @parent do |f|
17780
+ 8: = f.input :name
17781
+ 9: = f.simple_fields_for_polyblock :child
17782
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml___3822430265682566112_70227242738220'
17783
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml___3822430265682566112_70227242738220'
17784
+
17785
+
17786
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (25.5ms)
17787
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (19.4ms)
17788
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (53.4ms)
17789
+
17790
+
17791
+ Started GET "/" for 127.0.0.1 at 2013-12-21 17:08:05 -0500
17792
+ Processing by HomeController#index as HTML
17793
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
17794
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
17795
+ Rendered home/index.html.haml within layouts/application (13.4ms)
17796
+ Completed 500 Internal Server Error in 27ms
17797
+
17798
+ ActionView::Template::Error (undefined method `simple_fields_for_polyblock' for #<SimpleForm::FormBuilder:0x007fbe1bb7b8b8>):
17799
+ 6: %h3 Polyblock SimpleForm
17800
+ 7: = simple_form_for @parent do |f|
17801
+ 8: = f.input :name
17802
+ 9: = f.simple_fields_for_polyblock :child
17803
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml___3822430265682566112_70227242738220'
17804
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml___3822430265682566112_70227242738220'
17805
+
17806
+
17807
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
17808
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
17809
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.9ms)
17810
+
17811
+
17812
+ Started GET "/" for 127.0.0.1 at 2013-12-21 17:08:17 -0500
17813
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17814
+ Processing by HomeController#index as HTML
17815
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
17816
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
17817
+ Rendered home/index.html.haml within layouts/application (54.7ms)
17818
+ Completed 500 Internal Server Error in 82ms
17819
+
17820
+ ActionView::Template::Error (undefined method `simple_fields_for_polyblock' for #<SimpleForm::FormBuilder:0x007fc98c8da4e8>):
17821
+ 6: %h3 Polyblock SimpleForm
17822
+ 7: = simple_form_for @parent do |f|
17823
+ 8: = f.input :name
17824
+ 9: = f.simple_fields_for_polyblock :child
17825
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml___273060790277655118_70251837339000'
17826
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml___273060790277655118_70251837339000'
17827
+
17828
+
17829
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
17830
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (19.4ms)
17831
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (52.7ms)
17832
+
17833
+
17834
+ Started GET "/" for 127.0.0.1 at 2013-12-21 17:08:47 -0500
17835
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17836
+ Processing by HomeController#index as HTML
17837
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
17838
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
17839
+ Rendered home/index.html.haml within layouts/application (54.7ms)
17840
+ Completed 500 Internal Server Error in 82ms
17841
+
17842
+ ActionView::Template::Error (undefined method `simple_fields_for_polyblock' for #<SimpleForm::FormBuilder:0x007f80ebb03c40>):
17843
+ 6: %h3 Polyblock SimpleForm
17844
+ 7: = simple_form_for @parent do |f|
17845
+ 8: = f.input :name
17846
+ 9: = f.simple_fields_for_polyblock :child
17847
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml__3717651260494306209_70095843068820'
17848
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml__3717651260494306209_70095843068820'
17849
+
17850
+
17851
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
17852
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (19.9ms)
17853
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (29.3ms)
17854
+
17855
+
17856
+ Started GET "/" for 127.0.0.1 at 2013-12-21 17:08:48 -0500
17857
+ Processing by HomeController#index as HTML
17858
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
17859
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
17860
+ Rendered home/index.html.haml within layouts/application (34.6ms)
17861
+ Completed 500 Internal Server Error in 38ms
17862
+
17863
+ ActionView::Template::Error (undefined method `simple_fields_for_polyblock' for #<SimpleForm::FormBuilder:0x007f80eba9b398>):
17864
+ 6: %h3 Polyblock SimpleForm
17865
+ 7: = simple_form_for @parent do |f|
17866
+ 8: = f.input :name
17867
+ 9: = f.simple_fields_for_polyblock :child
17868
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml__3717651260494306209_70095843068820'
17869
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml__3717651260494306209_70095843068820'
17870
+
17871
+
17872
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
17873
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
17874
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.4ms)
17875
+
17876
+
17877
+ Started GET "/" for 127.0.0.1 at 2013-12-21 17:10:38 -0500
17878
+ Processing by HomeController#index as HTML
17879
+  (0.1ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
17880
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
17881
+ Rendered home/index.html.haml within layouts/application (14.0ms)
17882
+ Completed 500 Internal Server Error in 27ms
17883
+
17884
+ ActionView::Template::Error (undefined method `simple_fields_for_polyblock' for #<SimpleForm::FormBuilder:0x007f80ebc41be8>):
17885
+ 6: %h3 Polyblock SimpleForm
17886
+ 7: = simple_form_for @parent do |f|
17887
+ 8: = f.input :name
17888
+ 9: = f.simple_fields_for_polyblock :child
17889
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml__3717651260494306209_70095843068820'
17890
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml__3717651260494306209_70095843068820'
17891
+
17892
+
17893
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (31.3ms)
17894
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
17895
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (41.1ms)
17896
+
17897
+
17898
+ Started GET "/" for 127.0.0.1 at 2013-12-21 17:10:52 -0500
17899
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17900
+ Processing by HomeController#index as HTML
17901
+  (0.4ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
17902
+ Polyblock::Block Load (0.3ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
17903
+ Rendered home/index.html.haml within layouts/application (64.5ms)
17904
+ Completed 500 Internal Server Error in 91ms
17905
+
17906
+ ActionView::Template::Error (undefined method `simple_fields_for_polyblock' for #<SimpleForm::FormBuilder:0x007fc99034be38>):
17907
+ 6: %h3 Polyblock SimpleForm
17908
+ 7: = simple_form_for @parent do |f|
17909
+ 8: = f.input :name
17910
+ 9: = f.simple_fields_for_polyblock :child
17911
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml__3885733598576066953_70251841475060'
17912
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml__3885733598576066953_70251841475060'
17913
+
17914
+
17915
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
17916
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (19.6ms)
17917
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (29.3ms)
17918
+
17919
+
17920
+ Started GET "/" for 127.0.0.1 at 2013-12-21 17:11:27 -0500
17921
+ Processing by HomeController#index as HTML
17922
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
17923
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
17924
+ Rendered home/index.html.haml within layouts/application (12.0ms)
17925
+ Completed 500 Internal Server Error in 15ms
17926
+
17927
+ ActionView::Template::Error (undefined method `simple_fields_for_polyblock' for #<SimpleForm::FormBuilder:0x007fc98cea4860>):
17928
+ 6: %h3 Polyblock SimpleForm
17929
+ 7: = simple_form_for @parent do |f|
17930
+ 8: = f.input :name
17931
+ 9: = f.simple_fields_for_polyblock :child do |ff|
17932
+ 10: = ff.input :name
17933
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml__3885733598576066953_70251814530900'
17934
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml__3885733598576066953_70251814530900'
17935
+
17936
+
17937
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
17938
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (27.0ms)
17939
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (36.0ms)
17940
+
17941
+
17942
+ Started GET "/" for 127.0.0.1 at 2013-12-21 17:11:45 -0500
17943
+ Processing by HomeController#index as HTML
17944
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
17945
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
17946
+ Rendered home/index.html.haml within layouts/application (14.4ms)
17947
+ Completed 500 Internal Server Error in 29ms
17948
+
17949
+ ActionView::Template::Error (undefined method `simple_fields_for_polyblock' for #<SimpleForm::FormBuilder:0x007fc98cebe080>):
17950
+ 6: %h3 Polyblock SimpleForm
17951
+ 7: = simple_form_for @parent do |f|
17952
+ 8: = f.input :name
17953
+ 9: = f.simple_fields_for_polyblock :child do |ff|
17954
+ 10: = ff.input :name
17955
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml__3885733598576066953_70251814530900'
17956
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml__3885733598576066953_70251814530900'
17957
+
17958
+
17959
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
17960
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
17961
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.4ms)
17962
+
17963
+
17964
+ Started GET "/" for 127.0.0.1 at 2013-12-21 17:11:46 -0500
17965
+ Processing by HomeController#index as HTML
17966
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
17967
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
17968
+ Rendered home/index.html.haml within layouts/application (10.2ms)
17969
+ Completed 500 Internal Server Error in 13ms
17970
+
17971
+ ActionView::Template::Error (undefined method `simple_fields_for_polyblock' for #<SimpleForm::FormBuilder:0x007fc9928da5a0>):
17972
+ 6: %h3 Polyblock SimpleForm
17973
+ 7: = simple_form_for @parent do |f|
17974
+ 8: = f.input :name
17975
+ 9: = f.simple_fields_for_polyblock :child do |ff|
17976
+ 10: = ff.input :name
17977
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml__3885733598576066953_70251814530900'
17978
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml__3885733598576066953_70251814530900'
17979
+
17980
+
17981
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
17982
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
17983
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.5ms)
17984
+
17985
+
17986
+ Started GET "/" for 127.0.0.1 at 2013-12-21 17:11:54 -0500
17987
+ Processing by HomeController#index as HTML
17988
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
17989
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
17990
+ Rendered home/index.html.haml within layouts/application (24.2ms)
17991
+ Completed 500 Internal Server Error in 56ms
17992
+
17993
+ ActionView::Template::Error (undefined method `simple_fields_for_polyblock' for #<SimpleForm::FormBuilder:0x007fc992823d78>):
17994
+ 6: %h3 Polyblock SimpleForm
17995
+ 7: = simple_form_for @parent do |f|
17996
+ 8: = f.input :name
17997
+ 9: = f.simple_fields_for_polyblock :child do |ff|
17998
+ 10: = ff.input :name
17999
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml__3885733598576066953_70251814530900'
18000
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml__3885733598576066953_70251814530900'
18001
+
18002
+
18003
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
18004
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
18005
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.4ms)
18006
+
18007
+
18008
+ Started GET "/" for 127.0.0.1 at 2013-12-21 17:12:06 -0500
18009
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18010
+ Processing by HomeController#index as HTML
18011
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
18012
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
18013
+ Rendered home/index.html.haml within layouts/application (56.7ms)
18014
+ Completed 500 Internal Server Error in 110ms
18015
+
18016
+ ActionView::Template::Error (undefined method `simple_fields_for_polyblock' for #<SimpleForm::FormBuilder:0x007fa2858ff870>):
18017
+ 6: %h3 Polyblock SimpleForm
18018
+ 7: = simple_form_for @parent do |f|
18019
+ 8: = f.input :name
18020
+ 9: = f.simple_fields_for_polyblock :child do |ff|
18021
+ 10: = ff.input :name
18022
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml__4411839419832521481_70168011433200'
18023
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml__4411839419832521481_70168011433200'
18024
+
18025
+
18026
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
18027
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (19.9ms)
18028
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (28.9ms)
18029
+
18030
+
18031
+ Started GET "/" for 127.0.0.1 at 2013-12-21 17:12:07 -0500
18032
+ Processing by HomeController#index as HTML
18033
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
18034
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
18035
+ Rendered home/index.html.haml within layouts/application (9.5ms)
18036
+ Completed 500 Internal Server Error in 13ms
18037
+
18038
+ ActionView::Template::Error (undefined method `simple_fields_for_polyblock' for #<SimpleForm::FormBuilder:0x007fa2841d2210>):
18039
+ 6: %h3 Polyblock SimpleForm
18040
+ 7: = simple_form_for @parent do |f|
18041
+ 8: = f.input :name
18042
+ 9: = f.simple_fields_for_polyblock :child do |ff|
18043
+ 10: = ff.input :name
18044
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml__4411839419832521481_70168011433200'
18045
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml__4411839419832521481_70168011433200'
18046
+
18047
+
18048
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
18049
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
18050
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.5ms)
18051
+
18052
+
18053
+ Started GET "/" for 127.0.0.1 at 2013-12-21 17:12:07 -0500
18054
+ Processing by HomeController#index as HTML
18055
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
18056
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
18057
+ Rendered home/index.html.haml within layouts/application (9.4ms)
18058
+ Completed 500 Internal Server Error in 13ms
18059
+
18060
+ ActionView::Template::Error (undefined method `simple_fields_for_polyblock' for #<SimpleForm::FormBuilder:0x007fa286e30280>):
18061
+ 6: %h3 Polyblock SimpleForm
18062
+ 7: = simple_form_for @parent do |f|
18063
+ 8: = f.input :name
18064
+ 9: = f.simple_fields_for_polyblock :child do |ff|
18065
+ 10: = ff.input :name
18066
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml__4411839419832521481_70168011433200'
18067
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml__4411839419832521481_70168011433200'
18068
+
18069
+
18070
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
18071
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
18072
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.2ms)
18073
+
18074
+
18075
+ Started GET "/" for 127.0.0.1 at 2013-12-21 17:12:08 -0500
18076
+ Processing by HomeController#index as HTML
18077
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
18078
+ Polyblock::Block Load (0.1ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
18079
+ Rendered home/index.html.haml within layouts/application (9.4ms)
18080
+ Completed 500 Internal Server Error in 12ms
18081
+
18082
+ ActionView::Template::Error (undefined method `simple_fields_for_polyblock' for #<SimpleForm::FormBuilder:0x007fa2859ef960>):
18083
+ 6: %h3 Polyblock SimpleForm
18084
+ 7: = simple_form_for @parent do |f|
18085
+ 8: = f.input :name
18086
+ 9: = f.simple_fields_for_polyblock :child do |ff|
18087
+ 10: = ff.input :name
18088
+ app/views/home/index.html.haml:9:in `block in _app_views_home_index_html_haml__4411839419832521481_70168011433200'
18089
+ app/views/home/index.html.haml:7:in `_app_views_home_index_html_haml__4411839419832521481_70168011433200'
18090
+
18091
+
18092
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
18093
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
18094
+ Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.3ms)
18095
+
18096
+
18097
+ Started GET "/" for 127.0.0.1 at 2013-12-21 17:13:00 -0500
18098
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
18099
+ Processing by HomeController#index as HTML
18100
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
18101
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
18102
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_simple_fields_for.html.haml (78.6ms)
18103
+ Rendered home/index.html.haml within layouts/application (126.5ms)
18104
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_editor_bar.html.erb (0.4ms)
18105
+ Completed 200 OK in 729ms (Views: 680.1ms | ActiveRecord: 1.0ms)
18106
+
18107
+
18108
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18109
+
18110
+
18111
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18112
+
18113
+
18114
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18115
+
18116
+
18117
+ Started GET "/assets/parents.css?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18118
+
18119
+
18120
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18121
+
18122
+
18123
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18124
+
18125
+
18126
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18127
+
18128
+
18129
+ Started GET "/assets/jquery.ui.accordion.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18130
+
18131
+
18132
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18133
+
18134
+
18135
+ Started GET "/assets/jquery.ui.menu.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18136
+
18137
+
18138
+ Started GET "/assets/jquery.ui.autocomplete.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18139
+
18140
+
18141
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18142
+
18143
+
18144
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18145
+
18146
+
18147
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18148
+
18149
+
18150
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18151
+
18152
+
18153
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18154
+
18155
+
18156
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18157
+
18158
+
18159
+ Started GET "/assets/jquery.ui.droppable.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18160
+
18161
+
18162
+ Started GET "/assets/jquery.ui.effect.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18163
+
18164
+
18165
+ Started GET "/assets/jquery.ui.effect-blind.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18166
+
18167
+
18168
+ Started GET "/assets/jquery.ui.effect-bounce.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18169
+
18170
+
18171
+ Started GET "/assets/jquery.ui.effect-clip.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18172
+
18173
+
18174
+ Started GET "/assets/jquery.ui.effect-drop.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18175
+
18176
+
18177
+ Started GET "/assets/jquery.ui.effect-explode.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18178
+
18179
+
18180
+ Started GET "/assets/jquery.ui.effect-highlight.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18181
+
18182
+
18183
+ Started GET "/assets/jquery.ui.effect-fold.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18184
+
18185
+
18186
+ Started GET "/assets/jquery.ui.effect-fade.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18187
+
18188
+
18189
+ Started GET "/assets/jquery.ui.effect-pulsate.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18190
+
18191
+
18192
+ Started GET "/assets/jquery.ui.effect-scale.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18193
+
18194
+
18195
+ Started GET "/assets/jquery.ui.effect-shake.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18196
+
18197
+
18198
+ Started GET "/assets/jquery.ui.effect-slide.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18199
+
18200
+
18201
+ Started GET "/assets/jquery.ui.effect-transfer.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18202
+
18203
+
18204
+ Started GET "/assets/jquery.ui.progressbar.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18205
+
18206
+
18207
+ Started GET "/assets/jquery.ui.selectable.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:01 -0500
18208
+
18209
+
18210
+ Started GET "/assets/jquery.ui.slider.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:02 -0500
18211
+
18212
+
18213
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:02 -0500
18214
+
18215
+
18216
+ Started GET "/assets/jquery.ui.spinner.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:02 -0500
18217
+
18218
+
18219
+ Started GET "/assets/jquery.ui.tabs.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:02 -0500
18220
+
18221
+
18222
+ Started GET "/assets/jquery.ui.tooltip.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:02 -0500
18223
+
18224
+
18225
+ Started GET "/assets/jquery.ui.all.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:02 -0500
18226
+
18227
+
18228
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:02 -0500
18229
+
18230
+
18231
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:02 -0500
18232
+
18233
+
18234
+ Started GET "/assets/beautify.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:02 -0500
18235
+
18236
+
18237
+ Started GET "/assets/beautify-css.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:02 -0500
18238
+
18239
+
18240
+ Started GET "/assets/beautify-html.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:02 -0500
18241
+
18242
+
18243
+ Started GET "/assets/clientside-haml.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:02 -0500
18244
+
18245
+
18246
+ Started GET "/assets/ckeditor/override.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:02 -0500
18247
+
18248
+
18249
+ Started GET "/assets/ckeditor/init.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:02 -0500
18250
+
18251
+
18252
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:02 -0500
18253
+
18254
+
18255
+ Started GET "/assets/transit.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:02 -0500
18256
+
18257
+
18258
+ Started GET "/assets/polyblock/polyblock.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:02 -0500
18259
+
18260
+
18261
+ Started GET "/assets/polyblock/application.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:02 -0500
18262
+
18263
+
18264
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:02 -0500
18265
+
18266
+
18267
+ Started GET "/assets/parents.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:02 -0500
18268
+
18269
+
18270
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-21 17:13:02 -0500
18271
+
18272
+
18273
+ Started GET "/assets/ckeditor/config.js" for 127.0.0.1 at 2013-12-21 17:13:02 -0500
18274
+
18275
+
18276
+ Started GET "/assets/ckeditor/skins/moono/editor.css" for 127.0.0.1 at 2013-12-21 17:13:02 -0500
18277
+
18278
+
18279
+ Started GET "/assets/ckeditor/lang/en.js" for 127.0.0.1 at 2013-12-21 17:13:02 -0500
18280
+
18281
+
18282
+ Started GET "/assets/ckeditor/styles.js" for 127.0.0.1 at 2013-12-21 17:13:02 -0500
18283
+
18284
+
18285
+ Started GET "/assets/ckeditor/plugins/sourcedialog/plugin.js" for 127.0.0.1 at 2013-12-21 17:13:02 -0500
18286
+
18287
+
18288
+ Started GET "/assets/ckeditor/plugins/sourcedialog/icons/sourcedialog.png" for 127.0.0.1 at 2013-12-21 17:13:02 -0500
18289
+
18290
+
18291
+ Started GET "/assets/ckeditor/contents.css" for 127.0.0.1 at 2013-12-21 17:13:02 -0500