optimacms 0.1.47 → 0.1.48

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.
@@ -14468,3 +14468,3223 @@ Processing by Optimacms::Admin::NewsController#index as HTML
14468
14468
  Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (577.0ms)
14469
14469
  Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (648.0ms)
14470
14470
  Completed 200 OK in 690ms (Views: 677.0ms | ActiveRecord: 1.0ms)
14471
+
14472
+
14473
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-07-22 17:02:54 +0300
14474
+ ActiveRecord::SchemaMigration Load (1.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
14475
+ Processing by Optimacms::Admin::PagesController#index as HTML
14476
+ Completed 401 Unauthorized in 24ms (ActiveRecord: 0.0ms)
14477
+
14478
+
14479
+ Started GET "/cmsadmin/login" for 127.0.0.1 at 2015-07-22 17:02:59 +0300
14480
+ Processing by Optimacms::Devise::SessionsController#new as HTML
14481
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/devise-3.5.1/app/views/devise/shared/_links.html.erb (5.0ms)
14482
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/devise-3.5.1/app/views/devise/sessions/new.html.erb within layouts/optimacms/application_logged_out (126.0ms)
14483
+ Completed 200 OK in 462ms (Views: 392.0ms | ActiveRecord: 10.0ms)
14484
+
14485
+
14486
+ Started GET "/stylesheets/optimacms/application.css" for 127.0.0.1 at 2015-07-22 17:03:00 +0300
14487
+ Processing by Optimacms::PagesController#show as HTML
14488
+ Parameters: {"url"=>"stylesheets/optimacms/application.css"}
14489
+ Optimacms::Language Load (1.0ms) SELECT `cms_languages`.* FROM `cms_languages`
14490
+  (31.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'stylesheets/optimacms/application.css' REGEXP parsed_url)
14491
+ Completed 404 Not Found in 172ms (ActiveRecord: 49.0ms)
14492
+
14493
+ ActionController::RoutingError (Not Found):
14494
+ W:/myrails/cms/site/app/controllers/optimacms/application_controller.rb:16:in `not_found'
14495
+ W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:64:in `show'
14496
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
14497
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
14498
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
14499
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
14500
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
14501
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
14502
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
14503
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
14504
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
14505
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
14506
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
14507
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
14508
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
14509
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
14510
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
14511
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
14512
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
14513
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
14514
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
14515
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
14516
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
14517
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
14518
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
14519
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
14520
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
14521
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
14522
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
14523
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
14524
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
14525
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
14526
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
14527
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
14528
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
14529
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
14530
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
14531
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
14532
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
14533
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
14534
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
14535
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
14536
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
14537
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
14538
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
14539
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
14540
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
14541
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
14542
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
14543
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
14544
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
14545
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
14546
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
14547
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
14548
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
14549
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
14550
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
14551
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
14552
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
14553
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
14554
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
14555
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
14556
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
14557
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
14558
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
14559
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
14560
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
14561
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
14562
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
14563
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
14564
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
14565
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
14566
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
14567
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
14568
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
14569
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
14570
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
14571
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
14572
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
14573
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
14574
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
14575
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
14576
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
14577
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
14578
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
14579
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
14580
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
14581
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
14582
+
14583
+
14584
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (31.0ms)
14585
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (27.0ms)
14586
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (40.0ms)
14587
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (9.0ms)
14588
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.0ms)
14589
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (1100.1ms)
14590
+
14591
+
14592
+ Started POST "/cmsadmin/login" for 127.0.0.1 at 2015-07-22 17:03:05 +0300
14593
+ Processing by Optimacms::Devise::SessionsController#create as HTML
14594
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"hu0hoon13OrzmIkNeecnPDn/FYB4WjUPUOgn07gILpkcxJpC07Q/kwHNvQcNbNk0dWYzjroXMpjeOdDRG+PouA==", "cms_admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
14595
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`email` = 'admin@example.com' ORDER BY `cms_users`.`id` ASC LIMIT 1
14596
+  (0.0ms) BEGIN
14597
+ SQL (0.0ms) UPDATE `cms_users` SET `last_sign_in_at` = '2015-07-20 19:05:08', `current_sign_in_at` = '2015-07-22 14:03:05', `sign_in_count` = 3, `updated_at` = '2015-07-22 14:03:05' WHERE `cms_users`.`id` = 4
14598
+  (2.0ms) COMMIT
14599
+ Redirected to http://localhost:3001/cmsadmin/pages
14600
+ Completed 302 Found in 181ms (ActiveRecord: 2.0ms)
14601
+
14602
+
14603
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-07-22 17:03:05 +0300
14604
+ Processing by Optimacms::Admin::PagesController#index as HTML
14605
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
14606
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
14607
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/fields_simple_form/_text.html.haml (27.0ms)
14608
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_field_simple_form.html.haml (39.0ms)
14609
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (19.0ms)
14610
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_field_simple_form.html.haml (24.0ms)
14611
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_fields.html.haml (75.0ms)
14612
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_buttons_apply_clear.html.haml (4.0ms)
14613
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (12.0ms)
14614
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_form_inline.html.haml (107.0ms)
14615
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_form.html.haml (119.0ms)
14616
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
14617
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (126, 0, 4)
14618
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
14619
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (450.0ms)
14620
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (41.0ms)
14621
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (42.0ms)
14622
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (115.0ms)
14623
+ Completed 500 Internal Server Error in 632ms (ActiveRecord: 12.0ms)
14624
+
14625
+ ActionView::Template::Error (undefined local variable or method `admin_news_index_path' for Optimacms::AdminMenu::AdminMenu:Class):
14626
+ 3: %li
14627
+ 4: =link_to 'Dashboard', dashboard_path
14628
+ 5:
14629
+ 6: - Optimacms::AdminMenu::AdminMenu.get_menu.each_with_index do |m, ind|
14630
+ 7: %li
14631
+ 8: =link_to "#submenu#{ind}", :"data-toggle"=>"collapse", :"aria-expanded"=>"false", :"aria-controls"=>"submenu#{ind}" do
14632
+ 9: %span #{m[:title]}
14633
+ lib/optimacms/admin_menu/admin_menu.rb:9:in `get_menu_custom'
14634
+
14635
+
14636
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.0ms)
14637
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (63.0ms)
14638
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.0ms)
14639
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (99.0ms)
14640
+
14641
+
14642
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-07-22 17:03:59 +0300
14643
+ Processing by Optimacms::Admin::PagesController#index as HTML
14644
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
14645
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages`
14646
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
14647
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/fields_simple_form/_text.html.haml (21.0ms)
14648
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_field_simple_form.html.haml (25.0ms)
14649
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (9.0ms)
14650
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_field_simple_form.html.haml (13.0ms)
14651
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_fields.html.haml (45.0ms)
14652
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
14653
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
14654
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_form_inline.html.haml (62.0ms)
14655
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_form.html.haml (66.0ms)
14656
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
14657
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (126, 0, 4)
14658
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
14659
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (306.0ms)
14660
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
14661
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (26.0ms)
14662
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (12.0ms)
14663
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (24.0ms)
14664
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (4.0ms)
14665
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (18.0ms)
14666
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (829.0ms)
14667
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (966.1ms)
14668
+ Completed 200 OK in 1455ms (Views: 1291.1ms | ActiveRecord: 28.0ms)
14669
+
14670
+
14671
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-07-22 17:04:02 +0300
14672
+
14673
+
14674
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-07-22 17:04:02 +0300
14675
+
14676
+
14677
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-07-22 17:04:02 +0300
14678
+
14679
+
14680
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-07-22 17:04:02 +0300
14681
+
14682
+
14683
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-07-22 17:04:02 +0300
14684
+
14685
+
14686
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-07-22 17:04:02 +0300
14687
+
14688
+
14689
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-07-22 17:04:02 +0300
14690
+
14691
+
14692
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-07-22 17:04:02 +0300
14693
+
14694
+
14695
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-07-22 17:04:02 +0300
14696
+
14697
+
14698
+ Started GET "/cmsadmin/admin/news" for 127.0.0.1 at 2015-07-22 17:04:10 +0300
14699
+ Processing by Optimacms::Admin::NewsController#index as HTML
14700
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
14701
+ Rendered optimacms/admin/news/index.html.haml within optimacms/admin/layouts/main (4.0ms)
14702
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
14703
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (18.0ms)
14704
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
14705
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
14706
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
14707
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
14708
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (566.0ms)
14709
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (637.0ms)
14710
+ Completed 200 OK in 679ms (Views: 666.0ms | ActiveRecord: 0.0ms)
14711
+
14712
+
14713
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-07-22 17:04:11 +0300
14714
+
14715
+
14716
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-07-22 17:04:11 +0300
14717
+
14718
+
14719
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-07-22 17:04:11 +0300
14720
+
14721
+
14722
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-07-22 17:04:11 +0300
14723
+
14724
+
14725
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-07-22 17:04:11 +0300
14726
+
14727
+
14728
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-07-22 17:04:11 +0300
14729
+
14730
+
14731
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-07-22 17:04:11 +0300
14732
+
14733
+
14734
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-07-22 17:04:11 +0300
14735
+
14736
+
14737
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-07-22 17:04:11 +0300
14738
+
14739
+
14740
+ Started GET "/cmsadmin/admin/news" for 127.0.0.1 at 2015-07-22 17:05:24 +0300
14741
+ Processing by Optimacms::Admin::NewsController#index as HTML
14742
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
14743
+ Rendered optimacms/admin/news/index.html.haml within optimacms/admin/layouts/main (0.0ms)
14744
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
14745
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (44.0ms)
14746
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (68.0ms)
14747
+ Completed 500 Internal Server Error in 146ms (ActiveRecord: 8.0ms)
14748
+
14749
+ ActionView::Template::Error (undefined method `pages_path' for #<Module:0x7136868>):
14750
+ 3: %li
14751
+ 4: =link_to 'Dashboard', dashboard_path
14752
+ 5:
14753
+ 6: - Optimacms::AdminMenu::AdminMenu.get_menu.each_with_index do |m, ind|
14754
+ 7: %li
14755
+ 8: =link_to "#submenu#{ind}", :"data-toggle"=>"collapse", :"aria-expanded"=>"false", :"aria-controls"=>"submenu#{ind}" do
14756
+ 9: %span #{m[:title]}
14757
+ W:/myrails/cms/site/lib/optimacms/concerns/admin_menu/admin_menu.rb:12:in `get_menu_basic'
14758
+ W:/myrails/cms/site/lib/optimacms/concerns/admin_menu/admin_menu.rb:22:in `get_menu'
14759
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:6:in `____myrails_cms_site_app_views_optimacms_admin_shared__leftmenu_html_haml___786169189_86967876'
14760
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
14761
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
14762
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
14763
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
14764
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
14765
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
14766
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
14767
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
14768
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
14769
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
14770
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
14771
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:309:in `render'
14772
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:47:in `render_partial'
14773
+ actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:35:in `render'
14774
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
14775
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
14776
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
14777
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml:7:in `block in ____myrails_cms_site_app_views_optimacms_admin_layouts_basic_html_haml__168295621_86593776'
14778
+ haml (4.0.6) lib/haml/helpers.rb:368:in `call'
14779
+ haml (4.0.6) lib/haml/helpers.rb:368:in `block in capture_haml'
14780
+ haml (4.0.6) lib/haml/helpers.rb:608:in `with_haml_buffer'
14781
+ haml (4.0.6) lib/haml/helpers.rb:364:in `capture_haml'
14782
+ haml (4.0.6) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss'
14783
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml'
14784
+ actionview (4.2.1) lib/action_view/helpers/capture_helper.rb:152:in `content_for'
14785
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml:1:in `____myrails_cms_site_app_views_optimacms_admin_layouts_basic_html_haml__168295621_86593776'
14786
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
14787
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
14788
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
14789
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
14790
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
14791
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
14792
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
14793
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
14794
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
14795
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
14796
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
14797
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
14798
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
14799
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
14800
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
14801
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
14802
+ actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:32:in `render'
14803
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
14804
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
14805
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
14806
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/main.html.haml:5:in `____myrails_cms_site_app_views_optimacms_admin_layouts_main_html_haml___754150359_55359312'
14807
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
14808
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
14809
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
14810
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
14811
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
14812
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
14813
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
14814
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
14815
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
14816
+ actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
14817
+ actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
14818
+ actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
14819
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
14820
+ actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
14821
+ actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
14822
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
14823
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
14824
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
14825
+ D:/Ruby215/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
14826
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
14827
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
14828
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
14829
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
14830
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
14831
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
14832
+ W:/myrails/cms/site/lib/optimacms/mycontroller.rb:27:in `default_render'
14833
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
14834
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
14835
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
14836
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
14837
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
14838
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
14839
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
14840
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
14841
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
14842
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
14843
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
14844
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
14845
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
14846
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
14847
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
14848
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
14849
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
14850
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
14851
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
14852
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
14853
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
14854
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
14855
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
14856
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
14857
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
14858
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
14859
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
14860
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
14861
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
14862
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
14863
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
14864
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
14865
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
14866
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
14867
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
14868
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
14869
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
14870
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
14871
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
14872
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
14873
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
14874
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
14875
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
14876
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
14877
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
14878
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
14879
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
14880
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
14881
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
14882
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
14883
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
14884
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
14885
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
14886
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
14887
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
14888
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
14889
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
14890
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
14891
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
14892
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
14893
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
14894
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
14895
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
14896
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
14897
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
14898
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
14899
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
14900
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
14901
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
14902
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
14903
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
14904
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
14905
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
14906
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
14907
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
14908
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
14909
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
14910
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
14911
+
14912
+
14913
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms)
14914
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (62.0ms)
14915
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.0ms)
14916
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (98.0ms)
14917
+
14918
+
14919
+ Started GET "/cmsadmin/admin/news" for 127.0.0.1 at 2015-07-22 17:07:10 +0300
14920
+ Processing by Optimacms::Admin::NewsController#index as HTML
14921
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
14922
+ Rendered optimacms/admin/news/index.html.haml within optimacms/admin/layouts/main (0.0ms)
14923
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
14924
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (42.0ms)
14925
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (59.0ms)
14926
+ Completed 500 Internal Server Error in 142ms (ActiveRecord: 11.0ms)
14927
+
14928
+ ActionView::Template::Error (undefined method `pages_path' for #<Module:0x7136868>):
14929
+ 3: %li
14930
+ 4: =link_to 'Dashboard', dashboard_path
14931
+ 5:
14932
+ 6: - Optimacms::AdminMenu::AdminMenu.get_menu.each_with_index do |m, ind|
14933
+ 7: %li
14934
+ 8: =link_to "#submenu#{ind}", :"data-toggle"=>"collapse", :"aria-expanded"=>"false", :"aria-controls"=>"submenu#{ind}" do
14935
+ 9: %span #{m[:title]}
14936
+ W:/myrails/cms/site/lib/optimacms/concerns/admin_menu/admin_menu.rb:12:in `get_menu_basic'
14937
+ W:/myrails/cms/site/lib/optimacms/concerns/admin_menu/admin_menu.rb:22:in `get_menu'
14938
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:6:in `____myrails_cms_site_app_views_optimacms_admin_shared__leftmenu_html_haml___786169189_87899916'
14939
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
14940
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
14941
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
14942
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
14943
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
14944
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
14945
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
14946
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
14947
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
14948
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
14949
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
14950
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:309:in `render'
14951
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:47:in `render_partial'
14952
+ actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:35:in `render'
14953
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
14954
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
14955
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
14956
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml:7:in `block in ____myrails_cms_site_app_views_optimacms_admin_layouts_basic_html_haml__168295621_86593776'
14957
+ haml (4.0.6) lib/haml/helpers.rb:368:in `call'
14958
+ haml (4.0.6) lib/haml/helpers.rb:368:in `block in capture_haml'
14959
+ haml (4.0.6) lib/haml/helpers.rb:608:in `with_haml_buffer'
14960
+ haml (4.0.6) lib/haml/helpers.rb:364:in `capture_haml'
14961
+ haml (4.0.6) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss'
14962
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml'
14963
+ actionview (4.2.1) lib/action_view/helpers/capture_helper.rb:152:in `content_for'
14964
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml:1:in `____myrails_cms_site_app_views_optimacms_admin_layouts_basic_html_haml__168295621_86593776'
14965
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
14966
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
14967
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
14968
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
14969
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
14970
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
14971
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
14972
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
14973
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
14974
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
14975
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
14976
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
14977
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
14978
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
14979
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
14980
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
14981
+ actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:32:in `render'
14982
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
14983
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
14984
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
14985
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/main.html.haml:5:in `____myrails_cms_site_app_views_optimacms_admin_layouts_main_html_haml___754150359_55359312'
14986
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
14987
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
14988
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
14989
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
14990
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
14991
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
14992
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
14993
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
14994
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
14995
+ actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
14996
+ actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
14997
+ actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
14998
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
14999
+ actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
15000
+ actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
15001
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
15002
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
15003
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
15004
+ D:/Ruby215/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
15005
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
15006
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
15007
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
15008
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
15009
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
15010
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
15011
+ W:/myrails/cms/site/lib/optimacms/mycontroller.rb:27:in `default_render'
15012
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
15013
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
15014
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
15015
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
15016
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
15017
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
15018
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
15019
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
15020
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
15021
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
15022
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
15023
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
15024
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
15025
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
15026
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
15027
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
15028
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
15029
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
15030
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
15031
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
15032
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
15033
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
15034
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
15035
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
15036
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
15037
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
15038
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
15039
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
15040
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
15041
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
15042
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
15043
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
15044
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
15045
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
15046
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
15047
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
15048
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
15049
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
15050
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
15051
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
15052
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
15053
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
15054
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
15055
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
15056
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
15057
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
15058
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
15059
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
15060
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
15061
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
15062
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
15063
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
15064
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
15065
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
15066
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
15067
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
15068
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
15069
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
15070
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
15071
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
15072
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
15073
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
15074
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
15075
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
15076
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
15077
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
15078
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
15079
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
15080
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
15081
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
15082
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
15083
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
15084
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
15085
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
15086
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
15087
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
15088
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
15089
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
15090
+
15091
+
15092
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.0ms)
15093
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (60.0ms)
15094
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.0ms)
15095
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (96.0ms)
15096
+
15097
+
15098
+ Started GET "/cmsadmin/admin/news" for 127.0.0.1 at 2015-07-22 17:08:03 +0300
15099
+ Processing by Optimacms::Admin::NewsController#index as HTML
15100
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
15101
+ Rendered optimacms/admin/news/index.html.haml within optimacms/admin/layouts/main (1.0ms)
15102
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
15103
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (32.0ms)
15104
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (48.0ms)
15105
+ Completed 500 Internal Server Error in 75ms (ActiveRecord: 1.0ms)
15106
+
15107
+ ActionView::Template::Error (undefined method `pages_path' for #<Module:0x7136868>):
15108
+ 3: %li
15109
+ 4: =link_to 'Dashboard', dashboard_path
15110
+ 5:
15111
+ 6: - Optimacms::AdminMenu::AdminMenu.get_menu.each_with_index do |m, ind|
15112
+ 7: %li
15113
+ 8: =link_to "#submenu#{ind}", :"data-toggle"=>"collapse", :"aria-expanded"=>"false", :"aria-controls"=>"submenu#{ind}" do
15114
+ 9: %span #{m[:title]}
15115
+ W:/myrails/cms/site/lib/optimacms/concerns/admin_menu/admin_menu.rb:12:in `get_menu_basic'
15116
+ W:/myrails/cms/site/lib/optimacms/concerns/admin_menu/admin_menu.rb:22:in `get_menu'
15117
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:6:in `____myrails_cms_site_app_views_optimacms_admin_shared__leftmenu_html_haml___786169189_82267680'
15118
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
15119
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
15120
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
15121
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
15122
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
15123
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
15124
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
15125
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
15126
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
15127
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
15128
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
15129
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:309:in `render'
15130
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:47:in `render_partial'
15131
+ actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:35:in `render'
15132
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
15133
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
15134
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
15135
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml:7:in `block in ____myrails_cms_site_app_views_optimacms_admin_layouts_basic_html_haml__168295621_86593776'
15136
+ haml (4.0.6) lib/haml/helpers.rb:368:in `call'
15137
+ haml (4.0.6) lib/haml/helpers.rb:368:in `block in capture_haml'
15138
+ haml (4.0.6) lib/haml/helpers.rb:608:in `with_haml_buffer'
15139
+ haml (4.0.6) lib/haml/helpers.rb:364:in `capture_haml'
15140
+ haml (4.0.6) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss'
15141
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml'
15142
+ actionview (4.2.1) lib/action_view/helpers/capture_helper.rb:152:in `content_for'
15143
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml:1:in `____myrails_cms_site_app_views_optimacms_admin_layouts_basic_html_haml__168295621_86593776'
15144
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
15145
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
15146
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
15147
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
15148
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
15149
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
15150
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
15151
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
15152
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
15153
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
15154
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
15155
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
15156
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
15157
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
15158
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
15159
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
15160
+ actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:32:in `render'
15161
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
15162
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
15163
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
15164
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/main.html.haml:5:in `____myrails_cms_site_app_views_optimacms_admin_layouts_main_html_haml___754150359_55359312'
15165
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
15166
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
15167
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
15168
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
15169
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
15170
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
15171
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
15172
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
15173
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
15174
+ actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
15175
+ actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
15176
+ actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
15177
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
15178
+ actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
15179
+ actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
15180
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
15181
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
15182
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
15183
+ D:/Ruby215/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
15184
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
15185
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
15186
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
15187
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
15188
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
15189
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
15190
+ W:/myrails/cms/site/lib/optimacms/mycontroller.rb:27:in `default_render'
15191
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
15192
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
15193
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
15194
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
15195
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
15196
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
15197
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
15198
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
15199
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
15200
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
15201
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
15202
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
15203
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
15204
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
15205
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
15206
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
15207
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
15208
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
15209
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
15210
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
15211
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
15212
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
15213
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
15214
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
15215
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
15216
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
15217
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
15218
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
15219
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
15220
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
15221
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
15222
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
15223
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
15224
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
15225
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
15226
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
15227
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
15228
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
15229
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
15230
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
15231
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
15232
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
15233
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
15234
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
15235
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
15236
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
15237
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
15238
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
15239
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
15240
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
15241
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
15242
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
15243
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
15244
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
15245
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
15246
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
15247
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
15248
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
15249
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
15250
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
15251
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
15252
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
15253
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
15254
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
15255
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
15256
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
15257
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
15258
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
15259
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
15260
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
15261
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
15262
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
15263
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
15264
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
15265
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
15266
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
15267
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
15268
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
15269
+
15270
+
15271
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.0ms)
15272
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (52.0ms)
15273
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.0ms)
15274
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (87.0ms)
15275
+
15276
+
15277
+ Started GET "/cmsadmin/admin/news" for 127.0.0.1 at 2015-07-22 17:08:10 +0300
15278
+ Processing by Optimacms::Admin::NewsController#index as HTML
15279
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
15280
+ Rendered optimacms/admin/news/index.html.haml within optimacms/admin/layouts/main (1.0ms)
15281
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
15282
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (3.0ms)
15283
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
15284
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
15285
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
15286
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
15287
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (572.0ms)
15288
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (626.0ms)
15289
+ Completed 200 OK in 653ms (Views: 642.0ms | ActiveRecord: 0.0ms)
15290
+
15291
+
15292
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-07-22 17:08:10 +0300
15293
+
15294
+
15295
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-07-22 17:08:10 +0300
15296
+
15297
+
15298
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-07-22 17:08:10 +0300
15299
+
15300
+
15301
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-07-22 17:08:10 +0300
15302
+
15303
+
15304
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-07-22 17:08:11 +0300
15305
+
15306
+
15307
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-07-22 17:08:11 +0300
15308
+
15309
+
15310
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-07-22 17:08:11 +0300
15311
+
15312
+
15313
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-07-22 17:08:11 +0300
15314
+
15315
+
15316
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-07-22 17:08:11 +0300
15317
+
15318
+
15319
+ Started GET "/cmsadmin/admin/news" for 127.0.0.1 at 2015-07-22 17:08:41 +0300
15320
+ Processing by Optimacms::Admin::NewsController#index as HTML
15321
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
15322
+ Rendered optimacms/admin/news/index.html.haml within optimacms/admin/layouts/main (0.0ms)
15323
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
15324
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (57.0ms)
15325
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (74.0ms)
15326
+ Completed 500 Internal Server Error in 103ms (ActiveRecord: 1.0ms)
15327
+
15328
+ ActionView::Template::Error (undefined method `pages_path' for #<Module:0x7136868>):
15329
+ 3: %li
15330
+ 4: =link_to 'Dashboard', dashboard_path
15331
+ 5:
15332
+ 6: - Optimacms::AdminMenu::AdminMenu.get_menu.each_with_index do |m, ind|
15333
+ 7: %li
15334
+ 8: =link_to "#submenu#{ind}", :"data-toggle"=>"collapse", :"aria-expanded"=>"false", :"aria-controls"=>"submenu#{ind}" do
15335
+ 9: %span #{m[:title]}
15336
+ W:/myrails/cms/site/lib/optimacms/concerns/admin_menu/admin_menu.rb:12:in `get_menu_basic'
15337
+ W:/myrails/cms/site/lib/optimacms/concerns/admin_menu/admin_menu.rb:22:in `get_menu'
15338
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:6:in `____myrails_cms_site_app_views_optimacms_admin_shared__leftmenu_html_haml___786169189_71225124'
15339
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
15340
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
15341
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
15342
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
15343
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
15344
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
15345
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
15346
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
15347
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
15348
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
15349
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
15350
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:309:in `render'
15351
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:47:in `render_partial'
15352
+ actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:35:in `render'
15353
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
15354
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
15355
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
15356
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml:7:in `block in ____myrails_cms_site_app_views_optimacms_admin_layouts_basic_html_haml__168295621_86593776'
15357
+ haml (4.0.6) lib/haml/helpers.rb:368:in `call'
15358
+ haml (4.0.6) lib/haml/helpers.rb:368:in `block in capture_haml'
15359
+ haml (4.0.6) lib/haml/helpers.rb:608:in `with_haml_buffer'
15360
+ haml (4.0.6) lib/haml/helpers.rb:364:in `capture_haml'
15361
+ haml (4.0.6) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss'
15362
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml'
15363
+ actionview (4.2.1) lib/action_view/helpers/capture_helper.rb:152:in `content_for'
15364
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml:1:in `____myrails_cms_site_app_views_optimacms_admin_layouts_basic_html_haml__168295621_86593776'
15365
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
15366
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
15367
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
15368
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
15369
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
15370
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
15371
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
15372
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
15373
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
15374
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
15375
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
15376
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
15377
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
15378
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
15379
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
15380
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
15381
+ actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:32:in `render'
15382
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
15383
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
15384
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
15385
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/main.html.haml:5:in `____myrails_cms_site_app_views_optimacms_admin_layouts_main_html_haml___754150359_55359312'
15386
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
15387
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
15388
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
15389
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
15390
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
15391
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
15392
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
15393
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
15394
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
15395
+ actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
15396
+ actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
15397
+ actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
15398
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
15399
+ actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
15400
+ actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
15401
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
15402
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
15403
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
15404
+ D:/Ruby215/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
15405
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
15406
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
15407
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
15408
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
15409
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
15410
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
15411
+ W:/myrails/cms/site/lib/optimacms/mycontroller.rb:27:in `default_render'
15412
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
15413
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
15414
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
15415
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
15416
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
15417
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
15418
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
15419
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
15420
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
15421
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
15422
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
15423
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
15424
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
15425
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
15426
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
15427
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
15428
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
15429
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
15430
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
15431
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
15432
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
15433
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
15434
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
15435
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
15436
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
15437
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
15438
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
15439
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
15440
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
15441
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
15442
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
15443
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
15444
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
15445
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
15446
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
15447
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
15448
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
15449
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
15450
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
15451
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
15452
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
15453
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
15454
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
15455
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
15456
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
15457
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
15458
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
15459
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
15460
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
15461
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
15462
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
15463
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
15464
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
15465
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
15466
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
15467
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
15468
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
15469
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
15470
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
15471
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
15472
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
15473
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
15474
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
15475
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
15476
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
15477
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
15478
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
15479
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
15480
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
15481
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
15482
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
15483
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
15484
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
15485
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
15486
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
15487
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
15488
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
15489
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
15490
+
15491
+
15492
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms)
15493
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (63.0ms)
15494
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.0ms)
15495
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (99.0ms)
15496
+
15497
+
15498
+ Started GET "/cmsadmin/admin/news" for 127.0.0.1 at 2015-07-22 17:08:56 +0300
15499
+ Processing by Optimacms::Admin::NewsController#index as HTML
15500
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
15501
+ Rendered optimacms/admin/news/index.html.haml within optimacms/admin/layouts/main (0.0ms)
15502
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
15503
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (44.0ms)
15504
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (60.0ms)
15505
+ Completed 500 Internal Server Error in 89ms (ActiveRecord: 1.0ms)
15506
+
15507
+ ActionView::Template::Error (undefined method `pages_path' for #<Module:0x7136868>):
15508
+ 3: %li
15509
+ 4: =link_to 'Dashboard', dashboard_path
15510
+ 5:
15511
+ 6: - Optimacms::AdminMenu::AdminMenu.get_menu.each_with_index do |m, ind|
15512
+ 7: %li
15513
+ 8: =link_to "#submenu#{ind}", :"data-toggle"=>"collapse", :"aria-expanded"=>"false", :"aria-controls"=>"submenu#{ind}" do
15514
+ 9: %span #{m[:title]}
15515
+ W:/myrails/cms/site/lib/optimacms/concerns/admin_menu/admin_menu.rb:12:in `get_menu_basic'
15516
+ W:/myrails/cms/site/lib/optimacms/concerns/admin_menu/admin_menu.rb:22:in `get_menu'
15517
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:6:in `____myrails_cms_site_app_views_optimacms_admin_shared__leftmenu_html_haml___786169189_81854640'
15518
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
15519
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
15520
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
15521
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
15522
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
15523
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
15524
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
15525
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
15526
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
15527
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
15528
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
15529
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:309:in `render'
15530
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:47:in `render_partial'
15531
+ actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:35:in `render'
15532
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
15533
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
15534
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
15535
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml:7:in `block in ____myrails_cms_site_app_views_optimacms_admin_layouts_basic_html_haml__168295621_86593776'
15536
+ haml (4.0.6) lib/haml/helpers.rb:368:in `call'
15537
+ haml (4.0.6) lib/haml/helpers.rb:368:in `block in capture_haml'
15538
+ haml (4.0.6) lib/haml/helpers.rb:608:in `with_haml_buffer'
15539
+ haml (4.0.6) lib/haml/helpers.rb:364:in `capture_haml'
15540
+ haml (4.0.6) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss'
15541
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml'
15542
+ actionview (4.2.1) lib/action_view/helpers/capture_helper.rb:152:in `content_for'
15543
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml:1:in `____myrails_cms_site_app_views_optimacms_admin_layouts_basic_html_haml__168295621_86593776'
15544
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
15545
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
15546
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
15547
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
15548
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
15549
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
15550
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
15551
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
15552
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
15553
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
15554
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
15555
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
15556
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
15557
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
15558
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
15559
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
15560
+ actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:32:in `render'
15561
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
15562
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
15563
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
15564
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/main.html.haml:5:in `____myrails_cms_site_app_views_optimacms_admin_layouts_main_html_haml___754150359_55359312'
15565
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
15566
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
15567
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
15568
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
15569
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
15570
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
15571
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
15572
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
15573
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
15574
+ actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
15575
+ actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
15576
+ actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
15577
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
15578
+ actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
15579
+ actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
15580
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
15581
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
15582
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
15583
+ D:/Ruby215/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
15584
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
15585
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
15586
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
15587
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
15588
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
15589
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
15590
+ W:/myrails/cms/site/lib/optimacms/mycontroller.rb:27:in `default_render'
15591
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
15592
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
15593
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
15594
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
15595
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
15596
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
15597
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
15598
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
15599
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
15600
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
15601
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
15602
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
15603
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
15604
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
15605
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
15606
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
15607
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
15608
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
15609
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
15610
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
15611
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
15612
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
15613
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
15614
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
15615
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
15616
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
15617
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
15618
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
15619
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
15620
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
15621
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
15622
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
15623
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
15624
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
15625
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
15626
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
15627
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
15628
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
15629
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
15630
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
15631
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
15632
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
15633
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
15634
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
15635
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
15636
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
15637
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
15638
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
15639
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
15640
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
15641
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
15642
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
15643
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
15644
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
15645
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
15646
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
15647
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
15648
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
15649
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
15650
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
15651
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
15652
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
15653
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
15654
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
15655
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
15656
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
15657
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
15658
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
15659
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
15660
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
15661
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
15662
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
15663
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
15664
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
15665
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
15666
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
15667
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
15668
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
15669
+
15670
+
15671
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms)
15672
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (56.0ms)
15673
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.0ms)
15674
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (100.0ms)
15675
+
15676
+
15677
+ Started GET "/cmsadmin/admin/news" for 127.0.0.1 at 2015-07-22 17:09:34 +0300
15678
+ Processing by Optimacms::Admin::NewsController#index as HTML
15679
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
15680
+ Rendered optimacms/admin/news/index.html.haml within optimacms/admin/layouts/main (1.0ms)
15681
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
15682
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (21.0ms)
15683
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (38.0ms)
15684
+ Completed 500 Internal Server Error in 113ms (ActiveRecord: 7.0ms)
15685
+
15686
+ ActionView::Template::Error (undefined method `templates_path' for #<Module:0x7136868>):
15687
+ 3: %li
15688
+ 4: =link_to 'Dashboard', dashboard_path
15689
+ 5:
15690
+ 6: - Optimacms::AdminMenu::AdminMenu.get_menu.each_with_index do |m, ind|
15691
+ 7: %li
15692
+ 8: =link_to "#submenu#{ind}", :"data-toggle"=>"collapse", :"aria-expanded"=>"false", :"aria-controls"=>"submenu#{ind}" do
15693
+ 9: %span #{m[:title]}
15694
+ W:/myrails/cms/site/lib/optimacms/concerns/admin_menu/admin_menu.rb:13:in `get_menu_basic'
15695
+ W:/myrails/cms/site/lib/optimacms/concerns/admin_menu/admin_menu.rb:22:in `get_menu'
15696
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:6:in `____myrails_cms_site_app_views_optimacms_admin_shared__leftmenu_html_haml___786169189_81854640'
15697
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
15698
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
15699
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
15700
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
15701
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
15702
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
15703
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
15704
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
15705
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
15706
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
15707
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
15708
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:309:in `render'
15709
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:47:in `render_partial'
15710
+ actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:35:in `render'
15711
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
15712
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
15713
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
15714
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml:7:in `block in ____myrails_cms_site_app_views_optimacms_admin_layouts_basic_html_haml__168295621_86593776'
15715
+ haml (4.0.6) lib/haml/helpers.rb:368:in `call'
15716
+ haml (4.0.6) lib/haml/helpers.rb:368:in `block in capture_haml'
15717
+ haml (4.0.6) lib/haml/helpers.rb:608:in `with_haml_buffer'
15718
+ haml (4.0.6) lib/haml/helpers.rb:364:in `capture_haml'
15719
+ haml (4.0.6) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss'
15720
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml'
15721
+ actionview (4.2.1) lib/action_view/helpers/capture_helper.rb:152:in `content_for'
15722
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml:1:in `____myrails_cms_site_app_views_optimacms_admin_layouts_basic_html_haml__168295621_86593776'
15723
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
15724
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
15725
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
15726
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
15727
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
15728
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
15729
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
15730
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
15731
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
15732
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
15733
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
15734
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
15735
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
15736
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
15737
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
15738
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
15739
+ actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:32:in `render'
15740
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
15741
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
15742
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
15743
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/main.html.haml:5:in `____myrails_cms_site_app_views_optimacms_admin_layouts_main_html_haml___754150359_55359312'
15744
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
15745
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
15746
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
15747
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
15748
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
15749
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
15750
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
15751
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
15752
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
15753
+ actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
15754
+ actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
15755
+ actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
15756
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
15757
+ actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
15758
+ actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
15759
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
15760
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
15761
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
15762
+ D:/Ruby215/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
15763
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
15764
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
15765
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
15766
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
15767
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
15768
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
15769
+ W:/myrails/cms/site/lib/optimacms/mycontroller.rb:27:in `default_render'
15770
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
15771
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
15772
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
15773
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
15774
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
15775
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
15776
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
15777
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
15778
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
15779
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
15780
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
15781
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
15782
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
15783
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
15784
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
15785
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
15786
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
15787
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
15788
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
15789
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
15790
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
15791
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
15792
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
15793
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
15794
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
15795
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
15796
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
15797
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
15798
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
15799
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
15800
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
15801
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
15802
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
15803
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
15804
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
15805
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
15806
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
15807
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
15808
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
15809
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
15810
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
15811
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
15812
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
15813
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
15814
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
15815
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
15816
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
15817
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
15818
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
15819
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
15820
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
15821
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
15822
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
15823
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
15824
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
15825
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
15826
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
15827
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
15828
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
15829
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
15830
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
15831
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
15832
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
15833
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
15834
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
15835
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
15836
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
15837
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
15838
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
15839
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
15840
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
15841
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
15842
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
15843
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
15844
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
15845
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
15846
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
15847
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
15848
+
15849
+
15850
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.0ms)
15851
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (53.0ms)
15852
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.0ms)
15853
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (88.0ms)
15854
+
15855
+
15856
+ Started GET "/cmsadmin/admin/news" for 127.0.0.1 at 2015-07-22 17:09:49 +0300
15857
+ Processing by Optimacms::Admin::NewsController#index as HTML
15858
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
15859
+ Rendered optimacms/admin/news/index.html.haml within optimacms/admin/layouts/main (1.0ms)
15860
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
15861
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (32.0ms)
15862
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
15863
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
15864
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
15865
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
15866
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (586.0ms)
15867
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (680.0ms)
15868
+ Completed 200 OK in 765ms (Views: 698.0ms | ActiveRecord: 8.0ms)
15869
+
15870
+
15871
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-07-22 17:09:52 +0300
15872
+
15873
+
15874
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-07-22 17:09:52 +0300
15875
+
15876
+
15877
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-07-22 17:09:52 +0300
15878
+
15879
+
15880
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-07-22 17:09:52 +0300
15881
+
15882
+
15883
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-07-22 17:09:52 +0300
15884
+
15885
+
15886
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-07-22 17:09:52 +0300
15887
+
15888
+
15889
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-07-22 17:09:52 +0300
15890
+
15891
+
15892
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-07-22 17:09:52 +0300
15893
+
15894
+
15895
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-07-22 17:09:52 +0300
15896
+
15897
+
15898
+ Started GET "/cmsadmin/admin/news" for 127.0.0.1 at 2015-07-22 17:10:11 +0300
15899
+ Processing by Optimacms::Admin::NewsController#index as HTML
15900
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
15901
+ Rendered optimacms/admin/news/index.html.haml within optimacms/admin/layouts/main (1.0ms)
15902
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
15903
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (80.0ms)
15904
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (97.0ms)
15905
+ Completed 500 Internal Server Error in 125ms (ActiveRecord: 0.0ms)
15906
+
15907
+ ActionView::Template::Error (No route matches {:action=>"index", :controller=>"optimacms/admin/news"}):
15908
+ 16: - u = sm[:route] ? send("#{sm[:route]}_path") : sm[:url]
15909
+ 17:
15910
+ 18: %li
15911
+ 19: =link_to sm[:title], u
15912
+ 20:
15913
+ 21:
15914
+ 22:
15915
+ actionpack (4.2.1) lib/action_dispatch/journey/formatter.rb:46:in `generate'
15916
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:727:in `generate'
15917
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:758:in `generate'
15918
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:801:in `url_for'
15919
+ actionpack (4.2.1) lib/action_dispatch/routing/url_for.rb:156:in `url_for'
15920
+ actionview (4.2.1) lib/action_view/routing_url_for.rb:94:in `url_for'
15921
+ actionview (4.2.1) lib/action_view/helpers/url_helper.rb:181:in `link_to'
15922
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:19:in `block (2 levels) in ____myrails_cms_site_app_views_optimacms_admin_shared__leftmenu_html_haml___786169189_72744000'
15923
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:15:in `each'
15924
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:15:in `block in ____myrails_cms_site_app_views_optimacms_admin_shared__leftmenu_html_haml___786169189_72744000'
15925
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:6:in `each'
15926
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:6:in `each_with_index'
15927
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:6:in `____myrails_cms_site_app_views_optimacms_admin_shared__leftmenu_html_haml___786169189_72744000'
15928
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
15929
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
15930
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
15931
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
15932
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
15933
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
15934
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
15935
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
15936
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
15937
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
15938
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
15939
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:309:in `render'
15940
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:47:in `render_partial'
15941
+ actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:35:in `render'
15942
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
15943
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
15944
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
15945
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml:7:in `block in ____myrails_cms_site_app_views_optimacms_admin_layouts_basic_html_haml__168295621_86593776'
15946
+ haml (4.0.6) lib/haml/helpers.rb:368:in `call'
15947
+ haml (4.0.6) lib/haml/helpers.rb:368:in `block in capture_haml'
15948
+ haml (4.0.6) lib/haml/helpers.rb:608:in `with_haml_buffer'
15949
+ haml (4.0.6) lib/haml/helpers.rb:364:in `capture_haml'
15950
+ haml (4.0.6) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss'
15951
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml'
15952
+ actionview (4.2.1) lib/action_view/helpers/capture_helper.rb:152:in `content_for'
15953
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml:1:in `____myrails_cms_site_app_views_optimacms_admin_layouts_basic_html_haml__168295621_86593776'
15954
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
15955
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
15956
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
15957
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
15958
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
15959
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
15960
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
15961
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
15962
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
15963
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
15964
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
15965
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
15966
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
15967
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
15968
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
15969
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
15970
+ actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:32:in `render'
15971
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
15972
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
15973
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
15974
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/main.html.haml:5:in `____myrails_cms_site_app_views_optimacms_admin_layouts_main_html_haml___754150359_55359312'
15975
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
15976
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
15977
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
15978
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
15979
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
15980
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
15981
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
15982
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
15983
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
15984
+ actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
15985
+ actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
15986
+ actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
15987
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
15988
+ actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
15989
+ actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
15990
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
15991
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
15992
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
15993
+ D:/Ruby215/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
15994
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
15995
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
15996
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
15997
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
15998
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
15999
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
16000
+ W:/myrails/cms/site/lib/optimacms/mycontroller.rb:27:in `default_render'
16001
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
16002
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
16003
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
16004
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
16005
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
16006
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
16007
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
16008
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
16009
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
16010
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
16011
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
16012
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
16013
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
16014
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
16015
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
16016
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
16017
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
16018
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
16019
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
16020
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
16021
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
16022
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
16023
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
16024
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
16025
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
16026
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
16027
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
16028
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
16029
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
16030
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
16031
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
16032
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
16033
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
16034
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
16035
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
16036
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
16037
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
16038
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
16039
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
16040
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
16041
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
16042
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
16043
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
16044
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
16045
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
16046
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
16047
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
16048
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
16049
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
16050
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
16051
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
16052
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
16053
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
16054
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
16055
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
16056
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
16057
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
16058
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
16059
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
16060
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
16061
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
16062
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
16063
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
16064
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
16065
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
16066
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
16067
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
16068
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
16069
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
16070
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
16071
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
16072
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
16073
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
16074
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
16075
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
16076
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
16077
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
16078
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
16079
+
16080
+
16081
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms)
16082
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (65.0ms)
16083
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.0ms)
16084
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (102.0ms)
16085
+
16086
+
16087
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-07-22 17:10:46 +0300
16088
+ Processing by Optimacms::Admin::PagesController#index as HTML
16089
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
16090
+ Optimacms::Language Load (1.0ms) SELECT `cms_languages`.* FROM `cms_languages`
16091
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
16092
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/fields_simple_form/_text.html.haml (21.0ms)
16093
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
16094
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (9.0ms)
16095
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_field_simple_form.html.haml (13.0ms)
16096
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_fields.html.haml (47.0ms)
16097
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
16098
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
16099
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_form_inline.html.haml (63.0ms)
16100
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_form.html.haml (67.0ms)
16101
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
16102
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (126, 0, 4)
16103
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
16104
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (315.0ms)
16105
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
16106
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (52.0ms)
16107
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
16108
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
16109
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
16110
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
16111
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (577.0ms)
16112
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (688.0ms)
16113
+ Completed 200 OK in 1190ms (Views: 1016.1ms | ActiveRecord: 32.0ms)
16114
+
16115
+
16116
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-07-22 17:10:49 +0300
16117
+
16118
+
16119
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-07-22 17:10:49 +0300
16120
+
16121
+
16122
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-07-22 17:10:49 +0300
16123
+
16124
+
16125
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-07-22 17:10:49 +0300
16126
+
16127
+
16128
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-07-22 17:10:49 +0300
16129
+
16130
+
16131
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-07-22 17:10:49 +0300
16132
+
16133
+
16134
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-07-22 17:10:49 +0300
16135
+
16136
+
16137
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-07-22 17:10:49 +0300
16138
+
16139
+
16140
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-07-22 17:10:49 +0300
16141
+
16142
+
16143
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-07-22 17:11:29 +0300
16144
+ Processing by Optimacms::Admin::PagesController#index as HTML
16145
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
16146
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages`
16147
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
16148
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/fields_simple_form/_text.html.haml (23.0ms)
16149
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_field_simple_form.html.haml (27.0ms)
16150
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (10.0ms)
16151
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_field_simple_form.html.haml (13.0ms)
16152
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_fields.html.haml (48.0ms)
16153
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
16154
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
16155
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_form_inline.html.haml (66.0ms)
16156
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_form.html.haml (70.0ms)
16157
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
16158
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (126, 0, 4)
16159
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
16160
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (328.0ms)
16161
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
16162
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (80.0ms)
16163
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
16164
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
16165
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
16166
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
16167
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (596.0ms)
16168
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (738.0ms)
16169
+ Completed 200 OK in 1253ms (Views: 1077.1ms | ActiveRecord: 28.0ms)
16170
+
16171
+
16172
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-07-22 17:11:32 +0300
16173
+
16174
+
16175
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-07-22 17:11:32 +0300
16176
+
16177
+
16178
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-07-22 17:11:32 +0300
16179
+
16180
+
16181
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-07-22 17:11:32 +0300
16182
+
16183
+
16184
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-07-22 17:11:32 +0300
16185
+
16186
+
16187
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-07-22 17:11:32 +0300
16188
+
16189
+
16190
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-07-22 17:11:32 +0300
16191
+
16192
+
16193
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-07-22 17:11:32 +0300
16194
+
16195
+
16196
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-07-22 17:11:32 +0300
16197
+
16198
+
16199
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-07-22 17:11:55 +0300
16200
+ Processing by Optimacms::Admin::PagesController#index as HTML
16201
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
16202
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
16203
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/fields_simple_form/_text.html.haml (21.0ms)
16204
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_field_simple_form.html.haml (25.0ms)
16205
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (9.0ms)
16206
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_field_simple_form.html.haml (14.0ms)
16207
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_fields.html.haml (47.0ms)
16208
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
16209
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
16210
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_form_inline.html.haml (64.0ms)
16211
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.29/app/views/simple_search_filter/_form.html.haml (68.0ms)
16212
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
16213
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (126, 0, 4)
16214
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
16215
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (203.0ms)
16216
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
16217
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (44.0ms)
16218
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
16219
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
16220
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
16221
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (6.0ms)
16222
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (579.0ms)
16223
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (680.0ms)
16224
+ Completed 200 OK in 923ms (Views: 902.1ms | ActiveRecord: 2.0ms)
16225
+
16226
+
16227
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-07-22 17:11:56 +0300
16228
+
16229
+
16230
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-07-22 17:11:56 +0300
16231
+
16232
+
16233
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-07-22 17:11:56 +0300
16234
+
16235
+
16236
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-07-22 17:11:56 +0300
16237
+
16238
+
16239
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-07-22 17:11:56 +0300
16240
+
16241
+
16242
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-07-22 17:11:56 +0300
16243
+
16244
+
16245
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-07-22 17:11:57 +0300
16246
+
16247
+
16248
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-07-22 17:11:57 +0300
16249
+
16250
+
16251
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-07-22 17:11:57 +0300
16252
+
16253
+
16254
+ Started GET "/cmsadmin/admin/news" for 127.0.0.1 at 2015-07-22 17:12:46 +0300
16255
+ Processing by Optimacms::Admin::NewsController#index as HTML
16256
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
16257
+ Rendered optimacms/admin/news/index.html.haml within optimacms/admin/layouts/main (1.0ms)
16258
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
16259
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (32.0ms)
16260
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (49.0ms)
16261
+ Completed 500 Internal Server Error in 78ms (ActiveRecord: 0.0ms)
16262
+
16263
+ ActionView::Template::Error (No route matches {:action=>"index", :controller=>"optimacms/admin/news"}):
16264
+ 16: - u = sm[:route] ? send("#{sm[:route]}_path") : sm[:url]
16265
+ 17:
16266
+ 18: %li
16267
+ 19: =link_to sm[:title], u
16268
+ 20:
16269
+ 21:
16270
+ 22:
16271
+ actionpack (4.2.1) lib/action_dispatch/journey/formatter.rb:46:in `generate'
16272
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:727:in `generate'
16273
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:758:in `generate'
16274
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:801:in `url_for'
16275
+ actionpack (4.2.1) lib/action_dispatch/routing/url_for.rb:156:in `url_for'
16276
+ actionview (4.2.1) lib/action_view/routing_url_for.rb:94:in `url_for'
16277
+ actionview (4.2.1) lib/action_view/helpers/url_helper.rb:181:in `link_to'
16278
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:19:in `block (2 levels) in ____myrails_cms_site_app_views_optimacms_admin_shared__leftmenu_html_haml___786169189_74010564'
16279
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:15:in `each'
16280
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:15:in `block in ____myrails_cms_site_app_views_optimacms_admin_shared__leftmenu_html_haml___786169189_74010564'
16281
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:6:in `each'
16282
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:6:in `each_with_index'
16283
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:6:in `____myrails_cms_site_app_views_optimacms_admin_shared__leftmenu_html_haml___786169189_74010564'
16284
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
16285
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
16286
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
16287
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
16288
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
16289
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
16290
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
16291
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
16292
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
16293
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
16294
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
16295
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:309:in `render'
16296
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:47:in `render_partial'
16297
+ actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:35:in `render'
16298
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
16299
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
16300
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
16301
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml:7:in `block in ____myrails_cms_site_app_views_optimacms_admin_layouts_basic_html_haml__168295621_86593776'
16302
+ haml (4.0.6) lib/haml/helpers.rb:368:in `call'
16303
+ haml (4.0.6) lib/haml/helpers.rb:368:in `block in capture_haml'
16304
+ haml (4.0.6) lib/haml/helpers.rb:608:in `with_haml_buffer'
16305
+ haml (4.0.6) lib/haml/helpers.rb:364:in `capture_haml'
16306
+ haml (4.0.6) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss'
16307
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml'
16308
+ actionview (4.2.1) lib/action_view/helpers/capture_helper.rb:152:in `content_for'
16309
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml:1:in `____myrails_cms_site_app_views_optimacms_admin_layouts_basic_html_haml__168295621_86593776'
16310
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
16311
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
16312
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
16313
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
16314
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
16315
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
16316
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
16317
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
16318
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
16319
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
16320
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
16321
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
16322
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
16323
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
16324
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
16325
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
16326
+ actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:32:in `render'
16327
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
16328
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
16329
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
16330
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/main.html.haml:5:in `____myrails_cms_site_app_views_optimacms_admin_layouts_main_html_haml___754150359_55359312'
16331
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
16332
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
16333
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
16334
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
16335
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
16336
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
16337
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
16338
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
16339
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
16340
+ actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
16341
+ actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
16342
+ actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
16343
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
16344
+ actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
16345
+ actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
16346
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
16347
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
16348
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
16349
+ D:/Ruby215/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
16350
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
16351
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
16352
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
16353
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
16354
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
16355
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
16356
+ W:/myrails/cms/site/lib/optimacms/mycontroller.rb:27:in `default_render'
16357
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
16358
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
16359
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
16360
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
16361
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
16362
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
16363
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
16364
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
16365
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
16366
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
16367
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
16368
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
16369
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
16370
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
16371
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
16372
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
16373
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
16374
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
16375
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
16376
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
16377
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
16378
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
16379
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
16380
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
16381
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
16382
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
16383
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
16384
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
16385
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
16386
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
16387
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
16388
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
16389
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
16390
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
16391
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
16392
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
16393
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
16394
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
16395
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
16396
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
16397
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
16398
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
16399
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
16400
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
16401
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
16402
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
16403
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
16404
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
16405
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
16406
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
16407
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
16408
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
16409
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
16410
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
16411
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
16412
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
16413
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
16414
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
16415
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
16416
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
16417
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
16418
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
16419
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
16420
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
16421
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
16422
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
16423
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
16424
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
16425
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
16426
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
16427
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
16428
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
16429
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
16430
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
16431
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
16432
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
16433
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
16434
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
16435
+
16436
+
16437
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms)
16438
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (65.0ms)
16439
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.0ms)
16440
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (102.0ms)
16441
+
16442
+
16443
+ Started GET "/cmsadmin/admin/news" for 127.0.0.1 at 2015-07-22 17:14:30 +0300
16444
+ Processing by Optimacms::Admin::NewsController#index as HTML
16445
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
16446
+ Rendered optimacms/admin/news/index.html.haml within optimacms/admin/layouts/main (1.0ms)
16447
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
16448
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (31398.8ms)
16449
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (31417.8ms)
16450
+ Completed 500 Internal Server Error in 31505ms (ActiveRecord: 8.0ms)
16451
+
16452
+ ActionView::Template::Error (no implicit conversion of Fixnum into Array):
16453
+ 3: %li
16454
+ 4: =link_to 'Dashboard', dashboard_path
16455
+ 5:
16456
+ 6: - Optimacms::AdminMenu::AdminMenu.get_menu.each_with_index do |m, ind|
16457
+ 7: %li
16458
+ 8: =link_to "#submenu#{ind}", :"data-toggle"=>"collapse", :"aria-expanded"=>"false", :"aria-controls"=>"submenu#{ind}" do
16459
+ 9: %span #{m[:title]}
16460
+ W:/myrails/cms/site/lib/optimacms/concerns/admin_menu/admin_menu.rb:22:in `+'
16461
+ W:/myrails/cms/site/lib/optimacms/concerns/admin_menu/admin_menu.rb:22:in `get_menu'
16462
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:6:in `____myrails_cms_site_app_views_optimacms_admin_shared__leftmenu_html_haml___786169189_74010564'
16463
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
16464
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
16465
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
16466
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
16467
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
16468
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
16469
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
16470
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
16471
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
16472
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
16473
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
16474
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:309:in `render'
16475
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:47:in `render_partial'
16476
+ actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:35:in `render'
16477
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
16478
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
16479
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
16480
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml:7:in `block in ____myrails_cms_site_app_views_optimacms_admin_layouts_basic_html_haml__168295621_86593776'
16481
+ haml (4.0.6) lib/haml/helpers.rb:368:in `call'
16482
+ haml (4.0.6) lib/haml/helpers.rb:368:in `block in capture_haml'
16483
+ haml (4.0.6) lib/haml/helpers.rb:608:in `with_haml_buffer'
16484
+ haml (4.0.6) lib/haml/helpers.rb:364:in `capture_haml'
16485
+ haml (4.0.6) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss'
16486
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml'
16487
+ actionview (4.2.1) lib/action_view/helpers/capture_helper.rb:152:in `content_for'
16488
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml:1:in `____myrails_cms_site_app_views_optimacms_admin_layouts_basic_html_haml__168295621_86593776'
16489
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
16490
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
16491
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
16492
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
16493
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
16494
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
16495
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
16496
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
16497
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
16498
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
16499
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
16500
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
16501
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
16502
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
16503
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
16504
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
16505
+ actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:32:in `render'
16506
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
16507
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
16508
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
16509
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/main.html.haml:5:in `____myrails_cms_site_app_views_optimacms_admin_layouts_main_html_haml___754150359_55359312'
16510
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
16511
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
16512
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
16513
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
16514
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
16515
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
16516
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
16517
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
16518
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
16519
+ actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
16520
+ actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
16521
+ actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
16522
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
16523
+ actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
16524
+ actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
16525
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
16526
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
16527
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
16528
+ D:/Ruby215/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
16529
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
16530
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
16531
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
16532
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
16533
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
16534
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
16535
+ W:/myrails/cms/site/lib/optimacms/mycontroller.rb:27:in `default_render'
16536
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
16537
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
16538
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
16539
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
16540
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
16541
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
16542
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
16543
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
16544
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
16545
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
16546
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
16547
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
16548
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
16549
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
16550
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
16551
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
16552
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
16553
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
16554
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
16555
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
16556
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
16557
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
16558
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
16559
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
16560
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
16561
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
16562
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
16563
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
16564
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
16565
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
16566
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
16567
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
16568
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
16569
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
16570
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
16571
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
16572
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
16573
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
16574
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
16575
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
16576
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
16577
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
16578
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
16579
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
16580
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
16581
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
16582
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
16583
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
16584
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
16585
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
16586
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
16587
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
16588
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
16589
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
16590
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
16591
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
16592
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
16593
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
16594
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
16595
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
16596
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
16597
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
16598
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
16599
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
16600
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
16601
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
16602
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
16603
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
16604
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
16605
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
16606
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
16607
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
16608
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
16609
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
16610
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
16611
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
16612
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
16613
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
16614
+
16615
+
16616
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.0ms)
16617
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (64.0ms)
16618
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.0ms)
16619
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (99.0ms)
16620
+
16621
+
16622
+ Started GET "/cmsadmin/admin/news" for 127.0.0.1 at 2015-07-22 17:15:16 +0300
16623
+ Processing by Optimacms::Admin::NewsController#index as HTML
16624
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
16625
+ Rendered optimacms/admin/news/index.html.haml within optimacms/admin/layouts/main (0.0ms)
16626
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
16627
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (53225.0ms)
16628
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (53242.0ms)
16629
+ Completed 500 Internal Server Error in 53317ms (ActiveRecord: 9.0ms)
16630
+
16631
+ ActionView::Template::Error (No route matches {:action=>"index", :controller=>"optimacms/admin/news"}):
16632
+ 16: - u = sm[:route] ? send("#{sm[:route]}_path") : sm[:url]
16633
+ 17:
16634
+ 18: %li
16635
+ 19: =link_to sm[:title], u
16636
+ 20:
16637
+ 21:
16638
+ 22:
16639
+ actionpack (4.2.1) lib/action_dispatch/journey/formatter.rb:46:in `generate'
16640
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:727:in `generate'
16641
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:758:in `generate'
16642
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:801:in `url_for'
16643
+ actionpack (4.2.1) lib/action_dispatch/routing/url_for.rb:156:in `url_for'
16644
+ actionview (4.2.1) lib/action_view/routing_url_for.rb:94:in `url_for'
16645
+ actionview (4.2.1) lib/action_view/helpers/url_helper.rb:181:in `link_to'
16646
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:19:in `block (2 levels) in ____myrails_cms_site_app_views_optimacms_admin_shared__leftmenu_html_haml___786169189_74010564'
16647
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:15:in `each'
16648
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:15:in `block in ____myrails_cms_site_app_views_optimacms_admin_shared__leftmenu_html_haml___786169189_74010564'
16649
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:6:in `each'
16650
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:6:in `each_with_index'
16651
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:6:in `____myrails_cms_site_app_views_optimacms_admin_shared__leftmenu_html_haml___786169189_74010564'
16652
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
16653
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
16654
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
16655
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
16656
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
16657
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
16658
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
16659
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
16660
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
16661
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
16662
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
16663
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:309:in `render'
16664
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:47:in `render_partial'
16665
+ actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:35:in `render'
16666
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
16667
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
16668
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
16669
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml:7:in `block in ____myrails_cms_site_app_views_optimacms_admin_layouts_basic_html_haml__168295621_86593776'
16670
+ haml (4.0.6) lib/haml/helpers.rb:368:in `call'
16671
+ haml (4.0.6) lib/haml/helpers.rb:368:in `block in capture_haml'
16672
+ haml (4.0.6) lib/haml/helpers.rb:608:in `with_haml_buffer'
16673
+ haml (4.0.6) lib/haml/helpers.rb:364:in `capture_haml'
16674
+ haml (4.0.6) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss'
16675
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml'
16676
+ actionview (4.2.1) lib/action_view/helpers/capture_helper.rb:152:in `content_for'
16677
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml:1:in `____myrails_cms_site_app_views_optimacms_admin_layouts_basic_html_haml__168295621_86593776'
16678
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
16679
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
16680
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
16681
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
16682
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
16683
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
16684
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
16685
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
16686
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
16687
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
16688
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
16689
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
16690
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
16691
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
16692
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
16693
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
16694
+ actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:32:in `render'
16695
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
16696
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
16697
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
16698
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/main.html.haml:5:in `____myrails_cms_site_app_views_optimacms_admin_layouts_main_html_haml___754150359_55359312'
16699
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
16700
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
16701
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
16702
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
16703
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
16704
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
16705
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
16706
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
16707
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
16708
+ actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
16709
+ actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
16710
+ actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
16711
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
16712
+ actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
16713
+ actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
16714
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
16715
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
16716
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
16717
+ D:/Ruby215/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
16718
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
16719
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
16720
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
16721
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
16722
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
16723
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
16724
+ W:/myrails/cms/site/lib/optimacms/mycontroller.rb:27:in `default_render'
16725
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
16726
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
16727
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
16728
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
16729
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
16730
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
16731
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
16732
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
16733
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
16734
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
16735
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
16736
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
16737
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
16738
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
16739
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
16740
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
16741
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
16742
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
16743
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
16744
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
16745
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
16746
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
16747
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
16748
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
16749
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
16750
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
16751
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
16752
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
16753
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
16754
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
16755
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
16756
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
16757
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
16758
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
16759
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
16760
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
16761
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
16762
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
16763
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
16764
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
16765
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
16766
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
16767
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
16768
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
16769
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
16770
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
16771
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
16772
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
16773
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
16774
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
16775
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
16776
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
16777
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
16778
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
16779
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
16780
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
16781
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
16782
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
16783
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
16784
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
16785
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
16786
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
16787
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
16788
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
16789
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
16790
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
16791
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
16792
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
16793
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
16794
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
16795
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
16796
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
16797
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
16798
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
16799
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
16800
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
16801
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
16802
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
16803
+
16804
+
16805
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.0ms)
16806
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (65.0ms)
16807
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.0ms)
16808
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (101.0ms)
16809
+
16810
+
16811
+ Started GET "/cmsadmin/admin/news" for 127.0.0.1 at 2015-07-22 17:16:42 +0300
16812
+ Processing by Optimacms::Admin::NewsController#index as HTML
16813
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
16814
+ Rendered optimacms/admin/news/index.html.haml within optimacms/admin/layouts/main (0.0ms)
16815
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
16816
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (5040.3ms)
16817
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (5057.3ms)
16818
+ Completed 500 Internal Server Error in 5134ms (ActiveRecord: 9.0ms)
16819
+
16820
+ ActionView::Template::Error (No route matches {:action=>"index", :controller=>"optimacms/admin/news"}):
16821
+ 16: - u = sm[:route] ? send("#{sm[:route]}_path") : sm[:url]
16822
+ 17:
16823
+ 18: %li
16824
+ 19: =link_to sm[:title], u
16825
+ 20:
16826
+ 21:
16827
+ 22:
16828
+ actionpack (4.2.1) lib/action_dispatch/journey/formatter.rb:46:in `generate'
16829
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:727:in `generate'
16830
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:758:in `generate'
16831
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:801:in `url_for'
16832
+ actionpack (4.2.1) lib/action_dispatch/routing/url_for.rb:156:in `url_for'
16833
+ actionview (4.2.1) lib/action_view/routing_url_for.rb:94:in `url_for'
16834
+ actionview (4.2.1) lib/action_view/helpers/url_helper.rb:181:in `link_to'
16835
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:19:in `block (2 levels) in ____myrails_cms_site_app_views_optimacms_admin_shared__leftmenu_html_haml___786169189_74010564'
16836
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:15:in `each'
16837
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:15:in `block in ____myrails_cms_site_app_views_optimacms_admin_shared__leftmenu_html_haml___786169189_74010564'
16838
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:6:in `each'
16839
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:6:in `each_with_index'
16840
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:6:in `____myrails_cms_site_app_views_optimacms_admin_shared__leftmenu_html_haml___786169189_74010564'
16841
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
16842
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
16843
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
16844
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
16845
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
16846
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
16847
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
16848
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
16849
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
16850
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
16851
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
16852
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:309:in `render'
16853
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:47:in `render_partial'
16854
+ actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:35:in `render'
16855
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
16856
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
16857
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
16858
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml:7:in `block in ____myrails_cms_site_app_views_optimacms_admin_layouts_basic_html_haml__168295621_86593776'
16859
+ haml (4.0.6) lib/haml/helpers.rb:368:in `call'
16860
+ haml (4.0.6) lib/haml/helpers.rb:368:in `block in capture_haml'
16861
+ haml (4.0.6) lib/haml/helpers.rb:608:in `with_haml_buffer'
16862
+ haml (4.0.6) lib/haml/helpers.rb:364:in `capture_haml'
16863
+ haml (4.0.6) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss'
16864
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml'
16865
+ actionview (4.2.1) lib/action_view/helpers/capture_helper.rb:152:in `content_for'
16866
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml:1:in `____myrails_cms_site_app_views_optimacms_admin_layouts_basic_html_haml__168295621_86593776'
16867
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
16868
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
16869
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
16870
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
16871
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
16872
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
16873
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
16874
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
16875
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
16876
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
16877
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
16878
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
16879
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
16880
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
16881
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
16882
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
16883
+ actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:32:in `render'
16884
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
16885
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
16886
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
16887
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/main.html.haml:5:in `____myrails_cms_site_app_views_optimacms_admin_layouts_main_html_haml___754150359_55359312'
16888
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
16889
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
16890
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
16891
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
16892
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
16893
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
16894
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
16895
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
16896
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
16897
+ actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
16898
+ actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
16899
+ actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
16900
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
16901
+ actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
16902
+ actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
16903
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
16904
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
16905
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
16906
+ D:/Ruby215/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
16907
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
16908
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
16909
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
16910
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
16911
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
16912
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
16913
+ W:/myrails/cms/site/lib/optimacms/mycontroller.rb:27:in `default_render'
16914
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
16915
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
16916
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
16917
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
16918
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
16919
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
16920
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
16921
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
16922
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
16923
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
16924
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
16925
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
16926
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
16927
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
16928
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
16929
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
16930
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
16931
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
16932
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
16933
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
16934
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
16935
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
16936
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
16937
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
16938
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
16939
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
16940
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
16941
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
16942
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
16943
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
16944
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
16945
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
16946
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
16947
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
16948
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
16949
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
16950
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
16951
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
16952
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
16953
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
16954
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
16955
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
16956
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
16957
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
16958
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
16959
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
16960
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
16961
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
16962
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
16963
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
16964
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
16965
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
16966
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
16967
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
16968
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
16969
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
16970
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
16971
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
16972
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
16973
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
16974
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
16975
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
16976
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
16977
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
16978
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
16979
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
16980
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
16981
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
16982
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
16983
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
16984
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
16985
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
16986
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
16987
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
16988
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
16989
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
16990
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
16991
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
16992
+
16993
+
16994
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms)
16995
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (57.0ms)
16996
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.0ms)
16997
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (93.0ms)
16998
+
16999
+
17000
+ Started GET "/cmsadmin/admin/news" for 127.0.0.1 at 2015-07-22 17:17:10 +0300
17001
+ Processing by Optimacms::Admin::NewsController#index as HTML
17002
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
17003
+ Rendered optimacms/admin/news/index.html.haml within optimacms/admin/layouts/main (0.0ms)
17004
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
17005
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (39.0ms)
17006
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
17007
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
17008
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
17009
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
17010
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (574.0ms)
17011
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (675.0ms)
17012
+ Completed 200 OK in 703ms (Views: 690.0ms | ActiveRecord: 1.0ms)
17013
+
17014
+
17015
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-07-22 17:17:11 +0300
17016
+
17017
+
17018
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-07-22 17:17:11 +0300
17019
+
17020
+
17021
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-07-22 17:17:11 +0300
17022
+
17023
+
17024
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-07-22 17:17:11 +0300
17025
+
17026
+
17027
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-07-22 17:17:11 +0300
17028
+
17029
+
17030
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-07-22 17:17:11 +0300
17031
+
17032
+
17033
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-07-22 17:17:11 +0300
17034
+
17035
+
17036
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-07-22 17:17:11 +0300
17037
+
17038
+
17039
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-07-22 17:17:11 +0300
17040
+
17041
+
17042
+ Started GET "/cmsadmin/admin/news" for 127.0.0.1 at 2015-07-22 17:17:24 +0300
17043
+ Processing by Optimacms::Admin::NewsController#index as HTML
17044
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
17045
+ Rendered optimacms/admin/news/index.html.haml within optimacms/admin/layouts/main (1.0ms)
17046
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
17047
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (63.0ms)
17048
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (80.0ms)
17049
+ Completed 500 Internal Server Error in 154ms (ActiveRecord: 7.0ms)
17050
+
17051
+ ActionView::Template::Error (No route matches {:action=>"index", :controller=>"optimacms/admin/news"}):
17052
+ 16: - u = sm[:route] ? send("#{sm[:route]}_path") : sm[:url]
17053
+ 17:
17054
+ 18: %li
17055
+ 19: =link_to sm[:title], u
17056
+ 20: -#=link_to sm[:title], 'u'
17057
+ 21:
17058
+ 22:
17059
+ actionpack (4.2.1) lib/action_dispatch/journey/formatter.rb:46:in `generate'
17060
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:727:in `generate'
17061
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:758:in `generate'
17062
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:801:in `url_for'
17063
+ actionpack (4.2.1) lib/action_dispatch/routing/url_for.rb:156:in `url_for'
17064
+ actionview (4.2.1) lib/action_view/routing_url_for.rb:94:in `url_for'
17065
+ actionview (4.2.1) lib/action_view/helpers/url_helper.rb:181:in `link_to'
17066
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:19:in `block (2 levels) in ____myrails_cms_site_app_views_optimacms_admin_shared__leftmenu_html_haml___786169189_81859500'
17067
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:15:in `each'
17068
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:15:in `block in ____myrails_cms_site_app_views_optimacms_admin_shared__leftmenu_html_haml___786169189_81859500'
17069
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:6:in `each'
17070
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:6:in `each_with_index'
17071
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:6:in `____myrails_cms_site_app_views_optimacms_admin_shared__leftmenu_html_haml___786169189_81859500'
17072
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
17073
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
17074
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
17075
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
17076
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
17077
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
17078
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
17079
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
17080
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
17081
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
17082
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
17083
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:309:in `render'
17084
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:47:in `render_partial'
17085
+ actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:35:in `render'
17086
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
17087
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
17088
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
17089
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml:7:in `block in ____myrails_cms_site_app_views_optimacms_admin_layouts_basic_html_haml__168295621_86593776'
17090
+ haml (4.0.6) lib/haml/helpers.rb:368:in `call'
17091
+ haml (4.0.6) lib/haml/helpers.rb:368:in `block in capture_haml'
17092
+ haml (4.0.6) lib/haml/helpers.rb:608:in `with_haml_buffer'
17093
+ haml (4.0.6) lib/haml/helpers.rb:364:in `capture_haml'
17094
+ haml (4.0.6) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss'
17095
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml'
17096
+ actionview (4.2.1) lib/action_view/helpers/capture_helper.rb:152:in `content_for'
17097
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml:1:in `____myrails_cms_site_app_views_optimacms_admin_layouts_basic_html_haml__168295621_86593776'
17098
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
17099
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
17100
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
17101
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
17102
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
17103
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
17104
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
17105
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
17106
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
17107
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
17108
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
17109
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
17110
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
17111
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
17112
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
17113
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
17114
+ actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:32:in `render'
17115
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
17116
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
17117
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
17118
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/main.html.haml:5:in `____myrails_cms_site_app_views_optimacms_admin_layouts_main_html_haml___754150359_55359312'
17119
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
17120
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
17121
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
17122
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
17123
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
17124
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
17125
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
17126
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
17127
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
17128
+ actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
17129
+ actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
17130
+ actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
17131
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
17132
+ actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
17133
+ actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
17134
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
17135
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
17136
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
17137
+ D:/Ruby215/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
17138
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
17139
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
17140
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
17141
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
17142
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
17143
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
17144
+ W:/myrails/cms/site/lib/optimacms/mycontroller.rb:27:in `default_render'
17145
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
17146
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
17147
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
17148
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
17149
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
17150
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
17151
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
17152
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
17153
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
17154
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
17155
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
17156
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
17157
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
17158
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
17159
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
17160
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
17161
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
17162
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
17163
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
17164
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
17165
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
17166
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
17167
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
17168
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
17169
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
17170
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
17171
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
17172
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
17173
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
17174
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
17175
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
17176
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
17177
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
17178
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
17179
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
17180
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
17181
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
17182
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
17183
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
17184
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
17185
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
17186
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
17187
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
17188
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
17189
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
17190
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
17191
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
17192
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
17193
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
17194
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
17195
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
17196
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
17197
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
17198
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
17199
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
17200
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
17201
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
17202
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
17203
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
17204
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
17205
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
17206
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
17207
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
17208
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
17209
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
17210
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
17211
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
17212
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
17213
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
17214
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
17215
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
17216
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
17217
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
17218
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
17219
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
17220
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
17221
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
17222
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
17223
+
17224
+
17225
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.0ms)
17226
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (67.0ms)
17227
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.0ms)
17228
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (104.0ms)
17229
+
17230
+
17231
+ Started GET "/cmsadmin/admin/news" for 127.0.0.1 at 2015-07-22 17:17:45 +0300
17232
+ Processing by Optimacms::Admin::NewsController#index as HTML
17233
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
17234
+ Rendered optimacms/admin/news/index.html.haml within optimacms/admin/layouts/main (1.0ms)
17235
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
17236
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (40.0ms)
17237
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (358.0ms)
17238
+ Completed 500 Internal Server Error in 5648ms (ActiveRecord: 8.0ms)
17239
+
17240
+ ActionView::Template::Error (No route matches {:action=>"index", :controller=>"optimacms/admin/news"}):
17241
+ 16: - u = sm[:route] ? send("#{sm[:route]}_path") : sm[:url]
17242
+ 17:
17243
+ 18: %li
17244
+ 19: =link_to sm[:title], u
17245
+ 20: -#=link_to sm[:title], 'u'
17246
+ 21:
17247
+ 22:
17248
+ actionpack (4.2.1) lib/action_dispatch/journey/formatter.rb:46:in `generate'
17249
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:727:in `generate'
17250
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:758:in `generate'
17251
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:801:in `url_for'
17252
+ actionpack (4.2.1) lib/action_dispatch/routing/url_for.rb:156:in `url_for'
17253
+ actionview (4.2.1) lib/action_view/routing_url_for.rb:94:in `url_for'
17254
+ actionview (4.2.1) lib/action_view/helpers/url_helper.rb:181:in `link_to'
17255
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:19:in `block (2 levels) in ____myrails_cms_site_app_views_optimacms_admin_shared__leftmenu_html_haml___786169189_81859500'
17256
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:15:in `each'
17257
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:15:in `block in ____myrails_cms_site_app_views_optimacms_admin_shared__leftmenu_html_haml___786169189_81859500'
17258
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:6:in `each'
17259
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:6:in `each_with_index'
17260
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:6:in `____myrails_cms_site_app_views_optimacms_admin_shared__leftmenu_html_haml___786169189_81859500'
17261
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
17262
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
17263
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
17264
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
17265
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
17266
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
17267
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
17268
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
17269
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
17270
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
17271
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
17272
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:309:in `render'
17273
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:47:in `render_partial'
17274
+ actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:35:in `render'
17275
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
17276
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
17277
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
17278
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml:7:in `block in ____myrails_cms_site_app_views_optimacms_admin_layouts_basic_html_haml__168295621_86593776'
17279
+ haml (4.0.6) lib/haml/helpers.rb:368:in `call'
17280
+ haml (4.0.6) lib/haml/helpers.rb:368:in `block in capture_haml'
17281
+ haml (4.0.6) lib/haml/helpers.rb:608:in `with_haml_buffer'
17282
+ haml (4.0.6) lib/haml/helpers.rb:364:in `capture_haml'
17283
+ haml (4.0.6) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss'
17284
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml'
17285
+ actionview (4.2.1) lib/action_view/helpers/capture_helper.rb:152:in `content_for'
17286
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml:1:in `____myrails_cms_site_app_views_optimacms_admin_layouts_basic_html_haml__168295621_86593776'
17287
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
17288
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
17289
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
17290
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
17291
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
17292
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
17293
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
17294
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
17295
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
17296
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
17297
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
17298
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
17299
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
17300
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
17301
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
17302
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
17303
+ actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:32:in `render'
17304
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
17305
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
17306
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
17307
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/main.html.haml:5:in `____myrails_cms_site_app_views_optimacms_admin_layouts_main_html_haml___754150359_55359312'
17308
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
17309
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
17310
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
17311
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
17312
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
17313
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
17314
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
17315
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
17316
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
17317
+ actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
17318
+ actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
17319
+ actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
17320
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
17321
+ actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
17322
+ actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
17323
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
17324
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
17325
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
17326
+ D:/Ruby215/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
17327
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
17328
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
17329
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
17330
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
17331
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
17332
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
17333
+ W:/myrails/cms/site/lib/optimacms/mycontroller.rb:27:in `default_render'
17334
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
17335
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
17336
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
17337
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
17338
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
17339
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
17340
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
17341
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
17342
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
17343
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
17344
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
17345
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
17346
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
17347
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
17348
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
17349
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
17350
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
17351
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
17352
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
17353
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
17354
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
17355
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
17356
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
17357
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
17358
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
17359
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
17360
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
17361
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
17362
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
17363
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
17364
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
17365
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
17366
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
17367
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
17368
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
17369
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
17370
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
17371
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
17372
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
17373
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
17374
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
17375
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
17376
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
17377
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
17378
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
17379
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
17380
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
17381
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
17382
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
17383
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
17384
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
17385
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
17386
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
17387
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
17388
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
17389
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
17390
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
17391
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
17392
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
17393
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
17394
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
17395
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
17396
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
17397
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
17398
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
17399
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
17400
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
17401
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
17402
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
17403
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
17404
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
17405
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
17406
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
17407
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
17408
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
17409
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
17410
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
17411
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
17412
+
17413
+
17414
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms)
17415
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (57.0ms)
17416
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.0ms)
17417
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (94.0ms)
17418
+
17419
+
17420
+ Started GET "/cmsadmin/admin/news" for 127.0.0.1 at 2015-07-22 17:18:37 +0300
17421
+ Processing by Optimacms::Admin::NewsController#index as HTML
17422
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
17423
+ Rendered optimacms/admin/news/index.html.haml within optimacms/admin/layouts/main (1.0ms)
17424
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
17425
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (46368.7ms)
17426
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (46386.7ms)
17427
+ Completed 500 Internal Server Error in 46416ms (ActiveRecord: 0.0ms)
17428
+
17429
+ ActionView::Template::Error (No route matches {:action=>"index", :controller=>"optimacms/admin/news"}):
17430
+ 16: - u = sm[:route] ? send("#{sm[:route]}_path") : sm[:url]
17431
+ 17:
17432
+ 18: %li
17433
+ 19: =link_to sm[:title], u
17434
+ 20:
17435
+ 21:
17436
+ 22:
17437
+ actionpack (4.2.1) lib/action_dispatch/journey/formatter.rb:46:in `generate'
17438
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:727:in `generate'
17439
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:758:in `generate'
17440
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:801:in `url_for'
17441
+ actionpack (4.2.1) lib/action_dispatch/routing/url_for.rb:156:in `url_for'
17442
+ actionview (4.2.1) lib/action_view/routing_url_for.rb:94:in `url_for'
17443
+ actionview (4.2.1) lib/action_view/helpers/url_helper.rb:181:in `link_to'
17444
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:19:in `block (2 levels) in ____myrails_cms_site_app_views_optimacms_admin_shared__leftmenu_html_haml___786169189_57559428'
17445
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:15:in `each'
17446
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:15:in `block in ____myrails_cms_site_app_views_optimacms_admin_shared__leftmenu_html_haml___786169189_57559428'
17447
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:6:in `each'
17448
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:6:in `each_with_index'
17449
+ W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml:6:in `____myrails_cms_site_app_views_optimacms_admin_shared__leftmenu_html_haml___786169189_57559428'
17450
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
17451
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
17452
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
17453
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
17454
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
17455
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
17456
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
17457
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
17458
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
17459
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
17460
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
17461
+ actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:309:in `render'
17462
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:47:in `render_partial'
17463
+ actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:35:in `render'
17464
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
17465
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
17466
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
17467
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml:7:in `block in ____myrails_cms_site_app_views_optimacms_admin_layouts_basic_html_haml__168295621_86593776'
17468
+ haml (4.0.6) lib/haml/helpers.rb:368:in `call'
17469
+ haml (4.0.6) lib/haml/helpers.rb:368:in `block in capture_haml'
17470
+ haml (4.0.6) lib/haml/helpers.rb:608:in `with_haml_buffer'
17471
+ haml (4.0.6) lib/haml/helpers.rb:364:in `capture_haml'
17472
+ haml (4.0.6) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss'
17473
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml'
17474
+ actionview (4.2.1) lib/action_view/helpers/capture_helper.rb:152:in `content_for'
17475
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml:1:in `____myrails_cms_site_app_views_optimacms_admin_layouts_basic_html_haml__168295621_86593776'
17476
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
17477
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
17478
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
17479
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
17480
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
17481
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
17482
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
17483
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
17484
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
17485
+ actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
17486
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
17487
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
17488
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
17489
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
17490
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
17491
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
17492
+ actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:32:in `render'
17493
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
17494
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
17495
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
17496
+ W:/myrails/cms/site/app/views/optimacms/admin/layouts/main.html.haml:5:in `____myrails_cms_site_app_views_optimacms_admin_layouts_main_html_haml___754150359_55359312'
17497
+ actionview (4.2.1) lib/action_view/template.rb:145:in `block in render'
17498
+ activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument'
17499
+ actionview (4.2.1) lib/action_view/template.rb:333:in `instrument'
17500
+ actionview (4.2.1) lib/action_view/template.rb:143:in `render'
17501
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
17502
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
17503
+ actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render'
17504
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
17505
+ actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
17506
+ actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
17507
+ actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
17508
+ actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
17509
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
17510
+ actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
17511
+ actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
17512
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
17513
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
17514
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
17515
+ D:/Ruby215/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
17516
+ activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
17517
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
17518
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
17519
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
17520
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
17521
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
17522
+ W:/myrails/cms/site/lib/optimacms/mycontroller.rb:27:in `default_render'
17523
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
17524
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
17525
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
17526
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
17527
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
17528
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
17529
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
17530
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
17531
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
17532
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
17533
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
17534
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
17535
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
17536
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
17537
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
17538
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
17539
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
17540
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
17541
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
17542
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
17543
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
17544
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
17545
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
17546
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
17547
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
17548
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
17549
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
17550
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
17551
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
17552
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
17553
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
17554
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
17555
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
17556
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
17557
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
17558
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
17559
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
17560
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
17561
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
17562
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
17563
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
17564
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
17565
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
17566
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
17567
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
17568
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
17569
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
17570
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
17571
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
17572
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
17573
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
17574
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
17575
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
17576
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
17577
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
17578
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
17579
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
17580
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
17581
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
17582
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
17583
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
17584
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
17585
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
17586
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
17587
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
17588
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
17589
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
17590
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
17591
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
17592
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
17593
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
17594
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
17595
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
17596
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
17597
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
17598
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
17599
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
17600
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
17601
+
17602
+
17603
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms)
17604
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (66.0ms)
17605
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.0ms)
17606
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (103.0ms)
17607
+
17608
+
17609
+ Started GET "/cmsadmin/admin/news" for 127.0.0.1 at 2015-07-22 17:19:48 +0300
17610
+ Processing by Optimacms::Admin::NewsController#index as HTML
17611
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
17612
+ Rendered optimacms/admin/news/index.html.haml within optimacms/admin/layouts/main (1.0ms)
17613
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
17614
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (37.0ms)
17615
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
17616
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
17617
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
17618
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
17619
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (582.0ms)
17620
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (672.0ms)
17621
+ Completed 200 OK in 700ms (Views: 688.0ms | ActiveRecord: 0.0ms)
17622
+
17623
+
17624
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-07-22 17:19:49 +0300
17625
+
17626
+
17627
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-07-22 17:19:49 +0300
17628
+
17629
+
17630
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-07-22 17:19:49 +0300
17631
+
17632
+
17633
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-07-22 17:19:49 +0300
17634
+
17635
+
17636
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-07-22 17:19:49 +0300
17637
+
17638
+
17639
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-07-22 17:19:49 +0300
17640
+
17641
+
17642
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-07-22 17:19:49 +0300
17643
+
17644
+
17645
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-07-22 17:19:49 +0300
17646
+
17647
+
17648
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-07-22 17:19:49 +0300
17649
+
17650
+
17651
+ Started GET "/cmsadmin/admin/news" for 127.0.0.1 at 2015-07-22 17:20:03 +0300
17652
+ Processing by Optimacms::Admin::NewsController#index as HTML
17653
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
17654
+ Rendered optimacms/admin/news/index.html.haml within optimacms/admin/layouts/main (1.0ms)
17655
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
17656
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (28.0ms)
17657
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
17658
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
17659
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
17660
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
17661
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (586.0ms)
17662
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (667.0ms)
17663
+ Completed 200 OK in 746ms (Views: 683.0ms | ActiveRecord: 11.0ms)
17664
+
17665
+
17666
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-07-22 17:20:05 +0300
17667
+
17668
+
17669
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-07-22 17:20:05 +0300
17670
+
17671
+
17672
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-07-22 17:20:05 +0300
17673
+
17674
+
17675
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-07-22 17:20:05 +0300
17676
+
17677
+
17678
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-07-22 17:20:05 +0300
17679
+
17680
+
17681
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-07-22 17:20:05 +0300
17682
+
17683
+
17684
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-07-22 17:20:05 +0300
17685
+
17686
+
17687
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-07-22 17:20:05 +0300
17688
+
17689
+
17690
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-07-22 17:20:06 +0300