optimacms 0.2.13 → 0.2.14

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.
@@ -47009,3 +47009,2837 @@ Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
47009
47009
  Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` IN (4, 3) AND (basepath LIKE 'shared/%' ) ORDER BY title asc LIMIT 100
47010
47010
  Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (3.0ms)
47011
47011
  Completed 200 OK in 485ms (Views: 478.6ms | ActiveRecord: 0.0ms)
47012
+
47013
+
47014
+ Started GET "/admin/templates/162/edit" for 127.0.0.1 at 2016-07-25 10:16:35 +0300
47015
+ ActiveRecord::SchemaMigration Load (1.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
47016
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
47017
+ Parameters: {"id"=>"162"}
47018
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
47019
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
47020
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
47021
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
47022
+ Optimacms::TemplateTranslation Load (0.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
47023
+  (1.0ms) BEGIN
47024
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
47025
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
47026
+ Optimacms::Template Exists (1.0ms) 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
47027
+  (0.0ms) COMMIT
47028
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
47029
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (5.0ms)
47030
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (172.0ms)
47031
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (240.0ms)
47032
+ Completed 500 Internal Server Error in 959ms (ActiveRecord: 58.0ms)
47033
+
47034
+ ActionView::Template::Error (undefined method `сontinue' for #<Optimacms::Template:0x0000000bec5c88>):
47035
+ 5: = horizontal_simple_form_for @item, {:html => { :class => "form-horizontal", :role => "form" }}.merge((@modal==1 ? {remote: true}: {})) do |f|
47036
+ 6: = render 'optimacms/admin/shared/form_errors', :object=>@item
47037
+ 7:
47038
+ 8: = f.input :сontinue, as: :hidden
47039
+ 9:
47040
+ 10: = f.input :parent_id, as: :hidden
47041
+ 11:
47042
+ activemodel (4.2.6) lib/active_model/attribute_methods.rb:433:in `method_missing'
47043
+ actionview (4.2.6) lib/action_view/helpers/tags/base.rb:28:in `public_send'
47044
+ actionview (4.2.6) lib/action_view/helpers/tags/base.rb:28:in `value'
47045
+ actionview (4.2.6) lib/action_view/helpers/tags/base.rb:38:in `value_before_type_cast'
47046
+ actionview (4.2.6) lib/action_view/helpers/tags/text_field.rb:13:in `block in render'
47047
+ actionview (4.2.6) lib/action_view/helpers/tags/text_field.rb:13:in `fetch'
47048
+ actionview (4.2.6) lib/action_view/helpers/tags/text_field.rb:13:in `render'
47049
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:826:in `hidden_field'
47050
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:1751:in `hidden_field'
47051
+ simple_form (3.2.1) lib/simple_form/inputs/hidden_input.rb:9:in `input'
47052
+ simple_form (3.2.1) lib/simple_form/wrappers/leaf.rb:19:in `call'
47053
+ simple_form (3.2.1) lib/simple_form/wrappers/leaf.rb:19:in `render'
47054
+ simple_form (3.2.1) lib/simple_form/wrappers/many.rb:28:in `block in render'
47055
+ simple_form (3.2.1) lib/simple_form/wrappers/many.rb:26:in `each'
47056
+ simple_form (3.2.1) lib/simple_form/wrappers/many.rb:26:in `render'
47057
+ simple_form (3.2.1) lib/simple_form/wrappers/many.rb:28:in `block in render'
47058
+ simple_form (3.2.1) lib/simple_form/wrappers/many.rb:26:in `each'
47059
+ simple_form (3.2.1) lib/simple_form/wrappers/many.rb:26:in `render'
47060
+ simple_form (3.2.1) lib/simple_form/wrappers/root.rb:15:in `render'
47061
+ simple_form (3.2.1) lib/simple_form/form_builder.rb:116:in `input'
47062
+ W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8:in `block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml___1248781847_95832020'
47063
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:137:in `call'
47064
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml'
47065
+ haml (4.0.6) lib/haml/helpers.rb:278:in `with_tabs'
47066
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml'
47067
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
47068
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
47069
+ haml (4.0.6) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss'
47070
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `capture'
47071
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml'
47072
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:444:in `form_for'
47073
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml'
47074
+ haml (4.0.6) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss'
47075
+ simple_form (3.2.1) lib/simple_form/action_view_extensions/form_helper.rb:26:in `block in simple_form_for'
47076
+ simple_form (3.2.1) lib/simple_form/action_view_extensions/form_helper.rb:45:in `with_simple_form_field_error_proc'
47077
+ simple_form (3.2.1) lib/simple_form/action_view_extensions/form_helper.rb:25:in `simple_form_for'
47078
+ W:/myrails/cms/site/app/helpers/optimacms/forms_helper.rb:18:in `horizontal_simple_form_for'
47079
+ W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:5:in `____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml___1248781847_95832020'
47080
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
47081
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
47082
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
47083
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
47084
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
47085
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
47086
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
47087
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
47088
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
47089
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
47090
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
47091
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
47092
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
47093
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
47094
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
47095
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
47096
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
47097
+ W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml:3:in `____myrails_cms_site_app_views_optimacms_admin_templates_edit_html_haml___430503866_96307240'
47098
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
47099
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
47100
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
47101
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
47102
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
47103
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
47104
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
47105
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
47106
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
47107
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
47108
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
47109
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
47110
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
47111
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
47112
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
47113
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
47114
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
47115
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
47116
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
47117
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
47118
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
47119
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
47120
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
47121
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
47122
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
47123
+ D:/Ruby22x64/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
47124
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
47125
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
47126
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
47127
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
47128
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
47129
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
47130
+ W:/myrails/cms/site/lib/optimacms/mycontroller.rb:31:in `default_render'
47131
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
47132
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
47133
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
47134
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
47135
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
47136
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
47137
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
47138
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
47139
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
47140
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
47141
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
47142
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
47143
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
47144
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
47145
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
47146
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
47147
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
47148
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
47149
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
47150
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
47151
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
47152
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
47153
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
47154
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
47155
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
47156
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
47157
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `call'
47158
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
47159
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
47160
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
47161
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
47162
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
47163
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
47164
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
47165
+ railties (4.2.6) lib/rails/railtie.rb:194:in `public_send'
47166
+ railties (4.2.6) lib/rails/railtie.rb:194:in `method_missing'
47167
+ actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:51:in `serve'
47168
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
47169
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
47170
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
47171
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
47172
+ warden (1.2.6) lib/warden/manager.rb:35:in `block in call'
47173
+ warden (1.2.6) lib/warden/manager.rb:34:in `catch'
47174
+ warden (1.2.6) lib/warden/manager.rb:34:in `call'
47175
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
47176
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
47177
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
47178
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
47179
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
47180
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
47181
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
47182
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
47183
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
47184
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
47185
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
47186
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
47187
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
47188
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
47189
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
47190
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
47191
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
47192
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
47193
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
47194
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
47195
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
47196
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
47197
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
47198
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
47199
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
47200
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
47201
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
47202
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
47203
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
47204
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
47205
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
47206
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
47207
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
47208
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
47209
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
47210
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
47211
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
47212
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
47213
+ D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
47214
+ D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
47215
+ D:/Ruby22x64/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
47216
+
47217
+
47218
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
47219
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (20.0ms)
47220
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms)
47221
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (451.0ms)
47222
+
47223
+
47224
+ Started GET "/admin/templates/162/edit" for 127.0.0.1 at 2016-07-25 10:20:46 +0300
47225
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
47226
+ Parameters: {"id"=>"162"}
47227
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
47228
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
47229
+ Optimacms::Language Load (1.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
47230
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
47231
+ Optimacms::TemplateTranslation Load (0.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
47232
+  (0.0ms) BEGIN
47233
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
47234
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
47235
+ Optimacms::Template Exists (1.0ms) 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
47236
+  (0.0ms) COMMIT
47237
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
47238
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
47239
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (103.0ms)
47240
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (143.0ms)
47241
+ Completed 500 Internal Server Error in 376ms (ActiveRecord: 38.0ms)
47242
+
47243
+ ActionView::Template::Error (undefined method `сontinue' for #<Optimacms::Template:0x0000000be25ff8>):
47244
+ 5: = horizontal_simple_form_for @item, {:html => { :class => "form-horizontal", :role => "form" }}.merge((@modal==1 ? {remote: true}: {})) do |f|
47245
+ 6: = render 'optimacms/admin/shared/form_errors', :object=>@item
47246
+ 7:
47247
+ 8: = f.input :сontinue, as: :hidden
47248
+ 9:
47249
+ 10: = f.input :parent_id, as: :hidden
47250
+ 11:
47251
+ activemodel (4.2.6) lib/active_model/attribute_methods.rb:433:in `method_missing'
47252
+ actionview (4.2.6) lib/action_view/helpers/tags/base.rb:28:in `public_send'
47253
+ actionview (4.2.6) lib/action_view/helpers/tags/base.rb:28:in `value'
47254
+ actionview (4.2.6) lib/action_view/helpers/tags/base.rb:38:in `value_before_type_cast'
47255
+ actionview (4.2.6) lib/action_view/helpers/tags/text_field.rb:13:in `block in render'
47256
+ actionview (4.2.6) lib/action_view/helpers/tags/text_field.rb:13:in `fetch'
47257
+ actionview (4.2.6) lib/action_view/helpers/tags/text_field.rb:13:in `render'
47258
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:826:in `hidden_field'
47259
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:1751:in `hidden_field'
47260
+ simple_form (3.2.1) lib/simple_form/inputs/hidden_input.rb:9:in `input'
47261
+ simple_form (3.2.1) lib/simple_form/wrappers/leaf.rb:19:in `call'
47262
+ simple_form (3.2.1) lib/simple_form/wrappers/leaf.rb:19:in `render'
47263
+ simple_form (3.2.1) lib/simple_form/wrappers/many.rb:28:in `block in render'
47264
+ simple_form (3.2.1) lib/simple_form/wrappers/many.rb:26:in `each'
47265
+ simple_form (3.2.1) lib/simple_form/wrappers/many.rb:26:in `render'
47266
+ simple_form (3.2.1) lib/simple_form/wrappers/many.rb:28:in `block in render'
47267
+ simple_form (3.2.1) lib/simple_form/wrappers/many.rb:26:in `each'
47268
+ simple_form (3.2.1) lib/simple_form/wrappers/many.rb:26:in `render'
47269
+ simple_form (3.2.1) lib/simple_form/wrappers/root.rb:15:in `render'
47270
+ simple_form (3.2.1) lib/simple_form/form_builder.rb:116:in `input'
47271
+ W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8:in `block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml___1248781847_95922120'
47272
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:137:in `call'
47273
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml'
47274
+ haml (4.0.6) lib/haml/helpers.rb:278:in `with_tabs'
47275
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml'
47276
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
47277
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
47278
+ haml (4.0.6) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss'
47279
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `capture'
47280
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml'
47281
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:444:in `form_for'
47282
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml'
47283
+ haml (4.0.6) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss'
47284
+ simple_form (3.2.1) lib/simple_form/action_view_extensions/form_helper.rb:26:in `block in simple_form_for'
47285
+ simple_form (3.2.1) lib/simple_form/action_view_extensions/form_helper.rb:45:in `with_simple_form_field_error_proc'
47286
+ simple_form (3.2.1) lib/simple_form/action_view_extensions/form_helper.rb:25:in `simple_form_for'
47287
+ W:/myrails/cms/site/app/helpers/optimacms/forms_helper.rb:18:in `horizontal_simple_form_for'
47288
+ W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:5:in `____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml___1248781847_95922120'
47289
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
47290
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
47291
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
47292
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
47293
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
47294
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
47295
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
47296
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
47297
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
47298
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
47299
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
47300
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
47301
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
47302
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
47303
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
47304
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
47305
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
47306
+ W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml:3:in `____myrails_cms_site_app_views_optimacms_admin_templates_edit_html_haml___430503866_96307240'
47307
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
47308
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
47309
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
47310
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
47311
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
47312
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
47313
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
47314
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
47315
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
47316
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
47317
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
47318
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
47319
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
47320
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
47321
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
47322
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
47323
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
47324
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
47325
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
47326
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
47327
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
47328
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
47329
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
47330
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
47331
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
47332
+ D:/Ruby22x64/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
47333
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
47334
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
47335
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
47336
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
47337
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
47338
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
47339
+ W:/myrails/cms/site/lib/optimacms/mycontroller.rb:31:in `default_render'
47340
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
47341
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
47342
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
47343
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
47344
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
47345
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
47346
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
47347
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
47348
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
47349
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
47350
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
47351
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
47352
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
47353
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
47354
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
47355
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
47356
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
47357
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
47358
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
47359
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
47360
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
47361
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
47362
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
47363
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
47364
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
47365
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
47366
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `call'
47367
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
47368
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
47369
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
47370
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
47371
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
47372
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
47373
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
47374
+ railties (4.2.6) lib/rails/railtie.rb:194:in `public_send'
47375
+ railties (4.2.6) lib/rails/railtie.rb:194:in `method_missing'
47376
+ actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:51:in `serve'
47377
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
47378
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
47379
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
47380
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
47381
+ warden (1.2.6) lib/warden/manager.rb:35:in `block in call'
47382
+ warden (1.2.6) lib/warden/manager.rb:34:in `catch'
47383
+ warden (1.2.6) lib/warden/manager.rb:34:in `call'
47384
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
47385
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
47386
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
47387
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
47388
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
47389
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
47390
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
47391
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
47392
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
47393
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
47394
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
47395
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
47396
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
47397
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
47398
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
47399
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
47400
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
47401
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
47402
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
47403
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
47404
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
47405
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
47406
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
47407
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
47408
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
47409
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
47410
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
47411
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
47412
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
47413
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
47414
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
47415
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
47416
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
47417
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
47418
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
47419
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
47420
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
47421
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
47422
+ D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
47423
+ D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
47424
+ D:/Ruby22x64/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
47425
+
47426
+
47427
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.0ms)
47428
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (20.0ms)
47429
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms)
47430
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (368.0ms)
47431
+
47432
+
47433
+ Started GET "/admin/templates/162/edit" for 127.0.0.1 at 2016-07-25 10:23:37 +0300
47434
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
47435
+ Parameters: {"id"=>"162"}
47436
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
47437
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
47438
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
47439
+ CACHE (1.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
47440
+ Optimacms::TemplateTranslation Load (0.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
47441
+  (0.0ms) BEGIN
47442
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
47443
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
47444
+ Optimacms::Template Exists (0.0ms) 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
47445
+  (0.0ms) COMMIT
47446
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
47447
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
47448
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (103.0ms)
47449
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (145.0ms)
47450
+ Completed 500 Internal Server Error in 265ms (ActiveRecord: 3.0ms)
47451
+
47452
+ ActionView::Template::Error (No input found for fake):
47453
+ 5: = horizontal_simple_form_for @item, {:html => { :class => "form-horizontal", :role => "form" }}.merge((@modal==1 ? {remote: true}: {})) do |f|
47454
+ 6: = render 'optimacms/admin/shared/form_errors', :object=>@item
47455
+ 7:
47456
+ 8: = f.input :сontinue, as: :fake, input_html: {value: "0"}
47457
+ 9:
47458
+ 10: = f.input :parent_id, as: :hidden
47459
+ 11:
47460
+ simple_form (3.2.1) lib/simple_form/form_builder.rb:574:in `find_mapping'
47461
+ simple_form (3.2.1) lib/simple_form/form_builder.rb:503:in `find_input'
47462
+ simple_form (3.2.1) lib/simple_form/form_builder.rb:113:in `input'
47463
+ W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8:in `block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml___1248781847_43920220'
47464
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:137:in `call'
47465
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml'
47466
+ haml (4.0.6) lib/haml/helpers.rb:278:in `with_tabs'
47467
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml'
47468
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
47469
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
47470
+ haml (4.0.6) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss'
47471
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `capture'
47472
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml'
47473
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:444:in `form_for'
47474
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml'
47475
+ haml (4.0.6) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss'
47476
+ simple_form (3.2.1) lib/simple_form/action_view_extensions/form_helper.rb:26:in `block in simple_form_for'
47477
+ simple_form (3.2.1) lib/simple_form/action_view_extensions/form_helper.rb:45:in `with_simple_form_field_error_proc'
47478
+ simple_form (3.2.1) lib/simple_form/action_view_extensions/form_helper.rb:25:in `simple_form_for'
47479
+ W:/myrails/cms/site/app/helpers/optimacms/forms_helper.rb:18:in `horizontal_simple_form_for'
47480
+ W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:5:in `____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml___1248781847_43920220'
47481
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
47482
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
47483
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
47484
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
47485
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
47486
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
47487
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
47488
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
47489
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
47490
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
47491
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
47492
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
47493
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
47494
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
47495
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
47496
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
47497
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
47498
+ W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml:3:in `____myrails_cms_site_app_views_optimacms_admin_templates_edit_html_haml___430503866_96307240'
47499
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
47500
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
47501
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
47502
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
47503
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
47504
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
47505
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
47506
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
47507
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
47508
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
47509
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
47510
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
47511
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
47512
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
47513
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
47514
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
47515
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
47516
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
47517
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
47518
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
47519
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
47520
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
47521
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
47522
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
47523
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
47524
+ D:/Ruby22x64/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
47525
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
47526
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
47527
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
47528
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
47529
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
47530
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
47531
+ W:/myrails/cms/site/lib/optimacms/mycontroller.rb:31:in `default_render'
47532
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
47533
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
47534
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
47535
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
47536
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
47537
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
47538
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
47539
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
47540
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
47541
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
47542
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
47543
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
47544
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
47545
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
47546
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
47547
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
47548
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
47549
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
47550
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
47551
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
47552
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
47553
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
47554
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
47555
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
47556
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
47557
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
47558
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `call'
47559
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
47560
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
47561
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
47562
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
47563
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
47564
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
47565
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
47566
+ railties (4.2.6) lib/rails/railtie.rb:194:in `public_send'
47567
+ railties (4.2.6) lib/rails/railtie.rb:194:in `method_missing'
47568
+ actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:51:in `serve'
47569
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
47570
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
47571
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
47572
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
47573
+ warden (1.2.6) lib/warden/manager.rb:35:in `block in call'
47574
+ warden (1.2.6) lib/warden/manager.rb:34:in `catch'
47575
+ warden (1.2.6) lib/warden/manager.rb:34:in `call'
47576
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
47577
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
47578
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
47579
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
47580
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
47581
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
47582
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
47583
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
47584
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
47585
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
47586
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
47587
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
47588
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
47589
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
47590
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
47591
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
47592
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
47593
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
47594
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
47595
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
47596
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
47597
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
47598
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
47599
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
47600
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
47601
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
47602
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
47603
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
47604
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
47605
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
47606
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
47607
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
47608
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
47609
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
47610
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
47611
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
47612
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
47613
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
47614
+ D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
47615
+ D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
47616
+ D:/Ruby22x64/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
47617
+
47618
+
47619
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
47620
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (19.0ms)
47621
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
47622
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (370.0ms)
47623
+
47624
+
47625
+ Started GET "/admin/templates/162/edit" for 127.0.0.1 at 2016-07-25 10:24:47 +0300
47626
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
47627
+ Parameters: {"id"=>"162"}
47628
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
47629
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
47630
+ Optimacms::Language Load (1.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
47631
+ CACHE (1.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
47632
+ Optimacms::TemplateTranslation Load (1.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
47633
+  (0.0ms) BEGIN
47634
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
47635
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
47636
+ Optimacms::Template Exists (1.0ms) 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
47637
+  (0.0ms) COMMIT
47638
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
47639
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
47640
+ 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:
47641
+
47642
+ def input
47643
+
47644
+ to
47645
+
47646
+ def input(wrapper_options)
47647
+
47648
+ See https://github.com/plataformatec/simple_form/pull/997 for more information.
47649
+ (called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml___1248781847_43920220 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
47650
+ Optimacms::TemplateTranslation Load (0.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
47651
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
47652
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
47653
+ CACHE (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
47654
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (2.0ms)
47655
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (7.0ms)
47656
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (303.0ms)
47657
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (2927.2ms)
47658
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (2967.2ms)
47659
+ Completed 500 Internal Server Error in 3213ms (ActiveRecord: 41.0ms)
47660
+
47661
+ ActionView::Template::Error (undefined method `save_continue_cancel' for #<SimpleForm::FormBuilder:0x000000052aef90>):
47662
+ 27:
47663
+ 28:
47664
+ 29: -#= f.button :submit_cancel, 'Save', :cancel=>@url_back
47665
+ 30: = f.button :save_continue_cancel, 'Save', :cancel=>@url_back
47666
+ simple_form (3.2.1) lib/simple_form/form_builder.rb:213:in `button'
47667
+ W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:30:in `block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml___1248781847_43920220'
47668
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:137:in `call'
47669
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml'
47670
+ haml (4.0.6) lib/haml/helpers.rb:278:in `with_tabs'
47671
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml'
47672
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
47673
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
47674
+ haml (4.0.6) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss'
47675
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `capture'
47676
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml'
47677
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:444:in `form_for'
47678
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml'
47679
+ haml (4.0.6) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss'
47680
+ simple_form (3.2.1) lib/simple_form/action_view_extensions/form_helper.rb:26:in `block in simple_form_for'
47681
+ simple_form (3.2.1) lib/simple_form/action_view_extensions/form_helper.rb:45:in `with_simple_form_field_error_proc'
47682
+ simple_form (3.2.1) lib/simple_form/action_view_extensions/form_helper.rb:25:in `simple_form_for'
47683
+ W:/myrails/cms/site/app/helpers/optimacms/forms_helper.rb:18:in `horizontal_simple_form_for'
47684
+ W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:5:in `____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml___1248781847_43920220'
47685
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
47686
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
47687
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
47688
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
47689
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
47690
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
47691
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
47692
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
47693
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
47694
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
47695
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
47696
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
47697
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
47698
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
47699
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
47700
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
47701
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
47702
+ W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml:3:in `____myrails_cms_site_app_views_optimacms_admin_templates_edit_html_haml___430503866_96307240'
47703
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
47704
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
47705
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
47706
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
47707
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
47708
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
47709
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
47710
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
47711
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
47712
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
47713
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
47714
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
47715
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
47716
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
47717
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
47718
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
47719
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
47720
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
47721
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
47722
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
47723
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
47724
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
47725
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
47726
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
47727
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
47728
+ D:/Ruby22x64/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
47729
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
47730
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
47731
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
47732
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
47733
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
47734
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
47735
+ W:/myrails/cms/site/lib/optimacms/mycontroller.rb:31:in `default_render'
47736
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
47737
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
47738
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
47739
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
47740
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
47741
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
47742
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
47743
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
47744
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
47745
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
47746
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
47747
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
47748
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
47749
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
47750
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
47751
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
47752
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
47753
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
47754
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
47755
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
47756
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
47757
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
47758
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
47759
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
47760
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
47761
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
47762
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `call'
47763
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
47764
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
47765
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
47766
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
47767
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
47768
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
47769
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
47770
+ railties (4.2.6) lib/rails/railtie.rb:194:in `public_send'
47771
+ railties (4.2.6) lib/rails/railtie.rb:194:in `method_missing'
47772
+ actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:51:in `serve'
47773
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
47774
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
47775
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
47776
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
47777
+ warden (1.2.6) lib/warden/manager.rb:35:in `block in call'
47778
+ warden (1.2.6) lib/warden/manager.rb:34:in `catch'
47779
+ warden (1.2.6) lib/warden/manager.rb:34:in `call'
47780
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
47781
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
47782
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
47783
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
47784
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
47785
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
47786
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
47787
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
47788
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
47789
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
47790
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
47791
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
47792
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
47793
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
47794
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
47795
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
47796
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
47797
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
47798
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
47799
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
47800
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
47801
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
47802
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
47803
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
47804
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
47805
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
47806
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
47807
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
47808
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
47809
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
47810
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
47811
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
47812
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
47813
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
47814
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
47815
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
47816
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
47817
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
47818
+ D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
47819
+ D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
47820
+ D:/Ruby22x64/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
47821
+
47822
+
47823
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.0ms)
47824
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (18.0ms)
47825
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms)
47826
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (368.0ms)
47827
+
47828
+
47829
+ Started GET "/admin/templates/162/edit" for 127.0.0.1 at 2016-07-25 10:28:31 +0300
47830
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
47831
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
47832
+ Parameters: {"id"=>"162"}
47833
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
47834
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
47835
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
47836
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
47837
+ Optimacms::TemplateTranslation Load (1.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
47838
+  (0.0ms) BEGIN
47839
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
47840
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
47841
+ Optimacms::Template Exists (0.0ms) 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
47842
+  (0.0ms) COMMIT
47843
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
47844
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (5.0ms)
47845
+ 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:
47846
+
47847
+ def input
47848
+
47849
+ to
47850
+
47851
+ def input(wrapper_options)
47852
+
47853
+ See https://github.com/plataformatec/simple_form/pull/997 for more information.
47854
+ (called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1078409945_100075360 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
47855
+ Optimacms::TemplateTranslation Load (1.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
47856
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
47857
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
47858
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
47859
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (2.0ms)
47860
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (7.0ms)
47861
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (210.0ms)
47862
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (2505.1ms)
47863
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (2566.1ms)
47864
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (64.0ms)
47865
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (62.0ms)
47866
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (4.0ms)
47867
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (6.0ms)
47868
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (3.0ms)
47869
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (56.0ms)
47870
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (2566.1ms)
47871
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (3091.2ms)
47872
+ Completed 200 OK in 6070ms (Views: 5817.6ms | ActiveRecord: 33.0ms)
47873
+
47874
+
47875
+ Started GET "/assets/optimacms/admin.self-84e36b0189cfc4ac18c624ad198afcefbbd618cce7a3809360431d6d8b6fd71c.css?body=1" for 127.0.0.1 at 2016-07-25 10:28:38 +0300
47876
+
47877
+
47878
+ Started GET "/assets/optimacms/admin_tpl.self-3552518fc3641d7e2cce03ff12090a8288cfdabbeb2263909a89f56757898dfd.css?body=1" for 127.0.0.1 at 2016-07-25 10:28:38 +0300
47879
+
47880
+
47881
+ Started GET "/assets/optimacms/application.self-fb28094035fc8f155b896e47c199355db7c84fc9d6214ed9800f1022ac2ece52.js?body=1" for 127.0.0.1 at 2016-07-25 10:28:38 +0300
47882
+
47883
+
47884
+ Started GET "/assets/jquery2.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-07-25 10:28:38 +0300
47885
+
47886
+
47887
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-07-25 10:28:38 +0300
47888
+
47889
+
47890
+ Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-07-25 10:28:38 +0300
47891
+
47892
+
47893
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2016-07-25 10:28:38 +0300
47894
+
47895
+
47896
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2016-07-25 10:28:38 +0300
47897
+
47898
+
47899
+ Started GET "/assets/optimacms/admin.self-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js?body=1" for 127.0.0.1 at 2016-07-25 10:28:38 +0300
47900
+
47901
+
47902
+ Started GET "/assets/fontawesome-webfont-7dacf83f51179de8d7980a513e67ab3a08f2c6272bb5946df8fd77c0d1763b73.woff2?v=4.6.3" for 127.0.0.1 at 2016-07-25 10:28:38 +0300
47903
+
47904
+
47905
+ Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.7073638714414685" for 127.0.0.1 at 2016-07-25 10:28:38 +0300
47906
+ Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
47907
+ Parameters: {"path"=>"temp/", "r"=>"0.7073638714414685"}
47908
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
47909
+ Optimacms::Template Load (1.0ms) 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
47910
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (16.0ms)
47911
+ Completed 200 OK in 464ms (Views: 457.0ms | ActiveRecord: 1.0ms)
47912
+
47913
+
47914
+ Started GET "/admin/templates/162/edit" for 127.0.0.1 at 2016-07-25 10:28:57 +0300
47915
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
47916
+ Parameters: {"id"=>"162"}
47917
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
47918
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
47919
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
47920
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
47921
+ Optimacms::TemplateTranslation Load (1.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
47922
+  (1.0ms) BEGIN
47923
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
47924
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
47925
+ Optimacms::Template Exists (0.0ms) 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
47926
+  (0.0ms) COMMIT
47927
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
47928
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
47929
+ 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:
47930
+
47931
+ def input
47932
+
47933
+ to
47934
+
47935
+ def input(wrapper_options)
47936
+
47937
+ See https://github.com/plataformatec/simple_form/pull/997 for more information.
47938
+ (called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1078409945_100075360 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
47939
+ Optimacms::TemplateTranslation Load (1.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
47940
+ CACHE (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
47941
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
47942
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
47943
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (1.0ms)
47944
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (0.0ms)
47945
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (173.0ms)
47946
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (297.0ms)
47947
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (340.0ms)
47948
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (1.0ms)
47949
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (34.0ms)
47950
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
47951
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
47952
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
47953
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (43.0ms)
47954
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (260.0ms)
47955
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (588.0ms)
47956
+ Completed 200 OK in 1229ms (Views: 1060.5ms | ActiveRecord: 43.0ms)
47957
+
47958
+
47959
+ Started GET "/assets/optimacms/admin_tpl.self-3552518fc3641d7e2cce03ff12090a8288cfdabbeb2263909a89f56757898dfd.css?body=1" for 127.0.0.1 at 2016-07-25 10:28:59 +0300
47960
+
47961
+
47962
+ Started GET "/assets/optimacms/application.self-fb28094035fc8f155b896e47c199355db7c84fc9d6214ed9800f1022ac2ece52.js?body=1" for 127.0.0.1 at 2016-07-25 10:28:59 +0300
47963
+
47964
+
47965
+ Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-07-25 10:28:59 +0300
47966
+
47967
+
47968
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-07-25 10:28:59 +0300
47969
+
47970
+
47971
+ Started GET "/assets/jquery2.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-07-25 10:28:59 +0300
47972
+
47973
+
47974
+ Started GET "/assets/optimacms/admin.self-84e36b0189cfc4ac18c624ad198afcefbbd618cce7a3809360431d6d8b6fd71c.css?body=1" for 127.0.0.1 at 2016-07-25 10:28:59 +0300
47975
+
47976
+
47977
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2016-07-25 10:28:59 +0300
47978
+
47979
+
47980
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2016-07-25 10:28:59 +0300
47981
+
47982
+
47983
+ Started GET "/assets/optimacms/admin.self-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js?body=1" for 127.0.0.1 at 2016-07-25 10:29:00 +0300
47984
+
47985
+
47986
+ Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.396997372919099" for 127.0.0.1 at 2016-07-25 10:29:00 +0300
47987
+ Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
47988
+ Parameters: {"path"=>"temp/", "r"=>"0.396997372919099"}
47989
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
47990
+ Optimacms::Template Load (1.0ms) 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
47991
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (10.0ms)
47992
+ Completed 200 OK in 454ms (Views: 446.0ms | ActiveRecord: 2.0ms)
47993
+
47994
+
47995
+ Started GET "/admin/templates/162/edit" for 127.0.0.1 at 2016-07-25 10:29:30 +0300
47996
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
47997
+ Parameters: {"id"=>"162"}
47998
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
47999
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
48000
+ Optimacms::Language Load (1.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
48001
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
48002
+ Optimacms::TemplateTranslation Load (0.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
48003
+  (0.0ms) BEGIN
48004
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
48005
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
48006
+ Optimacms::Template Exists (1.0ms) 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
48007
+  (1.0ms) COMMIT
48008
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
48009
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
48010
+ 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:
48011
+
48012
+ def input
48013
+
48014
+ to
48015
+
48016
+ def input(wrapper_options)
48017
+
48018
+ See https://github.com/plataformatec/simple_form/pull/997 for more information.
48019
+ (called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1078409945_100075360 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
48020
+ Optimacms::TemplateTranslation Load (1.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
48021
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
48022
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
48023
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
48024
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
48025
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (1.0ms)
48026
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (171.0ms)
48027
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (300.0ms)
48028
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (344.0ms)
48029
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
48030
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (33.0ms)
48031
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
48032
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
48033
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
48034
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (41.0ms)
48035
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (269.0ms)
48036
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (594.0ms)
48037
+ Completed 200 OK in 1229ms (Views: 1065.2ms | ActiveRecord: 40.0ms)
48038
+
48039
+
48040
+ Started GET "/assets/optimacms/admin.self-84e36b0189cfc4ac18c624ad198afcefbbd618cce7a3809360431d6d8b6fd71c.css?body=1" for 127.0.0.1 at 2016-07-25 10:29:32 +0300
48041
+
48042
+
48043
+ Started GET "/assets/optimacms/application.self-fb28094035fc8f155b896e47c199355db7c84fc9d6214ed9800f1022ac2ece52.js?body=1" for 127.0.0.1 at 2016-07-25 10:29:32 +0300
48044
+
48045
+
48046
+ Started GET "/assets/optimacms/admin_tpl.self-3552518fc3641d7e2cce03ff12090a8288cfdabbeb2263909a89f56757898dfd.css?body=1" for 127.0.0.1 at 2016-07-25 10:29:32 +0300
48047
+
48048
+
48049
+ Started GET "/assets/jquery2.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-07-25 10:29:32 +0300
48050
+
48051
+
48052
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-07-25 10:29:32 +0300
48053
+
48054
+
48055
+ Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-07-25 10:29:33 +0300
48056
+
48057
+
48058
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2016-07-25 10:29:33 +0300
48059
+
48060
+
48061
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2016-07-25 10:29:33 +0300
48062
+
48063
+
48064
+ Started GET "/assets/optimacms/admin.self-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js?body=1" for 127.0.0.1 at 2016-07-25 10:29:33 +0300
48065
+
48066
+
48067
+ Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.8429249839712771" for 127.0.0.1 at 2016-07-25 10:29:33 +0300
48068
+ Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
48069
+ Parameters: {"path"=>"temp/", "r"=>"0.8429249839712771"}
48070
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
48071
+ Optimacms::Template Load (0.0ms) 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
48072
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (12.0ms)
48073
+ Completed 200 OK in 466ms (Views: 458.9ms | ActiveRecord: 1.0ms)
48074
+
48075
+
48076
+ Started GET "/admin/templates/162/edit" for 127.0.0.1 at 2016-07-25 10:32:15 +0300
48077
+ ActiveRecord::SchemaMigration Load (1.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
48078
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
48079
+ Parameters: {"id"=>"162"}
48080
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
48081
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
48082
+ Optimacms::Language Load (1.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
48083
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
48084
+ Optimacms::TemplateTranslation Load (1.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
48085
+  (0.0ms) BEGIN
48086
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
48087
+ CACHE (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
48088
+ Optimacms::Template Exists (0.0ms) 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
48089
+  (0.0ms) COMMIT
48090
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
48091
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (5.0ms)
48092
+ 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:
48093
+
48094
+ def input
48095
+
48096
+ to
48097
+
48098
+ def input(wrapper_options)
48099
+
48100
+ See https://github.com/plataformatec/simple_form/pull/997 for more information.
48101
+ (called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__10346904_94797340 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
48102
+ Optimacms::TemplateTranslation Load (0.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
48103
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
48104
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
48105
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
48106
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (2.0ms)
48107
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (7.0ms)
48108
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (219.0ms)
48109
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (2496.1ms)
48110
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (2548.1ms)
48111
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (18.0ms)
48112
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (45.0ms)
48113
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (4.0ms)
48114
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (6.0ms)
48115
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (2.0ms)
48116
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (46.0ms)
48117
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (1015.1ms)
48118
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1386.1ms)
48119
+ Completed 200 OK in 4318ms (Views: 4088.0ms | ActiveRecord: 31.0ms)
48120
+
48121
+
48122
+ Started GET "/assets/optimacms/admin.self-84e36b0189cfc4ac18c624ad198afcefbbd618cce7a3809360431d6d8b6fd71c.css?body=1" for 127.0.0.1 at 2016-07-25 10:32:19 +0300
48123
+
48124
+
48125
+ Started GET "/assets/optimacms/admin_tpl.self-3552518fc3641d7e2cce03ff12090a8288cfdabbeb2263909a89f56757898dfd.css?body=1" for 127.0.0.1 at 2016-07-25 10:32:19 +0300
48126
+
48127
+
48128
+ Started GET "/assets/optimacms/application.self-fb28094035fc8f155b896e47c199355db7c84fc9d6214ed9800f1022ac2ece52.js?body=1" for 127.0.0.1 at 2016-07-25 10:32:20 +0300
48129
+
48130
+
48131
+ Started GET "/assets/jquery2.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-07-25 10:32:20 +0300
48132
+
48133
+
48134
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-07-25 10:32:20 +0300
48135
+
48136
+
48137
+ Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-07-25 10:32:20 +0300
48138
+
48139
+
48140
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2016-07-25 10:32:20 +0300
48141
+
48142
+
48143
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2016-07-25 10:32:20 +0300
48144
+
48145
+
48146
+ Started GET "/assets/optimacms/admin.self-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js?body=1" for 127.0.0.1 at 2016-07-25 10:32:20 +0300
48147
+
48148
+
48149
+ Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.8213499486598423" for 127.0.0.1 at 2016-07-25 10:32:20 +0300
48150
+ Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
48151
+ Parameters: {"path"=>"temp/", "r"=>"0.8213499486598423"}
48152
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
48153
+ Optimacms::Template Load (1.0ms) 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
48154
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (16.0ms)
48155
+ Completed 200 OK in 462ms (Views: 454.2ms | ActiveRecord: 2.0ms)
48156
+
48157
+
48158
+ Started GET "/admin/templates/162/edit" for 127.0.0.1 at 2016-07-25 10:34:08 +0300
48159
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
48160
+ Parameters: {"id"=>"162"}
48161
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
48162
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
48163
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
48164
+ CACHE (1.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
48165
+ Optimacms::TemplateTranslation Load (1.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
48166
+  (0.0ms) BEGIN
48167
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
48168
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
48169
+ Optimacms::Template Exists (0.0ms) 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
48170
+  (0.0ms) COMMIT
48171
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
48172
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
48173
+ 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:
48174
+
48175
+ def input
48176
+
48177
+ to
48178
+
48179
+ def input(wrapper_options)
48180
+
48181
+ See https://github.com/plataformatec/simple_form/pull/997 for more information.
48182
+ (called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__10346904_94797340 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
48183
+ Optimacms::TemplateTranslation Load (1.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
48184
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
48185
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
48186
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
48187
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
48188
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (2.0ms)
48189
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (178.0ms)
48190
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (305.0ms)
48191
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (347.0ms)
48192
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (1.0ms)
48193
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (46.0ms)
48194
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
48195
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
48196
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
48197
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (40.0ms)
48198
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (285.0ms)
48199
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (626.0ms)
48200
+ Completed 200 OK in 1261ms (Views: 1100.8ms | ActiveRecord: 35.0ms)
48201
+
48202
+
48203
+ Started GET "/assets/optimacms/admin.self-84e36b0189cfc4ac18c624ad198afcefbbd618cce7a3809360431d6d8b6fd71c.css?body=1" for 127.0.0.1 at 2016-07-25 10:34:10 +0300
48204
+
48205
+
48206
+ Started GET "/assets/optimacms/admin_tpl.self-3552518fc3641d7e2cce03ff12090a8288cfdabbeb2263909a89f56757898dfd.css?body=1" for 127.0.0.1 at 2016-07-25 10:34:10 +0300
48207
+
48208
+
48209
+ Started GET "/assets/optimacms/application.self-fb28094035fc8f155b896e47c199355db7c84fc9d6214ed9800f1022ac2ece52.js?body=1" for 127.0.0.1 at 2016-07-25 10:34:10 +0300
48210
+
48211
+
48212
+ Started GET "/assets/jquery2.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-07-25 10:34:10 +0300
48213
+
48214
+
48215
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-07-25 10:34:10 +0300
48216
+
48217
+
48218
+ Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-07-25 10:34:10 +0300
48219
+
48220
+
48221
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2016-07-25 10:34:10 +0300
48222
+
48223
+
48224
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2016-07-25 10:34:10 +0300
48225
+
48226
+
48227
+ Started GET "/assets/optimacms/admin.self-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js?body=1" for 127.0.0.1 at 2016-07-25 10:34:10 +0300
48228
+
48229
+
48230
+ Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.6707749757892102" for 127.0.0.1 at 2016-07-25 10:34:11 +0300
48231
+ Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
48232
+ Parameters: {"path"=>"temp/", "r"=>"0.6707749757892102"}
48233
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
48234
+ Optimacms::Template Load (0.0ms) 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
48235
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (9.0ms)
48236
+ Completed 200 OK in 451ms (Views: 445.1ms | ActiveRecord: 0.0ms)
48237
+
48238
+
48239
+ Started GET "/admin/templates/162/edit" for 127.0.0.1 at 2016-07-25 10:35:44 +0300
48240
+ ActiveRecord::SchemaMigration Load (1.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
48241
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
48242
+ Parameters: {"id"=>"162"}
48243
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
48244
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
48245
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
48246
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
48247
+ Optimacms::TemplateTranslation Load (1.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
48248
+  (0.0ms) BEGIN
48249
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
48250
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
48251
+ Optimacms::Template Exists (1.0ms) 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
48252
+  (0.0ms) COMMIT
48253
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
48254
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (4.0ms)
48255
+ 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:
48256
+
48257
+ def input
48258
+
48259
+ to
48260
+
48261
+ def input(wrapper_options)
48262
+
48263
+ See https://github.com/plataformatec/simple_form/pull/997 for more information.
48264
+ (called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml___1566330407_95458860 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
48265
+ Optimacms::TemplateTranslation Load (0.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
48266
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
48267
+ CACHE (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
48268
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
48269
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (2.0ms)
48270
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (7.0ms)
48271
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (224.0ms)
48272
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (2574.1ms)
48273
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (2623.2ms)
48274
+ Completed 500 Internal Server Error in 2959ms (ActiveRecord: 34.0ms)
48275
+
48276
+ ActionView::Template::Error (wrong number of arguments (4 for 0..3)):
48277
+ 27:
48278
+ 28:
48279
+ 29: -#= f.button :submit_cancel, 'Save', :cancel=>@url_back
48280
+ 30: = f.button :save_continue_cancel, 'Save', :cancel=>@url_back
48281
+ actionview (4.2.6) lib/action_view/helpers/url_helper.rb:175:in `link_to'
48282
+ W:/myrails/cms/site/lib/optimacms/simple_form_extensions/button_components.rb:39:in `block (2 levels) in save_continue_cancel'
48283
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
48284
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
48285
+ haml (4.0.6) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss'
48286
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `capture'
48287
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml'
48288
+ actionview (4.2.6) lib/action_view/helpers/tag_helper.rb:106:in `content_tag'
48289
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:69:in `content_tag_with_haml'
48290
+ W:/myrails/cms/site/lib/optimacms/simple_form_extensions/button_components.rb:29:in `block in save_continue_cancel'
48291
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
48292
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
48293
+ haml (4.0.6) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss'
48294
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `capture'
48295
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml'
48296
+ actionview (4.2.6) lib/action_view/helpers/tag_helper.rb:106:in `content_tag'
48297
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:69:in `content_tag_with_haml'
48298
+ W:/myrails/cms/site/lib/optimacms/simple_form_extensions/button_components.rb:28:in `save_continue_cancel'
48299
+ simple_form (3.2.1) lib/simple_form/form_builder.rb:213:in `button'
48300
+ W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:30:in `block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml___1566330407_95458860'
48301
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:137:in `call'
48302
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml'
48303
+ haml (4.0.6) lib/haml/helpers.rb:278:in `with_tabs'
48304
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml'
48305
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
48306
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
48307
+ haml (4.0.6) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss'
48308
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `capture'
48309
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml'
48310
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:444:in `form_for'
48311
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml'
48312
+ haml (4.0.6) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss'
48313
+ simple_form (3.2.1) lib/simple_form/action_view_extensions/form_helper.rb:26:in `block in simple_form_for'
48314
+ simple_form (3.2.1) lib/simple_form/action_view_extensions/form_helper.rb:45:in `with_simple_form_field_error_proc'
48315
+ simple_form (3.2.1) lib/simple_form/action_view_extensions/form_helper.rb:25:in `simple_form_for'
48316
+ W:/myrails/cms/site/app/helpers/optimacms/forms_helper.rb:18:in `horizontal_simple_form_for'
48317
+ W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:5:in `____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml___1566330407_95458860'
48318
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
48319
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
48320
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
48321
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
48322
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
48323
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
48324
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
48325
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
48326
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
48327
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
48328
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
48329
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
48330
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
48331
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
48332
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
48333
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
48334
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
48335
+ W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml:3:in `____myrails_cms_site_app_views_optimacms_admin_templates_edit_html_haml__86281939_95020120'
48336
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
48337
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
48338
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
48339
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
48340
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
48341
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
48342
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
48343
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
48344
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
48345
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
48346
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
48347
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
48348
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
48349
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
48350
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
48351
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
48352
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
48353
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
48354
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
48355
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
48356
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
48357
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
48358
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
48359
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
48360
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
48361
+ D:/Ruby22x64/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
48362
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
48363
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
48364
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
48365
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
48366
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
48367
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
48368
+ W:/myrails/cms/site/lib/optimacms/mycontroller.rb:31:in `default_render'
48369
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
48370
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
48371
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
48372
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
48373
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
48374
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
48375
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
48376
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
48377
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
48378
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
48379
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
48380
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
48381
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
48382
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
48383
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
48384
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
48385
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
48386
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
48387
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
48388
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
48389
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
48390
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
48391
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
48392
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
48393
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
48394
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
48395
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `call'
48396
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
48397
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
48398
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
48399
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
48400
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
48401
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
48402
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
48403
+ railties (4.2.6) lib/rails/railtie.rb:194:in `public_send'
48404
+ railties (4.2.6) lib/rails/railtie.rb:194:in `method_missing'
48405
+ actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:51:in `serve'
48406
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
48407
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
48408
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
48409
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
48410
+ warden (1.2.6) lib/warden/manager.rb:35:in `block in call'
48411
+ warden (1.2.6) lib/warden/manager.rb:34:in `catch'
48412
+ warden (1.2.6) lib/warden/manager.rb:34:in `call'
48413
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
48414
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
48415
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
48416
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
48417
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
48418
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
48419
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
48420
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
48421
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
48422
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
48423
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
48424
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
48425
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
48426
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
48427
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
48428
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
48429
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
48430
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
48431
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
48432
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
48433
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
48434
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
48435
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
48436
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
48437
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
48438
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
48439
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
48440
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
48441
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
48442
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
48443
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
48444
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
48445
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
48446
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
48447
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
48448
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
48449
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
48450
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
48451
+ D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
48452
+ D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
48453
+ D:/Ruby22x64/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
48454
+
48455
+
48456
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.0ms)
48457
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (27.0ms)
48458
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms)
48459
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (395.0ms)
48460
+
48461
+
48462
+ Started GET "/admin/templates/162/edit" for 127.0.0.1 at 2016-07-25 10:36:33 +0300
48463
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
48464
+ Parameters: {"id"=>"162"}
48465
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
48466
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
48467
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
48468
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
48469
+ Optimacms::TemplateTranslation Load (0.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
48470
+  (1.0ms) BEGIN
48471
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
48472
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
48473
+ Optimacms::Template Exists (0.0ms) 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
48474
+  (0.0ms) COMMIT
48475
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
48476
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
48477
+ 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:
48478
+
48479
+ def input
48480
+
48481
+ to
48482
+
48483
+ def input(wrapper_options)
48484
+
48485
+ See https://github.com/plataformatec/simple_form/pull/997 for more information.
48486
+ (called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml___1566330407_95458860 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
48487
+ Optimacms::TemplateTranslation Load (1.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
48488
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
48489
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
48490
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
48491
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
48492
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (1.0ms)
48493
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (165.0ms)
48494
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (330.0ms)
48495
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (371.0ms)
48496
+ Completed 500 Internal Server Error in 681ms (ActiveRecord: 76.0ms)
48497
+
48498
+ ActionView::Template::Error (wrong number of arguments (4 for 0..3)):
48499
+ 27:
48500
+ 28:
48501
+ 29: -#= f.button :submit_cancel, 'Save', :cancel=>@url_back
48502
+ 30: = f.button :save_continue_cancel, 'Save', :cancel=>@url_back
48503
+ actionview (4.2.6) lib/action_view/helpers/url_helper.rb:175:in `link_to'
48504
+ W:/myrails/cms/site/lib/optimacms/simple_form_extensions/button_components.rb:39:in `block (2 levels) in save_continue_cancel'
48505
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
48506
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
48507
+ haml (4.0.6) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss'
48508
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `capture'
48509
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml'
48510
+ actionview (4.2.6) lib/action_view/helpers/tag_helper.rb:106:in `content_tag'
48511
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:69:in `content_tag_with_haml'
48512
+ W:/myrails/cms/site/lib/optimacms/simple_form_extensions/button_components.rb:29:in `block in save_continue_cancel'
48513
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
48514
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
48515
+ haml (4.0.6) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss'
48516
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `capture'
48517
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml'
48518
+ actionview (4.2.6) lib/action_view/helpers/tag_helper.rb:106:in `content_tag'
48519
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:69:in `content_tag_with_haml'
48520
+ W:/myrails/cms/site/lib/optimacms/simple_form_extensions/button_components.rb:28:in `save_continue_cancel'
48521
+ simple_form (3.2.1) lib/simple_form/form_builder.rb:213:in `button'
48522
+ W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:30:in `block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml___1566330407_95458860'
48523
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:137:in `call'
48524
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml'
48525
+ haml (4.0.6) lib/haml/helpers.rb:278:in `with_tabs'
48526
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml'
48527
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
48528
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
48529
+ haml (4.0.6) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss'
48530
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `capture'
48531
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml'
48532
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:444:in `form_for'
48533
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml'
48534
+ haml (4.0.6) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss'
48535
+ simple_form (3.2.1) lib/simple_form/action_view_extensions/form_helper.rb:26:in `block in simple_form_for'
48536
+ simple_form (3.2.1) lib/simple_form/action_view_extensions/form_helper.rb:45:in `with_simple_form_field_error_proc'
48537
+ simple_form (3.2.1) lib/simple_form/action_view_extensions/form_helper.rb:25:in `simple_form_for'
48538
+ W:/myrails/cms/site/app/helpers/optimacms/forms_helper.rb:18:in `horizontal_simple_form_for'
48539
+ W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:5:in `____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml___1566330407_95458860'
48540
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
48541
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
48542
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
48543
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
48544
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
48545
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
48546
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
48547
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
48548
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
48549
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
48550
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
48551
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
48552
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
48553
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
48554
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
48555
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
48556
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
48557
+ W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml:3:in `____myrails_cms_site_app_views_optimacms_admin_templates_edit_html_haml__86281939_95020120'
48558
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
48559
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
48560
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
48561
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
48562
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
48563
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
48564
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
48565
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
48566
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
48567
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
48568
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
48569
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
48570
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
48571
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
48572
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
48573
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
48574
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
48575
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
48576
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
48577
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
48578
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
48579
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
48580
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
48581
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
48582
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
48583
+ D:/Ruby22x64/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
48584
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
48585
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
48586
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
48587
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
48588
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
48589
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
48590
+ W:/myrails/cms/site/lib/optimacms/mycontroller.rb:31:in `default_render'
48591
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
48592
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
48593
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
48594
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
48595
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
48596
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
48597
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
48598
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
48599
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
48600
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
48601
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
48602
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
48603
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
48604
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
48605
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
48606
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
48607
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
48608
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
48609
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
48610
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
48611
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
48612
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
48613
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
48614
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
48615
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
48616
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
48617
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `call'
48618
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
48619
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
48620
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
48621
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
48622
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
48623
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
48624
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
48625
+ railties (4.2.6) lib/rails/railtie.rb:194:in `public_send'
48626
+ railties (4.2.6) lib/rails/railtie.rb:194:in `method_missing'
48627
+ actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:51:in `serve'
48628
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
48629
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
48630
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
48631
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
48632
+ warden (1.2.6) lib/warden/manager.rb:35:in `block in call'
48633
+ warden (1.2.6) lib/warden/manager.rb:34:in `catch'
48634
+ warden (1.2.6) lib/warden/manager.rb:34:in `call'
48635
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
48636
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
48637
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
48638
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
48639
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
48640
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
48641
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
48642
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
48643
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
48644
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
48645
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
48646
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
48647
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
48648
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
48649
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
48650
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
48651
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
48652
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
48653
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
48654
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
48655
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
48656
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
48657
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
48658
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
48659
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
48660
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
48661
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
48662
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
48663
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
48664
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
48665
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
48666
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
48667
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
48668
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
48669
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
48670
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
48671
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
48672
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
48673
+ D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
48674
+ D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
48675
+ D:/Ruby22x64/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
48676
+
48677
+
48678
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.0ms)
48679
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (19.0ms)
48680
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms)
48681
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (361.0ms)
48682
+
48683
+
48684
+ Started GET "/admin/templates/162/edit" for 127.0.0.1 at 2016-07-25 10:38:30 +0300
48685
+ ActiveRecord::SchemaMigration Load (1.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
48686
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
48687
+ Parameters: {"id"=>"162"}
48688
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
48689
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
48690
+ Optimacms::Language Load (1.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
48691
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
48692
+ Optimacms::TemplateTranslation Load (1.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
48693
+  (0.0ms) BEGIN
48694
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
48695
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
48696
+ Optimacms::Template Exists (1.0ms) 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
48697
+  (0.0ms) COMMIT
48698
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
48699
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (4.0ms)
48700
+ 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:
48701
+
48702
+ def input
48703
+
48704
+ to
48705
+
48706
+ def input(wrapper_options)
48707
+
48708
+ See https://github.com/plataformatec/simple_form/pull/997 for more information.
48709
+ (called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__232388801_95623220 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
48710
+ Optimacms::TemplateTranslation Load (1.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
48711
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
48712
+ CACHE (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
48713
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
48714
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (2.0ms)
48715
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (7.0ms)
48716
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (214.0ms)
48717
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (2496.1ms)
48718
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (2545.1ms)
48719
+ Completed 500 Internal Server Error in 2879ms (ActiveRecord: 37.0ms)
48720
+
48721
+ ActionView::Template::Error (undefined method `stringify_keys' for #<Array:0x0000000c38a9f8>):
48722
+ 27:
48723
+ 28:
48724
+ 29: -#= f.button :submit_cancel, 'Save', :cancel=>@url_back
48725
+ 30: = f.button :save_continue_cancel, 'Save', :cancel=>@url_back
48726
+ actionview (4.2.6) lib/action_view/helpers/url_helper.rb:553:in `convert_options_to_data_attributes'
48727
+ actionview (4.2.6) lib/action_view/helpers/url_helper.rb:179:in `link_to'
48728
+ W:/myrails/cms/site/lib/optimacms/simple_form_extensions/button_components.rb:39:in `block (2 levels) in save_continue_cancel'
48729
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
48730
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
48731
+ haml (4.0.6) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss'
48732
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `capture'
48733
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml'
48734
+ actionview (4.2.6) lib/action_view/helpers/tag_helper.rb:106:in `content_tag'
48735
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:69:in `content_tag_with_haml'
48736
+ W:/myrails/cms/site/lib/optimacms/simple_form_extensions/button_components.rb:29:in `block in save_continue_cancel'
48737
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
48738
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
48739
+ haml (4.0.6) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss'
48740
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `capture'
48741
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml'
48742
+ actionview (4.2.6) lib/action_view/helpers/tag_helper.rb:106:in `content_tag'
48743
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:69:in `content_tag_with_haml'
48744
+ W:/myrails/cms/site/lib/optimacms/simple_form_extensions/button_components.rb:28:in `save_continue_cancel'
48745
+ simple_form (3.2.1) lib/simple_form/form_builder.rb:213:in `button'
48746
+ W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:30:in `block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__232388801_95623220'
48747
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:137:in `call'
48748
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml'
48749
+ haml (4.0.6) lib/haml/helpers.rb:278:in `with_tabs'
48750
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml'
48751
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
48752
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
48753
+ haml (4.0.6) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss'
48754
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `capture'
48755
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml'
48756
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:444:in `form_for'
48757
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml'
48758
+ haml (4.0.6) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss'
48759
+ simple_form (3.2.1) lib/simple_form/action_view_extensions/form_helper.rb:26:in `block in simple_form_for'
48760
+ simple_form (3.2.1) lib/simple_form/action_view_extensions/form_helper.rb:45:in `with_simple_form_field_error_proc'
48761
+ simple_form (3.2.1) lib/simple_form/action_view_extensions/form_helper.rb:25:in `simple_form_for'
48762
+ W:/myrails/cms/site/app/helpers/optimacms/forms_helper.rb:18:in `horizontal_simple_form_for'
48763
+ W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:5:in `____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__232388801_95623220'
48764
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
48765
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
48766
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
48767
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
48768
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
48769
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
48770
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
48771
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
48772
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
48773
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
48774
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
48775
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
48776
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
48777
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
48778
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
48779
+ haml (4.0.6) lib/haml/helpers.rb:89:in `non_haml'
48780
+ haml (4.0.6) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
48781
+ W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml:3:in `____myrails_cms_site_app_views_optimacms_admin_templates_edit_html_haml___832519203_95473400'
48782
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
48783
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
48784
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
48785
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
48786
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
48787
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
48788
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
48789
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
48790
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
48791
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
48792
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
48793
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
48794
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
48795
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
48796
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
48797
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
48798
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
48799
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
48800
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
48801
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
48802
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
48803
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
48804
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
48805
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
48806
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
48807
+ D:/Ruby22x64/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
48808
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
48809
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
48810
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
48811
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
48812
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
48813
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
48814
+ W:/myrails/cms/site/lib/optimacms/mycontroller.rb:31:in `default_render'
48815
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
48816
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
48817
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
48818
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
48819
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
48820
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
48821
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
48822
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
48823
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
48824
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
48825
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
48826
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
48827
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
48828
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
48829
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
48830
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
48831
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
48832
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
48833
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
48834
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
48835
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
48836
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
48837
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
48838
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
48839
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
48840
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
48841
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `call'
48842
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
48843
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
48844
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
48845
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
48846
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
48847
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
48848
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
48849
+ railties (4.2.6) lib/rails/railtie.rb:194:in `public_send'
48850
+ railties (4.2.6) lib/rails/railtie.rb:194:in `method_missing'
48851
+ actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:51:in `serve'
48852
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
48853
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
48854
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
48855
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
48856
+ warden (1.2.6) lib/warden/manager.rb:35:in `block in call'
48857
+ warden (1.2.6) lib/warden/manager.rb:34:in `catch'
48858
+ warden (1.2.6) lib/warden/manager.rb:34:in `call'
48859
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
48860
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
48861
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
48862
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
48863
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
48864
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
48865
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
48866
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
48867
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
48868
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
48869
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
48870
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
48871
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
48872
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
48873
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
48874
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
48875
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
48876
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
48877
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
48878
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
48879
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
48880
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
48881
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
48882
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
48883
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
48884
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
48885
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
48886
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
48887
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
48888
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
48889
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
48890
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
48891
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
48892
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
48893
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
48894
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
48895
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
48896
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
48897
+ D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
48898
+ D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
48899
+ D:/Ruby22x64/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
48900
+
48901
+
48902
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.0ms)
48903
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (20.0ms)
48904
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms)
48905
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (362.0ms)
48906
+
48907
+
48908
+ Started GET "/admin/templates/162/edit" for 127.0.0.1 at 2016-07-25 10:41:48 +0300
48909
+ ActiveRecord::SchemaMigration Load (1.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
48910
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
48911
+ Parameters: {"id"=>"162"}
48912
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
48913
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
48914
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
48915
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
48916
+ Optimacms::TemplateTranslation Load (0.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
48917
+  (0.0ms) BEGIN
48918
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
48919
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
48920
+ Optimacms::Template Exists (0.0ms) 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
48921
+  (1.0ms) COMMIT
48922
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
48923
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (4.0ms)
48924
+ 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:
48925
+
48926
+ def input
48927
+
48928
+ to
48929
+
48930
+ def input(wrapper_options)
48931
+
48932
+ See https://github.com/plataformatec/simple_form/pull/997 for more information.
48933
+ (called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml___1303406617_90550660 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
48934
+ Optimacms::TemplateTranslation Load (1.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
48935
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
48936
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
48937
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
48938
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (2.0ms)
48939
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (7.0ms)
48940
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (205.0ms)
48941
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (2559.1ms)
48942
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (2612.1ms)
48943
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (17.0ms)
48944
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (45.0ms)
48945
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (4.0ms)
48946
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (5.0ms)
48947
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (2.0ms)
48948
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (45.0ms)
48949
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (1158.1ms)
48950
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1531.1ms)
48951
+ Completed 200 OK in 4529ms (Views: 4292.1ms | ActiveRecord: 41.0ms)
48952
+
48953
+
48954
+ Started GET "/assets/optimacms/admin_tpl.self-3552518fc3641d7e2cce03ff12090a8288cfdabbeb2263909a89f56757898dfd.css?body=1" for 127.0.0.1 at 2016-07-25 10:41:54 +0300
48955
+
48956
+
48957
+ Started GET "/assets/optimacms/admin.self-84e36b0189cfc4ac18c624ad198afcefbbd618cce7a3809360431d6d8b6fd71c.css?body=1" for 127.0.0.1 at 2016-07-25 10:41:54 +0300
48958
+
48959
+
48960
+ Started GET "/assets/optimacms/application.self-fb28094035fc8f155b896e47c199355db7c84fc9d6214ed9800f1022ac2ece52.js?body=1" for 127.0.0.1 at 2016-07-25 10:41:54 +0300
48961
+
48962
+
48963
+ Started GET "/assets/jquery2.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-07-25 10:41:54 +0300
48964
+
48965
+
48966
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-07-25 10:41:54 +0300
48967
+
48968
+
48969
+ Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-07-25 10:41:54 +0300
48970
+
48971
+
48972
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2016-07-25 10:41:54 +0300
48973
+
48974
+
48975
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2016-07-25 10:41:54 +0300
48976
+
48977
+
48978
+ Started GET "/assets/optimacms/admin.self-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js?body=1" for 127.0.0.1 at 2016-07-25 10:41:54 +0300
48979
+
48980
+
48981
+ Started GET "/assets/fontawesome-webfont-7dacf83f51179de8d7980a513e67ab3a08f2c6272bb5946df8fd77c0d1763b73.woff2?v=4.6.3" for 127.0.0.1 at 2016-07-25 10:41:54 +0300
48982
+
48983
+
48984
+ Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.10166745231085883" for 127.0.0.1 at 2016-07-25 10:41:54 +0300
48985
+ Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
48986
+ Parameters: {"path"=>"temp/", "r"=>"0.10166745231085883"}
48987
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
48988
+ Optimacms::Template Load (1.0ms) 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
48989
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (15.0ms)
48990
+ Completed 200 OK in 462ms (Views: 454.7ms | ActiveRecord: 1.0ms)
48991
+
48992
+
48993
+ Started GET "/admin/templates/162/edit" for 127.0.0.1 at 2016-07-25 10:45:42 +0300
48994
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
48995
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
48996
+ Parameters: {"id"=>"162"}
48997
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
48998
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
48999
+ Optimacms::Language Load (1.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
49000
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
49001
+ Optimacms::TemplateTranslation Load (1.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
49002
+  (1.0ms) BEGIN
49003
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
49004
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
49005
+ Optimacms::Template Exists (1.0ms) 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
49006
+  (0.0ms) COMMIT
49007
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
49008
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (5.0ms)
49009
+ 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:
49010
+
49011
+ def input
49012
+
49013
+ to
49014
+
49015
+ def input(wrapper_options)
49016
+
49017
+ See https://github.com/plataformatec/simple_form/pull/997 for more information.
49018
+ (called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml___859682685_76992300 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
49019
+ Optimacms::TemplateTranslation Load (0.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
49020
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
49021
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
49022
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
49023
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (2.0ms)
49024
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (13.0ms)
49025
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (223.0ms)
49026
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (2486.1ms)
49027
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (2538.1ms)
49028
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (19.0ms)
49029
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (42.0ms)
49030
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (5.0ms)
49031
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (6.0ms)
49032
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
49033
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (46.0ms)
49034
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (1190.1ms)
49035
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1561.1ms)
49036
+ Completed 200 OK in 4476ms (Views: 4246.3ms | ActiveRecord: 40.0ms)
49037
+
49038
+
49039
+ Started GET "/admin/templates/162/edit" for 127.0.0.1 at 2016-07-25 10:47:10 +0300
49040
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
49041
+ Parameters: {"id"=>"162"}
49042
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
49043
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
49044
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
49045
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
49046
+ Optimacms::TemplateTranslation Load (1.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
49047
+  (0.0ms) BEGIN
49048
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
49049
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
49050
+ Optimacms::Template Exists (0.0ms) 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
49051
+  (0.0ms) COMMIT
49052
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
49053
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
49054
+ 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:
49055
+
49056
+ def input
49057
+
49058
+ to
49059
+
49060
+ def input(wrapper_options)
49061
+
49062
+ See https://github.com/plataformatec/simple_form/pull/997 for more information.
49063
+ (called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml___859682685_111247640 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
49064
+ Optimacms::TemplateTranslation Load (0.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
49065
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
49066
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
49067
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
49068
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
49069
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (2.0ms)
49070
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (201.0ms)
49071
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (337.0ms)
49072
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (381.0ms)
49073
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
49074
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (41.0ms)
49075
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
49076
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
49077
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
49078
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (44.0ms)
49079
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (246.0ms)
49080
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (615.0ms)
49081
+ Completed 200 OK in 1164ms (Views: 1126.5ms | ActiveRecord: 4.0ms)
49082
+
49083
+
49084
+ Started GET "/assets/optimacms/admin.self-84e36b0189cfc4ac18c624ad198afcefbbd618cce7a3809360431d6d8b6fd71c.css?body=1" for 127.0.0.1 at 2016-07-25 10:47:11 +0300
49085
+
49086
+
49087
+ Started GET "/assets/optimacms/admin_tpl.self-3552518fc3641d7e2cce03ff12090a8288cfdabbeb2263909a89f56757898dfd.css?body=1" for 127.0.0.1 at 2016-07-25 10:47:12 +0300
49088
+
49089
+
49090
+ Started GET "/assets/optimacms/application.self-fb28094035fc8f155b896e47c199355db7c84fc9d6214ed9800f1022ac2ece52.js?body=1" for 127.0.0.1 at 2016-07-25 10:47:12 +0300
49091
+
49092
+
49093
+ Started GET "/assets/jquery2.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-07-25 10:47:12 +0300
49094
+
49095
+
49096
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-07-25 10:47:12 +0300
49097
+
49098
+
49099
+ Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-07-25 10:47:12 +0300
49100
+
49101
+
49102
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2016-07-25 10:47:12 +0300
49103
+
49104
+
49105
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2016-07-25 10:47:12 +0300
49106
+
49107
+
49108
+ Started GET "/assets/optimacms/admin.self-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js?body=1" for 127.0.0.1 at 2016-07-25 10:47:12 +0300
49109
+
49110
+
49111
+ Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.32713693803379906" for 127.0.0.1 at 2016-07-25 10:47:12 +0300
49112
+ Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
49113
+ Parameters: {"path"=>"temp/", "r"=>"0.32713693803379906"}
49114
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
49115
+ Optimacms::Template Load (1.0ms) 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
49116
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (22.0ms)
49117
+ Completed 200 OK in 668ms (Views: 664.1ms | ActiveRecord: 1.0ms)
49118
+
49119
+
49120
+ Started GET "/admin/templates/162/edit" for 127.0.0.1 at 2016-07-25 10:51:48 +0300
49121
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
49122
+ Parameters: {"id"=>"162"}
49123
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
49124
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
49125
+ Optimacms::Language Load (1.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
49126
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
49127
+ Optimacms::TemplateTranslation Load (1.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
49128
+  (0.0ms) BEGIN
49129
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
49130
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
49131
+ Optimacms::Template Exists (0.0ms) 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
49132
+  (0.0ms) COMMIT
49133
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
49134
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
49135
+ 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:
49136
+
49137
+ def input
49138
+
49139
+ to
49140
+
49141
+ def input(wrapper_options)
49142
+
49143
+ See https://github.com/plataformatec/simple_form/pull/997 for more information.
49144
+ (called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml___859682685_123670340 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
49145
+ Optimacms::TemplateTranslation Load (1.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
49146
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
49147
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
49148
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
49149
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
49150
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (1.0ms)
49151
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (153.0ms)
49152
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (268.0ms)
49153
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (310.0ms)
49154
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (1.0ms)
49155
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (23.0ms)
49156
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
49157
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
49158
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
49159
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (40.0ms)
49160
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (242.0ms)
49161
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (553.0ms)
49162
+ Completed 200 OK in 1016ms (Views: 984.9ms | ActiveRecord: 5.0ms)
49163
+
49164
+
49165
+ Started GET "/assets/optimacms/application.self-fb28094035fc8f155b896e47c199355db7c84fc9d6214ed9800f1022ac2ece52.js?body=1" for 127.0.0.1 at 2016-07-25 10:51:49 +0300
49166
+
49167
+
49168
+ Started GET "/assets/jquery2.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-07-25 10:51:49 +0300
49169
+
49170
+
49171
+ Started GET "/assets/optimacms/admin.self-84e36b0189cfc4ac18c624ad198afcefbbd618cce7a3809360431d6d8b6fd71c.css?body=1" for 127.0.0.1 at 2016-07-25 10:51:50 +0300
49172
+
49173
+
49174
+ Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-07-25 10:51:50 +0300
49175
+
49176
+
49177
+ Started GET "/assets/optimacms/admin_tpl.self-3552518fc3641d7e2cce03ff12090a8288cfdabbeb2263909a89f56757898dfd.css?body=1" for 127.0.0.1 at 2016-07-25 10:51:50 +0300
49178
+
49179
+
49180
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-07-25 10:51:50 +0300
49181
+
49182
+
49183
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2016-07-25 10:51:50 +0300
49184
+
49185
+
49186
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2016-07-25 10:51:50 +0300
49187
+
49188
+
49189
+ Started GET "/assets/optimacms/admin.self-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js?body=1" for 127.0.0.1 at 2016-07-25 10:51:50 +0300
49190
+
49191
+
49192
+ Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.08732276464316269" for 127.0.0.1 at 2016-07-25 10:51:50 +0300
49193
+ Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
49194
+ Parameters: {"path"=>"temp/", "r"=>"0.08732276464316269"}
49195
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
49196
+ Optimacms::Template Load (0.0ms) 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
49197
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (9.0ms)
49198
+ Completed 200 OK in 450ms (Views: 443.5ms | ActiveRecord: 1.0ms)
49199
+
49200
+
49201
+ Started GET "/admin/templates/162/edit" for 127.0.0.1 at 2016-07-25 10:52:23 +0300
49202
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
49203
+ Parameters: {"id"=>"162"}
49204
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
49205
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
49206
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
49207
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
49208
+ Optimacms::TemplateTranslation Load (1.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
49209
+  (1.0ms) BEGIN
49210
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
49211
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
49212
+ Optimacms::Template Exists (0.0ms) 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
49213
+  (0.0ms) COMMIT
49214
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
49215
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
49216
+ 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:
49217
+
49218
+ def input
49219
+
49220
+ to
49221
+
49222
+ def input(wrapper_options)
49223
+
49224
+ See https://github.com/plataformatec/simple_form/pull/997 for more information.
49225
+ (called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml___859682685_133978860 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
49226
+ Optimacms::TemplateTranslation Load (0.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
49227
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
49228
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
49229
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
49230
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
49231
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (1.0ms)
49232
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (156.0ms)
49233
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (276.0ms)
49234
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (318.0ms)
49235
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
49236
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (27.0ms)
49237
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
49238
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
49239
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
49240
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (40.0ms)
49241
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (294.0ms)
49242
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (622.0ms)
49243
+ Completed 200 OK in 1111ms (Views: 1077.0ms | ActiveRecord: 5.0ms)
49244
+
49245
+
49246
+ Started GET "/assets/optimacms/admin.self-84e36b0189cfc4ac18c624ad198afcefbbd618cce7a3809360431d6d8b6fd71c.css?body=1" for 127.0.0.1 at 2016-07-25 10:52:25 +0300
49247
+
49248
+
49249
+ Started GET "/assets/optimacms/admin_tpl.self-3552518fc3641d7e2cce03ff12090a8288cfdabbeb2263909a89f56757898dfd.css?body=1" for 127.0.0.1 at 2016-07-25 10:52:25 +0300
49250
+
49251
+
49252
+ Started GET "/assets/optimacms/application.self-fb28094035fc8f155b896e47c199355db7c84fc9d6214ed9800f1022ac2ece52.js?body=1" for 127.0.0.1 at 2016-07-25 10:52:25 +0300
49253
+
49254
+
49255
+ Started GET "/assets/jquery2.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-07-25 10:52:25 +0300
49256
+
49257
+
49258
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-07-25 10:52:25 +0300
49259
+
49260
+
49261
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2016-07-25 10:52:25 +0300
49262
+
49263
+
49264
+ Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-07-25 10:52:25 +0300
49265
+
49266
+
49267
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2016-07-25 10:52:25 +0300
49268
+
49269
+
49270
+ Started GET "/assets/optimacms/admin.self-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js?body=1" for 127.0.0.1 at 2016-07-25 10:52:25 +0300
49271
+
49272
+
49273
+ Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.21945740955166282" for 127.0.0.1 at 2016-07-25 10:52:26 +0300
49274
+ Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
49275
+ Parameters: {"path"=>"temp/", "r"=>"0.21945740955166282"}
49276
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
49277
+ Optimacms::Template Load (0.0ms) 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
49278
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (9.0ms)
49279
+ Completed 200 OK in 552ms (Views: 545.6ms | ActiveRecord: 1.0ms)
49280
+
49281
+
49282
+ Started GET "/admin/templates/162/edit" for 127.0.0.1 at 2016-07-25 10:52:42 +0300
49283
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
49284
+ Parameters: {"id"=>"162"}
49285
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
49286
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
49287
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
49288
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
49289
+ Optimacms::TemplateTranslation Load (1.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
49290
+  (0.0ms) BEGIN
49291
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
49292
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
49293
+ Optimacms::Template Exists (0.0ms) 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
49294
+  (0.0ms) COMMIT
49295
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
49296
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
49297
+ 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:
49298
+
49299
+ def input
49300
+
49301
+ to
49302
+
49303
+ def input(wrapper_options)
49304
+
49305
+ See https://github.com/plataformatec/simple_form/pull/997 for more information.
49306
+ (called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml___859682685_112986140 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
49307
+ Optimacms::TemplateTranslation Load (1.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
49308
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
49309
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
49310
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
49311
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
49312
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (1.0ms)
49313
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (160.0ms)
49314
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (278.0ms)
49315
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (320.0ms)
49316
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
49317
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (27.0ms)
49318
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
49319
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
49320
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
49321
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (42.0ms)
49322
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (275.0ms)
49323
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (625.0ms)
49324
+ Completed 200 OK in 1103ms (Views: 1070.8ms | ActiveRecord: 4.0ms)
49325
+
49326
+
49327
+ Started GET "/assets/optimacms/admin.self-84e36b0189cfc4ac18c624ad198afcefbbd618cce7a3809360431d6d8b6fd71c.css?body=1" for 127.0.0.1 at 2016-07-25 10:52:43 +0300
49328
+
49329
+
49330
+ Started GET "/assets/optimacms/admin_tpl.self-3552518fc3641d7e2cce03ff12090a8288cfdabbeb2263909a89f56757898dfd.css?body=1" for 127.0.0.1 at 2016-07-25 10:52:43 +0300
49331
+
49332
+
49333
+ Started GET "/assets/optimacms/application.self-fb28094035fc8f155b896e47c199355db7c84fc9d6214ed9800f1022ac2ece52.js?body=1" for 127.0.0.1 at 2016-07-25 10:52:43 +0300
49334
+
49335
+
49336
+ Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-07-25 10:52:43 +0300
49337
+
49338
+
49339
+ Started GET "/assets/jquery2.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-07-25 10:52:43 +0300
49340
+
49341
+
49342
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-07-25 10:52:43 +0300
49343
+
49344
+
49345
+ Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2016-07-25 10:52:43 +0300
49346
+
49347
+
49348
+ Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2016-07-25 10:52:43 +0300
49349
+
49350
+
49351
+ Started GET "/assets/optimacms/admin.self-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js?body=1" for 127.0.0.1 at 2016-07-25 10:52:43 +0300
49352
+
49353
+
49354
+ Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.9666836259541101" for 127.0.0.1 at 2016-07-25 10:52:44 +0300
49355
+ Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
49356
+ Parameters: {"path"=>"temp/", "r"=>"0.9666836259541101"}
49357
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
49358
+ Optimacms::Template Load (1.0ms) 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
49359
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (15.0ms)
49360
+ Completed 200 OK in 551ms (Views: 545.6ms | ActiveRecord: 1.0ms)
49361
+
49362
+
49363
+ Started PATCH "/admin/templates/162" for 127.0.0.1 at 2016-07-25 10:53:47 +0300
49364
+ Processing by Optimacms::Admin::TemplatesController#update as HTML
49365
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"h7jlNF7VehiMIqyC4jR3wHFXRxzZJvsZmSpDc/kHPkawLftmxN75vxb5WxA5okEpqXLHLKqHkUf3WAyO4BfV6A==", "continue"=>"1", "template"=>{"parent_id"=>"70", "title"=>"b1", "is_translated"=>"1", "translations_attributes"=>{"0"=>{"item_id"=>"162", "lang"=>"", "content"=>"", "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"}
49366
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
49367
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
49368
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
49369
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
49370
+ Optimacms::TemplateTranslation Load (0.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162 AND `cms_templates_translation`.`id` IN (111, 112, 113)
49371
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
49372
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
49373
+ CACHE (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
49374
+  (0.0ms) BEGIN
49375
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
49376
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
49377
+ Optimacms::Template Exists (0.0ms) 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
49378
+  (0.0ms) COMMIT
49379
+ Redirected to http://localhost:3001/admin/templates
49380
+ Completed 302 Found in 43ms (ActiveRecord: 3.0ms)
49381
+
49382
+
49383
+ Started GET "/admin/templates" for 127.0.0.1 at 2016-07-25 10:53:47 +0300
49384
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
49385
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
49386
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
49387
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
49388
+ 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 (28.0ms)
49389
+ 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 (49.0ms)
49390
+ 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 (7.0ms)
49391
+ 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 (24.0ms)
49392
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (107.0ms)
49393
+ 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 (2.0ms)
49394
+ 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 (20.0ms)
49395
+ 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 (164.0ms)
49396
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (183.0ms)
49397
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
49398
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
49399
+  (0.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
49400
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (280.0ms)
49401
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
49402
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (31.0ms)
49403
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
49404
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
49405
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
49406
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (42.0ms)
49407
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (249.0ms)
49408
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (587.0ms)
49409
+ Completed 200 OK in 1022ms (Views: 1011.8ms | ActiveRecord: 0.0ms)
49410
+
49411
+
49412
+ Started GET "/admin/templates" for 127.0.0.1 at 2016-07-25 10:54:56 +0300
49413
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
49414
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
49415
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
49416
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
49417
+ 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 (9.0ms)
49418
+ 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 (34.0ms)
49419
+ 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)
49420
+ 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 (30.0ms)
49421
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (108.0ms)
49422
+ 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)
49423
+ 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 (24.0ms)
49424
+ 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 (178.0ms)
49425
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (199.0ms)
49426
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
49427
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
49428
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
49429
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (307.0ms)
49430
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
49431
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (44.0ms)
49432
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
49433
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
49434
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
49435
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (56.0ms)
49436
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (281.0ms)
49437
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (729.0ms)
49438
+ Completed 200 OK in 1332ms (Views: 1211.5ms | ActiveRecord: 29.0ms)
49439
+
49440
+
49441
+ Started PATCH "/admin/templates/162" for 127.0.0.1 at 2016-07-25 10:55:02 +0300
49442
+ Processing by Optimacms::Admin::TemplatesController#update as HTML
49443
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"h7jlNF7VehiMIqyC4jR3wHFXRxzZJvsZmSpDc/kHPkawLftmxN75vxb5WxA5okEpqXLHLKqHkUf3WAyO4BfV6A==", "continue"=>"1", "template"=>{"parent_id"=>"70", "title"=>"b1", "is_translated"=>"1", "translations_attributes"=>{"0"=>{"item_id"=>"162", "lang"=>"", "content"=>"", "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"}
49444
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
49445
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
49446
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
49447
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
49448
+ Optimacms::TemplateTranslation Load (1.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162 AND `cms_templates_translation`.`id` IN (111, 112, 113)
49449
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
49450
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
49451
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
49452
+  (0.0ms) BEGIN
49453
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
49454
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
49455
+ Optimacms::Template Exists (1.0ms) 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
49456
+  (0.0ms) COMMIT
49457
+ Redirected to http://localhost:3001/admin/templates/162
49458
+ Completed 302 Found in 96ms (ActiveRecord: 18.0ms)
49459
+
49460
+
49461
+ Started GET "/admin/templates/162" for 127.0.0.1 at 2016-07-25 10:55:02 +0300
49462
+ Processing by Optimacms::Admin::TemplatesController#show as HTML
49463
+ Parameters: {"id"=>"162"}
49464
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
49465
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
49466
+ Completed 500 Internal Server Error in 156ms (ActiveRecord: 0.0ms)
49467
+
49468
+ ActionView::MissingTemplate (Missing template optimacms/admin/templates/show, optimacms/admin/admin_base/show, application/show with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :haml]}. Searched in:
49469
+ * "W:/myrails/cms/site/spec/dummy/app/views"
49470
+ * "D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views"
49471
+ * "D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/kaminari-bootstrap-3.0.1/app/views"
49472
+ * "D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/kaminari-0.17.0/app/views"
49473
+ * "W:/myrails/cms/site/app/views"
49474
+ * "D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/devise-4.1.1/app/views"
49475
+ ):
49476
+ actionview (4.2.6) lib/action_view/path_set.rb:46:in `find'
49477
+ actionview (4.2.6) lib/action_view/lookup_context.rb:121:in `find'
49478
+ D:in `find_template'
49479
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
49480
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:8:in `render'
49481
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
49482
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
49483
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
49484
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
49485
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
49486
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
49487
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
49488
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
49489
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
49490
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
49491
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
49492
+ D:/Ruby22x64/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
49493
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
49494
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
49495
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
49496
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
49497
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
49498
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
49499
+ W:/myrails/cms/site/lib/optimacms/mycontroller.rb:31:in `default_render'
49500
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
49501
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
49502
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
49503
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
49504
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
49505
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
49506
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
49507
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
49508
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
49509
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
49510
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
49511
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
49512
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
49513
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
49514
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
49515
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
49516
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
49517
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
49518
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
49519
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
49520
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
49521
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
49522
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
49523
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
49524
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
49525
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
49526
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `call'
49527
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
49528
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
49529
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
49530
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
49531
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
49532
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
49533
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
49534
+ railties (4.2.6) lib/rails/railtie.rb:194:in `public_send'
49535
+ railties (4.2.6) lib/rails/railtie.rb:194:in `method_missing'
49536
+ actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:51:in `serve'
49537
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
49538
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
49539
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
49540
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
49541
+ warden (1.2.6) lib/warden/manager.rb:35:in `block in call'
49542
+ warden (1.2.6) lib/warden/manager.rb:34:in `catch'
49543
+ warden (1.2.6) lib/warden/manager.rb:34:in `call'
49544
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
49545
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
49546
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
49547
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
49548
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
49549
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
49550
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
49551
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
49552
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
49553
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
49554
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
49555
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
49556
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
49557
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
49558
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
49559
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
49560
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
49561
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
49562
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
49563
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
49564
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
49565
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
49566
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
49567
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
49568
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
49569
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
49570
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
49571
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
49572
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
49573
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
49574
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
49575
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
49576
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
49577
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
49578
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
49579
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
49580
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
49581
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
49582
+ D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
49583
+ D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
49584
+ D:/Ruby22x64/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
49585
+
49586
+
49587
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
49588
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (13.0ms)
49589
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms)
49590
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (359.0ms)
49591
+
49592
+
49593
+ Started GET "/admin/templates/162" for 127.0.0.1 at 2016-07-25 10:55:13 +0300
49594
+ Processing by Optimacms::Admin::TemplatesController#show as HTML
49595
+ Parameters: {"id"=>"162"}
49596
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
49597
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
49598
+ Completed 500 Internal Server Error in 232ms (ActiveRecord: 15.0ms)
49599
+
49600
+ ActionView::MissingTemplate (Missing template optimacms/admin/templates/show, optimacms/admin/admin_base/show, application/show with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :haml]}. Searched in:
49601
+ * "W:/myrails/cms/site/spec/dummy/app/views"
49602
+ * "D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views"
49603
+ * "D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/kaminari-bootstrap-3.0.1/app/views"
49604
+ * "D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/kaminari-0.17.0/app/views"
49605
+ * "W:/myrails/cms/site/app/views"
49606
+ * "D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/devise-4.1.1/app/views"
49607
+ ):
49608
+ actionview (4.2.6) lib/action_view/path_set.rb:46:in `find'
49609
+ actionview (4.2.6) lib/action_view/lookup_context.rb:121:in `find'
49610
+ D:in `find_template'
49611
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
49612
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:8:in `render'
49613
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
49614
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
49615
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
49616
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
49617
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
49618
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
49619
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
49620
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
49621
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
49622
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
49623
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
49624
+ D:/Ruby22x64/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
49625
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
49626
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
49627
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
49628
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
49629
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
49630
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
49631
+ W:/myrails/cms/site/lib/optimacms/mycontroller.rb:31:in `default_render'
49632
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
49633
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
49634
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
49635
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
49636
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
49637
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
49638
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
49639
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
49640
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
49641
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
49642
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
49643
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
49644
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
49645
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
49646
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
49647
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
49648
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
49649
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
49650
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
49651
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
49652
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
49653
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
49654
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
49655
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
49656
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
49657
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
49658
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `call'
49659
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
49660
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
49661
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
49662
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
49663
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
49664
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
49665
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
49666
+ railties (4.2.6) lib/rails/railtie.rb:194:in `public_send'
49667
+ railties (4.2.6) lib/rails/railtie.rb:194:in `method_missing'
49668
+ actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:51:in `serve'
49669
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
49670
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
49671
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
49672
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
49673
+ warden (1.2.6) lib/warden/manager.rb:35:in `block in call'
49674
+ warden (1.2.6) lib/warden/manager.rb:34:in `catch'
49675
+ warden (1.2.6) lib/warden/manager.rb:34:in `call'
49676
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
49677
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
49678
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
49679
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
49680
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
49681
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
49682
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
49683
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
49684
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
49685
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
49686
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
49687
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
49688
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
49689
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
49690
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
49691
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
49692
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
49693
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
49694
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
49695
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
49696
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
49697
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
49698
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
49699
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
49700
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
49701
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
49702
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
49703
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
49704
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
49705
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
49706
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
49707
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
49708
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
49709
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
49710
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
49711
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
49712
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
49713
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
49714
+ D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
49715
+ D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
49716
+ D:/Ruby22x64/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
49717
+
49718
+
49719
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.0ms)
49720
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (19.0ms)
49721
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms)
49722
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (499.0ms)
49723
+
49724
+
49725
+ Started PATCH "/admin/templates/162" for 127.0.0.1 at 2016-07-25 10:55:17 +0300
49726
+ Processing by Optimacms::Admin::TemplatesController#update as HTML
49727
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"h7jlNF7VehiMIqyC4jR3wHFXRxzZJvsZmSpDc/kHPkawLftmxN75vxb5WxA5okEpqXLHLKqHkUf3WAyO4BfV6A==", "continue"=>"1", "template"=>{"parent_id"=>"70", "title"=>"b1", "is_translated"=>"1", "translations_attributes"=>{"0"=>{"item_id"=>"162", "lang"=>"", "content"=>"", "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"}
49728
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
49729
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
49730
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
49731
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
49732
+ Optimacms::TemplateTranslation Load (1.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162 AND `cms_templates_translation`.`id` IN (111, 112, 113)
49733
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
49734
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
49735
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
49736
+  (1.0ms) BEGIN
49737
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
49738
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
49739
+ Optimacms::Template Exists (0.0ms) 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
49740
+  (0.0ms) COMMIT
49741
+ Redirected to http://localhost:3001/admin/templates/162/edit
49742
+ Completed 302 Found in 125ms (ActiveRecord: 25.0ms)
49743
+
49744
+
49745
+ Started GET "/admin/templates/162/edit" for 127.0.0.1 at 2016-07-25 10:55:17 +0300
49746
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
49747
+ Parameters: {"id"=>"162"}
49748
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
49749
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
49750
+ Optimacms::Language Load (1.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
49751
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
49752
+ Optimacms::TemplateTranslation Load (0.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
49753
+  (0.0ms) BEGIN
49754
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
49755
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
49756
+ Optimacms::Template Exists (1.0ms) 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
49757
+  (0.0ms) COMMIT
49758
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
49759
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
49760
+ 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:
49761
+
49762
+ def input
49763
+
49764
+ to
49765
+
49766
+ def input(wrapper_options)
49767
+
49768
+ See https://github.com/plataformatec/simple_form/pull/997 for more information.
49769
+ (called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml___859682685_112986140 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
49770
+ Optimacms::TemplateTranslation Load (1.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162
49771
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
49772
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
49773
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
49774
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (1.0ms)
49775
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (1.0ms)
49776
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (171.0ms)
49777
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (303.0ms)
49778
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (346.0ms)
49779
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
49780
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (45.0ms)
49781
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
49782
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
49783
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
49784
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (62.0ms)
49785
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (345.0ms)
49786
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (800.0ms)
49787
+ Completed 200 OK in 1324ms (Views: 1287.9ms | ActiveRecord: 6.0ms)
49788
+
49789
+
49790
+ Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.15243985603113974" for 127.0.0.1 at 2016-07-25 10:55:20 +0300
49791
+ Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
49792
+ Parameters: {"path"=>"temp/", "r"=>"0.15243985603113974"}
49793
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
49794
+ Optimacms::Template Load (1.0ms) 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
49795
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (11.0ms)
49796
+ Completed 200 OK in 551ms (Views: 542.1ms | ActiveRecord: 1.0ms)
49797
+
49798
+
49799
+ Started PATCH "/admin/templates/162" for 127.0.0.1 at 2016-07-25 10:55:24 +0300
49800
+ Processing by Optimacms::Admin::TemplatesController#update as HTML
49801
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"ugAC2SzbyYMeGlzKryNwa2bfjD8K3pBDlhbUckybvUKNlRyLttBKJITBq1h0tUaCvvoMD3l/+h34ZJuPVYtW7A==", "continue"=>"0", "template"=>{"parent_id"=>"70", "title"=>"b1", "is_translated"=>"1", "translations_attributes"=>{"0"=>{"item_id"=>"162", "lang"=>"", "content"=>"", "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/", "commit"=>"Save", "id"=>"162"}
49802
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
49803
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
49804
+ Optimacms::Language Load (1.0ms) SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
49805
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
49806
+ Optimacms::TemplateTranslation Load (0.0ms) SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 162 AND `cms_templates_translation`.`id` IN (111, 112, 113)
49807
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1
49808
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
49809
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 162 LIMIT 1 [["id", 162]]
49810
+  (0.0ms) BEGIN
49811
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
49812
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
49813
+ Optimacms::Template Exists (0.0ms) 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
49814
+  (0.0ms) COMMIT
49815
+ Redirected to http://localhost:3001/admin/templates
49816
+ Completed 302 Found in 54ms (ActiveRecord: 2.0ms)
49817
+
49818
+
49819
+ Started GET "/admin/templates" for 127.0.0.1 at 2016-07-25 10:55:24 +0300
49820
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
49821
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
49822
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
49823
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
49824
+ 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 (6.0ms)
49825
+ 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 (24.0ms)
49826
+ 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 (5.0ms)
49827
+ 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 (21.0ms)
49828
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (77.0ms)
49829
+ 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)
49830
+ 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 (16.0ms)
49831
+ 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 (130.0ms)
49832
+ Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (149.0ms)
49833
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
49834
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
49835
+  (0.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
49836
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (224.0ms)
49837
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
49838
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (39.0ms)
49839
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
49840
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
49841
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
49842
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (41.0ms)
49843
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (271.0ms)
49844
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (631.0ms)
49845
+ Completed 200 OK in 1055ms (Views: 1022.8ms | ActiveRecord: 4.0ms)