optimacms 0.2.7 → 0.2.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f39331a562c7630559ced794f0a3a97abc30adb1
4
- data.tar.gz: 1f37a1617cdfecf9a6b7fc521ce44b5ee7d653b0
3
+ metadata.gz: a927c79007d85bd564187648cca4c6c496f99046
4
+ data.tar.gz: d59f2c15c3f6bd12715459537096ab5da0d8e64e
5
5
  SHA512:
6
- metadata.gz: 99ad6071478d57ba4e31f402ef003b40a9018ff88663858ac0155c2cba0fdb0297c6cb767effafd936c8fc5a9526ed407f505bbdd72610f4576171a350199dee
7
- data.tar.gz: 99d6c73656f02991485ab08c0b129d69a47be8e497c7b6a660f30d198ee619d47ffc0da14a3fab2ccc74cd2623e48abf81a90876cd541e3f123f6a3d477bdae7
6
+ metadata.gz: f8adb9ce6b4f3b88e2a75d468fca1d3a546f2324ff95ab472288262adc5fcb7446b8f0b53291636d38c0fe7be4c1197c432de55d109b18dc2b95331b1c406496
7
+ data.tar.gz: a26ead260602b8908cf572e5115780c51e355b261a4216f9034e6f3f065e2841852b19567317932804fccc900c7b56105e03c3b3153ab04d8f0aefc331239514
@@ -44,8 +44,7 @@ module Optimacms
44
44
  end
45
45
 
46
46
  def template_path
47
-
48
- if page.is_translated && template.is_translated
47
+ if template.is_translated
49
48
  tpl_lang = self.lang
50
49
  else
51
50
  tpl_lang=''
@@ -1,3 +1,3 @@
1
1
  module Optimacms
2
- VERSION = "0.2.7"
2
+ VERSION = "0.2.8"
3
3
  end
@@ -22568,3 +22568,341 @@ Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac
22568
22568
 
22569
22569
 
22570
22570
  Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for 127.0.0.1 at 2016-05-31 17:41:10 +0300
