optimacms 0.1.40 → 0.1.41

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.
@@ -6541,3 +6541,2144 @@ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 1
6541
6541
 
6542
6542
 
6543
6543
  Started GET "/assets/jquery-5ba2df6cc8d349ca3589408b6c6a6e24.js?body=1" for 127.0.0.1 at 2015-06-11 03:39:03 +0300
6544
+
6545
+
6546
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-06-12 14:01:42 +0300
6547
+ ActiveRecord::SchemaMigration Load (80.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
6548
+ Processing by Optimacms::Admin::PagesController#index as HTML
6549
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
6550
+ Optimacms::Language Load (86.0ms) SELECT `cms_languages`.* FROM `cms_languages`
6551
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 104 LIMIT 1
6552
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (4938.3ms)
6553
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (4951.3ms)
6554
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (15.0ms)
6555
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (18.0ms)
6556
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (4982.3ms)
6557
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (4.0ms)
6558
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (12.0ms)
6559
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (5014.3ms)
6560
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (5026.3ms)
6561
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 104 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
6562
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (146, 63, 147, 4)
6563
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 104 )
6564
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (5351.3ms)
6565
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (48.0ms)
6566
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (48.0ms)
6567
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (10.0ms)
6568
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (14.0ms)
6569
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (4.0ms)
6570
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (20.0ms)
6571
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (867.1ms)
6572
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1075.1ms)
6573
+ Completed 200 OK in 6982ms (Views: 6379.4ms | ActiveRecord: 357.0ms)
6574
+
6575
+
6576
+ Started GET "/" for 127.0.0.1 at 2015-06-12 14:01:50 +0300
6577
+ Processing by Optimacms::PagesController#show as HTML
6578
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND url = '')
6579
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND url = '') ORDER BY url_parts_count DESC, url_vars_count ASC
6580
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 126 LIMIT 1
6581
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1
6582
+ Optimacms::PageTranslation Load (0.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 152 AND `cms_pages_translation`.`lang` = '' ORDER BY `cms_pages_translation`.`id` ASC LIMIT 1
6583
+ Rendered home/index.html.haml within layouts/main (27.0ms)
6584
+ Completed 200 OK in 939ms (Views: 648.0ms | ActiveRecord: 165.0ms)
6585
+
6586
+
6587
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-06-12 14:01:51 +0300
6588
+ Processing by Optimacms::Admin::PagesController#index as HTML
6589
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
6590
+ Optimacms::Page Load (7.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 104 LIMIT 1
6591
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (21.0ms)
6592
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (25.0ms)
6593
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (7.0ms)
6594
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
6595
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (46.0ms)
6596
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
6597
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
6598
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (62.0ms)
6599
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (67.0ms)
6600
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 104 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
6601
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (146, 63, 147, 4)
6602
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 104 )
6603
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (162.0ms)
6604
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
6605
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
6606
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
6607
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
6608
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
6609
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
6610
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (572.0ms)
6611
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (651.0ms)
6612
+ Completed 200 OK in 877ms (Views: 842.0ms | ActiveRecord: 10.0ms)
6613
+
6614
+
6615
+ Started GET "/assets/application-39b0ff10ea5da45b0c25a8a5f52dc33c.css?body=1" for 127.0.0.1 at 2015-06-12 14:01:52 +0300
6616
+
6617
+
6618
+ Started GET "/assets/tpl-d8f657d1a4f1501f6918af2647a5994f.css?body=1" for 127.0.0.1 at 2015-06-12 14:01:52 +0300
6619
+
6620
+
6621
+ Started GET "/assets/jquery-5ba2df6cc8d349ca3589408b6c6a6e24.js?body=1" for 127.0.0.1 at 2015-06-12 14:01:52 +0300
6622
+
6623
+
6624
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 14:01:52 +0300
6625
+
6626
+
6627
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 14:01:52 +0300
6628
+
6629
+
6630
+ Started GET "/assets/application-b2e65b81a17bbf9322a865dddaaef0f8.js?body=1" for 127.0.0.1 at 2015-06-12 14:01:52 +0300
6631
+
6632
+
6633
+ Started GET "/assets/fontawesome-webfont-d930f252f79ad15db0e13fb2d2d678c8.woff?v=4.3.0" for 127.0.0.1 at 2015-06-12 14:01:53 +0300
6634
+
6635
+
6636
+ Started GET "/newsitem-1.html" for 127.0.0.1 at 2015-06-12 14:02:47 +0300
6637
+ Processing by Optimacms::PagesController#show as HTML
6638
+ Parameters: {"url"=>"newsitem-1.html"}
6639
+  (111.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'newsitem-1.html' REGEXP parsed_url)
6640
+ Optimacms::Page Load (2.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'newsitem-1.html' REGEXP parsed_url) ORDER BY url_parts_count DESC, url_vars_count ASC
6641
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 146 LIMIT 1
6642
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1
6643
+ Optimacms::PageTranslation Load (1.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 156 AND `cms_pages_translation`.`lang` = '' ORDER BY `cms_pages_translation`.`id` ASC LIMIT 1
6644
+ Processing by NewsController#show as HTML
6645
+ Parameters: {"url"=>"newsitem-1.html"}
6646
+ News Load (0.0ms) SELECT `news`.* FROM `news` WHERE `news`.`id` = 1 LIMIT 1
6647
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`name` = 'news' LIMIT 1
6648
+ Rendered news/show.html.haml within layouts/main (17.0ms)
6649
+ Completed 200 OK in 752ms (Views: 523.0ms | ActiveRecord: 185.0ms)
6650
+ Rendered text template (0.0ms)
6651
+ Completed 200 OK in 939ms (Views: 7.0ms | ActiveRecord: 0.0ms)
6652
+
6653
+
6654
+ Started GET "/" for 127.0.0.1 at 2015-06-12 15:32:02 +0300
6655
+ ActiveRecord::SchemaMigration Load (1.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
6656
+ Processing by Optimacms::PagesController#show as HTML
6657
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages`
6658
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND url = '')
6659
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND url = '') ORDER BY url_parts_count DESC, url_vars_count ASC
6660
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 126 LIMIT 1
6661
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1
6662
+ Optimacms::PageTranslation Load (1.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 152 AND `cms_pages_translation`.`lang` = '' ORDER BY `cms_pages_translation`.`id` ASC LIMIT 1
6663
+ Rendered home/index.html.haml within layouts/main (30.0ms)
6664
+ Completed 200 OK in 1101ms (Views: 711.0ms | ActiveRecord: 36.0ms)
6665
+
6666
+
6667
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-06-12 15:32:04 +0300
6668
+ Processing by Optimacms::Admin::PagesController#index as HTML
6669
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
6670
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 104 LIMIT 1
6671
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (5115.3ms)
6672
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (5127.3ms)
6673
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (14.0ms)
6674
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (19.0ms)
6675
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (5158.3ms)
6676
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (4.0ms)
6677
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (17.0ms)
6678
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (5194.3ms)
6679
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (5205.3ms)
6680
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 104 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
6681
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (146, 63, 147, 4)
6682
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 104 )
6683
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (5386.3ms)
6684
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (45.0ms)
6685
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (54.0ms)
6686
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (11.0ms)
6687
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (18.0ms)
6688
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (11.0ms)
6689
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (27.0ms)
6690
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (919.1ms)
6691
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1155.1ms)
6692
+ Completed 200 OK in 6646ms (Views: 6570.4ms | ActiveRecord: 14.0ms)
6693
+
6694
+
6695
+ Started GET "/cmsadmin/pages?parent_id=0" for 127.0.0.1 at 2015-06-12 15:35:11 +0300
6696
+ Processing by Optimacms::Admin::PagesController#index as HTML
6697
+ Parameters: {"parent_id"=>"0"}
6698
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
6699
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
6700
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (21.0ms)
6701
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (25.0ms)
6702
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (7.0ms)
6703
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (11.0ms)
6704
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (45.0ms)
6705
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
6706
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
6707
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (61.0ms)
6708
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (65.0ms)
6709
+ 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
6710
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (126, 0, 4)
6711
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
6712
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (180.0ms)
6713
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
6714
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
6715
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
6716
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
6717
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
6718
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
6719
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (573.0ms)
6720
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (644.0ms)
6721
+ Completed 200 OK in 863ms (Views: 843.0ms | ActiveRecord: 1.0ms)
6722
+
6723
+
6724
+ Started GET "/cmsadmin/pages?parent_id=148" for 127.0.0.1 at 2015-06-12 15:35:13 +0300
6725
+ Processing by Optimacms::Admin::PagesController#index as HTML
6726
+ Parameters: {"parent_id"=>"148"}
6727
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
6728
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
6729
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (20.0ms)
6730
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (25.0ms)
6731
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (7.0ms)
6732
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (11.0ms)
6733
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (43.0ms)
6734
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
6735
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
6736
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (59.0ms)
6737
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (63.0ms)
6738
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
6739
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (139, 129, 120, 39)
6740
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )
6741
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (132.0ms)
6742
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
6743
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
6744
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
6745
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
6746
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
6747
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (9.0ms)
6748
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (576.0ms)
6749
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (652.0ms)
6750
+ Completed 200 OK in 829ms (Views: 803.0ms | ActiveRecord: 2.0ms)
6751
+
6752
+
6753
+ Started GET "/cmsadmin/pages/new?parent_id=148" for 127.0.0.1 at 2015-06-12 15:35:17 +0300
6754
+ Processing by Optimacms::Admin::PagesController#new as HTML
6755
+ Parameters: {"parent_id"=>"148"}
6756
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
6757
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
6758
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
6759
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (16.0ms)
6760
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
6761
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`type_id` = 1 AND `cms_templates`.`is_folder` = 0
6762
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (499.0ms)
6763
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (20.0ms)
6764
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (42.0ms)
6765
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (64.0ms)
6766
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (902.1ms)
6767
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/new.html.haml within optimacms/admin/layouts/main (916.1ms)
6768
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
6769
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
6770
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
6771
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
6772
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
6773
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
6774
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (568.0ms)
6775
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (638.0ms)
6776
+ Completed 200 OK in 1626ms (Views: 1577.1ms | ActiveRecord: 1.0ms)
6777
+
6778
+
6779
+ Started POST "/cmsadmin/pages" for 127.0.0.1 at 2015-06-12 15:35:35 +0300
6780
+ Processing by Optimacms::Admin::PagesController#create as HTML
6781
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"vhbLcUkW086CNQK7QeKeT4+/v7561hg1wSnOylUbkgioRP9RAsD+2jg76L/DQNxTZ7hmLAFg4DDyr+wNINDSrw==", "page"=>{"parent_id"=>"148", "title"=>"twmp 4", "url"=>"temp4.html", "name"=>"temp4", "controller_action"=>"", "layout_id"=>"4", "template_id"=>"", "template"=>"", "is_translated"=>"0", "translations_attributes"=>{"0"=>{"lang"=>"", "meta_title"=>"t4 long textt4 long textt4 long textt4 long textt4 long textt4 long textt4 long textt4 long textt4 long textt4 long textt4 long text", "meta_keywords"=>"", "meta_description"=>""}, "1"=>{"lang"=>"en", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>""}, "2"=>{"lang"=>"ru", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>""}}}, "commit"=>"Save"}
6782
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
6783
+  (0.0ms) BEGIN
6784
+ SQL (1.0ms) INSERT INTO `cms_pages` (`parent_id`, `title`, `url`, `name`, `controller_action`, `layout_id`, `url_parts_count`, `parsed_url`, `created_at`, `updated_at`) VALUES (148, 'twmp 4', 'temp4.html', 'temp4', '', 4, 1, '^temp4[.]html$', '2015-06-12 12:35:35', '2015-06-12 12:35:35')
6785
+ SQL (0.0ms) INSERT INTO `cms_pages_translation` (`lang`, `meta_title`, `meta_keywords`, `meta_description`, `item_id`) VALUES ('', 't4 long textt4 long textt4 long textt4 long textt4 long textt4 long textt4 long textt4 long textt4 long textt4 long textt4 long text', '', '', 158)
6786
+ SQL (0.0ms) INSERT INTO `cms_pages_translation` (`lang`, `meta_title`, `meta_keywords`, `meta_description`, `item_id`) VALUES ('en', '', '', '', 158)
6787
+ SQL (0.0ms) INSERT INTO `cms_pages_translation` (`lang`, `meta_title`, `meta_keywords`, `meta_description`, `item_id`) VALUES ('ru', '', '', '', 158)
6788
+  (5.0ms) COMMIT
6789
+ Redirected to http://localhost:3001/cmsadmin/pages
6790
+ Completed 302 Found in 121ms (ActiveRecord: 7.0ms)
6791
+
6792
+
6793
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-06-12 15:35:35 +0300
6794
+ Processing by Optimacms::Admin::PagesController#index as HTML
6795
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
6796
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
6797
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (24.0ms)
6798
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (28.0ms)
6799
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (7.0ms)
6800
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
6801
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (54.0ms)
6802
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
6803
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
6804
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (71.0ms)
6805
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (75.0ms)
6806
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
6807
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (139, 129, 120, 39)
6808
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )
6809
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (150.0ms)
6810
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
6811
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (10.0ms)
6812
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
6813
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
6814
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
6815
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
6816
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (576.0ms)
6817
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (644.0ms)
6818
+ Completed 200 OK in 837ms (Views: 813.0ms | ActiveRecord: 2.0ms)
6819
+
6820
+
6821
+ Started GET "/cmsadmin/pages/158/edit" for 127.0.0.1 at 2015-06-12 15:35:38 +0300
6822
+ Processing by Optimacms::Admin::PagesController#edit as HTML
6823
+ Parameters: {"id"=>"158"}
6824
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
6825
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 158 LIMIT 1
6826
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
6827
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
6828
+ Optimacms::PageTranslation Load (0.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 158
6829
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
6830
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
6831
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`type_id` = 1 AND `cms_templates`.`is_folder` = 0
6832
+ CACHE (0.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 158 [["item_id", 158]]
6833
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (479.0ms)
6834
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (3.0ms)
6835
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (10.0ms)
6836
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (3.0ms)
6837
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (695.0ms)
6838
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/edit.html.haml within optimacms/admin/layouts/main (709.0ms)
6839
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
6840
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
6841
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
6842
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
6843
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
6844
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
6845
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (568.0ms)
6846
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (638.0ms)
6847
+ Completed 200 OK in 1410ms (Views: 1369.1ms | ActiveRecord: 2.0ms)
6848
+
6849
+
6850
+ Started PATCH "/cmsadmin/pages/158" for 127.0.0.1 at 2015-06-12 15:35:42 +0300
6851
+ Processing by Optimacms::Admin::PagesController#update as HTML
6852
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"rD3MjdKFvZLs5Cmw9fKCmKbFpV6JyQJ/A34B9lC7SbS6b/itmVOQhlbqw7R3UMCETsJ8zPJ/+now+CMxJXAJEw==", "page"=>{"parent_id"=>"148", "title"=>"temp 4", "url"=>"temp4.html", "name"=>"temp4", "controller_action"=>"", "layout_id"=>"4", "template_id"=>"", "template"=>"", "is_translated"=>"0", "translations_attributes"=>{"0"=>{"lang"=>"", "meta_title"=>"t4 long textt4 long textt4 long textt4 long textt4 long textt4 long textt4 long textt4 long textt4 long textt4 long textt4 long text", "meta_keywords"=>"", "meta_description"=>"", "id"=>"356"}, "1"=>{"lang"=>"en", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"357"}, "2"=>{"lang"=>"ru", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"358"}}}, "commit"=>"Save", "id"=>"158"}
6853
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
6854
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 158 LIMIT 1
6855
+  (0.0ms) BEGIN
6856
+ Optimacms::PageTranslation Load (1.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 158 AND `cms_pages_translation`.`id` IN (356, 357, 358)
6857
+ SQL (0.0ms) UPDATE `cms_pages` SET `title` = 'temp 4', `updated_at` = '2015-06-12 12:35:42' WHERE `cms_pages`.`id` = 158
6858
+  (2.0ms) COMMIT
6859
+ Redirected to http://localhost:3001/cmsadmin/pages
6860
+ Completed 302 Found in 75ms (ActiveRecord: 3.0ms)
6861
+
6862
+
6863
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-06-12 15:35:42 +0300
6864
+ Processing by Optimacms::Admin::PagesController#index as HTML
6865
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
6866
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
6867
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (23.0ms)
6868
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (27.0ms)
6869
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (14.0ms)
6870
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (17.0ms)
6871
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (53.0ms)
6872
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
6873
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
6874
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (70.0ms)
6875
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (74.0ms)
6876
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
6877
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (139, 129, 120, 39)
6878
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )
6879
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (150.0ms)
6880
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
6881
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (10.0ms)
6882
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
6883
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
6884
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
6885
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
6886
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (583.0ms)
6887
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (653.0ms)
6888
+ Completed 200 OK in 843ms (Views: 821.0ms | ActiveRecord: 2.0ms)
6889
+
6890
+
6891
+ Started GET "/cmsadmin/pages/158/edit" for 127.0.0.1 at 2015-06-12 15:35:44 +0300
6892
+ Processing by Optimacms::Admin::PagesController#edit as HTML
6893
+ Parameters: {"id"=>"158"}
6894
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
6895
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 158 LIMIT 1
6896
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
6897
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
6898
+ Optimacms::PageTranslation Load (0.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 158
6899
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
6900
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
6901
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`type_id` = 1 AND `cms_templates`.`is_folder` = 0
6902
+ CACHE (0.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 158 [["item_id", 158]]
6903
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (485.0ms)
6904
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (3.0ms)
6905
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (11.0ms)
6906
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (3.0ms)
6907
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (701.0ms)
6908
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/edit.html.haml within optimacms/admin/layouts/main (710.0ms)
6909
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
6910
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
6911
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
6912
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
6913
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
6914
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
6915
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (588.0ms)
6916
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (659.0ms)
6917
+ Completed 200 OK in 1431ms (Views: 1389.1ms | ActiveRecord: 2.0ms)
6918
+
6919
+
6920
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-06-12 15:35:51 +0300
6921
+ Processing by Optimacms::Admin::PagesController#index as HTML
6922
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
6923
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
6924
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (22.0ms)
6925
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
6926
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (7.0ms)
6927
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
6928
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (44.0ms)
6929
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
6930
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
6931
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (61.0ms)
6932
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (65.0ms)
6933
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
6934
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (139, 129, 120, 39)
6935
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )
6936
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (150.0ms)
6937
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
6938
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
6939
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
6940
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
6941
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
6942
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
6943
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (590.0ms)
6944
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (660.0ms)
6945
+ Completed 200 OK in 849ms (Views: 826.0ms | ActiveRecord: 3.0ms)
6946
+
6947
+
6948
+ Started DELETE "/cmsadmin/pages/158" for 127.0.0.1 at 2015-06-12 15:36:25 +0300
6949
+ Processing by Optimacms::Admin::PagesController#destroy as HTML
6950
+ Parameters: {"authenticity_token"=>"NBdLMXELWXaAw47ezCI9hTOLF+n2VMS0gOoF4eY9Z+QiRX8ROt10YjrNZNpOgH+Z24zOe43iPLGzbCcmk/YnQw==", "id"=>"158"}
6951
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
6952
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 158 LIMIT 1
6953
+  (0.0ms) BEGIN
6954
+ Optimacms::PageTranslation Load (1.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 158
6955
+ SQL (0.0ms) DELETE FROM `cms_pages_translation` WHERE `cms_pages_translation`.`id` = 356
6956
+ SQL (0.0ms) DELETE FROM `cms_pages_translation` WHERE `cms_pages_translation`.`id` = 357
6957
+ SQL (1.0ms) DELETE FROM `cms_pages_translation` WHERE `cms_pages_translation`.`id` = 358
6958
+ SQL (0.0ms) DELETE FROM `cms_pages` WHERE `cms_pages`.`id` = 158
6959
+  (5.0ms) COMMIT
6960
+ Redirected to http://localhost:3001/cmsadmin/pages
6961
+ Completed 302 Found in 53ms (ActiveRecord: 7.0ms)
6962
+
6963
+
6964
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-06-12 15:36:25 +0300
6965
+ Processing by Optimacms::Admin::PagesController#index as HTML
6966
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
6967
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
6968
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (23.0ms)
6969
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (27.0ms)
6970
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (7.0ms)
6971
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (18.0ms)
6972
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (53.0ms)
6973
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
6974
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
6975
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (71.0ms)
6976
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (75.0ms)
6977
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
6978
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (139, 129, 120, 39)
6979
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )
6980
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (146.0ms)
6981
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
6982
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
6983
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
6984
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
6985
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
6986
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
6987
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (605.0ms)
6988
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (677.0ms)
6989
+ Completed 200 OK in 864ms (Views: 842.0ms | ActiveRecord: 4.0ms)
6990
+
6991
+
6992
+ Started POST "/cmsadmin/pages/search" for 127.0.0.1 at 2015-06-12 15:38:47 +0300
6993
+ Processing by Optimacms::Admin::PagesController#search as HTML
6994
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"0HShEhrCJE4aBuUnG3YBMohaPN1RGCpGjDsNEUjEKI/GJpUyURQJWqAIDyOZ1EMuYF3lTyqu0kO/vS/WPQ9oKA==", "cmd"=>"apply", "filter"=>{"title"=>"1", "parent_id"=>"148"}}
6995
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
6996
+ Redirected to http://localhost:3001/cmsadmin/pages
6997
+ Completed 302 Found in 26ms (ActiveRecord: 1.0ms)
6998
+
6999
+
7000
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-06-12 15:38:47 +0300
7001
+ Processing by Optimacms::Admin::PagesController#index as HTML
7002
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7003
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
7004
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (22.0ms)
7005
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
7006
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (8.0ms)
7007
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
7008
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (45.0ms)
7009
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
7010
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
7011
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (63.0ms)
7012
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (67.0ms)
7013
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND title LIKE '%1%' AND parent_id= 148 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
7014
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (139, 129)
7015
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND title LIKE '%1%' AND parent_id= 148 )
7016
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (185.0ms)
7017
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
7018
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
7019
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
7020
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
7021
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
7022
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
7023
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (582.0ms)
7024
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (650.0ms)
7025
+ Completed 200 OK in 881ms (Views: 852.0ms | ActiveRecord: 2.0ms)
7026
+
7027
+
7028
+ Started POST "/cmsadmin/pages/search" for 127.0.0.1 at 2015-06-12 15:38:51 +0300
7029
+ Processing by Optimacms::Admin::PagesController#search as HTML
7030
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"VJvECQ1yRr3Gv3r0cueF5+yyZjsybXGkWcgQGsEpEIdCyfApRqRrqXyxkPDwRcf7BLW/qUnbiaFqTjLdtOJQIA==", "cmd"=>"clear", "filter"=>{"title"=>"1", "parent_id"=>"148"}}
7031
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7032
+ Redirected to http://localhost:3001/cmsadmin/pages
7033
+ Completed 302 Found in 18ms (ActiveRecord: 1.0ms)
7034
+
7035
+
7036
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-06-12 15:38:51 +0300
7037
+ Processing by Optimacms::Admin::PagesController#index as HTML
7038
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7039
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
7040
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (22.0ms)
7041
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
7042
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (8.0ms)
7043
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
7044
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (47.0ms)
7045
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
7046
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
7047
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (63.0ms)
7048
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (67.0ms)
7049
+ 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
7050
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (126, 0, 4)
7051
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
7052
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (186.0ms)
7053
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
7054
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
7055
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
7056
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
7057
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
7058
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
7059
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (594.0ms)
7060
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (667.0ms)
7061
+ Completed 200 OK in 892ms (Views: 870.0ms | ActiveRecord: 3.0ms)
7062
+
7063
+
7064
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-06-12 15:39:20 +0300
7065
+ Processing by Optimacms::Admin::PagesController#index as HTML
7066
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7067
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
7068
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (23.0ms)
7069
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
7070
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (8.0ms)
7071
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
7072
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (45.0ms)
7073
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
7074
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
7075
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (62.0ms)
7076
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (66.0ms)
7077
+ 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
7078
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (126, 0, 4)
7079
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
7080
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (249.0ms)
7081
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
7082
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (10.0ms)
7083
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
7084
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
7085
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
7086
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
7087
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (595.0ms)
7088
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (665.0ms)
7089
+ Completed 200 OK in 954ms (Views: 933.1ms | ActiveRecord: 2.0ms)
7090
+
7091
+
7092
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:21 +0300
7093
+
7094
+
7095
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-12 15:39:22 +0300
7096
+
7097
+
7098
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-12 15:39:22 +0300
7099
+
7100
+
7101
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:22 +0300
7102
+
7103
+
7104
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:22 +0300
7105
+
7106
+
7107
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:22 +0300
7108
+
7109
+
7110
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:22 +0300
7111
+
7112
+
7113
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:22 +0300
7114
+
7115
+
7116
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:22 +0300
7117
+
7118
+
7119
+ Started POST "/cmsadmin/pages/search?cmd=order&orderby=title&orderdir=asc" for 127.0.0.1 at 2015-06-12 15:39:24 +0300
7120
+ Processing by Optimacms::Admin::PagesController#search as HTML
7121
+ Parameters: {"authenticity_token"=>"U/OmLGVH75XYzsJ53dYsVHhm6MSx77ExpBIrxjcjJeRFoZIMLpHCgWLAKH1fdG5IkGExVspZSTSXlAkBQuhlQw==", "cmd"=>"order", "orderby"=>"title", "orderdir"=>"asc"}
7122
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7123
+ Redirected to http://localhost:3001/cmsadmin/pages
7124
+ Filter chain halted as :init_search_filter_index rendered or redirected
7125
+ Completed 302 Found in 19ms (ActiveRecord: 0.0ms)
7126
+
7127
+
7128
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-06-12 15:39:24 +0300
7129
+ Processing by Optimacms::Admin::PagesController#index as HTML
7130
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7131
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
7132
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (22.0ms)
7133
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
7134
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (7.0ms)
7135
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
7136
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (46.0ms)
7137
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
7138
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
7139
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (65.0ms)
7140
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (69.0ms)
7141
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY title asc LIMIT 10 OFFSET 0
7142
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (0, 4, 126)
7143
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
7144
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (191.0ms)
7145
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
7146
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (12.0ms)
7147
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
7148
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
7149
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
7150
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
7151
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (596.0ms)
7152
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (668.0ms)
7153
+ Completed 200 OK in 899ms (Views: 877.1ms | ActiveRecord: 4.0ms)
7154
+
7155
+
7156
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:25 +0300
7157
+
7158
+
7159
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:25 +0300
7160
+
7161
+
7162
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-12 15:39:25 +0300
7163
+
7164
+
7165
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:25 +0300
7166
+
7167
+
7168
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-12 15:39:25 +0300
7169
+
7170
+
7171
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:25 +0300
7172
+
7173
+
7174
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:25 +0300
7175
+
7176
+
7177
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:25 +0300
7178
+
7179
+
7180
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:25 +0300
7181
+
7182
+
7183
+ Started POST "/cmsadmin/pages/search?cmd=order&orderby=title&orderdir=desc" for 127.0.0.1 at 2015-06-12 15:39:26 +0300
7184
+ Processing by Optimacms::Admin::PagesController#search as HTML
7185
+ Parameters: {"authenticity_token"=>"0aa9qufZ5N+v3FwpxxUmHkre9B2zCIunOi2KwDdF6gDH9ImKrA/JyxXSti1Ft2QCotktj8i+c6IJq6gHQo6qpw==", "cmd"=>"order", "orderby"=>"title", "orderdir"=>"desc"}
7186
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7187
+ Redirected to http://localhost:3001/cmsadmin/pages
7188
+ Filter chain halted as :init_search_filter_index rendered or redirected
7189
+ Completed 302 Found in 18ms (ActiveRecord: 1.0ms)
7190
+
7191
+
7192
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-06-12 15:39:26 +0300
7193
+ Processing by Optimacms::Admin::PagesController#index as HTML
7194
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7195
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
7196
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (30.0ms)
7197
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (34.0ms)
7198
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (7.0ms)
7199
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (11.0ms)
7200
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (54.0ms)
7201
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
7202
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
7203
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (72.0ms)
7204
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (76.0ms)
7205
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY title desc LIMIT 10 OFFSET 0
7206
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (0, 4, 126)
7207
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
7208
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (192.0ms)
7209
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
7210
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
7211
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
7212
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
7213
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
7214
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
7215
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (601.0ms)
7216
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (678.0ms)
7217
+ Completed 200 OK in 912ms (Views: 890.1ms | ActiveRecord: 1.0ms)
7218
+
7219
+
7220
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:27 +0300
7221
+
7222
+
7223
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-12 15:39:27 +0300
7224
+
7225
+
7226
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:27 +0300
7227
+
7228
+
7229
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:27 +0300
7230
+
7231
+
7232
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:27 +0300
7233
+
7234
+
7235
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-12 15:39:27 +0300
7236
+
7237
+
7238
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:27 +0300
7239
+
7240
+
7241
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:27 +0300
7242
+
7243
+
7244
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:27 +0300
7245
+
7246
+
7247
+ Started GET "/cmsadmin/pages?parent_id=148" for 127.0.0.1 at 2015-06-12 15:39:30 +0300
7248
+ Processing by Optimacms::Admin::PagesController#index as HTML
7249
+ Parameters: {"parent_id"=>"148"}
7250
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7251
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
7252
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (21.0ms)
7253
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
7254
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (7.0ms)
7255
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
7256
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (46.0ms)
7257
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
7258
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
7259
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (63.0ms)
7260
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (67.0ms)
7261
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY title desc LIMIT 10 OFFSET 0
7262
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (120, 129, 39, 139)
7263
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )
7264
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (149.0ms)
7265
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
7266
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
7267
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
7268
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
7269
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
7270
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
7271
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (636.0ms)
7272
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (706.0ms)
7273
+ Completed 200 OK in 912ms (Views: 878.1ms | ActiveRecord: 4.0ms)
7274
+
7275
+
7276
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:31 +0300
7277
+
7278
+
7279
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:31 +0300
7280
+
7281
+
7282
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:31 +0300
7283
+
7284
+
7285
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-12 15:39:31 +0300
7286
+
7287
+
7288
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-12 15:39:31 +0300
7289
+
7290
+
7291
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:31 +0300
7292
+
7293
+
7294
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:31 +0300
7295
+
7296
+
7297
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:31 +0300
7298
+
7299
+
7300
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:31 +0300
7301
+
7302
+
7303
+ Started POST "/cmsadmin/pages/search?cmd=order&orderby=title&orderdir=asc" for 127.0.0.1 at 2015-06-12 15:39:33 +0300
7304
+ Processing by Optimacms::Admin::PagesController#search as HTML
7305
+ Parameters: {"authenticity_token"=>"3v79SysgvXQYw2IVY6hT7wLZlLREdR7xKpzh3qrJkzjIrMlrYPaQYKLNiBHhChHz6t5NJj/D5vQZGsMZ3wLTnw==", "cmd"=>"order", "orderby"=>"title", "orderdir"=>"asc"}
7306
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7307
+ Redirected to http://localhost:3001/cmsadmin/pages
7308
+ Filter chain halted as :init_search_filter_index rendered or redirected
7309
+ Completed 302 Found in 19ms (ActiveRecord: 1.0ms)
7310
+
7311
+
7312
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-06-12 15:39:33 +0300
7313
+ Processing by Optimacms::Admin::PagesController#index as HTML
7314
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7315
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
7316
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (26.0ms)
7317
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (31.0ms)
7318
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (8.0ms)
7319
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
7320
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (52.0ms)
7321
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
7322
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
7323
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (70.0ms)
7324
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (74.0ms)
7325
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY title asc LIMIT 10 OFFSET 0
7326
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (139, 39, 129, 120)
7327
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )
7328
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (157.0ms)
7329
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
7330
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (12.0ms)
7331
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
7332
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
7333
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
7334
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
7335
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (596.0ms)
7336
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (666.0ms)
7337
+ Completed 200 OK in 864ms (Views: 842.0ms | ActiveRecord: 1.0ms)
7338
+
7339
+
7340
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:34 +0300
7341
+
7342
+
7343
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:34 +0300
7344
+
7345
+
7346
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:34 +0300
7347
+
7348
+
7349
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:34 +0300
7350
+
7351
+
7352
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:34 +0300
7353
+
7354
+
7355
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:34 +0300
7356
+
7357
+
7358
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:34 +0300
7359
+
7360
+
7361
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-12 15:39:34 +0300
7362
+
7363
+
7364
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-12 15:39:34 +0300
7365
+
7366
+
7367
+ Started POST "/cmsadmin/pages/search?cmd=order&orderby=title&orderdir=desc" for 127.0.0.1 at 2015-06-12 15:39:35 +0300
7368
+ Processing by Optimacms::Admin::PagesController#search as HTML
7369
+ Parameters: {"authenticity_token"=>"J07IPIMkIl/rI34aKcb7iOXYHbw6BrVZnXWcKabjFXQxHPwcyPIPS1EtlB6rZLmUDd/ELkGwTVyu877u0yhV0w==", "cmd"=>"order", "orderby"=>"title", "orderdir"=>"desc"}
7370
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7371
+ Redirected to http://localhost:3001/cmsadmin/pages
7372
+ Filter chain halted as :init_search_filter_index rendered or redirected
7373
+ Completed 302 Found in 20ms (ActiveRecord: 1.0ms)
7374
+
7375
+
7376
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-06-12 15:39:35 +0300
7377
+ Processing by Optimacms::Admin::PagesController#index as HTML
7378
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7379
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
7380
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (21.0ms)
7381
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
7382
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (7.0ms)
7383
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
7384
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (46.0ms)
7385
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
7386
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
7387
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (64.0ms)
7388
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (69.0ms)
7389
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY title desc LIMIT 10 OFFSET 0
7390
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (120, 129, 39, 139)
7391
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )
7392
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (147.0ms)
7393
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
7394
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (12.0ms)
7395
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
7396
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
7397
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
7398
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (9.0ms)
7399
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (609.0ms)
7400
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (683.0ms)
7401
+ Completed 200 OK in 871ms (Views: 849.0ms | ActiveRecord: 3.0ms)
7402
+
7403
+
7404
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:36 +0300
7405
+
7406
+
7407
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:36 +0300
7408
+
7409
+
7410
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-12 15:39:36 +0300
7411
+
7412
+
7413
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:36 +0300
7414
+
7415
+
7416
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:36 +0300
7417
+
7418
+
7419
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:36 +0300
7420
+
7421
+
7422
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:36 +0300
7423
+
7424
+
7425
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-12 15:39:37 +0300
7426
+
7427
+
7428
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:37 +0300
7429
+
7430
+
7431
+ Started POST "/cmsadmin/pages/search?cmd=order&orderby=title&orderdir=asc" for 127.0.0.1 at 2015-06-12 15:39:39 +0300
7432
+ Processing by Optimacms::Admin::PagesController#search as HTML
7433
+ Parameters: {"authenticity_token"=>"Zw5rAOlnL/9OHjJ/K+UfGN8Taz/r1gaT59cfN+4s9/ZxXF8gorEC6/QQ2HupR10ENxSyrZBg/pbUUT3wm+e3UQ==", "cmd"=>"order", "orderby"=>"title", "orderdir"=>"asc"}
7434
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7435
+ Redirected to http://localhost:3001/cmsadmin/pages
7436
+ Filter chain halted as :init_search_filter_index rendered or redirected
7437
+ Completed 302 Found in 19ms (ActiveRecord: 0.0ms)
7438
+
7439
+
7440
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-06-12 15:39:39 +0300
7441
+ Processing by Optimacms::Admin::PagesController#index as HTML
7442
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7443
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
7444
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (29.0ms)
7445
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (33.0ms)
7446
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (7.0ms)
7447
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
7448
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (54.0ms)
7449
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
7450
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
7451
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (71.0ms)
7452
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (76.0ms)
7453
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY title asc LIMIT 10 OFFSET 0
7454
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (139, 39, 129, 120)
7455
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )
7456
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (149.0ms)
7457
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
7458
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
7459
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
7460
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
7461
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
7462
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
7463
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (600.0ms)
7464
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (669.0ms)
7465
+ Completed 200 OK in 859ms (Views: 836.0ms | ActiveRecord: 5.0ms)
7466
+
7467
+
7468
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:40 +0300
7469
+
7470
+
7471
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-12 15:39:40 +0300
7472
+
7473
+
7474
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:40 +0300
7475
+
7476
+
7477
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-12 15:39:40 +0300
7478
+
7479
+
7480
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:40 +0300
7481
+
7482
+
7483
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:40 +0300
7484
+
7485
+
7486
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:40 +0300
7487
+
7488
+
7489
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:40 +0300
7490
+
7491
+
7492
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:40 +0300
7493
+
7494
+
7495
+ Started POST "/cmsadmin/pages/search?cmd=order&orderby=title&orderdir=desc" for 127.0.0.1 at 2015-06-12 15:39:41 +0300
7496
+ Processing by Optimacms::Admin::PagesController#search as HTML
7497
+ Parameters: {"authenticity_token"=>"HJJIkiDx6XsM9JO0HPVG+KTG6HRjXBln38wJNTIbYRQKwHyyayfEb7b6ebCeVwTkTMEx5hjq4WLsSivyR9Ahsw==", "cmd"=>"order", "orderby"=>"title", "orderdir"=>"desc"}
7498
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7499
+ Redirected to http://localhost:3001/cmsadmin/pages
7500
+ Filter chain halted as :init_search_filter_index rendered or redirected
7501
+ Completed 302 Found in 18ms (ActiveRecord: 1.0ms)
7502
+
7503
+
7504
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-06-12 15:39:41 +0300
7505
+ Processing by Optimacms::Admin::PagesController#index as HTML
7506
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7507
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
7508
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (24.0ms)
7509
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (28.0ms)
7510
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (8.0ms)
7511
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
7512
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (49.0ms)
7513
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
7514
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
7515
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (66.0ms)
7516
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (70.0ms)
7517
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY title desc LIMIT 10 OFFSET 0
7518
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (120, 129, 39, 139)
7519
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )
7520
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (155.0ms)
7521
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
7522
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (12.0ms)
7523
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
7524
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
7525
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
7526
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
7527
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (599.0ms)
7528
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (672.0ms)
7529
+ Completed 200 OK in 870ms (Views: 847.0ms | ActiveRecord: 3.0ms)
7530
+
7531
+
7532
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:42 +0300
7533
+
7534
+
7535
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:42 +0300
7536
+
7537
+
7538
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:42 +0300
7539
+
7540
+
7541
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-12 15:39:42 +0300
7542
+
7543
+
7544
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:42 +0300
7545
+
7546
+
7547
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:42 +0300
7548
+
7549
+
7550
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:42 +0300
7551
+
7552
+
7553
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:42 +0300
7554
+
7555
+
7556
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-12 15:39:42 +0300
7557
+
7558
+
7559
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-06-12 15:39:56 +0300
7560
+ Processing by Optimacms::Admin::PagesController#index as HTML
7561
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7562
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
7563
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (23.0ms)
7564
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (27.0ms)
7565
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (7.0ms)
7566
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
7567
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (48.0ms)
7568
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
7569
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
7570
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (65.0ms)
7571
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (70.0ms)
7572
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY title desc LIMIT 10 OFFSET 0
7573
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (120, 129, 39, 139)
7574
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )
7575
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (232.0ms)
7576
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
7577
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
7578
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
7579
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
7580
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
7581
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
7582
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (631.0ms)
7583
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (700.0ms)
7584
+ Completed 200 OK in 994ms (Views: 969.1ms | ActiveRecord: 2.0ms)
7585
+
7586
+
7587
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-12 15:39:57 +0300
7588
+
7589
+
7590
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:57 +0300
7591
+
7592
+
7593
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-12 15:39:57 +0300
7594
+
7595
+
7596
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:57 +0300
7597
+
7598
+
7599
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:57 +0300
7600
+
7601
+
7602
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:57 +0300
7603
+
7604
+
7605
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:57 +0300
7606
+
7607
+
7608
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:58 +0300
7609
+
7610
+
7611
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:58 +0300
7612
+
7613
+
7614
+ Started POST "/cmsadmin/pages/search?cmd=order&orderby=name&orderdir=asc" for 127.0.0.1 at 2015-06-12 15:39:58 +0300
7615
+ Processing by Optimacms::Admin::PagesController#search as HTML
7616
+ Parameters: {"authenticity_token"=>"zuO/mRx1iYWY0FUBFoVxRpugiZcfYVjFfoycBFtEqbDYsYu5V6OkkSLevwWUJzNac6dQBWTXoMBNCr7DLo/pFw==", "cmd"=>"order", "orderby"=>"name", "orderdir"=>"asc"}
7617
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7618
+ Redirected to http://localhost:3001/cmsadmin/pages
7619
+ Filter chain halted as :init_search_filter_index rendered or redirected
7620
+ Completed 302 Found in 18ms (ActiveRecord: 1.0ms)
7621
+
7622
+
7623
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-06-12 15:39:58 +0300
7624
+ Processing by Optimacms::Admin::PagesController#index as HTML
7625
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7626
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
7627
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (22.0ms)
7628
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (27.0ms)
7629
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (8.0ms)
7630
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
7631
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (47.0ms)
7632
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
7633
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
7634
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (65.0ms)
7635
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (70.0ms)
7636
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY name asc LIMIT 10 OFFSET 0
7637
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (139, 120, 39, 129)
7638
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )
7639
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (157.0ms)
7640
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
7641
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
7642
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
7643
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
7644
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
7645
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
7646
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (597.0ms)
7647
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (668.0ms)
7648
+ Completed 200 OK in 865ms (Views: 843.0ms | ActiveRecord: 2.0ms)
7649
+
7650
+
7651
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:59 +0300
7652
+
7653
+
7654
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-06-12 15:39:59 +0300
7655
+
7656
+
7657
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-12 15:39:59 +0300
7658
+
7659
+
7660
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:00 +0300
7661
+
7662
+
7663
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:00 +0300
7664
+
7665
+
7666
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:00 +0300
7667
+
7668
+
7669
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:00 +0300
7670
+
7671
+
7672
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:00 +0300
7673
+
7674
+
7675
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-12 15:40:00 +0300
7676
+
7677
+
7678
+ Started POST "/cmsadmin/pages/search?cmd=order&orderby=name&orderdir=desc" for 127.0.0.1 at 2015-06-12 15:40:02 +0300
7679
+ Processing by Optimacms::Admin::PagesController#search as HTML
7680
+ Parameters: {"authenticity_token"=>"m6BQcWTtfNqIuYbvwwnXRFds07gl0e3xmVTO87kEsJGN8mRRLztRzjK3bOtBq5VYv2sKKl5nFfSq0uw0zM/wNg==", "cmd"=>"order", "orderby"=>"name", "orderdir"=>"desc"}
7681
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7682
+ Redirected to http://localhost:3001/cmsadmin/pages
7683
+ Filter chain halted as :init_search_filter_index rendered or redirected
7684
+ Completed 302 Found in 19ms (ActiveRecord: 1.0ms)
7685
+
7686
+
7687
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-06-12 15:40:02 +0300
7688
+ Processing by Optimacms::Admin::PagesController#index as HTML
7689
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7690
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
7691
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (22.0ms)
7692
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (27.0ms)
7693
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (7.0ms)
7694
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
7695
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (47.0ms)
7696
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
7697
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
7698
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (64.0ms)
7699
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (69.0ms)
7700
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY name desc LIMIT 10 OFFSET 0
7701
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (129, 39, 120, 139)
7702
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )
7703
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (153.0ms)
7704
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
7705
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
7706
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
7707
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
7708
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
7709
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
7710
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (596.0ms)
7711
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (666.0ms)
7712
+ Completed 200 OK in 867ms (Views: 837.0ms | ActiveRecord: 3.0ms)
7713
+
7714
+
7715
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:03 +0300
7716
+
7717
+
7718
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-12 15:40:03 +0300
7719
+
7720
+
7721
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:03 +0300
7722
+
7723
+
7724
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:03 +0300
7725
+
7726
+
7727
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:03 +0300
7728
+
7729
+
7730
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-12 15:40:03 +0300
7731
+
7732
+
7733
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:03 +0300
7734
+
7735
+
7736
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:03 +0300
7737
+
7738
+
7739
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:03 +0300
7740
+
7741
+
7742
+ Started POST "/cmsadmin/pages/search?cmd=order&orderby=name&orderdir=asc" for 127.0.0.1 at 2015-06-12 15:40:04 +0300
7743
+ Processing by Optimacms::Admin::PagesController#search as HTML
7744
+ Parameters: {"authenticity_token"=>"qs2BfugzdYHZGJ7KCERYqiaaq5lFePhmQpOZmZR0Q9C8n7Veo+VYlWMWdM6K5hq2zp1yCz7OAGNxFbte4b8Ddw==", "cmd"=>"order", "orderby"=>"name", "orderdir"=>"asc"}
7745
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7746
+ Redirected to http://localhost:3001/cmsadmin/pages
7747
+ Filter chain halted as :init_search_filter_index rendered or redirected
7748
+ Completed 302 Found in 19ms (ActiveRecord: 1.0ms)
7749
+
7750
+
7751
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-06-12 15:40:04 +0300
7752
+ Processing by Optimacms::Admin::PagesController#index as HTML
7753
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7754
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
7755
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (24.0ms)
7756
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (28.0ms)
7757
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (8.0ms)
7758
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
7759
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (49.0ms)
7760
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
7761
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (6.0ms)
7762
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (73.0ms)
7763
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (77.0ms)
7764
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY name asc LIMIT 10 OFFSET 0
7765
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (139, 120, 39, 129)
7766
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )
7767
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (154.0ms)
7768
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
7769
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
7770
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
7771
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
7772
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
7773
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
7774
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (597.0ms)
7775
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (667.0ms)
7776
+ Completed 200 OK in 862ms (Views: 839.0ms | ActiveRecord: 4.0ms)
7777
+
7778
+
7779
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:05 +0300
7780
+
7781
+
7782
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-12 15:40:05 +0300
7783
+
7784
+
7785
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:05 +0300
7786
+
7787
+
7788
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-12 15:40:05 +0300
7789
+
7790
+
7791
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:05 +0300
7792
+
7793
+
7794
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:05 +0300
7795
+
7796
+
7797
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:05 +0300
7798
+
7799
+
7800
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:05 +0300
7801
+
7802
+
7803
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:05 +0300
7804
+
7805
+
7806
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-12 15:40:08 +0300
7807
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
7808
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7809
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
7810
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
7811
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (21.0ms)
7812
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
7813
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (7.0ms)
7814
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
7815
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (46.0ms)
7816
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
7817
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
7818
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (63.0ms)
7819
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (66.0ms)
7820
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
7821
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
7822
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
7823
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (185.0ms)
7824
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
7825
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
7826
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
7827
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
7828
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
7829
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (9.0ms)
7830
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (604.0ms)
7831
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (676.0ms)
7832
+ Completed 200 OK in 915ms (Views: 879.1ms | ActiveRecord: 3.0ms)
7833
+
7834
+
7835
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:09 +0300
7836
+
7837
+
7838
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:09 +0300
7839
+
7840
+
7841
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:09 +0300
7842
+
7843
+
7844
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:09 +0300
7845
+
7846
+
7847
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-12 15:40:09 +0300
7848
+
7849
+
7850
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:09 +0300
7851
+
7852
+
7853
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:09 +0300
7854
+
7855
+
7856
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-12 15:40:09 +0300
7857
+
7858
+
7859
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:09 +0300
7860
+
7861
+
7862
+ Started POST "/cmsadmin/templates/search?cmd=order&orderby=title&orderdir=desc" for 127.0.0.1 at 2015-06-12 15:40:28 +0300
7863
+ Processing by Optimacms::Admin::TemplatesController#search as HTML
7864
+ Parameters: {"authenticity_token"=>"5Q1qGqTcXgt8nRoGRH4ltieVsIsQ0ifFoaEmu5q94zzzX1467wpzH8aT8ALG3Geqz5JpGWtk38CSJwR873ajmw==", "cmd"=>"order", "orderby"=>"title", "orderdir"=>"desc"}
7865
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7866
+ Redirected to http://localhost:3001/cmsadmin/templates
7867
+ Filter chain halted as :init_search_filter_index rendered or redirected
7868
+ Completed 302 Found in 20ms (ActiveRecord: 1.0ms)
7869
+
7870
+
7871
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-12 15:40:28 +0300
7872
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
7873
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7874
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
7875
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
7876
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (23.0ms)
7877
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
7878
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (7.0ms)
7879
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
7880
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (46.0ms)
7881
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
7882
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
7883
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (64.0ms)
7884
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (68.0ms)
7885
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
7886
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title desc LIMIT 10 OFFSET 0
7887
+  (0.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
7888
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (137.0ms)
7889
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
7890
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (10.0ms)
7891
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
7892
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
7893
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
7894
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
7895
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (598.0ms)
7896
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (667.0ms)
7897
+ Completed 200 OK in 850ms (Views: 823.0ms | ActiveRecord: 3.0ms)
7898
+
7899
+
7900
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:29 +0300
7901
+
7902
+
7903
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:29 +0300
7904
+
7905
+
7906
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:29 +0300
7907
+
7908
+
7909
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-12 15:40:29 +0300
7910
+
7911
+
7912
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:29 +0300
7913
+
7914
+
7915
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:29 +0300
7916
+
7917
+
7918
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:29 +0300
7919
+
7920
+
7921
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-12 15:40:29 +0300
7922
+
7923
+
7924
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:29 +0300
7925
+
7926
+
7927
+ Started POST "/cmsadmin/templates/search?cmd=order&orderby=title&orderdir=asc" for 127.0.0.1 at 2015-06-12 15:40:30 +0300
7928
+ Processing by Optimacms::Admin::TemplatesController#search as HTML
7929
+ Parameters: {"authenticity_token"=>"Sp3PdQz1HI1rdcm9V+QLH4uF+Ej/Ax/dTIm3C6KxSHxcz/tVRyMxmdF7I7nVRkkDY4Ih2oS159h/D5XM13oI2w==", "cmd"=>"order", "orderby"=>"title", "orderdir"=>"asc"}
7930
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7931
+ Redirected to http://localhost:3001/cmsadmin/templates
7932
+ Filter chain halted as :init_search_filter_index rendered or redirected
7933
+ Completed 302 Found in 19ms (ActiveRecord: 1.0ms)
7934
+
7935
+
7936
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-12 15:40:30 +0300
7937
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
7938
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7939
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
7940
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
7941
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (22.0ms)
7942
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (27.0ms)
7943
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (7.0ms)
7944
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (11.0ms)
7945
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (46.0ms)
7946
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
7947
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
7948
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (71.0ms)
7949
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (75.0ms)
7950
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
7951
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
7952
+  (0.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
7953
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (136.0ms)
7954
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
7955
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
7956
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
7957
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
7958
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
7959
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
7960
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (603.0ms)
7961
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (673.0ms)
7962
+ Completed 200 OK in 858ms (Views: 830.0ms | ActiveRecord: 2.0ms)
7963
+
7964
+
7965
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-12 15:40:31 +0300
7966
+
7967
+
7968
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-12 15:40:31 +0300
7969
+
7970
+
7971
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:31 +0300
7972
+
7973
+
7974
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:31 +0300
7975
+
7976
+
7977
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:31 +0300
7978
+
7979
+
7980
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:31 +0300
7981
+
7982
+
7983
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:31 +0300
7984
+
7985
+
7986
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:31 +0300
7987
+
7988
+
7989
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:31 +0300
7990
+
7991
+
7992
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-12 15:40:51 +0300
7993
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
7994
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
7995
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
7996
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
7997
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (29.0ms)
7998
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (33.0ms)
7999
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (9.0ms)
8000
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (18.0ms)
8001
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (59.0ms)
8002
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
8003
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
8004
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (77.0ms)
8005
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (81.0ms)
8006
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
8007
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
8008
+  (0.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
8009
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (209.0ms)
8010
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
8011
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (12.0ms)
8012
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
8013
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
8014
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
8015
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
8016
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (615.0ms)
8017
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (684.0ms)
8018
+ Completed 200 OK in 940ms (Views: 911.1ms | ActiveRecord: 4.0ms)
8019
+
8020
+
8021
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:52 +0300
8022
+
8023
+
8024
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:52 +0300
8025
+
8026
+
8027
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:52 +0300
8028
+
8029
+
8030
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:52 +0300
8031
+
8032
+
8033
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:52 +0300
8034
+
8035
+
8036
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:52 +0300
8037
+
8038
+
8039
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:52 +0300
8040
+
8041
+
8042
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-12 15:40:52 +0300
8043
+
8044
+
8045
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-12 15:40:52 +0300
8046
+
8047
+
8048
+ Started POST "/cmsadmin/templates/search?cmd=order&orderby=basepath&orderdir=asc" for 127.0.0.1 at 2015-06-12 15:40:55 +0300
8049
+ Processing by Optimacms::Admin::TemplatesController#search as HTML
8050
+ Parameters: {"authenticity_token"=>"BOVJfic2vP+DW20dvmSjE7X9OB7xAGgUzmO875lb1CcSt31ebOCR6zlVhxk8xuEPXfrhjIq2kBH95Z4o7JCUgA==", "cmd"=>"order", "orderby"=>"basepath", "orderdir"=>"asc"}
8051
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
8052
+ Redirected to http://localhost:3001/cmsadmin/templates
8053
+ Filter chain halted as :init_search_filter_index rendered or redirected
8054
+ Completed 302 Found in 20ms (ActiveRecord: 0.0ms)
8055
+
8056
+
8057
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-12 15:40:55 +0300
8058
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
8059
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
8060
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
8061
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
8062
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (22.0ms)
8063
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
8064
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (7.0ms)
8065
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (11.0ms)
8066
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (46.0ms)
8067
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
8068
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
8069
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (63.0ms)
8070
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (68.0ms)
8071
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
8072
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY basepath asc LIMIT 10 OFFSET 0
8073
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
8074
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (130.0ms)
8075
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
8076
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (12.0ms)
8077
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
8078
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
8079
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
8080
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (15.0ms)
8081
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (598.0ms)
8082
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (677.0ms)
8083
+ Completed 200 OK in 854ms (Views: 825.0ms | ActiveRecord: 2.0ms)
8084
+
8085
+
8086
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-12 15:40:56 +0300
8087
+
8088
+
8089
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:56 +0300
8090
+
8091
+
8092
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:56 +0300
8093
+
8094
+
8095
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:56 +0300
8096
+
8097
+
8098
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:56 +0300
8099
+
8100
+
8101
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:56 +0300
8102
+
8103
+
8104
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:56 +0300
8105
+
8106
+
8107
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:56 +0300
8108
+
8109
+
8110
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-12 15:40:56 +0300
8111
+
8112
+
8113
+ Started POST "/cmsadmin/templates/search?cmd=order&orderby=basepath&orderdir=desc" for 127.0.0.1 at 2015-06-12 15:40:57 +0300
8114
+ Processing by Optimacms::Admin::TemplatesController#search as HTML
8115
+ Parameters: {"authenticity_token"=>"E6PD54oTsy29KLfhe8PJS8Nmf1PzvSBk9NFvMTnPax4F8ffHwcWeOQcmXeX5YYtXK2GmwYgL2GHHV032TAQruQ==", "cmd"=>"order", "orderby"=>"basepath", "orderdir"=>"desc"}
8116
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
8117
+ Redirected to http://localhost:3001/cmsadmin/templates
8118
+ Filter chain halted as :init_search_filter_index rendered or redirected
8119
+ Completed 302 Found in 19ms (ActiveRecord: 0.0ms)
8120
+
8121
+
8122
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-12 15:40:57 +0300
8123
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
8124
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
8125
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
8126
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
8127
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (21.0ms)
8128
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (27.0ms)
8129
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (7.0ms)
8130
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
8131
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (46.0ms)
8132
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
8133
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
8134
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (63.0ms)
8135
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (68.0ms)
8136
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
8137
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY basepath desc LIMIT 10 OFFSET 0
8138
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
8139
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (137.0ms)
8140
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
8141
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
8142
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
8143
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
8144
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
8145
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
8146
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (611.0ms)
8147
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (680.0ms)
8148
+ Completed 200 OK in 866ms (Views: 836.0ms | ActiveRecord: 2.0ms)
8149
+
8150
+
8151
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:58 +0300
8152
+
8153
+
8154
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:58 +0300
8155
+
8156
+
8157
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-12 15:40:58 +0300
8158
+
8159
+
8160
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:58 +0300
8161
+
8162
+
8163
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-12 15:40:58 +0300
8164
+
8165
+
8166
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:58 +0300
8167
+
8168
+
8169
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:58 +0300
8170
+
8171
+
8172
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:59 +0300
8173
+
8174
+
8175
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 15:40:59 +0300
8176
+
8177
+
8178
+ Started GET "/cmsadmin/templates/148/edit" for 127.0.0.1 at 2015-06-12 15:41:15 +0300
8179
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
8180
+ Parameters: {"id"=>"148"}
8181
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
8182
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 148 LIMIT 1
8183
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
8184
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (4.0ms)
8185
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (152.0ms)
8186
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (165.0ms)
8187
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
8188
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
8189
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
8190
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
8191
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
8192
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
8193
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (600.0ms)
8194
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (668.0ms)
8195
+ Completed 200 OK in 884ms (Views: 864.0ms | ActiveRecord: 0.0ms)
8196
+
8197
+
8198
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:16 +0300
8199
+
8200
+
8201
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-12 15:41:16 +0300
8202
+
8203
+
8204
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:16 +0300
8205
+
8206
+
8207
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:16 +0300
8208
+
8209
+
8210
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:16 +0300
8211
+
8212
+
8213
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:16 +0300
8214
+
8215
+
8216
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:16 +0300
8217
+
8218
+
8219
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:16 +0300
8220
+
8221
+
8222
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-12 15:41:16 +0300
8223
+
8224
+
8225
+ Started GET "/cmsadmin/templates/new?parent_id=70" for 127.0.0.1 at 2015-06-12 15:41:21 +0300
8226
+ Processing by Optimacms::Admin::TemplatesController#new as HTML
8227
+ Parameters: {"parent_id"=>"70"}
8228
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
8229
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
8230
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
8231
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
8232
+ Optimacms::TemplateType Load (0.0ms) SELECT `cms_templatetypes`.* FROM `cms_templatetypes`
8233
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/new.html.haml within optimacms/admin/layouts/main (201.0ms)
8234
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
8235
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (12.0ms)
8236
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
8237
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
8238
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
8239
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
8240
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (610.0ms)
8241
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (679.0ms)
8242
+ Completed 200 OK in 942ms (Views: 891.1ms | ActiveRecord: 10.0ms)
8243
+
8244
+
8245
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-12 15:41:22 +0300
8246
+
8247
+
8248
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:22 +0300
8249
+
8250
+
8251
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:22 +0300
8252
+
8253
+
8254
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:22 +0300
8255
+
8256
+
8257
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:22 +0300
8258
+
8259
+
8260
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:22 +0300
8261
+
8262
+
8263
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:22 +0300
8264
+
8265
+
8266
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-12 15:41:22 +0300
8267
+
8268
+
8269
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:22 +0300
8270
+
8271
+
8272
+ Started GET "/cmsadmin/templates/new?parent_id=70" for 127.0.0.1 at 2015-06-12 15:41:24 +0300
8273
+ Processing by Optimacms::Admin::TemplatesController#new as HTML
8274
+ Parameters: {"parent_id"=>"70"}
8275
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
8276
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
8277
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
8278
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
8279
+ Optimacms::TemplateType Load (0.0ms) SELECT `cms_templatetypes`.* FROM `cms_templatetypes`
8280
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/new.html.haml within optimacms/admin/layouts/main (147.0ms)
8281
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
8282
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
8283
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
8284
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
8285
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
8286
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
8287
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (636.0ms)
8288
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (711.0ms)
8289
+ Completed 200 OK in 910ms (Views: 878.0ms | ActiveRecord: 0.0ms)
8290
+
8291
+
8292
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:25 +0300
8293
+
8294
+
8295
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:25 +0300
8296
+
8297
+
8298
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:25 +0300
8299
+
8300
+
8301
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:25 +0300
8302
+
8303
+
8304
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:25 +0300
8305
+
8306
+
8307
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:25 +0300
8308
+
8309
+
8310
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:25 +0300
8311
+
8312
+
8313
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-12 15:41:25 +0300
8314
+
8315
+
8316
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-12 15:41:25 +0300
8317
+
8318
+
8319
+ Started POST "/cmsadmin/templates" for 127.0.0.1 at 2015-06-12 15:41:33 +0300
8320
+ Processing by Optimacms::Admin::TemplatesController#create as HTML
8321
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"53ti4fB2iT0J1fz4MvM/tgC0LjKtpWFgulRFk7If9KzxKVbBu6CkKbPbFvywUX2q6LP3oNYTmWWJ0mdUx9S0Cw==", "modal"=>"0", "template"=>{"title"=>"part 2", "basedirpath"=>"temp/", "basename"=>"part2", "type_id"=>"3", "tpl_format"=>"haml", "is_translated"=>"0"}, "commit"=>"Save"}
8322
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
8323
+  (1.0ms) BEGIN
8324
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`basepath` = 'temp' AND `cms_templates`.`is_folder` = 1 ORDER BY `cms_templates`.`id` ASC LIMIT 1
8325
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
8326
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
8327
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
8328
+ Optimacms::Template Exists (1.0ms) SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/part2' AND `cms_templates`.`is_folder` = 0) LIMIT 1
8329
+ SQL (1.0ms) INSERT INTO `cms_templates` (`title`, `basedirpath`, `basename`, `type_id`, `tpl_format`, `ancestry`, `basepath`, `created_at`, `updated_at`) VALUES ('part 2', 'temp/', 'part2', 3, 'haml', '70', 'temp/part2', '2015-06-12 12:41:34', '2015-06-12 12:41:34')
8330
+  (2.0ms) COMMIT
8331
+ Redirected to http://localhost:3001/cmsadmin/templates/149/edit
8332
+ Completed 302 Found in 233ms (ActiveRecord: 6.0ms)
8333
+
8334
+
8335
+ Started GET "/cmsadmin/templates/149/edit" for 127.0.0.1 at 2015-06-12 15:41:34 +0300
8336
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
8337
+ Parameters: {"id"=>"149"}
8338
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
8339
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 149 LIMIT 1
8340
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
8341
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (1.0ms)
8342
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (99.0ms)
8343
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (106.0ms)
8344
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (12.0ms)
8345
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
8346
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
8347
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
8348
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
8349
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
8350
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (603.0ms)
8351
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (681.0ms)
8352
+ Completed 200 OK in 831ms (Views: 810.0ms | ActiveRecord: 1.0ms)
8353
+
8354
+
8355
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-12 15:41:35 +0300
8356
+
8357
+
8358
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:35 +0300
8359
+
8360
+
8361
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:35 +0300
8362
+
8363
+
8364
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:35 +0300
8365
+
8366
+
8367
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:35 +0300
8368
+
8369
+
8370
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:35 +0300
8371
+
8372
+
8373
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-12 15:41:35 +0300
8374
+
8375
+
8376
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:35 +0300
8377
+
8378
+
8379
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:35 +0300
8380
+
8381
+
8382
+ Started PATCH "/cmsadmin/templates/149" for 127.0.0.1 at 2015-06-12 15:41:44 +0300
8383
+ Processing by Optimacms::Admin::TemplatesController#update as HTML
8384
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"OBWtZUd4KhSHacooeK5KlXT5m7R2UYSG9NjSLKtem7AuR5lFDK4HAD1nICz6DAiJnP5CJg3nfIPHXvDr3pXbFw==", "template"=>{"parent_id"=>"70", "title"=>"part 2", "content"=>"rrr"}, "commit"=>"Save", "id"=>"149"}
8385
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
8386
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 149 LIMIT 1
8387
+  (1.0ms) BEGIN
8388
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
8389
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
8390
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
8391
+ Optimacms::Template Exists (0.0ms) SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/part2' AND `cms_templates`.`id` != 149 AND `cms_templates`.`is_folder` = 0) LIMIT 1
8392
+  (0.0ms) COMMIT
8393
+ Redirected to http://localhost:3001/cmsadmin/templates
8394
+ Completed 302 Found in 67ms (ActiveRecord: 4.0ms)
8395
+
8396
+
8397
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-12 15:41:44 +0300
8398
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
8399
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
8400
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
8401
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
8402
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (32.0ms)
8403
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (36.0ms)
8404
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (8.0ms)
8405
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (13.0ms)
8406
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (57.0ms)
8407
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
8408
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
8409
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (76.0ms)
8410
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (80.0ms)
8411
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
8412
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY basepath desc LIMIT 10 OFFSET 0
8413
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
8414
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (148.0ms)
8415
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
8416
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
8417
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
8418
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
8419
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
8420
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
8421
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (616.0ms)
8422
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (688.0ms)
8423
+ Completed 200 OK in 884ms (Views: 856.0ms | ActiveRecord: 3.0ms)
8424
+
8425
+
8426
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:45 +0300
8427
+
8428
+
8429
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:45 +0300
8430
+
8431
+
8432
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:45 +0300
8433
+
8434
+
8435
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:45 +0300
8436
+
8437
+
8438
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-12 15:41:45 +0300
8439
+
8440
+
8441
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:45 +0300
8442
+
8443
+
8444
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:45 +0300
8445
+
8446
+
8447
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-12 15:41:45 +0300
8448
+
8449
+
8450
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:45 +0300
8451
+
8452
+
8453
+ Started GET "/cmsadmin/templates/149/edit" for 127.0.0.1 at 2015-06-12 15:41:52 +0300
8454
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
8455
+ Parameters: {"id"=>"149"}
8456
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
8457
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 149 LIMIT 1
8458
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
8459
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (1.0ms)
8460
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (98.0ms)
8461
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (105.0ms)
8462
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
8463
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
8464
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
8465
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
8466
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
8467
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
8468
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (609.0ms)
8469
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (686.0ms)
8470
+ Completed 200 OK in 834ms (Views: 814.0ms | ActiveRecord: 1.0ms)
8471
+
8472
+
8473
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:53 +0300
8474
+
8475
+
8476
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-12 15:41:53 +0300
8477
+
8478
+
8479
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:53 +0300
8480
+
8481
+
8482
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:53 +0300
8483
+
8484
+
8485
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:53 +0300
8486
+
8487
+
8488
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:53 +0300
8489
+
8490
+
8491
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-12 15:41:53 +0300
8492
+
8493
+
8494
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 15:41:53 +0300
8495
+
8496
+
8497
+ Started GET "/cmsadmin/templates/149/edit" for 127.0.0.1 at 2015-06-12 15:42:03 +0300
8498
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
8499
+ Parameters: {"id"=>"149"}
8500
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
8501
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 149 LIMIT 1
8502
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
8503
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
8504
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (107.0ms)
8505
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (115.0ms)
8506
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
8507
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
8508
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
8509
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
8510
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
8511
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
8512
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (631.0ms)
8513
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (699.0ms)
8514
+ Completed 200 OK in 856ms (Views: 837.0ms | ActiveRecord: 0.0ms)
8515
+
8516
+
8517
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-12 15:42:04 +0300
8518
+
8519
+
8520
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-06-12 15:42:04 +0300
8521
+
8522
+
8523
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 15:42:04 +0300
8524
+
8525
+
8526
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-12 15:42:04 +0300
8527
+
8528
+
8529
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-12 15:42:04 +0300
8530
+
8531
+
8532
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-06-12 15:42:04 +0300
8533
+
8534
+
8535
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 15:42:04 +0300
8536
+
8537
+
8538
+ Started GET "/cmsadmin/templates/149/edit" for 127.0.0.1 at 2015-06-12 15:42:19 +0300
8539
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
8540
+ Parameters: {"id"=>"149"}
8541
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
8542
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 149 LIMIT 1
8543
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
8544
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
8545
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (139.0ms)
8546
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (147.0ms)
8547
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
8548
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
8549
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
8550
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
8551
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
8552
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
8553
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (638.0ms)
8554
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (708.0ms)
8555
+ Completed 200 OK in 922ms (Views: 887.0ms | ActiveRecord: 1.0ms)
8556
+
8557
+
8558
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-12 15:42:20 +0300
8559
+
8560
+
8561
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-06-12 15:42:20 +0300
8562
+
8563
+
8564
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-12 15:42:20 +0300
8565
+
8566
+
8567
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 15:42:20 +0300
8568
+
8569
+
8570
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 15:42:20 +0300
8571
+
8572
+
8573
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-12 15:42:20 +0300
8574
+
8575
+
8576
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-12 15:42:20 +0300
8577
+
8578
+
8579
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-12 15:42:20 +0300
8580
+
8581
+
8582
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-06-12 15:42:20 +0300
8583
+
8584
+
8585
+ Started GET "/cmsadmin/templates/149/edit" for 127.0.0.1 at 2015-06-12 15:42:50 +0300
8586
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
8587
+ Parameters: {"id"=>"149"}
8588
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
8589
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 149 LIMIT 1
8590
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
8591
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (1.0ms)
8592
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (152.0ms)
8593
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (159.0ms)
8594
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
8595
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (12.0ms)
8596
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
8597
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
8598
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
8599
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
8600
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (582.0ms)
8601
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (662.0ms)
8602
+ Completed 200 OK in 870ms (Views: 846.0ms | ActiveRecord: 2.0ms)
8603
+
8604
+
8605
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-12 15:42:51 +0300
8606
+
8607
+
8608
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-06-12 15:42:51 +0300
8609
+
8610
+
8611
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-12 15:42:51 +0300
8612
+
8613
+
8614
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-12 15:42:51 +0300
8615
+
8616
+
8617
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 15:42:51 +0300
8618
+
8619
+
8620
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-12 15:42:51 +0300
8621
+
8622
+
8623
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-12 15:42:51 +0300
8624
+
8625
+
8626
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 15:42:51 +0300
8627
+
8628
+
8629
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-06-12 15:42:51 +0300
8630
+
8631
+
8632
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-06-12 15:46:30 +0300
8633
+ Processing by Optimacms::Admin::PagesController#index as HTML
8634
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
8635
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
8636
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_text.html.haml (21.0ms)
8637
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (26.0ms)
8638
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (8.0ms)
8639
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_field_simple_form.html.haml (11.0ms)
8640
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_fields.html.haml (50.0ms)
8641
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
8642
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
8643
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form_inline.html.haml (67.0ms)
8644
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.11/app/views/simple_search_filter/_form.html.haml (72.0ms)
8645
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY name asc LIMIT 10 OFFSET 0
8646
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (139, 120, 39, 129)
8647
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )
8648
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (147.0ms)
8649
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
8650
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
8651
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
8652
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
8653
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
8654
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
8655
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (582.0ms)
8656
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (650.0ms)
8657
+ Completed 200 OK in 839ms (Views: 818.0ms | ActiveRecord: 3.0ms)
8658
+
8659
+
8660
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-12 15:46:31 +0300
8661
+
8662
+
8663
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-12 15:46:31 +0300
8664
+
8665
+
8666
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-12 15:46:31 +0300
8667
+
8668
+
8669
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-12 15:46:31 +0300
8670
+
8671
+
8672
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-12 15:46:31 +0300
8673
+
8674
+
8675
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-12 15:46:31 +0300
8676
+
8677
+
8678
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-12 15:46:31 +0300
8679
+
8680
+
8681
+ Started GET "/assets/bootstrap3-autocomplete-input.min-20d00e6863d9b2bb7775fd174463862d.js?body=1" for 127.0.0.1 at 2015-06-12 15:46:31 +0300
8682
+
8683
+
8684
+ Started GET "/assets/optimacms/admin-8752222b064c7bb1e8d00024d2e3d046.js?body=1" for 127.0.0.1 at 2015-06-12 15:46:31 +0300