optimacms 0.2.20 → 0.2.21
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.
- checksums.yaml +4 -4
- data/app/controllers/optimacms/admin/pages_controller.rb +3 -1
- data/app/helpers/optimacms/application_helper.rb +1 -1
- data/app/views/optimacms/admin/pages/_form.html.haml +17 -2
- data/app/views/optimacms/admin/templates/_form.html.haml +0 -1
- data/lib/optimacms/version.rb +1 -1
- data/spec/dummy/log/development.log +816 -0
- data/spec/dummy/tmp/pids/server.pid +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 175632bf9f887c939f1f98e79fa66bbfc0595b7f
|
|
4
|
+
data.tar.gz: cfa65f695dc4623725579f1c7dea5f18048bd29b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce166cf9327210e036cdca09c8e8cf04c53ff4938e14971ea184452ed05bbddeaed4d5593c03f1eae762e89e0048c09c156f2704b445d7dd29aa44af0ec4f896
|
|
7
|
+
data.tar.gz: 038c63e44a928809aec7c01291d7c0027bf303c60512f74eb94044f118ed0a3ab5b3eebc5883809d5beed9cd85b6b84aceba543a81d816cd185bf9113f0feb82
|
|
@@ -129,10 +129,12 @@ module Optimacms
|
|
|
129
129
|
@res = @item.update(item_params)
|
|
130
130
|
|
|
131
131
|
if @res
|
|
132
|
-
|
|
132
|
+
u = params[:continue]=="1" ? edit_page_path(@item) : url_list
|
|
133
|
+
redirect_to u, success: 'Successfully updated'
|
|
133
134
|
else
|
|
134
135
|
render :edit
|
|
135
136
|
end
|
|
137
|
+
|
|
136
138
|
end
|
|
137
139
|
|
|
138
140
|
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
|
|
2
|
-
.row
|
|
2
|
+
.row#mainform
|
|
3
3
|
.col-md-12
|
|
4
4
|
=horizontal_simple_form_for @item do |f|
|
|
5
5
|
= render 'optimacms/admin/shared/form_errors', :object=>@item
|
|
6
6
|
|
|
7
|
+
= f.input :continue, as: :fake_hidden, input_html: {value: "0"}, label: false
|
|
8
|
+
|
|
7
9
|
= f.input :parent_id, as: :hidden
|
|
8
10
|
|
|
9
11
|
= f.input :title, label: "Title"
|
|
@@ -42,7 +44,8 @@
|
|
|
42
44
|
|
|
43
45
|
= render 'meta', f: f, item: @item
|
|
44
46
|
|
|
45
|
-
|
|
47
|
+
-#= f.button :submit_cancel, 'Save', :cancel=>@url_back
|
|
48
|
+
= f.button :save_continue_cancel, 'Save', :cancel=>@url_back
|
|
46
49
|
|
|
47
50
|
|
|
48
51
|
|
|
@@ -75,4 +78,16 @@
|
|
|
75
78
|
$(document).ready(function() {
|
|
76
79
|
$('.form-group.page_template div.control').append($("#div_template_info"));
|
|
77
80
|
$("#div_template_info").show();
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
// save-continue
|
|
84
|
+
$('#mainform a.btn-save-continue').click(function(e){
|
|
85
|
+
e.preventDefault();
|
|
86
|
+
var f = $(this).closest("form");
|
|
87
|
+
f.find("input[name='continue']").val("1");
|
|
88
|
+
f.submit();
|
|
89
|
+
});
|
|
78
90
|
});
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
data/lib/optimacms/version.rb
CHANGED
|
@@ -58448,3 +58448,819 @@ Started GET "/assets/bootstrap3-autocomplete-input.min.self-a62d5c85f65f9f410123
|
|
|
58448
58448
|
|
|
58449
58449
|
|
|
58450
58450
|
Started GET "/assets/optimacms/admin.self-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js?body=1" for 127.0.0.1 at 2016-11-02 23:05:19 +0200
|
|
58451
|
+
|
|
58452
|
+
|
|
58453
|
+
Started GET "/admin/pages" for 127.0.0.1 at 2016-11-08 23:08:59 +0200
|
|
58454
|
+
[1m[36mActiveRecord::SchemaMigration Load (24.0ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
58455
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
|
58456
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
58457
|
+
[1m[36mOptimacms::Language Load (1.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages`[0m
|
|
58458
|
+
[1m[35mOptimacms::Page Load (0.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
|
|
58459
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_text.html.haml (5373.3ms)
|
|
58460
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (5417.3ms)
|
|
58461
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (28.0ms)
|
|
58462
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (64.0ms)
|
|
58463
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (5552.3ms)
|
|
58464
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear.html.haml (3.0ms)
|
|
58465
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (40.0ms)
|
|
58466
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form_inline.html.haml (5675.3ms)
|
|
58467
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (5716.3ms)
|
|
58468
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0[0m
|
|
58469
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (126, 0, 4)
|
|
58470
|
+
[1m[36m (1.0ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )[0m
|
|
58471
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (6543.4ms)
|
|
58472
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (62.0ms)
|
|
58473
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (143.0ms)
|
|
58474
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (7.0ms)
|
|
58475
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (12.0ms)
|
|
58476
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (4.0ms)
|
|
58477
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (111.0ms)
|
|
58478
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (3628.2ms)
|
|
58479
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (4603.3ms)
|
|
58480
|
+
Completed 200 OK in 12085ms (Views: 11567.4ms | ActiveRecord: 99.0ms)
|
|
58481
|
+
|
|
58482
|
+
|
|
58483
|
+
Started GET "/assets/optimacms/admin_tpl.self-f7be267fec957e8c977c833b58b51fc0110ddbecb05e94f9c5819f8f72f0f9c6.css?body=1" for 127.0.0.1 at 2016-11-08 23:09:12 +0200
|
|
58484
|
+
|
|
58485
|
+
|
|
58486
|
+
Started GET "/assets/optimacms/admin.self-bd17631f55ecc8b59d640823b1dbd9801492fef1fb3c4800069c498a59daf4a6.css?body=1" for 127.0.0.1 at 2016-11-08 23:09:12 +0200
|
|
58487
|
+
|
|
58488
|
+
|
|
58489
|
+
Started GET "/assets/optimacms/application.self-fb28094035fc8f155b896e47c199355db7c84fc9d6214ed9800f1022ac2ece52.js?body=1" for 127.0.0.1 at 2016-11-08 23:09:13 +0200
|
|
58490
|
+
|
|
58491
|
+
|
|
58492
|
+
Started GET "/assets/jquery2.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-11-08 23:09:13 +0200
|
|
58493
|
+
|
|
58494
|
+
|
|
58495
|
+
Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-11-08 23:09:13 +0200
|
|
58496
|
+
|
|
58497
|
+
|
|
58498
|
+
Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-11-08 23:09:13 +0200
|
|
58499
|
+
|
|
58500
|
+
|
|
58501
|
+
Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2016-11-08 23:09:13 +0200
|
|
58502
|
+
|
|
58503
|
+
|
|
58504
|
+
Started GET "/assets/bootstrap3-autocomplete-input.min.self-a62d5c85f65f9f4101234936f747c1d06ed14c92044823ac33003100ec8cc267.js?body=1" for 127.0.0.1 at 2016-11-08 23:09:13 +0200
|
|
58505
|
+
|
|
58506
|
+
|
|
58507
|
+
Started GET "/assets/optimacms/admin.self-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js?body=1" for 127.0.0.1 at 2016-11-08 23:09:13 +0200
|
|
58508
|
+
|
|
58509
|
+
|
|
58510
|
+
Started GET "/assets/fontawesome-webfont-7dacf83f51179de8d7980a513e67ab3a08f2c6272bb5946df8fd77c0d1763b73.woff2?v=4.6.3" for 127.0.0.1 at 2016-11-08 23:09:13 +0200
|
|
58511
|
+
|
|
58512
|
+
|
|
58513
|
+
Started GET "/admin/pages?parent_id=148" for 127.0.0.1 at 2016-11-08 23:09:17 +0200
|
|
58514
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
|
58515
|
+
Parameters: {"parent_id"=>"148"}
|
|
58516
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
58517
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1[0m
|
|
58518
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_text.html.haml (10.0ms)
|
|
58519
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (46.0ms)
|
|
58520
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (6.0ms)
|
|
58521
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (38.0ms)
|
|
58522
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (147.0ms)
|
|
58523
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
|
|
58524
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (33.0ms)
|
|
58525
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form_inline.html.haml (244.0ms)
|
|
58526
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (275.0ms)
|
|
58527
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
|
|
58528
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (163, 139, 129, 120, 39)[0m
|
|
58529
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )
|
|
58530
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (419.0ms)
|
|
58531
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
|
|
58532
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (52.0ms)
|
|
58533
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
|
|
58534
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
|
58535
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
58536
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (86.0ms)
|
|
58537
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (585.0ms)
|
|
58538
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1244.1ms)
|
|
58539
|
+
Completed 200 OK in 1927ms (Views: 1912.9ms | ActiveRecord: 2.0ms)
|
|
58540
|
+
|
|
58541
|
+
|
|
58542
|
+
Started GET "/admin/pages/164/edit" for 127.0.0.1 at 2016-11-08 23:09:23 +0200
|
|
58543
|
+
Processing by Optimacms::Admin::PagesController#edit as HTML
|
|
58544
|
+
Parameters: {"id"=>"164"}
|
|
58545
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
58546
|
+
[1m[35mOptimacms::Page Load (0.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 164 LIMIT 1
|
|
58547
|
+
[1m[36mOptimacms::Language Load (0.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
58548
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
58549
|
+
[1m[36mOptimacms::PageTranslation Load (11.0ms)[0m [1mSELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 164[0m
|
|
58550
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (39.0ms)
|
|
58551
|
+
[1m[35mOptimacms::Page Load (0.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
|
|
58552
|
+
[1m[36mOptimacms::Template Load (19.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` = 1[0m
|
|
58553
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
58554
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 164[0m [["item_id", 164]]
|
|
58555
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (191.0ms)
|
|
58556
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (12.0ms)
|
|
58557
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (119.0ms)
|
|
58558
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (27.0ms)
|
|
58559
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (985.1ms)
|
|
58560
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/edit.html.haml within optimacms/admin/layouts/main (1072.1ms)
|
|
58561
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
|
|
58562
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (46.0ms)
|
|
58563
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
58564
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
58565
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
58566
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (83.0ms)
|
|
58567
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (530.0ms)
|
|
58568
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1175.1ms)
|
|
58569
|
+
Completed 200 OK in 2740ms (Views: 2478.3ms | ActiveRecord: 50.0ms)
|
|
58570
|
+
|
|
58571
|
+
|
|
58572
|
+
Started GET "/admin/templates" for 127.0.0.1 at 2016-11-08 23:09:45 +0200
|
|
58573
|
+
Processing by Optimacms::Admin::TemplatesController#index as HTML
|
|
58574
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
58575
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 125 LIMIT 1[0m
|
|
58576
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 125 LIMIT 1
|
|
58577
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_text.html.haml (17.0ms)
|
|
58578
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (57.0ms)
|
|
58579
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (9.0ms)
|
|
58580
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (51.0ms)
|
|
58581
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (190.0ms)
|
|
58582
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
|
|
58583
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (54.0ms)
|
|
58584
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form_inline.html.haml (340.0ms)
|
|
58585
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (384.0ms)
|
|
58586
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `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[0m
|
|
58587
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '125' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
|
|
58588
|
+
[1m[36m (1.0ms)[0m [1mSELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '125' AND (1=1 )[0m
|
|
58589
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (614.0ms)
|
|
58590
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (5.0ms)
|
|
58591
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (85.0ms)
|
|
58592
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
58593
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
58594
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
58595
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (105.0ms)
|
|
58596
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (667.0ms)
|
|
58597
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1492.1ms)
|
|
58598
|
+
Completed 200 OK in 2518ms (Views: 2483.2ms | ActiveRecord: 5.0ms)
|
|
58599
|
+
|
|
58600
|
+
|
|
58601
|
+
Started GET "/admin/templates?parent_id=0" for 127.0.0.1 at 2016-11-08 23:09:51 +0200
|
|
58602
|
+
Processing by Optimacms::Admin::TemplatesController#index as HTML
|
|
58603
|
+
Parameters: {"parent_id"=>"0"}
|
|
58604
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
58605
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 0 LIMIT 1[0m
|
|
58606
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_text.html.haml (11.0ms)
|
|
58607
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (47.0ms)
|
|
58608
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (9.0ms)
|
|
58609
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (47.0ms)
|
|
58610
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (164.0ms)
|
|
58611
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
|
|
58612
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (39.0ms)
|
|
58613
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form_inline.html.haml (276.0ms)
|
|
58614
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (309.0ms)
|
|
58615
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` IS NULL AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
|
|
58616
|
+
[1m[36m (1.0ms)[0m [1mSELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` IS NULL AND (1=1 )[0m
|
|
58617
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (454.0ms)
|
|
58618
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
|
|
58619
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (47.0ms)
|
|
58620
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
|
|
58621
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
58622
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
58623
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (88.0ms)
|
|
58624
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (520.0ms)
|
|
58625
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1238.1ms)
|
|
58626
|
+
Completed 200 OK in 1975ms (Views: 1962.7ms | ActiveRecord: 3.0ms)
|
|
58627
|
+
|
|
58628
|
+
|
|
58629
|
+
Started GET "/admin/templates?parent_id=70" for 127.0.0.1 at 2016-11-08 23:09:54 +0200
|
|
58630
|
+
Processing by Optimacms::Admin::TemplatesController#index as HTML
|
|
58631
|
+
Parameters: {"parent_id"=>"70"}
|
|
58632
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
58633
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
58634
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
58635
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_text.html.haml (12.0ms)
|
|
58636
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (50.0ms)
|
|
58637
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (8.0ms)
|
|
58638
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (48.0ms)
|
|
58639
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (165.0ms)
|
|
58640
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
|
|
58641
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (35.0ms)
|
|
58642
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form_inline.html.haml (278.0ms)
|
|
58643
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (317.0ms)
|
|
58644
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `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[0m
|
|
58645
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
|
|
58646
|
+
[1m[36m (1.0ms)[0m [1mSELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )[0m
|
|
58647
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (480.0ms)
|
|
58648
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
|
|
58649
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (54.0ms)
|
|
58650
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
58651
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
58652
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
|
58653
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (92.0ms)
|
|
58654
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (545.0ms)
|
|
58655
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1239.1ms)
|
|
58656
|
+
Completed 200 OK in 2051ms (Views: 2025.5ms | ActiveRecord: 3.0ms)
|
|
58657
|
+
|
|
58658
|
+
|
|
58659
|
+
Started GET "/admin/templates/162/edit" for 127.0.0.1 at 2016-11-08 23:09:59 +0200
|
|
58660
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
58661
|
+
Parameters: {"id"=>"162"}
|
|
58662
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
58663
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1[0m
|
|
58664
|
+
[1m[35mOptimacms::Language Load (1.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
58665
|
+
[1m[36mCACHE (1.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
58666
|
+
[1m[35mOptimacms::TemplateTranslation Load (0.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
|
|
58667
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
58668
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
58669
|
+
[1m[36mCACHE (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m [["id", 70]]
|
|
58670
|
+
[1m[35mOptimacms::Template Exists (1.0ms)[0m SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/b1' AND `cms_templates`.`id` != 162 AND `cms_templates`.`is_folder` = 0) LIMIT 1
|
|
58671
|
+
[1m[36m (0.0ms)[0m [1mCOMMIT[0m
|
|
58672
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
|
|
58673
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
58674
|
+
DEPRECATION WARNING: input method now accepts a `wrapper_options` argument. The method definition without the argument is deprecated and will be removed in the next Simple Form version. Change your code from:
|
|
58675
|
+
|
|
58676
|
+
def input
|
|
58677
|
+
|
|
58678
|
+
to
|
|
58679
|
+
|
|
58680
|
+
def input(wrapper_options)
|
|
58681
|
+
|
|
58682
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
58683
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__471767761_142201840 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
58684
|
+
[1m[36mOptimacms::TemplateTranslation Load (1.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162[0m
|
|
58685
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
|
|
58686
|
+
[1m[36mCACHE (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1[0m [["id", 162]]
|
|
58687
|
+
[1m[35mCACHE (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
|
|
58688
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (5.0ms)
|
|
58689
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (12.0ms)
|
|
58690
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (542.0ms)
|
|
58691
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (866.1ms)
|
|
58692
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (992.1ms)
|
|
58693
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
|
|
58694
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (62.0ms)
|
|
58695
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
|
|
58696
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
58697
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
58698
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (94.0ms)
|
|
58699
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (590.0ms)
|
|
58700
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1338.1ms)
|
|
58701
|
+
Completed 200 OK in 2941ms (Views: 2612.0ms | ActiveRecord: 28.0ms)
|
|
58702
|
+
|
|
58703
|
+
|
|
58704
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.9793077231809322" for 127.0.0.1 at 2016-11-08 23:10:02 +0200
|
|
58705
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
58706
|
+
Parameters: {"path"=>"temp/", "r"=>"0.9793077231809322"}
|
|
58707
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
58708
|
+
[1m[35mOptimacms::Template Load (2.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` IN (4, 3) AND (basepath LIKE 'temp/%' ) ORDER BY title asc LIMIT 100
|
|
58709
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (38.0ms)
|
|
58710
|
+
Completed 200 OK in 1152ms (Views: 1127.9ms | ActiveRecord: 3.0ms)
|
|
58711
|
+
|
|
58712
|
+
|
|
58713
|
+
Started PATCH "/admin/templates/162" for 127.0.0.1 at 2016-11-08 23:10:05 +0200
|
|
58714
|
+
Processing by Optimacms::Admin::TemplatesController#update as HTML
|
|
58715
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"DL+zUPebGmeDy76+WuTKfwH0dJSL5InREhNTSHA/RYcoUCclx4+BI5OPyqdMQf8zjMXLknbFf91ddpQ6Ne4ITA==", "continue"=>"1", "template"=>{"parent_id"=>"70", "title"=>"b1", "is_translated"=>"1", "translations_attributes"=>{"0"=>{"item_id"=>"162", "lang"=>"", "content"=>"11", "id"=>"111"}, "1"=>{"item_id"=>"162", "lang"=>"en", "content"=>"", "id"=>"112"}, "2"=>{"item_id"=>"162", "lang"=>"ru", "content"=>"", "id"=>"113"}}}, "panel-blocks-input-path"=>"temp/", "id"=>"162"}
|
|
58716
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
58717
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
|
|
58718
|
+
[1m[36mOptimacms::Language Load (0.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
58719
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
58720
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162 AND `cms_templates_translation`.`id` IN (111, 112, 113)[0m
|
|
58721
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
|
|
58722
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1[0m [["id", 162]]
|
|
58723
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
|
|
58724
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
58725
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
58726
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m [["id", 70]]
|
|
58727
|
+
[1m[35mOptimacms::Template Exists (1.0ms)[0m SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/b1' AND `cms_templates`.`id` != 162 AND `cms_templates`.`is_folder` = 0) LIMIT 1
|
|
58728
|
+
[1m[36m (0.0ms)[0m [1mCOMMIT[0m
|
|
58729
|
+
Redirected to http://localhost:3001/admin/templates/162/edit
|
|
58730
|
+
Completed 302 Found in 90ms (ActiveRecord: 2.0ms)
|
|
58731
|
+
|
|
58732
|
+
|
|
58733
|
+
Started GET "/admin/templates/162/edit" for 127.0.0.1 at 2016-11-08 23:10:05 +0200
|
|
58734
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
58735
|
+
Parameters: {"id"=>"162"}
|
|
58736
|
+
[1m[35mOptimacms::CmsAdminUser Load (2.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
58737
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1[0m
|
|
58738
|
+
[1m[35mOptimacms::Language Load (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
58739
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
58740
|
+
[1m[35mOptimacms::TemplateTranslation Load (1.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
|
|
58741
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
58742
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
58743
|
+
[1m[36mCACHE (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m [["id", 70]]
|
|
58744
|
+
[1m[35mOptimacms::Template Exists (1.0ms)[0m SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/b1' AND `cms_templates`.`id` != 162 AND `cms_templates`.`is_folder` = 0) LIMIT 1
|
|
58745
|
+
[1m[36m (1.0ms)[0m [1mCOMMIT[0m
|
|
58746
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
|
|
58747
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
|
|
58748
|
+
DEPRECATION WARNING: input method now accepts a `wrapper_options` argument. The method definition without the argument is deprecated and will be removed in the next Simple Form version. Change your code from:
|
|
58749
|
+
|
|
58750
|
+
def input
|
|
58751
|
+
|
|
58752
|
+
to
|
|
58753
|
+
|
|
58754
|
+
def input(wrapper_options)
|
|
58755
|
+
|
|
58756
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
58757
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__471767761_142201840 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
58758
|
+
[1m[36mOptimacms::TemplateTranslation Load (1.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162[0m
|
|
58759
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
|
|
58760
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1[0m [["id", 162]]
|
|
58761
|
+
[1m[35mCACHE (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
|
|
58762
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (1.0ms)
|
|
58763
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (2.0ms)
|
|
58764
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (359.0ms)
|
|
58765
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (586.0ms)
|
|
58766
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (682.0ms)
|
|
58767
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
|
|
58768
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (82.0ms)
|
|
58769
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
58770
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
|
|
58771
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
58772
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (90.0ms)
|
|
58773
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (591.0ms)
|
|
58774
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1348.1ms)
|
|
58775
|
+
Completed 200 OK in 2440ms (Views: 2356.2ms | ActiveRecord: 11.0ms)
|
|
58776
|
+
|
|
58777
|
+
|
|
58778
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.08492614734304749" for 127.0.0.1 at 2016-11-08 23:10:09 +0200
|
|
58779
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
58780
|
+
Parameters: {"path"=>"temp/", "r"=>"0.08492614734304749"}
|
|
58781
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
58782
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` IN (4, 3) AND (basepath LIKE 'temp/%' ) ORDER BY title asc LIMIT 100
|
|
58783
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (18.0ms)
|
|
58784
|
+
Completed 200 OK in 1182ms (Views: 1164.7ms | ActiveRecord: 2.0ms)
|
|
58785
|
+
|
|
58786
|
+
|
|
58787
|
+
Started GET "/admin/pages/164/edit" for 127.0.0.1 at 2016-11-08 23:11:04 +0200
|
|
58788
|
+
Processing by Optimacms::Admin::PagesController#edit as HTML
|
|
58789
|
+
Parameters: {"id"=>"164"}
|
|
58790
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
58791
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 164 LIMIT 1
|
|
58792
|
+
[1m[36mOptimacms::Language Load (1.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
58793
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
58794
|
+
[1m[36mOptimacms::PageTranslation Load (0.0ms)[0m [1mSELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 164[0m
|
|
58795
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
|
|
58796
|
+
DEPRECATION WARNING: input method now accepts a `wrapper_options` argument. The method definition without the argument is deprecated and will be removed in the next Simple Form version. Change your code from:
|
|
58797
|
+
|
|
58798
|
+
def input
|
|
58799
|
+
|
|
58800
|
+
to
|
|
58801
|
+
|
|
58802
|
+
def input(wrapper_options)
|
|
58803
|
+
|
|
58804
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
58805
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_pages__form_html_haml__808061069_89933160 at W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml:7)
|
|
58806
|
+
[1m[35mOptimacms::Page Load (0.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
|
|
58807
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` = 1[0m
|
|
58808
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
58809
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 164[0m [["item_id", 164]]
|
|
58810
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (252.0ms)
|
|
58811
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (2.0ms)
|
|
58812
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (104.0ms)
|
|
58813
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (19.0ms)
|
|
58814
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (1029.1ms)
|
|
58815
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/edit.html.haml within optimacms/admin/layouts/main (1162.1ms)
|
|
58816
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
|
|
58817
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (55.0ms)
|
|
58818
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
58819
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
|
58820
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
|
58821
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (106.0ms)
|
|
58822
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (576.0ms)
|
|
58823
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1349.1ms)
|
|
58824
|
+
Completed 200 OK in 2874ms (Views: 2830.4ms | ActiveRecord: 5.0ms)
|
|
58825
|
+
|
|
58826
|
+
|
|
58827
|
+
Started GET "/assets/optimacms/admin.self-bd17631f55ecc8b59d640823b1dbd9801492fef1fb3c4800069c498a59daf4a6.css?body=1" for 127.0.0.1 at 2016-11-08 23:11:07 +0200
|
|
58828
|
+
|
|
58829
|
+
|
|
58830
|
+
Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2016-11-08 23:11:07 +0200
|
|
58831
|
+
|
|
58832
|
+
|
|
58833
|
+
Started GET "/assets/jquery2.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-11-08 23:11:07 +0200
|
|
58834
|
+
|
|
58835
|
+
|
|
58836
|
+
Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-11-08 23:11:08 +0200
|
|
58837
|
+
|
|
58838
|
+
|
|
58839
|
+
Started GET "/assets/optimacms/application.self-fb28094035fc8f155b896e47c199355db7c84fc9d6214ed9800f1022ac2ece52.js?body=1" for 127.0.0.1 at 2016-11-08 23:11:08 +0200
|
|
58840
|
+
|
|
58841
|
+
|
|
58842
|
+
Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-11-08 23:11:08 +0200
|
|
58843
|
+
|
|
58844
|
+
|
|
58845
|
+
Started GET "/assets/optimacms/admin_tpl.self-f7be267fec957e8c977c833b58b51fc0110ddbecb05e94f9c5819f8f72f0f9c6.css?body=1" for 127.0.0.1 at 2016-11-08 23:11:08 +0200
|
|
58846
|
+
|
|
58847
|
+
|
|
58848
|
+
Started GET "/assets/bootstrap3-autocomplete-input.min.self-a62d5c85f65f9f4101234936f747c1d06ed14c92044823ac33003100ec8cc267.js?body=1" for 127.0.0.1 at 2016-11-08 23:11:08 +0200
|
|
58849
|
+
|
|
58850
|
+
|
|
58851
|
+
Started GET "/assets/optimacms/admin.self-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js?body=1" for 127.0.0.1 at 2016-11-08 23:11:08 +0200
|
|
58852
|
+
|
|
58853
|
+
|
|
58854
|
+
Started PATCH "/admin/pages/164" for 127.0.0.1 at 2016-11-08 23:11:27 +0200
|
|
58855
|
+
Processing by Optimacms::Admin::PagesController#update as HTML
|
|
58856
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b8YDIcUOPNhyp8omDUhehgt5AlHpItq045VQU1pRDaNLKZdU9RqnnGLjvj8b7WvKhki9VxQDLLis8JchH4BAaA==", "continue"=>"0", "page"=>{"parent_id"=>"148", "title"=>"tt1", "url"=>"tt1.html", "name"=>"tt1", "controller_action"=>"", "layout_id"=>"157", "template_id"=>"163", "template"=>"t2 (temp/t2)", "is_translated"=>"0", "translations_attributes"=>{"0"=>{"lang"=>"", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"362"}, "1"=>{"lang"=>"en", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"363"}, "2"=>{"lang"=>"ru", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"364"}}}, "commit"=>"Save", "id"=>"164"}
|
|
58857
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
58858
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 164 LIMIT 1[0m
|
|
58859
|
+
[1m[35mOptimacms::Language Load (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
58860
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
58861
|
+
[1m[35mOptimacms::PageTranslation Load (1.0ms)[0m SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 164 AND `cms_pages_translation`.`id` IN (362, 363, 364)
|
|
58862
|
+
[1m[36m (1.0ms)[0m [1mCOMMIT[0m
|
|
58863
|
+
Redirected to http://localhost:3001/admin/pages
|
|
58864
|
+
Completed 302 Found in 60ms (ActiveRecord: 4.0ms)
|
|
58865
|
+
|
|
58866
|
+
|
|
58867
|
+
Started GET "/admin/pages" for 127.0.0.1 at 2016-11-08 23:11:28 +0200
|
|
58868
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
|
58869
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
58870
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1[0m
|
|
58871
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_text.html.haml (15.0ms)
|
|
58872
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (57.0ms)
|
|
58873
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (8.0ms)
|
|
58874
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (44.0ms)
|
|
58875
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (171.0ms)
|
|
58876
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
|
|
58877
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (38.0ms)
|
|
58878
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form_inline.html.haml (280.0ms)
|
|
58879
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (312.0ms)
|
|
58880
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
|
|
58881
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (163, 139, 129, 120, 39)[0m
|
|
58882
|
+
[1m[35m (1.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )
|
|
58883
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (467.0ms)
|
|
58884
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (5.0ms)
|
|
58885
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (52.0ms)
|
|
58886
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
|
|
58887
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
58888
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
58889
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (89.0ms)
|
|
58890
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (506.0ms)
|
|
58891
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1198.1ms)
|
|
58892
|
+
Completed 200 OK in 1970ms (Views: 1951.6ms | ActiveRecord: 5.0ms)
|
|
58893
|
+
|
|
58894
|
+
|
|
58895
|
+
Started GET "/admin/pages/164/edit" for 127.0.0.1 at 2016-11-08 23:11:43 +0200
|
|
58896
|
+
Processing by Optimacms::Admin::PagesController#edit as HTML
|
|
58897
|
+
Parameters: {"id"=>"164"}
|
|
58898
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
58899
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 164 LIMIT 1
|
|
58900
|
+
[1m[36mOptimacms::Language Load (0.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
58901
|
+
[1m[35mCACHE (1.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
58902
|
+
[1m[36mOptimacms::PageTranslation Load (0.0ms)[0m [1mSELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 164[0m
|
|
58903
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
|
|
58904
|
+
DEPRECATION WARNING: input method now accepts a `wrapper_options` argument. The method definition without the argument is deprecated and will be removed in the next Simple Form version. Change your code from:
|
|
58905
|
+
|
|
58906
|
+
def input
|
|
58907
|
+
|
|
58908
|
+
to
|
|
58909
|
+
|
|
58910
|
+
def input(wrapper_options)
|
|
58911
|
+
|
|
58912
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
58913
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_pages__form_html_haml__808061069_89933160 at W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml:7)
|
|
58914
|
+
[1m[35mOptimacms::Page Load (0.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
|
|
58915
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` = 1[0m
|
|
58916
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
58917
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 164[0m [["item_id", 164]]
|
|
58918
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (204.0ms)
|
|
58919
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (2.0ms)
|
|
58920
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (110.0ms)
|
|
58921
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (21.0ms)
|
|
58922
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (868.0ms)
|
|
58923
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/edit.html.haml within optimacms/admin/layouts/main (964.1ms)
|
|
58924
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
|
|
58925
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (51.0ms)
|
|
58926
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
58927
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
58928
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
|
58929
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (111.0ms)
|
|
58930
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (560.0ms)
|
|
58931
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1316.1ms)
|
|
58932
|
+
Completed 200 OK in 2636ms (Views: 2602.6ms | ActiveRecord: 4.0ms)
|
|
58933
|
+
|
|
58934
|
+
|
|
58935
|
+
Started GET "/assets/optimacms/admin.self-bd17631f55ecc8b59d640823b1dbd9801492fef1fb3c4800069c498a59daf4a6.css?body=1" for 127.0.0.1 at 2016-11-08 23:11:46 +0200
|
|
58936
|
+
|
|
58937
|
+
|
|
58938
|
+
Started GET "/assets/optimacms/admin_tpl.self-f7be267fec957e8c977c833b58b51fc0110ddbecb05e94f9c5819f8f72f0f9c6.css?body=1" for 127.0.0.1 at 2016-11-08 23:11:46 +0200
|
|
58939
|
+
|
|
58940
|
+
|
|
58941
|
+
Started GET "/assets/optimacms/application.self-fb28094035fc8f155b896e47c199355db7c84fc9d6214ed9800f1022ac2ece52.js?body=1" for 127.0.0.1 at 2016-11-08 23:11:46 +0200
|
|
58942
|
+
|
|
58943
|
+
|
|
58944
|
+
Started GET "/assets/jquery2.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-11-08 23:11:46 +0200
|
|
58945
|
+
|
|
58946
|
+
|
|
58947
|
+
Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-11-08 23:11:46 +0200
|
|
58948
|
+
|
|
58949
|
+
|
|
58950
|
+
Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-11-08 23:11:47 +0200
|
|
58951
|
+
|
|
58952
|
+
|
|
58953
|
+
Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2016-11-08 23:11:47 +0200
|
|
58954
|
+
|
|
58955
|
+
|
|
58956
|
+
Started GET "/assets/bootstrap3-autocomplete-input.min.self-a62d5c85f65f9f4101234936f747c1d06ed14c92044823ac33003100ec8cc267.js?body=1" for 127.0.0.1 at 2016-11-08 23:11:47 +0200
|
|
58957
|
+
|
|
58958
|
+
|
|
58959
|
+
Started GET "/assets/optimacms/admin.self-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js?body=1" for 127.0.0.1 at 2016-11-08 23:11:47 +0200
|
|
58960
|
+
|
|
58961
|
+
|
|
58962
|
+
Started GET "/admin/pages/164/edit" for 127.0.0.1 at 2016-11-08 23:12:31 +0200
|
|
58963
|
+
Processing by Optimacms::Admin::PagesController#edit as HTML
|
|
58964
|
+
Parameters: {"id"=>"164"}
|
|
58965
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
58966
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 164 LIMIT 1[0m
|
|
58967
|
+
[1m[35mOptimacms::Language Load (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
58968
|
+
[1m[36mCACHE (1.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
58969
|
+
[1m[35mOptimacms::PageTranslation Load (1.0ms)[0m SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 164
|
|
58970
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
58971
|
+
DEPRECATION WARNING: input method now accepts a `wrapper_options` argument. The method definition without the argument is deprecated and will be removed in the next Simple Form version. Change your code from:
|
|
58972
|
+
|
|
58973
|
+
def input
|
|
58974
|
+
|
|
58975
|
+
to
|
|
58976
|
+
|
|
58977
|
+
def input(wrapper_options)
|
|
58978
|
+
|
|
58979
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
58980
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_pages__form_html_haml__808061069_122116200 at W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml:7)
|
|
58981
|
+
[1m[36mOptimacms::Page Load (0.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1[0m
|
|
58982
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` = 1
|
|
58983
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
58984
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 164 [["item_id", 164]]
|
|
58985
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (272.0ms)
|
|
58986
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (4.0ms)
|
|
58987
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (119.0ms)
|
|
58988
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (24.0ms)
|
|
58989
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (1080.1ms)
|
|
58990
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/edit.html.haml within optimacms/admin/layouts/main (1208.1ms)
|
|
58991
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
|
|
58992
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (53.0ms)
|
|
58993
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
58994
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
58995
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
58996
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (106.0ms)
|
|
58997
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (550.0ms)
|
|
58998
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1338.1ms)
|
|
58999
|
+
Completed 200 OK in 2898ms (Views: 2857.2ms | ActiveRecord: 5.0ms)
|
|
59000
|
+
|
|
59001
|
+
|
|
59002
|
+
Started GET "/assets/optimacms/admin.self-bd17631f55ecc8b59d640823b1dbd9801492fef1fb3c4800069c498a59daf4a6.css?body=1" for 127.0.0.1 at 2016-11-08 23:12:34 +0200
|
|
59003
|
+
|
|
59004
|
+
|
|
59005
|
+
Started GET "/assets/optimacms/admin_tpl.self-f7be267fec957e8c977c833b58b51fc0110ddbecb05e94f9c5819f8f72f0f9c6.css?body=1" for 127.0.0.1 at 2016-11-08 23:12:34 +0200
|
|
59006
|
+
|
|
59007
|
+
|
|
59008
|
+
Started GET "/assets/optimacms/application.self-fb28094035fc8f155b896e47c199355db7c84fc9d6214ed9800f1022ac2ece52.js?body=1" for 127.0.0.1 at 2016-11-08 23:12:34 +0200
|
|
59009
|
+
|
|
59010
|
+
|
|
59011
|
+
Started GET "/assets/jquery2.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-11-08 23:12:34 +0200
|
|
59012
|
+
|
|
59013
|
+
|
|
59014
|
+
Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-11-08 23:12:35 +0200
|
|
59015
|
+
|
|
59016
|
+
|
|
59017
|
+
Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-11-08 23:12:35 +0200
|
|
59018
|
+
|
|
59019
|
+
|
|
59020
|
+
Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2016-11-08 23:12:35 +0200
|
|
59021
|
+
|
|
59022
|
+
|
|
59023
|
+
Started GET "/assets/bootstrap3-autocomplete-input.min.self-a62d5c85f65f9f4101234936f747c1d06ed14c92044823ac33003100ec8cc267.js?body=1" for 127.0.0.1 at 2016-11-08 23:12:35 +0200
|
|
59024
|
+
|
|
59025
|
+
|
|
59026
|
+
Started GET "/assets/optimacms/admin.self-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js?body=1" for 127.0.0.1 at 2016-11-08 23:12:35 +0200
|
|
59027
|
+
|
|
59028
|
+
|
|
59029
|
+
Started GET "/admin/pages/164/edit" for 127.0.0.1 at 2016-11-08 23:13:10 +0200
|
|
59030
|
+
Processing by Optimacms::Admin::PagesController#edit as HTML
|
|
59031
|
+
Parameters: {"id"=>"164"}
|
|
59032
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
59033
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 164 LIMIT 1
|
|
59034
|
+
[1m[36mOptimacms::Language Load (4.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
59035
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
59036
|
+
[1m[36mOptimacms::PageTranslation Load (0.0ms)[0m [1mSELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 164[0m
|
|
59037
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
|
|
59038
|
+
DEPRECATION WARNING: input method now accepts a `wrapper_options` argument. The method definition without the argument is deprecated and will be removed in the next Simple Form version. Change your code from:
|
|
59039
|
+
|
|
59040
|
+
def input
|
|
59041
|
+
|
|
59042
|
+
to
|
|
59043
|
+
|
|
59044
|
+
def input(wrapper_options)
|
|
59045
|
+
|
|
59046
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
59047
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_pages__form_html_haml__808061069_130586540 at W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml:7)
|
|
59048
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
|
|
59049
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` = 1[0m
|
|
59050
|
+
[1m[35mOptimacms::Template Load (52.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
59051
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 164[0m [["item_id", 164]]
|
|
59052
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (290.0ms)
|
|
59053
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (2.0ms)
|
|
59054
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (106.0ms)
|
|
59055
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (20.0ms)
|
|
59056
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (1128.1ms)
|
|
59057
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/edit.html.haml within optimacms/admin/layouts/main (1227.1ms)
|
|
59058
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
|
|
59059
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (106.0ms)
|
|
59060
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
59061
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
59062
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
|
59063
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (119.0ms)
|
|
59064
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (714.0ms)
|
|
59065
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1611.1ms)
|
|
59066
|
+
Completed 200 OK in 3217ms (Views: 3113.7ms | ActiveRecord: 60.0ms)
|
|
59067
|
+
|
|
59068
|
+
|
|
59069
|
+
Started GET "/assets/optimacms/admin.self-bd17631f55ecc8b59d640823b1dbd9801492fef1fb3c4800069c498a59daf4a6.css?body=1" for 127.0.0.1 at 2016-11-08 23:13:13 +0200
|
|
59070
|
+
|
|
59071
|
+
|
|
59072
|
+
Started GET "/assets/optimacms/admin_tpl.self-f7be267fec957e8c977c833b58b51fc0110ddbecb05e94f9c5819f8f72f0f9c6.css?body=1" for 127.0.0.1 at 2016-11-08 23:13:14 +0200
|
|
59073
|
+
|
|
59074
|
+
|
|
59075
|
+
Started GET "/assets/optimacms/application.self-fb28094035fc8f155b896e47c199355db7c84fc9d6214ed9800f1022ac2ece52.js?body=1" for 127.0.0.1 at 2016-11-08 23:13:14 +0200
|
|
59076
|
+
|
|
59077
|
+
|
|
59078
|
+
Started GET "/assets/jquery2.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-11-08 23:13:14 +0200
|
|
59079
|
+
|
|
59080
|
+
|
|
59081
|
+
Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-11-08 23:13:14 +0200
|
|
59082
|
+
|
|
59083
|
+
|
|
59084
|
+
Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-11-08 23:13:14 +0200
|
|
59085
|
+
|
|
59086
|
+
|
|
59087
|
+
Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2016-11-08 23:13:14 +0200
|
|
59088
|
+
|
|
59089
|
+
|
|
59090
|
+
Started GET "/assets/bootstrap3-autocomplete-input.min.self-a62d5c85f65f9f4101234936f747c1d06ed14c92044823ac33003100ec8cc267.js?body=1" for 127.0.0.1 at 2016-11-08 23:13:15 +0200
|
|
59091
|
+
|
|
59092
|
+
|
|
59093
|
+
Started GET "/assets/optimacms/admin.self-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js?body=1" for 127.0.0.1 at 2016-11-08 23:13:15 +0200
|
|
59094
|
+
|
|
59095
|
+
|
|
59096
|
+
Started GET "/admin/pages/164/edit" for 127.0.0.1 at 2016-11-08 23:14:30 +0200
|
|
59097
|
+
Processing by Optimacms::Admin::PagesController#edit as HTML
|
|
59098
|
+
Parameters: {"id"=>"164"}
|
|
59099
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
59100
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 164 LIMIT 1[0m
|
|
59101
|
+
[1m[35mOptimacms::Language Load (1.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
59102
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
59103
|
+
[1m[35mOptimacms::PageTranslation Load (1.0ms)[0m SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 164
|
|
59104
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
59105
|
+
DEPRECATION WARNING: input method now accepts a `wrapper_options` argument. The method definition without the argument is deprecated and will be removed in the next Simple Form version. Change your code from:
|
|
59106
|
+
|
|
59107
|
+
def input
|
|
59108
|
+
|
|
59109
|
+
to
|
|
59110
|
+
|
|
59111
|
+
def input(wrapper_options)
|
|
59112
|
+
|
|
59113
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
59114
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_pages__form_html_haml__808061069_130586540 at W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml:7)
|
|
59115
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1[0m
|
|
59116
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` = 1
|
|
59117
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
59118
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 164 [["item_id", 164]]
|
|
59119
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (209.0ms)
|
|
59120
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (2.0ms)
|
|
59121
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (98.0ms)
|
|
59122
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (16.0ms)
|
|
59123
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (876.1ms)
|
|
59124
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/edit.html.haml within optimacms/admin/layouts/main (985.1ms)
|
|
59125
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (5.0ms)
|
|
59126
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (78.0ms)
|
|
59127
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
|
|
59128
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
59129
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
|
59130
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (120.0ms)
|
|
59131
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (669.0ms)
|
|
59132
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1573.1ms)
|
|
59133
|
+
Completed 200 OK in 2912ms (Views: 2881.5ms | ActiveRecord: 6.0ms)
|
|
59134
|
+
|
|
59135
|
+
|
|
59136
|
+
Started GET "/assets/optimacms/admin_tpl.self-f7be267fec957e8c977c833b58b51fc0110ddbecb05e94f9c5819f8f72f0f9c6.css?body=1" for 127.0.0.1 at 2016-11-08 23:14:33 +0200
|
|
59137
|
+
|
|
59138
|
+
|
|
59139
|
+
Started GET "/assets/optimacms/admin.self-bd17631f55ecc8b59d640823b1dbd9801492fef1fb3c4800069c498a59daf4a6.css?body=1" for 127.0.0.1 at 2016-11-08 23:14:33 +0200
|
|
59140
|
+
|
|
59141
|
+
|
|
59142
|
+
Started GET "/assets/optimacms/application.self-fb28094035fc8f155b896e47c199355db7c84fc9d6214ed9800f1022ac2ece52.js?body=1" for 127.0.0.1 at 2016-11-08 23:14:34 +0200
|
|
59143
|
+
|
|
59144
|
+
|
|
59145
|
+
Started GET "/assets/jquery2.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-11-08 23:14:34 +0200
|
|
59146
|
+
|
|
59147
|
+
|
|
59148
|
+
Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-11-08 23:14:34 +0200
|
|
59149
|
+
|
|
59150
|
+
|
|
59151
|
+
Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-11-08 23:14:34 +0200
|
|
59152
|
+
|
|
59153
|
+
|
|
59154
|
+
Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2016-11-08 23:14:34 +0200
|
|
59155
|
+
|
|
59156
|
+
|
|
59157
|
+
Started GET "/assets/bootstrap3-autocomplete-input.min.self-a62d5c85f65f9f4101234936f747c1d06ed14c92044823ac33003100ec8cc267.js?body=1" for 127.0.0.1 at 2016-11-08 23:14:34 +0200
|
|
59158
|
+
|
|
59159
|
+
|
|
59160
|
+
Started GET "/assets/optimacms/admin.self-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js?body=1" for 127.0.0.1 at 2016-11-08 23:14:34 +0200
|
|
59161
|
+
|
|
59162
|
+
|
|
59163
|
+
Started PATCH "/admin/pages/164" for 127.0.0.1 at 2016-11-08 23:15:06 +0200
|
|
59164
|
+
Processing by Optimacms::Admin::PagesController#update as HTML
|
|
59165
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"S6AqJo2DQ0CqBgUOaaHUZNuv9To7b1tji6baZTNy665vT75TvZfYBLpCcRd/BOEoVp5KPMZOrW/Ewx0XdqOmZQ==", "continue"=>"1", "page"=>{"parent_id"=>"148", "title"=>"tt1", "url"=>"tt1.html", "name"=>"tt1", "controller_action"=>"", "layout_id"=>"157", "template_id"=>"163", "template"=>"t2 (temp/t2)", "is_translated"=>"0", "translations_attributes"=>{"0"=>{"lang"=>"", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"362"}, "1"=>{"lang"=>"en", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"363"}, "2"=>{"lang"=>"ru", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"364"}}}, "id"=>"164"}
|
|
59166
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
59167
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 164 LIMIT 1
|
|
59168
|
+
[1m[36mOptimacms::Language Load (0.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
59169
|
+
[1m[35m (1.0ms)[0m BEGIN
|
|
59170
|
+
[1m[36mOptimacms::PageTranslation Load (1.0ms)[0m [1mSELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 164 AND `cms_pages_translation`.`id` IN (362, 363, 364)[0m
|
|
59171
|
+
[1m[35m (0.0ms)[0m COMMIT
|
|
59172
|
+
Redirected to http://localhost:3001/admin/pages/164/edit
|
|
59173
|
+
Completed 302 Found in 49ms (ActiveRecord: 3.0ms)
|
|
59174
|
+
|
|
59175
|
+
|
|
59176
|
+
Started GET "/admin/pages/164/edit" for 127.0.0.1 at 2016-11-08 23:15:06 +0200
|
|
59177
|
+
Processing by Optimacms::Admin::PagesController#edit as HTML
|
|
59178
|
+
Parameters: {"id"=>"164"}
|
|
59179
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
59180
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 164 LIMIT 1
|
|
59181
|
+
[1m[36mOptimacms::Language Load (1.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
59182
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
59183
|
+
[1m[36mOptimacms::PageTranslation Load (0.0ms)[0m [1mSELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 164[0m
|
|
59184
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
59185
|
+
DEPRECATION WARNING: input method now accepts a `wrapper_options` argument. The method definition without the argument is deprecated and will be removed in the next Simple Form version. Change your code from:
|
|
59186
|
+
|
|
59187
|
+
def input
|
|
59188
|
+
|
|
59189
|
+
to
|
|
59190
|
+
|
|
59191
|
+
def input(wrapper_options)
|
|
59192
|
+
|
|
59193
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
59194
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_pages__form_html_haml__808061069_130586540 at W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml:7)
|
|
59195
|
+
[1m[35mOptimacms::Page Load (0.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
|
|
59196
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` = 1[0m
|
|
59197
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
59198
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 164[0m [["item_id", 164]]
|
|
59199
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (183.0ms)
|
|
59200
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (2.0ms)
|
|
59201
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (84.0ms)
|
|
59202
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (16.0ms)
|
|
59203
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (742.0ms)
|
|
59204
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/edit.html.haml within optimacms/admin/layouts/main (836.0ms)
|
|
59205
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
|
|
59206
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (45.0ms)
|
|
59207
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
|
|
59208
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
59209
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
59210
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (89.0ms)
|
|
59211
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (501.0ms)
|
|
59212
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1172.1ms)
|
|
59213
|
+
Completed 200 OK in 2314ms (Views: 2273.1ms | ActiveRecord: 3.0ms)
|
|
59214
|
+
|
|
59215
|
+
|
|
59216
|
+
Started PATCH "/admin/pages/164" for 127.0.0.1 at 2016-11-08 23:15:13 +0200
|
|
59217
|
+
Processing by Optimacms::Admin::PagesController#update as HTML
|
|
59218
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"HvF8uudKdDXUf/21B2Gsmbv2Yi6geAUIAoT38unO0fg6HujP117vccQ7iawRxJnVNsfdKF1Z8wRN4TCArB+cMw==", "continue"=>"1", "page"=>{"parent_id"=>"148", "title"=>"tt1", "url"=>"tt1.html", "name"=>"tt1", "controller_action"=>"", "layout_id"=>"157", "template_id"=>"163", "template"=>"t2 (temp/t2)", "is_translated"=>"0", "translations_attributes"=>{"0"=>{"lang"=>"", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"362"}, "1"=>{"lang"=>"en", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"363"}, "2"=>{"lang"=>"ru", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"364"}}}, "id"=>"164"}
|
|
59219
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
59220
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 164 LIMIT 1[0m
|
|
59221
|
+
[1m[35mOptimacms::Language Load (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
59222
|
+
[1m[36m (1.0ms)[0m [1mBEGIN[0m
|
|
59223
|
+
[1m[35mOptimacms::PageTranslation Load (1.0ms)[0m SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 164 AND `cms_pages_translation`.`id` IN (362, 363, 364)
|
|
59224
|
+
[1m[36m (1.0ms)[0m [1mCOMMIT[0m
|
|
59225
|
+
Redirected to http://localhost:3001/admin/pages/164/edit
|
|
59226
|
+
Completed 302 Found in 53ms (ActiveRecord: 5.0ms)
|
|
59227
|
+
|
|
59228
|
+
|
|
59229
|
+
Started GET "/admin/pages/164/edit" for 127.0.0.1 at 2016-11-08 23:15:13 +0200
|
|
59230
|
+
Processing by Optimacms::Admin::PagesController#edit as HTML
|
|
59231
|
+
Parameters: {"id"=>"164"}
|
|
59232
|
+
[1m[35mOptimacms::CmsAdminUser Load (3.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
59233
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 164 LIMIT 1[0m
|
|
59234
|
+
[1m[35mOptimacms::Language Load (1.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
59235
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
59236
|
+
[1m[35mOptimacms::PageTranslation Load (1.0ms)[0m SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 164
|
|
59237
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
59238
|
+
DEPRECATION WARNING: input method now accepts a `wrapper_options` argument. The method definition without the argument is deprecated and will be removed in the next Simple Form version. Change your code from:
|
|
59239
|
+
|
|
59240
|
+
def input
|
|
59241
|
+
|
|
59242
|
+
to
|
|
59243
|
+
|
|
59244
|
+
def input(wrapper_options)
|
|
59245
|
+
|
|
59246
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
59247
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_pages__form_html_haml__808061069_130586540 at W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml:7)
|
|
59248
|
+
[1m[36mOptimacms::Page Load (0.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1[0m
|
|
59249
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` = 1
|
|
59250
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
59251
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 164 [["item_id", 164]]
|
|
59252
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (209.0ms)
|
|
59253
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (3.0ms)
|
|
59254
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (92.0ms)
|
|
59255
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (17.0ms)
|
|
59256
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (815.0ms)
|
|
59257
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/edit.html.haml within optimacms/admin/layouts/main (918.1ms)
|
|
59258
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
|
|
59259
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (46.0ms)
|
|
59260
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
|
|
59261
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
59262
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
59263
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (85.0ms)
|
|
59264
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (491.0ms)
|
|
59265
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1163.1ms)
|
|
59266
|
+
Completed 200 OK in 2410ms (Views: 2361.7ms | ActiveRecord: 8.0ms)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
15104
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: optimacms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.21
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Max Ivak
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-11-
|
|
11
|
+
date: 2016-11-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|