22571
+
22572
+
22573
+ Started GET "/admin/pages" for 127.0.0.1 at 2016-05-31 17:44:18 +0300
22574
+ Processing by Optimacms::Admin::PagesController#index as HTML
22575
+ Optimacms::CmsAdminUser Load (0.5ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
22576
+ Optimacms::Language Load (0.5ms) SELECT `cms_languages`.* FROM `cms_languages`
22577
+ Optimacms::Page Load (0.4ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
22578
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_text.html.haml (5.0ms)
22579
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (6.4ms)
22580
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (2.9ms)
22581
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (4.3ms)
22582
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (13.0ms)
22583
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.1ms)
22584
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (1.4ms)
22585
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form_inline.html.haml (18.5ms)
22586
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (20.5ms)
22587
+ Optimacms::Page Load (0.8ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
22588
+ Optimacms::Template Load (0.4ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (127, 0, 128)
22589
+  (0.6ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
22590
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (85.1ms)
22591
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_top.html.haml (1.2ms)
22592
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_leftmenu.html.haml (31.3ms)
22593
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.3ms)
22594
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_flash.html.haml (0.3ms)
22595
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_version.html.haml (0.2ms)
22596
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_footer.html.haml (2.1ms)
22597
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/application.html.haml (92.9ms)
22598
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/basic.html.haml (140.4ms)
22599
+ Completed 200 OK in 298ms (Views: 231.4ms | ActiveRecord: 9.7ms)
22600
+
22601
+
22602
+ Started GET "/admin/pages?parent_id=93" for 127.0.0.1 at 2016-05-31 17:44:19 +0300
22603
+ Processing by Optimacms::Admin::PagesController#index as HTML
22604
+ Parameters: {"parent_id"=>"93"}
22605
+ Optimacms::CmsAdminUser Load (0.5ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
22606
+ Optimacms::Page Load (0.7ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 93 LIMIT 1
22607
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_text.html.haml (5.1ms)
22608
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (6.7ms)
22609
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (2.8ms)
22610
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (4.1ms)
22611
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (13.3ms)
22612
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.1ms)
22613
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (1.4ms)
22614
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form_inline.html.haml (18.7ms)
22615
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (20.0ms)
22616
+ Optimacms::Page Load (0.8ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 93 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
22617
+ Optimacms::Template Load (0.8ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (16, 4)
22618
+  (0.6ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 93 )
22619
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (44.3ms)
22620
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_top.html.haml (1.4ms)
22621
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_leftmenu.html.haml (23.7ms)
22622
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.3ms)
22623
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_flash.html.haml (0.2ms)
22624
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_version.html.haml (0.1ms)
22625
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_footer.html.haml (1.9ms)
22626
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/application.html.haml (92.0ms)
22627
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/basic.html.haml (132.3ms)
22628
+ Completed 200 OK in 191ms (Views: 180.6ms | ActiveRecord: 3.4ms)
22629
+
22630
+
22631
+ Started GET "/admin/pages/97/edit" for 127.0.0.1 at 2016-05-31 17:44:21 +0300
22632
+ Processing by Optimacms::Admin::PagesController#edit as HTML
22633
+ Parameters: {"id"=>"97"}
22634
+ Optimacms::CmsAdminUser Load (0.4ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
22635
+ Optimacms::Page Load (0.6ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 97 LIMIT 1
22636
+ Optimacms::Language Load (0.7ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
22637
+ CACHE (0.1ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
22638
+ Optimacms::PageTranslation Load (0.5ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 97
22639
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_form_errors.html.haml (0.2ms)
22640
+ Optimacms::Template Load (0.7ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` = 1
22641
+ Optimacms::Template Load (0.7ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 127 LIMIT 1
22642
+ CACHE (0.1ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 97 [["item_id", 97]]
22643
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/_meta.html.haml (83.5ms)
22644
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/common/_modal_div.html.haml (0.7ms)
22645
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/templates/_js_form_modal.html.haml (3.4ms)
22646
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/common/_js_tinymce.html.haml (5.6ms)
22647
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/_form.html.haml (141.2ms)
22648
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/edit.html.haml within optimacms/admin/layouts/main (143.9ms)
22649
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_top.html.haml (1.3ms)
22650
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_leftmenu.html.haml (26.8ms)
22651
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.3ms)
22652
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_flash.html.haml (0.2ms)
22653
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_version.html.haml (0.2ms)
22654
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_footer.html.haml (2.1ms)
22655
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/application.html.haml (118.3ms)
22656
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/basic.html.haml (162.9ms)
22657
+ Completed 200 OK in 349ms (Views: 313.0ms | ActiveRecord: 5.1ms)
22658
+
22659
+
22660
+ Started PATCH "/admin/pages/97" for 127.0.0.1 at 2016-05-31 17:44:25 +0300
22661
+ Processing by Optimacms::Admin::PagesController#update as HTML
22662
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"xDN9Y/UZ6F0XQ6whVigDdD5yFht9LLAgZCOSjq5YiWwDsMBRZh+a/s5/NNAuExVPbHc/8Jaxk8VzaBWBUSsjdA==", "page"=>{"parent_id"=>"0", "title"=>"Home", "url"=>"", "name"=>"home", "controller_action"=>"", "layout_id"=>"1", "template_id"=>"127", "template"=>"home (home/index)", "is_translated"=>"1", "translations_attributes"=>{"0"=>{"lang"=>"en", "meta_title"=>"HOME", "meta_keywords"=>"", "meta_description"=>"", "id"=>"259"}, "1"=>{"lang"=>"ru", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"297"}, "2"=>{"lang"=>"", "meta_title"=>"Demo App | Optima CMS", "meta_keywords"=>"cms, demo", "meta_description"=>"Demo app.", "id"=>"333"}}}, "commit"=>"Save", "id"=>"97"}
22663
+ Optimacms::CmsAdminUser Load (0.6ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
22664
+ Optimacms::Page Load (0.4ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 97 LIMIT 1
22665
+  (0.3ms) BEGIN
22666
+ Optimacms::PageTranslation Load (0.5ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 97 AND `cms_pages_translation`.`id` IN (259, 297, 333)
22667
+ SQL (0.7ms) UPDATE `cms_pages` SET `is_translated` = 1, `updated_at` = '2016-05-31 14:44:25' WHERE `cms_pages`.`id` = 97
22668
+  (1.0ms) COMMIT
22669
+ Redirected to http://localhost:3010/admin/pages
22670
+ Completed 302 Found in 28ms (ActiveRecord: 3.6ms)
22671
+
22672
+
22673
+ Started GET "/admin/pages" for 127.0.0.1 at 2016-05-31 17:44:25 +0300
22674
+ Processing by Optimacms::Admin::PagesController#index as HTML
22675
+ Optimacms::CmsAdminUser Load (0.5ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
22676
+ Optimacms::Page Load (0.4ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 93 LIMIT 1
22677
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_text.html.haml (5.1ms)
22678
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (6.5ms)
22679
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (2.9ms)
22680
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (4.4ms)
22681
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (14.0ms)
22682
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.1ms)
22683
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (1.7ms)
22684
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form_inline.html.haml (20.1ms)
22685
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (21.5ms)
22686
+ Optimacms::Page Load (0.7ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 93 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
22687
+ Optimacms::Template Load (0.5ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (16, 4)
22688
+  (0.6ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 93 )
22689
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (47.6ms)
22690
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_top.html.haml (1.3ms)
22691
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_leftmenu.html.haml (27.0ms)
22692
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.3ms)
22693
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_flash.html.haml (0.5ms)
22694
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_version.html.haml (0.2ms)
22695
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_footer.html.haml (2.2ms)
22696
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/application.html.haml (98.4ms)
22697
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/basic.html.haml (142.9ms)
22698
+ Completed 200 OK in 204ms (Views: 194.8ms | ActiveRecord: 2.6ms)
22699
+
22700
+
22701
+ Started GET "/admin/pages?parent_id=0" for 127.0.0.1 at 2016-05-31 17:44:27 +0300
22702
+ Processing by Optimacms::Admin::PagesController#index as HTML
22703
+ Parameters: {"parent_id"=>"0"}
22704
+ Optimacms::CmsAdminUser Load (0.7ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
22705
+ Optimacms::Page Load (0.5ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
22706
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_text.html.haml (5.4ms)
22707
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (6.8ms)
22708
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (6.0ms)
22709
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (7.6ms)
22710
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (17.2ms)
22711
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.2ms)
22712
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (1.5ms)
22713
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form_inline.html.haml (23.0ms)
22714
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (24.3ms)
22715
+ Optimacms::Page Load (0.7ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
22716
+ Optimacms::Template Load (0.8ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (127, 0, 128)
22717
+  (0.7ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
22718
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (55.4ms)
22719
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_top.html.haml (1.5ms)
22720
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_leftmenu.html.haml (41.8ms)
22721
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.4ms)
22722
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_flash.html.haml (5.0ms)
22723
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_version.html.haml (0.3ms)
22724
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_footer.html.haml (5.9ms)
22725
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/application.html.haml (107.7ms)
22726
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/basic.html.haml (178.1ms)
22727
+ Completed 200 OK in 253ms (Views: 238.6ms | ActiveRecord: 3.3ms)
22728
+
22729
+
22730
+ Started GET "/admin/pages/97/edit" for 127.0.0.1 at 2016-05-31 17:44:29 +0300
22731
+ Processing by Optimacms::Admin::PagesController#edit as HTML
22732
+ Parameters: {"id"=>"97"}
22733
+ Optimacms::CmsAdminUser Load (0.5ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
22734
+ Optimacms::Page Load (0.6ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 97 LIMIT 1
22735
+ Optimacms::Language Load (0.7ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
22736
+ CACHE (0.1ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
22737
+ Optimacms::PageTranslation Load (0.6ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 97
22738
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_form_errors.html.haml (0.2ms)
22739
+ Optimacms::Template Load (0.6ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` = 1
22740
+ Optimacms::Template Load (0.6ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 127 LIMIT 1
22741
+ CACHE (0.1ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 97 [["item_id", 97]]
22742
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/_meta.html.haml (88.9ms)
22743
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/common/_modal_div.html.haml (0.9ms)
22744
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/templates/_js_form_modal.html.haml (3.8ms)
22745
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/common/_js_tinymce.html.haml (5.8ms)
22746
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/_form.html.haml (147.4ms)
22747
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/edit.html.haml within optimacms/admin/layouts/main (150.2ms)
22748
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_top.html.haml (1.3ms)
22749
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_leftmenu.html.haml (32.7ms)
22750
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.4ms)
22751
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_flash.html.haml (0.2ms)
22752
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_version.html.haml (0.2ms)
22753
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_footer.html.haml (2.0ms)
22754
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/application.html.haml (104.3ms)
22755
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/basic.html.haml (155.8ms)
22756
+ Completed 200 OK in 332ms (Views: 312.6ms | ActiveRecord: 3.8ms)
22757
+
22758
+
22759
+ Started PATCH "/admin/pages/97" for 127.0.0.1 at 2016-05-31 17:44:34 +0300
22760
+ Processing by Optimacms::Admin::PagesController#update as HTML
22761
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"HCk5A+2W/B9SljRtQeHF0wARZGAN93LykDSMtR80cLTbqoQxfpCOvIuqrJw52tPoUhRNi+ZqUReHfwu64EfarA==", "page"=>{"parent_id"=>"0", "title"=>"Home", "url"=>"", "name"=>"home", "controller_action"=>"", "layout_id"=>"1", "template_id"=>"127", "template"=>"home (home/index)", "is_translated"=>"1", "translations_attributes"=>{"0"=>{"lang"=>"en", "meta_title"=>"HOME", "meta_keywords"=>"", "meta_description"=>"", "id"=>"259"}, "1"=>{"lang"=>"ru", "meta_title"=>"ru ru ru", "meta_keywords"=>"", "meta_description"=>"", "id"=>"297"}, "2"=>{"lang"=>"", "meta_title"=>"Demo App | Optima CMS", "meta_keywords"=>"cms, demo", "meta_description"=>"Demo app.", "id"=>"333"}}}, "commit"=>"Save", "id"=>"97"}
22762
+ Optimacms::CmsAdminUser Load (0.6ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
22763
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 97 LIMIT 1
22764
+  (0.3ms) BEGIN
22765
+ Optimacms::PageTranslation Load (0.6ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 97 AND `cms_pages_translation`.`id` IN (259, 297, 333)
22766
+ SQL (0.6ms) UPDATE `cms_pages_translation` SET `meta_title` = 'ru ru ru' WHERE `cms_pages_translation`.`id` = 297
22767
+  (1.0ms) COMMIT
22768
+ Redirected to http://localhost:3010/admin/pages
22769
+ Completed 302 Found in 29ms (ActiveRecord: 4.1ms)
22770
+
22771
+
22772
+ Started GET "/admin/pages" for 127.0.0.1 at 2016-05-31 17:44:34 +0300
22773
+ Processing by Optimacms::Admin::PagesController#index as HTML
22774
+ Optimacms::CmsAdminUser Load (0.6ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
22775
+ Optimacms::Page Load (0.5ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
22776
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_text.html.haml (5.5ms)
22777
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (7.0ms)
22778
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (3.0ms)
22779
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (4.4ms)
22780
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (14.3ms)
22781
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.2ms)
22782
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (1.5ms)
22783
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form_inline.html.haml (20.5ms)
22784
+ Rendered /home/mmx/.rvm/gems/ruby-2.2.4/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (21.9ms)
22785
+ Optimacms::Page Load (0.8ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
22786
+ Optimacms::Template Load (0.5ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (127, 0, 128)
22787
+  (0.6ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
22788
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (49.7ms)
22789
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_top.html.haml (1.4ms)
22790
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_leftmenu.html.haml (30.4ms)
22791
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.4ms)
22792
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_flash.html.haml (0.5ms)
22793
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_version.html.haml (0.2ms)
22794
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_footer.html.haml (2.1ms)
22795
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/application.html.haml (105.0ms)
22796
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/basic.html.haml (154.3ms)
22797
+ Completed 200 OK in 218ms (Views: 208.0ms | ActiveRecord: 2.9ms)
22798
+
22799
+
22800
+ Started GET "/admin/templates/127/edit" for 127.0.0.1 at 2016-05-31 17:45:34 +0300
22801
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
22802
+ Parameters: {"id"=>"127"}
22803
+ Optimacms::CmsAdminUser Load (0.5ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
22804
+ Optimacms::Template Load (0.4ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 127 LIMIT 1
22805
+ Optimacms::Language Load (0.6ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
22806
+ Optimacms::TemplateTranslation Load (0.5ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 127
22807
+  (0.4ms) BEGIN
22808
+ Optimacms::Template Load (4.2ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 126 LIMIT 1
22809
+ CACHE (0.1ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 126 LIMIT 1 [["id", 126]]
22810
+ Optimacms::Template Exists (0.6ms) SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'home/index' AND `cms_templates`.`id` != 127 AND `cms_templates`.`is_folder` = 0) LIMIT 1
22811
+ SQL (1.4ms) INSERT INTO `cms_templates_translation` (`lang`, `item_id`) VALUES ('', 127)
22812
+  (0.6ms) COMMIT
22813
+ Optimacms::Template Load (0.4ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 127 LIMIT 1
22814
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_form_errors.html.haml (0.2ms)
22815
+ Optimacms::TemplateTranslation Load (0.7ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 127
22816
+ CACHE (0.1ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 127 LIMIT 1 [["id", 127]]
22817
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/common/_js_ace.html.haml (0.1ms)
22818
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/templates/_form_content_translation.html.haml (30.7ms)
22819
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/templates/_form.html.haml (54.8ms)
22820
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (57.1ms)
22821
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_top.html.haml (1.3ms)
22822
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_leftmenu.html.haml (36.2ms)
22823
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.3ms)
22824
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_flash.html.haml (0.3ms)
22825
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_version.html.haml (0.2ms)
22826
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_footer.html.haml (2.1ms)
22827
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/application.html.haml (100.3ms)
22828
+ Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/basic.html.haml (153.0ms)
22829
+ Completed 200 OK in 323ms (Views: 220.2ms | ActiveRecord: 17.0ms)
22830
+
22831
+
22832
+ Started GET "/" for 127.0.0.1 at 2016-05-31 17:45:41 +0300
22833
+ Processing by Optimacms::PagesController#show as HTML
22834
+ Optimacms::Language Load (0.5ms) SELECT `cms_languages`.* FROM `cms_languages`
22835
+  (0.6ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND url = '')
22836
+ Optimacms::Page Load (0.5ms) 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
22837
+ Optimacms::Template Load (0.6ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 127 LIMIT 1
22838
+ Optimacms::Template Load (0.5ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 1 LIMIT 1
22839
+ Optimacms::PageTranslation Load (3.1ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 97 AND `cms_pages_translation`.`lang` = 'en' ORDER BY `cms_pages_translation`.`id` ASC LIMIT 1
22840
+ Rendered home/index.html.haml within layouts/application (1.7ms)
22841
+ Completed 200 OK in 3391ms (Views: 102.5ms | ActiveRecord: 10.3ms)
22842
+
22843
+
22844
+ Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for 127.0.0.1 at 2016-05-31 17:45:44 +0300
22845
+
22846
+
22847
+ Started GET "/assets/application.self-c02499b3dc9b862a840957d764e2c8bea1c12d9dfc1d4c405b2a31f50959933d.css?body=1" for 127.0.0.1 at 2016-05-31 17:45:44 +0300
22848
+
22849
+
22850
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-05-31 17:45:44 +0300
22851
+
22852
+
22853
+ Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-05-31 17:45:44 +0300
22854
+
22855
+
22856
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for 127.0.0.1 at 2016-05-31 17:45:44 +0300
22857
+
22858
+
22859
+ Started GET "/" for 127.0.0.1 at 2016-05-31 17:45:49 +0300
22860
+ Processing by Optimacms::PagesController#show as HTML
22861
+  (0.5ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND url = '')
22862
+ Optimacms::Page Load (0.5ms) 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
22863
+ Optimacms::Template Load (0.4ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 127 LIMIT 1
22864
+ Optimacms::Template Load (0.4ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 1 LIMIT 1
22865
+ Optimacms::PageTranslation Load (0.6ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 97 AND `cms_pages_translation`.`lang` = 'en' ORDER BY `cms_pages_translation`.`id` ASC LIMIT 1
22866
+ Rendered home/index.html.haml within layouts/application (1.7ms)
22867
+ Completed 200 OK in 114ms (Views: 100.0ms | ActiveRecord: 2.4ms)
22868
+
22869
+
22870
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for 127.0.0.1 at 2016-05-31 17:45:50 +0300
22871
+
22872
+
22873
+ Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for 127.0.0.1 at 2016-05-31 17:45:50 +0300
22874
+
22875
+
22876
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-05-31 17:45:50 +0300
22877
+
22878
+
22879
+ Started GET "/assets/application.self-c02499b3dc9b862a840957d764e2c8bea1c12d9dfc1d4c405b2a31f50959933d.css?body=1" for 127.0.0.1 at 2016-05-31 17:45:50 +0300
22880
+
22881
+
22882
+ Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-05-31 17:45:50 +0300
22883
+
22884
+
22885
+ Started GET "/" for 127.0.0.1 at 2016-05-31 17:45:50 +0300
22886
+ Processing by Optimacms::PagesController#show as HTML
22887
+  (0.6ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND url = '')
22888
+ Optimacms::Page Load (0.4ms) 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
22889
+ Optimacms::Template Load (0.4ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 127 LIMIT 1
22890
+ Optimacms::Template Load (0.3ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 1 LIMIT 1
22891
+ Optimacms::PageTranslation Load (0.5ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 97 AND `cms_pages_translation`.`lang` = 'en' ORDER BY `cms_pages_translation`.`id` ASC LIMIT 1
22892
+ Rendered home/index.html.haml within layouts/application (1.6ms)
22893
+ Completed 200 OK in 103ms (Views: 89.9ms | ActiveRecord: 2.2ms)
22894
+
22895
+
22896
+ Started GET "/assets/application.self-c02499b3dc9b862a840957d764e2c8bea1c12d9dfc1d4c405b2a31f50959933d.css?body=1" for 127.0.0.1 at 2016-05-31 17:45:51 +0300
22897
+
22898
+
22899
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for 127.0.0.1 at 2016-05-31 17:45:51 +0300
22900
+
22901
+
22902
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-05-31 17:45:51 +0300
22903
+
22904
+
22905
+ Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for 127.0.0.1 at 2016-05-31 17:45:51 +0300
22906
+
22907
+
22908
+ Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-05-31 17:45:51 +0300
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: optimacms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Ivak