optimacms 0.2.15 → 0.2.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/models/optimacms/template.rb +7 -0
- data/app/views/optimacms/admin/templates/_form_content_translation.html.haml +20 -18
- data/lib/optimacms/version.rb +1 -1
- data/spec/dummy/app/views/temp/p1.html.haml +6 -6
- data/spec/dummy/app/views/temp/t2.en.html.haml +1 -0
- data/spec/dummy/app/views/temp/t2.html.haml +1 -0
- data/spec/dummy/app/views/temp/t2.ru.html.haml +1 -0
- data/spec/dummy/log/development.log +3955 -0
- data/spec/dummy/tmp/pids/server.pid +1 -1
- metadata +49 -43
|
@@ -50176,3 +50176,3958 @@ Processing by Optimacms::Admin::TemplatesController#index as HTML
|
|
|
50176
50176
|
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (244.0ms)
|
|
50177
50177
|
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (553.0ms)
|
|
50178
50178
|
Completed 200 OK in 1002ms (Views: 989.0ms | ActiveRecord: 3.0ms)
|
|
50179
|
+
|
|
50180
|
+
|
|
50181
|
+
Started GET "/admin/pages" for 127.0.0.1 at 2016-08-16 20:27:55 +0300
|
|
50182
|
+
[1m[36mActiveRecord::SchemaMigration Load (110.0ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
50183
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
|
50184
|
+
Completed 401 Unauthorized in 43ms (ActiveRecord: 0.0ms)
|
|
50185
|
+
|
|
50186
|
+
|
|
50187
|
+
Started GET "/admin/login" for 127.0.0.1 at 2016-08-16 20:27:59 +0300
|
|
50188
|
+
Processing by Optimacms::Devise::SessionsController#new as HTML
|
|
50189
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/devise-4.1.1/app/views/devise/shared/_links.html.erb (3.0ms)
|
|
50190
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/devise-4.1.1/app/views/devise/sessions/new.html.erb within layouts/optimacms/application_logged_out (410.0ms)
|
|
50191
|
+
Completed 200 OK in 3290ms (Views: 3147.5ms | ActiveRecord: 85.0ms)
|
|
50192
|
+
|
|
50193
|
+
|
|
50194
|
+
Started GET "/assets/optimacms/application.self-fb28094035fc8f155b896e47c199355db7c84fc9d6214ed9800f1022ac2ece52.js?body=1" for 127.0.0.1 at 2016-08-16 20:28:03 +0300
|
|
50195
|
+
|
|
50196
|
+
|
|
50197
|
+
Started GET "/stylesheets/optimacms/application.css" for 127.0.0.1 at 2016-08-16 20:28:03 +0300
|
|
50198
|
+
Processing by Optimacms::PagesController#show as HTML
|
|
50199
|
+
Parameters: {"url"=>"stylesheets/optimacms/application.css"}
|
|
50200
|
+
[1m[35mOptimacms::Language Load (88.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages`
|
|
50201
|
+
[1m[36m (1.0ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'stylesheets/optimacms/application.css' REGEXP parsed_url)[0m
|
|
50202
|
+
Completed 404 Not Found in 541ms (ActiveRecord: 243.0ms)
|
|
50203
|
+
|
|
50204
|
+
ActionController::RoutingError (Not Found):
|
|
50205
|
+
W:/myrails/cms/site/app/controllers/optimacms/application_controller.rb:16:in `not_found'
|
|
50206
|
+
W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:66:in `show'
|
|
50207
|
+
actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
|
50208
|
+
actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
|
|
50209
|
+
actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
50210
|
+
actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
|
50211
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
|
|
50212
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
|
|
50213
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
|
|
50214
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
|
|
50215
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
|
|
50216
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
|
|
50217
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
|
|
50218
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
50219
|
+
actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
|
50220
|
+
actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
50221
|
+
actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
|
50222
|
+
activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
|
|
50223
|
+
activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
50224
|
+
activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
|
|
50225
|
+
actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
|
50226
|
+
actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
|
50227
|
+
activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
50228
|
+
actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
|
|
50229
|
+
actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
|
|
50230
|
+
actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
|
|
50231
|
+
actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
|
50232
|
+
actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
|
|
50233
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `call'
|
|
50234
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
|
|
50235
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
|
|
50236
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
|
50237
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
|
|
50238
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
|
|
50239
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
|
|
50240
|
+
railties (4.2.6) lib/rails/engine.rb:518:in `call'
|
|
50241
|
+
railties (4.2.6) lib/rails/railtie.rb:194:in `public_send'
|
|
50242
|
+
railties (4.2.6) lib/rails/railtie.rb:194:in `method_missing'
|
|
50243
|
+
actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
|
50244
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
|
50245
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
|
|
50246
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
|
|
50247
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
|
|
50248
|
+
warden (1.2.6) lib/warden/manager.rb:35:in `block in call'
|
|
50249
|
+
warden (1.2.6) lib/warden/manager.rb:34:in `catch'
|
|
50250
|
+
warden (1.2.6) lib/warden/manager.rb:34:in `call'
|
|
50251
|
+
rack (1.6.4) lib/rack/etag.rb:24:in `call'
|
|
50252
|
+
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
|
|
50253
|
+
rack (1.6.4) lib/rack/head.rb:13:in `call'
|
|
50254
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
|
50255
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
|
50256
|
+
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
|
|
50257
|
+
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
|
|
50258
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
|
50259
|
+
activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
|
|
50260
|
+
activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
|
|
50261
|
+
activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
|
|
50262
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
|
50263
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
|
|
50264
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
|
|
50265
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
50266
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
50267
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
|
50268
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
|
50269
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
|
50270
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
|
50271
|
+
railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
|
|
50272
|
+
railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
|
|
50273
|
+
activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
|
50274
|
+
activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
50275
|
+
activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
|
|
50276
|
+
railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
|
|
50277
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
|
50278
|
+
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
|
|
50279
|
+
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
|
|
50280
|
+
activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
|
50281
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
|
50282
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
|
|
50283
|
+
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
|
|
50284
|
+
railties (4.2.6) lib/rails/engine.rb:518:in `call'
|
|
50285
|
+
railties (4.2.6) lib/rails/application.rb:165:in `call'
|
|
50286
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
|
50287
|
+
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
|
|
50288
|
+
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
|
|
50289
|
+
D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
|
50290
|
+
D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
|
50291
|
+
D:/Ruby22x64/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
|
50292
|
+
|
|
50293
|
+
|
|
50294
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (11.0ms)
|
|
50295
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (11.0ms)
|
|
50296
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (21.0ms)
|
|
50297
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (10.0ms)
|
|
50298
|
+
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 (4.0ms)
|
|
50299
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (1336.1ms)
|
|
50300
|
+
|
|
50301
|
+
|
|
50302
|
+
Started POST "/admin/login" for 127.0.0.1 at 2016-08-16 20:29:02 +0300
|
|
50303
|
+
Processing by Optimacms::Devise::SessionsController#create as HTML
|
|
50304
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"r9DylBQISdGXazHfvY+BEmX54MnJI8+DPZlFk6oGdfyFPSe/RfEKHkOczRnowQARcldUgdpRIZaOLEO3K+reJw==", "cms_admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
|
|
50305
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`email` = 'admin@example.com' ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
50306
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
50307
|
+
[1m[35mSQL (0.0ms)[0m UPDATE `cms_users` SET `last_sign_in_at` = '2016-07-24 12:12:49', `current_sign_in_at` = '2016-08-16 17:29:03', `sign_in_count` = 10, `updated_at` = '2016-08-16 17:29:03' WHERE `cms_users`.`id` = 4
|
|
50308
|
+
[1m[36m (1.0ms)[0m [1mCOMMIT[0m
|
|
50309
|
+
Redirected to http://localhost:3001/admin/pages
|
|
50310
|
+
Completed 302 Found in 571ms (ActiveRecord: 2.0ms)
|
|
50311
|
+
|
|
50312
|
+
|
|
50313
|
+
Started GET "/admin/pages" for 127.0.0.1 at 2016-08-16 20:29:05 +0300
|
|
50314
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
|
50315
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
50316
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1[0m
|
|
50317
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_text.html.haml (12.0ms)
|
|
50318
|
+
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 (39.0ms)
|
|
50319
|
+
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 (16.0ms)
|
|
50320
|
+
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 (35.0ms)
|
|
50321
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (119.0ms)
|
|
50322
|
+
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)
|
|
50323
|
+
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)
|
|
50324
|
+
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 (186.0ms)
|
|
50325
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (207.0ms)
|
|
50326
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
|
|
50327
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (126, 0, 4)[0m
|
|
50328
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
|
|
50329
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (919.1ms)
|
|
50330
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (22.0ms)
|
|
50331
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (83.0ms)
|
|
50332
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (6.0ms)
|
|
50333
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (8.0ms)
|
|
50334
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (2.0ms)
|
|
50335
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (72.0ms)
|
|
50336
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (758.0ms)
|
|
50337
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1395.1ms)
|
|
50338
|
+
Completed 200 OK in 2571ms (Views: 2355.9ms | ActiveRecord: 164.0ms)
|
|
50339
|
+
|
|
50340
|
+
|
|
50341
|
+
Started GET "/assets/optimacms/admin.self-84e36b0189cfc4ac18c624ad198afcefbbd618cce7a3809360431d6d8b6fd71c.css?body=1" for 127.0.0.1 at 2016-08-16 20:29:08 +0300
|
|
50342
|
+
|
|
50343
|
+
|
|
50344
|
+
Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2016-08-16 20:29:08 +0300
|
|
50345
|
+
|
|
50346
|
+
|
|
50347
|
+
Started GET "/assets/optimacms/admin_tpl.self-3552518fc3641d7e2cce03ff12090a8288cfdabbeb2263909a89f56757898dfd.css?body=1" for 127.0.0.1 at 2016-08-16 20:29:08 +0300
|
|
50348
|
+
|
|
50349
|
+
|
|
50350
|
+
Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-08-16 20:29:08 +0300
|
|
50351
|
+
|
|
50352
|
+
|
|
50353
|
+
Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-08-16 20:29:09 +0300
|
|
50354
|
+
|
|
50355
|
+
|
|
50356
|
+
Started GET "/assets/jquery2.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-08-16 20:29:09 +0300
|
|
50357
|
+
|
|
50358
|
+
|
|
50359
|
+
Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2016-08-16 20:29:09 +0300
|
|
50360
|
+
|
|
50361
|
+
|
|
50362
|
+
Started GET "/assets/optimacms/admin.self-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js?body=1" for 127.0.0.1 at 2016-08-16 20:29:09 +0300
|
|
50363
|
+
|
|
50364
|
+
|
|
50365
|
+
Started GET "/assets/fontawesome-webfont-7dacf83f51179de8d7980a513e67ab3a08f2c6272bb5946df8fd77c0d1763b73.woff2?v=4.6.3" for 127.0.0.1 at 2016-08-16 20:29:09 +0300
|
|
50366
|
+
|
|
50367
|
+
|
|
50368
|
+
Started GET "/admin/pages?parent_id=148" for 127.0.0.1 at 2016-08-16 20:29:25 +0300
|
|
50369
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
|
50370
|
+
Parameters: {"parent_id"=>"148"}
|
|
50371
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
50372
|
+
[1m[35mOptimacms::Page Load (0.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
|
|
50373
|
+
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 (8.0ms)
|
|
50374
|
+
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 (28.0ms)
|
|
50375
|
+
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)
|
|
50376
|
+
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)
|
|
50377
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (89.0ms)
|
|
50378
|
+
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)
|
|
50379
|
+
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 (18.0ms)
|
|
50380
|
+
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 (150.0ms)
|
|
50381
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (171.0ms)
|
|
50382
|
+
[1m[36mOptimacms::Page Load (0.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY created_at desc LIMIT 10 OFFSET 0[0m
|
|
50383
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (139, 129, 120, 39)
|
|
50384
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )[0m
|
|
50385
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (254.0ms)
|
|
50386
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
|
|
50387
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (40.0ms)
|
|
50388
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
50389
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
|
50390
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
50391
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (57.0ms)
|
|
50392
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (392.0ms)
|
|
50393
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (834.0ms)
|
|
50394
|
+
Completed 200 OK in 1233ms (Views: 1225.5ms | ActiveRecord: 1.0ms)
|
|
50395
|
+
|
|
50396
|
+
|
|
50397
|
+
Started GET "/admin/templates" for 127.0.0.1 at 2016-08-16 20:29:30 +0300
|
|
50398
|
+
Processing by Optimacms::Admin::TemplatesController#index as HTML
|
|
50399
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
50400
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 0 LIMIT 1[0m
|
|
50401
|
+
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)
|
|
50402
|
+
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 (32.0ms)
|
|
50403
|
+
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)
|
|
50404
|
+
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 (25.0ms)
|
|
50405
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (91.0ms)
|
|
50406
|
+
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)
|
|
50407
|
+
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 (18.0ms)
|
|
50408
|
+
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 (149.0ms)
|
|
50409
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (168.0ms)
|
|
50410
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` IS NULL AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
|
|
50411
|
+
[1m[36m (1.0ms)[0m [1mSELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` IS NULL AND (1=1 )[0m
|
|
50412
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (275.0ms)
|
|
50413
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
50414
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (31.0ms)
|
|
50415
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
50416
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
|
50417
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
|
50418
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (57.0ms)
|
|
50419
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (360.0ms)
|
|
50420
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (784.0ms)
|
|
50421
|
+
Completed 200 OK in 1220ms (Views: 1211.7ms | ActiveRecord: 2.0ms)
|
|
50422
|
+
|
|
50423
|
+
|
|
50424
|
+
Started GET "/admin/templates?parent_id=70" for 127.0.0.1 at 2016-08-16 20:32:18 +0300
|
|
50425
|
+
Processing by Optimacms::Admin::TemplatesController#index as HTML
|
|
50426
|
+
Parameters: {"parent_id"=>"70"}
|
|
50427
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
50428
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
50429
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
50430
|
+
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 (8.0ms)
|
|
50431
|
+
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 (29.0ms)
|
|
50432
|
+
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)
|
|
50433
|
+
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)
|
|
50434
|
+
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)
|
|
50435
|
+
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)
|
|
50436
|
+
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 (23.0ms)
|
|
50437
|
+
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 (171.0ms)
|
|
50438
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (189.0ms)
|
|
50439
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry[0m
|
|
50440
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
|
|
50441
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )[0m
|
|
50442
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (288.0ms)
|
|
50443
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
50444
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (36.0ms)
|
|
50445
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
50446
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
50447
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
50448
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (57.0ms)
|
|
50449
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (429.0ms)
|
|
50450
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (885.1ms)
|
|
50451
|
+
Completed 200 OK in 1327ms (Views: 1316.9ms | ActiveRecord: 1.0ms)
|
|
50452
|
+
|
|
50453
|
+
|
|
50454
|
+
Started GET "/admin/templates/new?parent_id=70" for 127.0.0.1 at 2016-08-16 20:32:21 +0300
|
|
50455
|
+
Processing by Optimacms::Admin::TemplatesController#new as HTML
|
|
50456
|
+
Parameters: {"parent_id"=>"70"}
|
|
50457
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
50458
|
+
[1m[36mOptimacms::Language Load (0.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
50459
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
50460
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m [["id", 70]]
|
|
50461
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (7.0ms)
|
|
50462
|
+
[1m[35mOptimacms::TemplateType Load (72.0ms)[0m SELECT `cms_templatetypes`.* FROM `cms_templatetypes`
|
|
50463
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/new.html.haml within optimacms/admin/layouts/main (258.0ms)
|
|
50464
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
|
|
50465
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (39.0ms)
|
|
50466
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
|
|
50467
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
|
50468
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
50469
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (64.0ms)
|
|
50470
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (413.0ms)
|
|
50471
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (869.1ms)
|
|
50472
|
+
Completed 200 OK in 1395ms (Views: 1292.4ms | ActiveRecord: 86.0ms)
|
|
50473
|
+
|
|
50474
|
+
|
|
50475
|
+
Started POST "/admin/templates" for 127.0.0.1 at 2016-08-16 20:32:29 +0300
|
|
50476
|
+
Processing by Optimacms::Admin::TemplatesController#create as HTML
|
|
50477
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"+9QgyDidDw55GRAlKYKqA8U+LfJMFb5rv1W85tUX20vKvpI0wbFdjaYIipCz8eKCO9IVpioNbFBGI3ct19iWSQ==", "modal"=>"0", "template"=>{"title"=>"t2", "basedirpath"=>"temp/", "basename"=>"t2", "type_id"=>"2", "tpl_format"=>"haml", "is_translated"=>"0"}, "commit"=>"Save"}
|
|
50478
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
50479
|
+
[1m[35mOptimacms::Language Load (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
50480
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
50481
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 1 AND `cms_templates`.`basepath` = 'temp' ORDER BY `cms_templates`.`id` ASC LIMIT 1
|
|
50482
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
50483
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
50484
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m [["id", 70]]
|
|
50485
|
+
[1m[35mOptimacms::Template Exists (2.0ms)[0m SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`is_folder` = 0) LIMIT 1
|
|
50486
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO `cms_templates` (`title`, `basedirpath`, `basename`, `type_id`, `tpl_format`, `ancestry`, `basepath`, `created_at`, `updated_at`) VALUES ('t2', 'temp/', 't2', 2, 'haml', '70', 'temp/t2', '2016-08-16 17:32:29', '2016-08-16 17:32:29')[0m
|
|
50487
|
+
[1m[35m (2.0ms)[0m COMMIT
|
|
50488
|
+
Redirected to http://localhost:3001/admin/templates/163/edit
|
|
50489
|
+
Completed 302 Found in 228ms (ActiveRecord: 7.0ms)
|
|
50490
|
+
|
|
50491
|
+
|
|
50492
|
+
Started GET "/admin/templates/163/edit" for 127.0.0.1 at 2016-08-16 20:32:29 +0300
|
|
50493
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
50494
|
+
Parameters: {"id"=>"163"}
|
|
50495
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
50496
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
50497
|
+
[1m[36mOptimacms::Language Load (1.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
50498
|
+
[1m[35mOptimacms::TemplateTranslation Load (0.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163
|
|
50499
|
+
[1m[36m (1.0ms)[0m [1mBEGIN[0m
|
|
50500
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
50501
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m [["id", 70]]
|
|
50502
|
+
[1m[35mOptimacms::Template Exists (0.0ms)[0m SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1
|
|
50503
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO `cms_templates_translation` (`lang`, `item_id`) VALUES ('', 163)[0m
|
|
50504
|
+
[1m[35m (2.0ms)[0m COMMIT
|
|
50505
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
50506
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
50507
|
+
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:
|
|
50508
|
+
|
|
50509
|
+
def input
|
|
50510
|
+
|
|
50511
|
+
to
|
|
50512
|
+
|
|
50513
|
+
def input(wrapper_options)
|
|
50514
|
+
|
|
50515
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
50516
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
50517
|
+
[1m[35mOptimacms::TemplateTranslation Load (1.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163
|
|
50518
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
50519
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (2.0ms)
|
|
50520
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (9.0ms)
|
|
50521
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (221.0ms)
|
|
50522
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (403.0ms)
|
|
50523
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (480.0ms)
|
|
50524
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
50525
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (34.0ms)
|
|
50526
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
50527
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
50528
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
50529
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (48.0ms)
|
|
50530
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (363.0ms)
|
|
50531
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (756.0ms)
|
|
50532
|
+
Completed 200 OK in 1625ms (Views: 1393.3ms | ActiveRecord: 52.0ms)
|
|
50533
|
+
|
|
50534
|
+
|
|
50535
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.11606358073217504" for 127.0.0.1 at 2016-08-16 20:32:31 +0300
|
|
50536
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
50537
|
+
Parameters: {"path"=>"temp/", "r"=>"0.11606358073217504"}
|
|
50538
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
50539
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `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[0m
|
|
50540
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (22.0ms)
|
|
50541
|
+
Completed 200 OK in 676ms (Views: 665.5ms | ActiveRecord: 2.0ms)
|
|
50542
|
+
|
|
50543
|
+
|
|
50544
|
+
Started PATCH "/admin/templates/163" for 127.0.0.1 at 2016-08-16 20:32:35 +0300
|
|
50545
|
+
Processing by Optimacms::Admin::TemplatesController#update as HTML
|
|
50546
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"/+WPtspemmJR6doMus5i+xMabppQWo9YMl7efEdj9ubOjz1KM3LI4Y74QLkgvSp67fZWzjZCXWPLKBW3Ray75A==", "continue"=>"1", "template"=>{"parent_id"=>"70", "title"=>"t2", "is_translated"=>"0", "translations_attributes"=>{"0"=>{"item_id"=>"163", "lang"=>"", "content"=>"111", "id"=>"114"}}}, "panel-blocks-input-path"=>"temp/", "id"=>"163"}
|
|
50547
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
50548
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
50549
|
+
[1m[35mOptimacms::Language Load (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
50550
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
50551
|
+
[1m[35mOptimacms::TemplateTranslation Load (0.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163 AND `cms_templates_translation`.`id` = 114
|
|
50552
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
50553
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
50554
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
50555
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
50556
|
+
[1m[36mOptimacms::Template Exists (0.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
50557
|
+
[1m[35m (0.0ms)[0m COMMIT
|
|
50558
|
+
Redirected to http://localhost:3001/admin/templates/163/edit
|
|
50559
|
+
Completed 302 Found in 45ms (ActiveRecord: 1.0ms)
|
|
50560
|
+
|
|
50561
|
+
|
|
50562
|
+
Started GET "/admin/templates/163/edit" for 127.0.0.1 at 2016-08-16 20:32:35 +0300
|
|
50563
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
50564
|
+
Parameters: {"id"=>"163"}
|
|
50565
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
50566
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
50567
|
+
[1m[36mOptimacms::Language Load (0.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
50568
|
+
[1m[35mOptimacms::TemplateTranslation Load (1.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163
|
|
50569
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
50570
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
50571
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m [["id", 70]]
|
|
50572
|
+
[1m[35mOptimacms::Template Exists (1.0ms)[0m SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1
|
|
50573
|
+
[1m[36m (0.0ms)[0m [1mCOMMIT[0m
|
|
50574
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
50575
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
50576
|
+
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:
|
|
50577
|
+
|
|
50578
|
+
def input
|
|
50579
|
+
|
|
50580
|
+
to
|
|
50581
|
+
|
|
50582
|
+
def input(wrapper_options)
|
|
50583
|
+
|
|
50584
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
50585
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
50586
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
50587
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1 [["id", 163]]
|
|
50588
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
|
|
50589
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (2.0ms)
|
|
50590
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (158.0ms)
|
|
50591
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (307.0ms)
|
|
50592
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (357.0ms)
|
|
50593
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
50594
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (37.0ms)
|
|
50595
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
50596
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
50597
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
50598
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (62.0ms)
|
|
50599
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (374.0ms)
|
|
50600
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (828.0ms)
|
|
50601
|
+
Completed 200 OK in 1390ms (Views: 1361.4ms | ActiveRecord: 4.0ms)
|
|
50602
|
+
|
|
50603
|
+
|
|
50604
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.3820798510220097" for 127.0.0.1 at 2016-08-16 20:32:37 +0300
|
|
50605
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
50606
|
+
Parameters: {"path"=>"temp/", "r"=>"0.3820798510220097"}
|
|
50607
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
50608
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` IN (4, 3) AND (basepath LIKE 'temp/%' ) ORDER BY title asc LIMIT 100
|
|
50609
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (13.0ms)
|
|
50610
|
+
Completed 200 OK in 593ms (Views: 585.4ms | ActiveRecord: 2.0ms)
|
|
50611
|
+
|
|
50612
|
+
|
|
50613
|
+
Started PATCH "/admin/templates/163" for 127.0.0.1 at 2016-08-16 20:33:34 +0300
|
|
50614
|
+
Processing by Optimacms::Admin::TemplatesController#update as HTML
|
|
50615
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"vTxzWGLPn0YBtvtH95Y/ZWJmjzdt+JSrMc3mjkGImaWMVsGkm+PNxd6nYfJt5XfknIq3YwvgRpDIuy1FQ0fUpw==", "continue"=>"1", "template"=>{"parent_id"=>"70", "title"=>"t2", "is_translated"=>"1", "translations_attributes"=>{"0"=>{"item_id"=>"163", "lang"=>"", "content"=>"111", "id"=>"114"}}}, "panel-blocks-input-path"=>"temp/", "id"=>"163"}
|
|
50616
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
50617
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
50618
|
+
[1m[36mOptimacms::Language Load (1.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
50619
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
50620
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163 AND `cms_templates_translation`.`id` = 114[0m
|
|
50621
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
50622
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
50623
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
50624
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m [["id", 70]]
|
|
50625
|
+
[1m[35mOptimacms::Template Exists (1.0ms)[0m SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1
|
|
50626
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE `cms_templates` SET `is_translated` = 1, `updated_at` = '2016-08-16 17:33:34' WHERE `cms_templates`.`id` = 163[0m
|
|
50627
|
+
[1m[35m (345.0ms)[0m COMMIT
|
|
50628
|
+
Redirected to http://localhost:3001/admin/templates/163/edit
|
|
50629
|
+
Completed 302 Found in 393ms (ActiveRecord: 350.0ms)
|
|
50630
|
+
|
|
50631
|
+
|
|
50632
|
+
Started GET "/admin/templates/163/edit" for 127.0.0.1 at 2016-08-16 20:33:34 +0300
|
|
50633
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
50634
|
+
Parameters: {"id"=>"163"}
|
|
50635
|
+
[1m[36mOptimacms::CmsAdminUser Load (2.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
50636
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
50637
|
+
[1m[36mOptimacms::Language Load (1.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
50638
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
50639
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
50640
|
+
[1m[35m (1.0ms)[0m BEGIN
|
|
50641
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
50642
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
50643
|
+
[1m[36mOptimacms::Template Exists (1.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
50644
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO `cms_templates_translation` (`lang`, `item_id`) VALUES ('en', 163)
|
|
50645
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO `cms_templates_translation` (`lang`, `item_id`) VALUES ('ru', 163)[0m
|
|
50646
|
+
[1m[35m (4.0ms)[0m COMMIT
|
|
50647
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
50648
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
50649
|
+
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:
|
|
50650
|
+
|
|
50651
|
+
def input
|
|
50652
|
+
|
|
50653
|
+
to
|
|
50654
|
+
|
|
50655
|
+
def input(wrapper_options)
|
|
50656
|
+
|
|
50657
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
50658
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
50659
|
+
[1m[35mOptimacms::TemplateTranslation Load (1.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163
|
|
50660
|
+
[1m[36mCACHE (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
50661
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1 [["id", 163]]
|
|
50662
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
50663
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
|
|
50664
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (1.0ms)
|
|
50665
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (191.0ms)
|
|
50666
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (318.0ms)
|
|
50667
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (363.0ms)
|
|
50668
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
50669
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (40.0ms)
|
|
50670
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
|
|
50671
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
|
50672
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
50673
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (50.0ms)
|
|
50674
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (314.0ms)
|
|
50675
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (712.0ms)
|
|
50676
|
+
Completed 200 OK in 1325ms (Views: 1242.3ms | ActiveRecord: 14.0ms)
|
|
50677
|
+
|
|
50678
|
+
|
|
50679
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.20049345026288445" for 127.0.0.1 at 2016-08-16 20:33:36 +0300
|
|
50680
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
50681
|
+
Parameters: {"path"=>"temp/", "r"=>"0.20049345026288445"}
|
|
50682
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
50683
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `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[0m
|
|
50684
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (13.0ms)
|
|
50685
|
+
Completed 200 OK in 638ms (Views: 632.0ms | ActiveRecord: 2.0ms)
|
|
50686
|
+
|
|
50687
|
+
|
|
50688
|
+
Started PATCH "/admin/templates/163" for 127.0.0.1 at 2016-08-16 20:33:43 +0300
|
|
50689
|
+
Processing by Optimacms::Admin::TemplatesController#update as HTML
|
|
50690
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"EaIWbl+4BUmfSnCk4P5Ovm1Ikf7teN0xP02iCRUYneAgyKSSppRXykBb6hF6jQY/k6SpqotgDwrGO2nCF9fQ4g==", "continue"=>"1", "template"=>{"parent_id"=>"70", "title"=>"t2", "is_translated"=>"1", "translations_attributes"=>{"0"=>{"item_id"=>"163", "lang"=>"", "content"=>"111", "id"=>"114"}, "1"=>{"item_id"=>"163", "lang"=>"en", "content"=>"eee", "id"=>"115"}, "2"=>{"item_id"=>"163", "lang"=>"ru", "content"=>"uuu", "id"=>"116"}}}, "panel-blocks-input-path"=>"temp/", "id"=>"163"}
|
|
50691
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
50692
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
50693
|
+
[1m[35mOptimacms::Language Load (1.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
50694
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
50695
|
+
[1m[35mOptimacms::TemplateTranslation Load (1.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163 AND `cms_templates_translation`.`id` IN (114, 115, 116)
|
|
50696
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
50697
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1 [["id", 163]]
|
|
50698
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
50699
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
50700
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
50701
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
50702
|
+
[1m[36mOptimacms::Template Exists (0.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
50703
|
+
[1m[35m (1.0ms)[0m COMMIT
|
|
50704
|
+
Redirected to http://localhost:3001/admin/templates/163/edit
|
|
50705
|
+
Completed 302 Found in 52ms (ActiveRecord: 3.0ms)
|
|
50706
|
+
|
|
50707
|
+
|
|
50708
|
+
Started GET "/admin/templates/163/edit" for 127.0.0.1 at 2016-08-16 20:33:44 +0300
|
|
50709
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
50710
|
+
Parameters: {"id"=>"163"}
|
|
50711
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
50712
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
50713
|
+
[1m[36mOptimacms::Language Load (0.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
50714
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
50715
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
50716
|
+
[1m[35m (1.0ms)[0m BEGIN
|
|
50717
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
50718
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
50719
|
+
[1m[36mOptimacms::Template Exists (0.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
50720
|
+
[1m[35m (0.0ms)[0m COMMIT
|
|
50721
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
50722
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
50723
|
+
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:
|
|
50724
|
+
|
|
50725
|
+
def input
|
|
50726
|
+
|
|
50727
|
+
to
|
|
50728
|
+
|
|
50729
|
+
def input(wrapper_options)
|
|
50730
|
+
|
|
50731
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
50732
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
50733
|
+
[1m[35mOptimacms::TemplateTranslation Load (0.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163
|
|
50734
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
50735
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1 [["id", 163]]
|
|
50736
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
50737
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (1.0ms)
|
|
50738
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (1.0ms)
|
|
50739
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (190.0ms)
|
|
50740
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (318.0ms)
|
|
50741
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (366.0ms)
|
|
50742
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (1.0ms)
|
|
50743
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (30.0ms)
|
|
50744
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
|
|
50745
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
50746
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
50747
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (48.0ms)
|
|
50748
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (348.0ms)
|
|
50749
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (717.0ms)
|
|
50750
|
+
Completed 200 OK in 1270ms (Views: 1236.2ms | ActiveRecord: 4.0ms)
|
|
50751
|
+
|
|
50752
|
+
|
|
50753
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.7810019910886478" for 127.0.0.1 at 2016-08-16 20:33:45 +0300
|
|
50754
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
50755
|
+
Parameters: {"path"=>"temp/", "r"=>"0.7810019910886478"}
|
|
50756
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
50757
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `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[0m
|
|
50758
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (14.0ms)
|
|
50759
|
+
Completed 200 OK in 648ms (Views: 639.4ms | ActiveRecord: 0.0ms)
|
|
50760
|
+
|
|
50761
|
+
|
|
50762
|
+
Started GET "/admin/templates/163/edit" for 127.0.0.1 at 2016-08-16 20:34:37 +0300
|
|
50763
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
50764
|
+
Parameters: {"id"=>"163"}
|
|
50765
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
50766
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
50767
|
+
[1m[35mOptimacms::Language Load (1.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
50768
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
50769
|
+
[1m[35mOptimacms::TemplateTranslation Load (1.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163
|
|
50770
|
+
[1m[36m (1.0ms)[0m [1mBEGIN[0m
|
|
50771
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
50772
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m [["id", 70]]
|
|
50773
|
+
[1m[35mOptimacms::Template Exists (0.0ms)[0m SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1
|
|
50774
|
+
[1m[36m (0.0ms)[0m [1mCOMMIT[0m
|
|
50775
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
50776
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
50777
|
+
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:
|
|
50778
|
+
|
|
50779
|
+
def input
|
|
50780
|
+
|
|
50781
|
+
to
|
|
50782
|
+
|
|
50783
|
+
def input(wrapper_options)
|
|
50784
|
+
|
|
50785
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
50786
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
50787
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
50788
|
+
[1m[35mCACHE (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1 [["id", 163]]
|
|
50789
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
50790
|
+
[1m[35mCACHE (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1 [["id", 163]]
|
|
50791
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
50792
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
|
|
50793
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (2.0ms)
|
|
50794
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (216.0ms)
|
|
50795
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (353.0ms)
|
|
50796
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (402.0ms)
|
|
50797
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
50798
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (32.0ms)
|
|
50799
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
|
|
50800
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
50801
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
50802
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (49.0ms)
|
|
50803
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (310.0ms)
|
|
50804
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (685.0ms)
|
|
50805
|
+
Completed 200 OK in 1282ms (Views: 1244.7ms | ActiveRecord: 7.0ms)
|
|
50806
|
+
|
|
50807
|
+
|
|
50808
|
+
Started GET "/assets/optimacms/admin_tpl.self-3552518fc3641d7e2cce03ff12090a8288cfdabbeb2263909a89f56757898dfd.css?body=1" for 127.0.0.1 at 2016-08-16 20:34:39 +0300
|
|
50809
|
+
|
|
50810
|
+
|
|
50811
|
+
Started GET "/assets/jquery2.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-08-16 20:34:39 +0300
|
|
50812
|
+
|
|
50813
|
+
|
|
50814
|
+
Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2016-08-16 20:34:39 +0300
|
|
50815
|
+
|
|
50816
|
+
|
|
50817
|
+
Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-08-16 20:34:39 +0300
|
|
50818
|
+
|
|
50819
|
+
|
|
50820
|
+
Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-08-16 20:34:39 +0300
|
|
50821
|
+
|
|
50822
|
+
|
|
50823
|
+
Started GET "/assets/optimacms/application.self-fb28094035fc8f155b896e47c199355db7c84fc9d6214ed9800f1022ac2ece52.js?body=1" for 127.0.0.1 at 2016-08-16 20:34:39 +0300
|
|
50824
|
+
|
|
50825
|
+
|
|
50826
|
+
Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2016-08-16 20:34:39 +0300
|
|
50827
|
+
|
|
50828
|
+
|
|
50829
|
+
Started GET "/assets/optimacms/admin.self-84e36b0189cfc4ac18c624ad198afcefbbd618cce7a3809360431d6d8b6fd71c.css?body=1" for 127.0.0.1 at 2016-08-16 20:34:39 +0300
|
|
50830
|
+
|
|
50831
|
+
|
|
50832
|
+
Started GET "/assets/optimacms/admin.self-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js?body=1" for 127.0.0.1 at 2016-08-16 20:34:39 +0300
|
|
50833
|
+
|
|
50834
|
+
|
|
50835
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.10122433757875116" for 127.0.0.1 at 2016-08-16 20:34:40 +0300
|
|
50836
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
50837
|
+
Parameters: {"path"=>"temp/", "r"=>"0.10122433757875116"}
|
|
50838
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
50839
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `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[0m
|
|
50840
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (13.0ms)
|
|
50841
|
+
Completed 200 OK in 634ms (Views: 626.1ms | ActiveRecord: 0.0ms)
|
|
50842
|
+
|
|
50843
|
+
|
|
50844
|
+
Started GET "/admin/templates/163/edit" for 127.0.0.1 at 2016-08-16 20:44:43 +0300
|
|
50845
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
50846
|
+
Parameters: {"id"=>"163"}
|
|
50847
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
50848
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
50849
|
+
[1m[35mOptimacms::Language Load (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
50850
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
50851
|
+
[1m[35mOptimacms::TemplateTranslation Load (0.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163
|
|
50852
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
50853
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
50854
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m [["id", 70]]
|
|
50855
|
+
[1m[35mOptimacms::Template Exists (1.0ms)[0m SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1
|
|
50856
|
+
[1m[36m (0.0ms)[0m [1mCOMMIT[0m
|
|
50857
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
50858
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
50859
|
+
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:
|
|
50860
|
+
|
|
50861
|
+
def input
|
|
50862
|
+
|
|
50863
|
+
to
|
|
50864
|
+
|
|
50865
|
+
def input(wrapper_options)
|
|
50866
|
+
|
|
50867
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
50868
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
50869
|
+
[1m[36mOptimacms::TemplateTranslation Load (1.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
50870
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1 [["id", 163]]
|
|
50871
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
50872
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1 [["id", 163]]
|
|
50873
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
|
|
50874
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (1.0ms)
|
|
50875
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (246.0ms)
|
|
50876
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (389.0ms)
|
|
50877
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (447.0ms)
|
|
50878
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
|
|
50879
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (35.0ms)
|
|
50880
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
50881
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
50882
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
|
50883
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (54.0ms)
|
|
50884
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (328.0ms)
|
|
50885
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (756.0ms)
|
|
50886
|
+
Completed 200 OK in 1407ms (Views: 1368.2ms | ActiveRecord: 2.0ms)
|
|
50887
|
+
|
|
50888
|
+
|
|
50889
|
+
Started GET "/assets/optimacms/admin.self-84e36b0189cfc4ac18c624ad198afcefbbd618cce7a3809360431d6d8b6fd71c.css?body=1" for 127.0.0.1 at 2016-08-16 20:44:44 +0300
|
|
50890
|
+
|
|
50891
|
+
|
|
50892
|
+
Started GET "/assets/optimacms/admin_tpl.self-3552518fc3641d7e2cce03ff12090a8288cfdabbeb2263909a89f56757898dfd.css?body=1" for 127.0.0.1 at 2016-08-16 20:44:44 +0300
|
|
50893
|
+
|
|
50894
|
+
|
|
50895
|
+
Started GET "/assets/optimacms/application.self-fb28094035fc8f155b896e47c199355db7c84fc9d6214ed9800f1022ac2ece52.js?body=1" for 127.0.0.1 at 2016-08-16 20:44:44 +0300
|
|
50896
|
+
|
|
50897
|
+
|
|
50898
|
+
Started GET "/assets/jquery2.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-08-16 20:44:44 +0300
|
|
50899
|
+
|
|
50900
|
+
|
|
50901
|
+
Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-08-16 20:44:44 +0300
|
|
50902
|
+
|
|
50903
|
+
|
|
50904
|
+
Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-08-16 20:44:44 +0300
|
|
50905
|
+
|
|
50906
|
+
|
|
50907
|
+
Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2016-08-16 20:44:44 +0300
|
|
50908
|
+
|
|
50909
|
+
|
|
50910
|
+
Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2016-08-16 20:44:45 +0300
|
|
50911
|
+
|
|
50912
|
+
|
|
50913
|
+
Started GET "/assets/optimacms/admin.self-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js?body=1" for 127.0.0.1 at 2016-08-16 20:44:45 +0300
|
|
50914
|
+
|
|
50915
|
+
|
|
50916
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.24724949809053043" for 127.0.0.1 at 2016-08-16 20:44:45 +0300
|
|
50917
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
50918
|
+
Parameters: {"path"=>"temp/", "r"=>"0.24724949809053043"}
|
|
50919
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
50920
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` IN (4, 3) AND (basepath LIKE 'temp/%' ) ORDER BY title asc LIMIT 100
|
|
50921
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (11.0ms)
|
|
50922
|
+
Completed 200 OK in 533ms (Views: 527.7ms | ActiveRecord: 1.0ms)
|
|
50923
|
+
|
|
50924
|
+
|
|
50925
|
+
Started GET "/admin/pages" for 127.0.0.1 at 2016-08-16 20:47:06 +0300
|
|
50926
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
|
50927
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
50928
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
|
|
50929
|
+
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)
|
|
50930
|
+
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 (26.0ms)
|
|
50931
|
+
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 (4.0ms)
|
|
50932
|
+
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)
|
|
50933
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (86.0ms)
|
|
50934
|
+
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)
|
|
50935
|
+
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 (25.0ms)
|
|
50936
|
+
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 (154.0ms)
|
|
50937
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (172.0ms)
|
|
50938
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY created_at desc LIMIT 10 OFFSET 0[0m
|
|
50939
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (139, 129, 120, 39)
|
|
50940
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )[0m
|
|
50941
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (275.0ms)
|
|
50942
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
50943
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (27.0ms)
|
|
50944
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
50945
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
|
50946
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
50947
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (45.0ms)
|
|
50948
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (300.0ms)
|
|
50949
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (641.0ms)
|
|
50950
|
+
Completed 200 OK in 1093ms (Views: 1083.8ms | ActiveRecord: 2.0ms)
|
|
50951
|
+
|
|
50952
|
+
|
|
50953
|
+
Started GET "/admin/templates/139/edit" for 127.0.0.1 at 2016-08-16 20:47:10 +0300
|
|
50954
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
50955
|
+
Parameters: {"id"=>"139"}
|
|
50956
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
50957
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1[0m
|
|
50958
|
+
[1m[35mOptimacms::Language Load (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
50959
|
+
[1m[36mOptimacms::TemplateTranslation Load (1.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 139[0m
|
|
50960
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
50961
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
50962
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
50963
|
+
[1m[36mOptimacms::Template Exists (0.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/p1' AND `cms_templates`.`id` != 139 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
50964
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO `cms_templates_translation` (`lang`, `item_id`) VALUES ('', 139)
|
|
50965
|
+
[1m[36m (6.0ms)[0m [1mCOMMIT[0m
|
|
50966
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
|
|
50967
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
50968
|
+
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:
|
|
50969
|
+
|
|
50970
|
+
def input
|
|
50971
|
+
|
|
50972
|
+
to
|
|
50973
|
+
|
|
50974
|
+
def input(wrapper_options)
|
|
50975
|
+
|
|
50976
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
50977
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
50978
|
+
[1m[36mOptimacms::TemplateTranslation Load (1.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 139[0m
|
|
50979
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1 [["id", 139]]
|
|
50980
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
|
|
50981
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (1.0ms)
|
|
50982
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (135.0ms)
|
|
50983
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (250.0ms)
|
|
50984
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (295.0ms)
|
|
50985
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
50986
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (29.0ms)
|
|
50987
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
50988
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
50989
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
50990
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (46.0ms)
|
|
50991
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (369.0ms)
|
|
50992
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (755.0ms)
|
|
50993
|
+
Completed 200 OK in 1226ms (Views: 1187.8ms | ActiveRecord: 10.0ms)
|
|
50994
|
+
|
|
50995
|
+
|
|
50996
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.5238730032006318" for 127.0.0.1 at 2016-08-16 20:47:12 +0300
|
|
50997
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
50998
|
+
Parameters: {"path"=>"temp/", "r"=>"0.5238730032006318"}
|
|
50999
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
51000
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` IN (4, 3) AND (basepath LIKE 'temp/%' ) ORDER BY title asc LIMIT 100
|
|
51001
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (12.0ms)
|
|
51002
|
+
Completed 200 OK in 627ms (Views: 619.6ms | ActiveRecord: 2.0ms)
|
|
51003
|
+
|
|
51004
|
+
|
|
51005
|
+
Started PATCH "/admin/templates/139" for 127.0.0.1 at 2016-08-16 20:47:36 +0300
|
|
51006
|
+
Processing by Optimacms::Admin::TemplatesController#update as HTML
|
|
51007
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"0fPIMRyKX4rrDDva34R1yckF3fGKxsQaU0Eift/TIbXgmXrN5aYNCTQdoW9F9z1IN+nlpezeFiGqN+m13Rxstw==", "continue"=>"1", "template"=>{"parent_id"=>"70", "title"=>"page1", "is_translated"=>"0", "translations_attributes"=>{"0"=>{"item_id"=>"139", "lang"=>"", "content"=>"a1 =\r\n= block 'temp/t2'\r\n\r\n%hr\r\n%hr\r\n\r\ninclude html:\r\n\r\n= block 'temp/h1'\r\n\r\ninclude haml:\r\n= block 'temp/part1'\r\n", "id"=>"118"}}}, "panel-blocks-input-path"=>"temp/", "id"=>"139"}
|
|
51008
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
51009
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
|
|
51010
|
+
[1m[36mOptimacms::Language Load (1.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
51011
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
51012
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 139 AND `cms_templates_translation`.`id` = 118[0m
|
|
51013
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
|
|
51014
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
51015
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
51016
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m [["id", 70]]
|
|
51017
|
+
[1m[35mOptimacms::Template Exists (0.0ms)[0m SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/p1' AND `cms_templates`.`id` != 139 AND `cms_templates`.`is_folder` = 0) LIMIT 1
|
|
51018
|
+
[1m[36m (1.0ms)[0m [1mCOMMIT[0m
|
|
51019
|
+
Redirected to http://localhost:3001/admin/templates/139/edit
|
|
51020
|
+
Completed 302 Found in 40ms (ActiveRecord: 4.0ms)
|
|
51021
|
+
|
|
51022
|
+
|
|
51023
|
+
Started GET "/admin/templates/139/edit" for 127.0.0.1 at 2016-08-16 20:47:36 +0300
|
|
51024
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
51025
|
+
Parameters: {"id"=>"139"}
|
|
51026
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
51027
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1[0m
|
|
51028
|
+
[1m[35mOptimacms::Language Load (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
51029
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 139[0m
|
|
51030
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
51031
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
51032
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
51033
|
+
[1m[36mOptimacms::Template Exists (0.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/p1' AND `cms_templates`.`id` != 139 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
51034
|
+
[1m[35m (1.0ms)[0m COMMIT
|
|
51035
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1[0m
|
|
51036
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
51037
|
+
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:
|
|
51038
|
+
|
|
51039
|
+
def input
|
|
51040
|
+
|
|
51041
|
+
to
|
|
51042
|
+
|
|
51043
|
+
def input(wrapper_options)
|
|
51044
|
+
|
|
51045
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
51046
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
51047
|
+
[1m[35mOptimacms::TemplateTranslation Load (0.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 139
|
|
51048
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1[0m [["id", 139]]
|
|
51049
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
|
|
51050
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (1.0ms)
|
|
51051
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (130.0ms)
|
|
51052
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (262.0ms)
|
|
51053
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (310.0ms)
|
|
51054
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (1.0ms)
|
|
51055
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (33.0ms)
|
|
51056
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
51057
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
51058
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
|
51059
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (55.0ms)
|
|
51060
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (351.0ms)
|
|
51061
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (763.0ms)
|
|
51062
|
+
Completed 200 OK in 1231ms (Views: 1203.3ms | ActiveRecord: 2.0ms)
|
|
51063
|
+
|
|
51064
|
+
|
|
51065
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.23621816547883723" for 127.0.0.1 at 2016-08-16 20:47:38 +0300
|
|
51066
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
51067
|
+
Parameters: {"path"=>"temp/", "r"=>"0.23621816547883723"}
|
|
51068
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
51069
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `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[0m
|
|
51070
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (13.0ms)
|
|
51071
|
+
Completed 200 OK in 621ms (Views: 612.6ms | ActiveRecord: 0.0ms)
|
|
51072
|
+
|
|
51073
|
+
|
|
51074
|
+
Started GET "/" for 127.0.0.1 at 2016-08-16 20:47:39 +0300
|
|
51075
|
+
Processing by Optimacms::PagesController#show as HTML
|
|
51076
|
+
[1m[35m (1.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND url = '')
|
|
51077
|
+
[1m[36mOptimacms::Page Load (0.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND url = '') ORDER BY url_parts_count DESC, url_vars_count ASC[0m
|
|
51078
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 126 LIMIT 1
|
|
51079
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1[0m
|
|
51080
|
+
Completed 500 Internal Server Error in 13ms (ActiveRecord: 1.0ms)
|
|
51081
|
+
|
|
51082
|
+
NoMethodError (undefined method `basename' for nil:NilClass):
|
|
51083
|
+
W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:83:in `show'
|
|
51084
|
+
actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
|
51085
|
+
actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
|
|
51086
|
+
actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
51087
|
+
actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
|
51088
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
|
|
51089
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
|
|
51090
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
|
|
51091
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
|
|
51092
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
|
|
51093
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
|
|
51094
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
|
|
51095
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
51096
|
+
actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
|
51097
|
+
actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
51098
|
+
actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
|
51099
|
+
activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
|
|
51100
|
+
activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
51101
|
+
activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
|
|
51102
|
+
actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
|
51103
|
+
actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
|
51104
|
+
activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
51105
|
+
actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
|
|
51106
|
+
actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
|
|
51107
|
+
actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
|
|
51108
|
+
actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
|
51109
|
+
actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
|
|
51110
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `call'
|
|
51111
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
|
|
51112
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
|
|
51113
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
|
51114
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
|
|
51115
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
|
|
51116
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
|
|
51117
|
+
railties (4.2.6) lib/rails/engine.rb:518:in `call'
|
|
51118
|
+
railties (4.2.6) lib/rails/railtie.rb:194:in `public_send'
|
|
51119
|
+
railties (4.2.6) lib/rails/railtie.rb:194:in `method_missing'
|
|
51120
|
+
actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
|
51121
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
|
51122
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
|
|
51123
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
|
|
51124
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
|
|
51125
|
+
warden (1.2.6) lib/warden/manager.rb:35:in `block in call'
|
|
51126
|
+
warden (1.2.6) lib/warden/manager.rb:34:in `catch'
|
|
51127
|
+
warden (1.2.6) lib/warden/manager.rb:34:in `call'
|
|
51128
|
+
rack (1.6.4) lib/rack/etag.rb:24:in `call'
|
|
51129
|
+
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
|
|
51130
|
+
rack (1.6.4) lib/rack/head.rb:13:in `call'
|
|
51131
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
|
51132
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
|
51133
|
+
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
|
|
51134
|
+
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
|
|
51135
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
|
51136
|
+
activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
|
|
51137
|
+
activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
|
|
51138
|
+
activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
|
|
51139
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
|
51140
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
|
|
51141
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
|
|
51142
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
51143
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
51144
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
|
51145
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
|
51146
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
|
51147
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
|
51148
|
+
railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
|
|
51149
|
+
railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
|
|
51150
|
+
activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
|
51151
|
+
activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
51152
|
+
activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
|
|
51153
|
+
railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
|
|
51154
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
|
51155
|
+
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
|
|
51156
|
+
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
|
|
51157
|
+
activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
|
51158
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
|
51159
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
|
|
51160
|
+
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
|
|
51161
|
+
railties (4.2.6) lib/rails/engine.rb:518:in `call'
|
|
51162
|
+
railties (4.2.6) lib/rails/application.rb:165:in `call'
|
|
51163
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
|
51164
|
+
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
|
|
51165
|
+
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
|
|
51166
|
+
D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
|
51167
|
+
D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
|
51168
|
+
D:/Ruby22x64/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
|
51169
|
+
|
|
51170
|
+
|
|
51171
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.0ms)
|
|
51172
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (12.0ms)
|
|
51173
|
+
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 (3.0ms)
|
|
51174
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (449.0ms)
|
|
51175
|
+
|
|
51176
|
+
|
|
51177
|
+
Started GET "/admin/pages" for 127.0.0.1 at 2016-08-16 20:47:41 +0300
|
|
51178
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
|
51179
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
51180
|
+
[1m[36mOptimacms::Page Load (0.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1[0m
|
|
51181
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_text.html.haml (10.0ms)
|
|
51182
|
+
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 (33.0ms)
|
|
51183
|
+
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)
|
|
51184
|
+
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 (37.0ms)
|
|
51185
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (114.0ms)
|
|
51186
|
+
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)
|
|
51187
|
+
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 (30.0ms)
|
|
51188
|
+
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 (200.0ms)
|
|
51189
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (223.0ms)
|
|
51190
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
|
|
51191
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (139, 129, 120, 39)[0m
|
|
51192
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )
|
|
51193
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (302.0ms)
|
|
51194
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
|
|
51195
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (29.0ms)
|
|
51196
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
|
|
51197
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
|
51198
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
|
51199
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (50.0ms)
|
|
51200
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (353.0ms)
|
|
51201
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (721.0ms)
|
|
51202
|
+
Completed 200 OK in 1195ms (Views: 1180.9ms | ActiveRecord: 1.0ms)
|
|
51203
|
+
|
|
51204
|
+
|
|
51205
|
+
Started GET "/p1.html" for 127.0.0.1 at 2016-08-16 20:47:47 +0300
|
|
51206
|
+
Processing by Optimacms::PagesController#show as HTML
|
|
51207
|
+
Parameters: {"url"=>"p1.html"}
|
|
51208
|
+
[1m[36m (1.0ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'p1.html' REGEXP parsed_url)[0m
|
|
51209
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'p1.html' REGEXP parsed_url) ORDER BY url_parts_count DESC, url_vars_count ASC
|
|
51210
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1[0m
|
|
51211
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1
|
|
51212
|
+
Completed 500 Internal Server Error in 15ms (ActiveRecord: 2.0ms)
|
|
51213
|
+
|
|
51214
|
+
NoMethodError (undefined method `basename' for nil:NilClass):
|
|
51215
|
+
W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:83:in `show'
|
|
51216
|
+
actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
|
51217
|
+
actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
|
|
51218
|
+
actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
51219
|
+
actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
|
51220
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
|
|
51221
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
|
|
51222
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
|
|
51223
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
|
|
51224
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
|
|
51225
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
|
|
51226
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
|
|
51227
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
51228
|
+
actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
|
51229
|
+
actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
51230
|
+
actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
|
51231
|
+
activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
|
|
51232
|
+
activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
51233
|
+
activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
|
|
51234
|
+
actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
|
51235
|
+
actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
|
51236
|
+
activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
51237
|
+
actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
|
|
51238
|
+
actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
|
|
51239
|
+
actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
|
|
51240
|
+
actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
|
51241
|
+
actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
|
|
51242
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `call'
|
|
51243
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
|
|
51244
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
|
|
51245
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
|
51246
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
|
|
51247
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
|
|
51248
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
|
|
51249
|
+
railties (4.2.6) lib/rails/engine.rb:518:in `call'
|
|
51250
|
+
railties (4.2.6) lib/rails/railtie.rb:194:in `public_send'
|
|
51251
|
+
railties (4.2.6) lib/rails/railtie.rb:194:in `method_missing'
|
|
51252
|
+
actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
|
51253
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
|
51254
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
|
|
51255
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
|
|
51256
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
|
|
51257
|
+
warden (1.2.6) lib/warden/manager.rb:35:in `block in call'
|
|
51258
|
+
warden (1.2.6) lib/warden/manager.rb:34:in `catch'
|
|
51259
|
+
warden (1.2.6) lib/warden/manager.rb:34:in `call'
|
|
51260
|
+
rack (1.6.4) lib/rack/etag.rb:24:in `call'
|
|
51261
|
+
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
|
|
51262
|
+
rack (1.6.4) lib/rack/head.rb:13:in `call'
|
|
51263
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
|
51264
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
|
51265
|
+
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
|
|
51266
|
+
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
|
|
51267
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
|
51268
|
+
activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
|
|
51269
|
+
activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
|
|
51270
|
+
activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
|
|
51271
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
|
51272
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
|
|
51273
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
|
|
51274
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
51275
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
51276
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
|
51277
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
|
51278
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
|
51279
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
|
51280
|
+
railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
|
|
51281
|
+
railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
|
|
51282
|
+
activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
|
51283
|
+
activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
51284
|
+
activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
|
|
51285
|
+
railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
|
|
51286
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
|
51287
|
+
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
|
|
51288
|
+
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
|
|
51289
|
+
activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
|
51290
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
|
51291
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
|
|
51292
|
+
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
|
|
51293
|
+
railties (4.2.6) lib/rails/engine.rb:518:in `call'
|
|
51294
|
+
railties (4.2.6) lib/rails/application.rb:165:in `call'
|
|
51295
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
|
51296
|
+
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
|
|
51297
|
+
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
|
|
51298
|
+
D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
|
51299
|
+
D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
|
51300
|
+
D:/Ruby22x64/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
|
51301
|
+
|
|
51302
|
+
|
|
51303
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.0ms)
|
|
51304
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (15.0ms)
|
|
51305
|
+
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 (4.0ms)
|
|
51306
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (484.0ms)
|
|
51307
|
+
|
|
51308
|
+
|
|
51309
|
+
Started GET "/admin/pages/155/edit" for 127.0.0.1 at 2016-08-16 20:47:59 +0300
|
|
51310
|
+
Processing by Optimacms::Admin::PagesController#edit as HTML
|
|
51311
|
+
Parameters: {"id"=>"155"}
|
|
51312
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
51313
|
+
[1m[35mOptimacms::Page Load (0.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 155 LIMIT 1
|
|
51314
|
+
[1m[36mOptimacms::Language Load (0.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
51315
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
51316
|
+
[1m[36mOptimacms::PageTranslation Load (0.0ms)[0m [1mSELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 155[0m
|
|
51317
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
51318
|
+
[1m[35mOptimacms::Page Load (0.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
|
|
51319
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` = 1[0m
|
|
51320
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
|
|
51321
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 155[0m [["item_id", 155]]
|
|
51322
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (104.0ms)
|
|
51323
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (7.0ms)
|
|
51324
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (74.0ms)
|
|
51325
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (18.0ms)
|
|
51326
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (549.0ms)
|
|
51327
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/edit.html.haml within optimacms/admin/layouts/main (635.0ms)
|
|
51328
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
51329
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (28.0ms)
|
|
51330
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
|
|
51331
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
|
51332
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
51333
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (41.0ms)
|
|
51334
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (300.0ms)
|
|
51335
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (636.0ms)
|
|
51336
|
+
Completed 200 OK in 1446ms (Views: 1395.7ms | ActiveRecord: 14.0ms)
|
|
51337
|
+
|
|
51338
|
+
|
|
51339
|
+
Started PATCH "/admin/pages/155" for 127.0.0.1 at 2016-08-16 20:48:07 +0300
|
|
51340
|
+
Processing by Optimacms::Admin::PagesController#update as HTML
|
|
51341
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"2URi6KmSYuKclUdWmX2/3Ior514DTC/pFpZCX0dTcKLoLtAUUL4wYUOE3eMDDvdddMffCmVU/dLv4ImURZw9oA==", "page"=>{"parent_id"=>"148", "title"=>"page1", "url"=>"p1.html", "name"=>"p1", "controller_action"=>"", "layout_id"=>"", "template_id"=>"139", "template"=>"page1 (temp/p1)", "is_translated"=>"0", "translations_attributes"=>{"0"=>{"lang"=>"", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"342"}, "1"=>{"lang"=>"en", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"343"}, "2"=>{"lang"=>"ru", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"344"}}}, "commit"=>"Save", "id"=>"155"}
|
|
51342
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
51343
|
+
[1m[36mOptimacms::Page Load (0.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 155 LIMIT 1[0m
|
|
51344
|
+
[1m[35mOptimacms::Language Load (1.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
51345
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
51346
|
+
[1m[35mOptimacms::PageTranslation Load (1.0ms)[0m SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 155 AND `cms_pages_translation`.`id` IN (342, 343, 344)
|
|
51347
|
+
[1m[36mSQL (1.0ms)[0m [1mUPDATE `cms_pages` SET `layout_id` = NULL, `updated_at` = '2016-08-16 17:48:07' WHERE `cms_pages`.`id` = 155[0m
|
|
51348
|
+
[1m[35m (5.0ms)[0m COMMIT
|
|
51349
|
+
Redirected to http://localhost:3001/admin/pages
|
|
51350
|
+
Completed 302 Found in 39ms (ActiveRecord: 8.0ms)
|
|
51351
|
+
|
|
51352
|
+
|
|
51353
|
+
Started GET "/admin/pages" for 127.0.0.1 at 2016-08-16 20:48:07 +0300
|
|
51354
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
|
51355
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
51356
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
|
|
51357
|
+
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)
|
|
51358
|
+
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 (29.0ms)
|
|
51359
|
+
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)
|
|
51360
|
+
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 (28.0ms)
|
|
51361
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (93.0ms)
|
|
51362
|
+
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)
|
|
51363
|
+
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 (17.0ms)
|
|
51364
|
+
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 (145.0ms)
|
|
51365
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (163.0ms)
|
|
51366
|
+
[1m[36mOptimacms::Page Load (0.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY created_at desc LIMIT 10 OFFSET 0[0m
|
|
51367
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (139, 129, 120, 39)
|
|
51368
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )[0m
|
|
51369
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (241.0ms)
|
|
51370
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
51371
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (34.0ms)
|
|
51372
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
51373
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
51374
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
51375
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (42.0ms)
|
|
51376
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (287.0ms)
|
|
51377
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (628.0ms)
|
|
51378
|
+
Completed 200 OK in 1010ms (Views: 1003.9ms | ActiveRecord: 2.0ms)
|
|
51379
|
+
|
|
51380
|
+
|
|
51381
|
+
Started GET "/p1.html" for 127.0.0.1 at 2016-08-16 20:48:09 +0300
|
|
51382
|
+
Processing by Optimacms::PagesController#show as HTML
|
|
51383
|
+
Parameters: {"url"=>"p1.html"}
|
|
51384
|
+
[1m[35m (1.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'p1.html' REGEXP parsed_url)
|
|
51385
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'p1.html' REGEXP parsed_url) ORDER BY url_parts_count DESC, url_vars_count ASC[0m
|
|
51386
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
|
|
51387
|
+
Completed 500 Internal Server Error in 12ms (ActiveRecord: 3.0ms)
|
|
51388
|
+
|
|
51389
|
+
NoMethodError (undefined method `basename' for nil:NilClass):
|
|
51390
|
+
W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:83:in `show'
|
|
51391
|
+
actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
|
51392
|
+
actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
|
|
51393
|
+
actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
51394
|
+
actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
|
51395
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
|
|
51396
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
|
|
51397
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
|
|
51398
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
|
|
51399
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
|
|
51400
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
|
|
51401
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
|
|
51402
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
51403
|
+
actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
|
51404
|
+
actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
51405
|
+
actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
|
51406
|
+
activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
|
|
51407
|
+
activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
51408
|
+
activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
|
|
51409
|
+
actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
|
51410
|
+
actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
|
51411
|
+
activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
51412
|
+
actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
|
|
51413
|
+
actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
|
|
51414
|
+
actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
|
|
51415
|
+
actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
|
51416
|
+
actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
|
|
51417
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `call'
|
|
51418
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
|
|
51419
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
|
|
51420
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
|
51421
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
|
|
51422
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
|
|
51423
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
|
|
51424
|
+
railties (4.2.6) lib/rails/engine.rb:518:in `call'
|
|
51425
|
+
railties (4.2.6) lib/rails/railtie.rb:194:in `public_send'
|
|
51426
|
+
railties (4.2.6) lib/rails/railtie.rb:194:in `method_missing'
|
|
51427
|
+
actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
|
51428
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
|
51429
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
|
|
51430
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
|
|
51431
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
|
|
51432
|
+
warden (1.2.6) lib/warden/manager.rb:35:in `block in call'
|
|
51433
|
+
warden (1.2.6) lib/warden/manager.rb:34:in `catch'
|
|
51434
|
+
warden (1.2.6) lib/warden/manager.rb:34:in `call'
|
|
51435
|
+
rack (1.6.4) lib/rack/etag.rb:24:in `call'
|
|
51436
|
+
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
|
|
51437
|
+
rack (1.6.4) lib/rack/head.rb:13:in `call'
|
|
51438
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
|
51439
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
|
51440
|
+
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
|
|
51441
|
+
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
|
|
51442
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
|
51443
|
+
activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
|
|
51444
|
+
activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
|
|
51445
|
+
activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
|
|
51446
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
|
51447
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
|
|
51448
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
|
|
51449
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
51450
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
51451
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
|
51452
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
|
51453
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
|
51454
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
|
51455
|
+
railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
|
|
51456
|
+
railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
|
|
51457
|
+
activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
|
51458
|
+
activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
51459
|
+
activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
|
|
51460
|
+
railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
|
|
51461
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
|
51462
|
+
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
|
|
51463
|
+
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
|
|
51464
|
+
activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
|
51465
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
|
51466
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
|
|
51467
|
+
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
|
|
51468
|
+
railties (4.2.6) lib/rails/engine.rb:518:in `call'
|
|
51469
|
+
railties (4.2.6) lib/rails/application.rb:165:in `call'
|
|
51470
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
|
51471
|
+
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
|
|
51472
|
+
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
|
|
51473
|
+
D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
|
51474
|
+
D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
|
51475
|
+
D:/Ruby22x64/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
|
51476
|
+
|
|
51477
|
+
|
|
51478
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
|
|
51479
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (12.0ms)
|
|
51480
|
+
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 (4.0ms)
|
|
51481
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (372.0ms)
|
|
51482
|
+
|
|
51483
|
+
|
|
51484
|
+
Started GET "/admin/templates/139/edit" for 127.0.0.1 at 2016-08-16 20:48:13 +0300
|
|
51485
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
51486
|
+
Parameters: {"id"=>"139"}
|
|
51487
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
51488
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
|
|
51489
|
+
[1m[36mOptimacms::Language Load (1.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
51490
|
+
[1m[35mOptimacms::TemplateTranslation Load (1.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 139
|
|
51491
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
51492
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
51493
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m [["id", 70]]
|
|
51494
|
+
[1m[35mOptimacms::Template Exists (0.0ms)[0m SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/p1' AND `cms_templates`.`id` != 139 AND `cms_templates`.`is_folder` = 0) LIMIT 1
|
|
51495
|
+
[1m[36m (1.0ms)[0m [1mCOMMIT[0m
|
|
51496
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
|
|
51497
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
51498
|
+
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:
|
|
51499
|
+
|
|
51500
|
+
def input
|
|
51501
|
+
|
|
51502
|
+
to
|
|
51503
|
+
|
|
51504
|
+
def input(wrapper_options)
|
|
51505
|
+
|
|
51506
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
51507
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
51508
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 139[0m
|
|
51509
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1 [["id", 139]]
|
|
51510
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
|
|
51511
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (1.0ms)
|
|
51512
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (110.0ms)
|
|
51513
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (225.0ms)
|
|
51514
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (267.0ms)
|
|
51515
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
51516
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (24.0ms)
|
|
51517
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
51518
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
|
51519
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
51520
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (42.0ms)
|
|
51521
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (292.0ms)
|
|
51522
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (627.0ms)
|
|
51523
|
+
Completed 200 OK in 1054ms (Views: 1022.4ms | ActiveRecord: 4.0ms)
|
|
51524
|
+
|
|
51525
|
+
|
|
51526
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.038362306803583324" for 127.0.0.1 at 2016-08-16 20:48:14 +0300
|
|
51527
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
51528
|
+
Parameters: {"path"=>"temp/", "r"=>"0.038362306803583324"}
|
|
51529
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
51530
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` IN (4, 3) AND (basepath LIKE 'temp/%' ) ORDER BY title asc LIMIT 100
|
|
51531
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (13.0ms)
|
|
51532
|
+
Completed 200 OK in 624ms (Views: 614.1ms | ActiveRecord: 1.0ms)
|
|
51533
|
+
|
|
51534
|
+
|
|
51535
|
+
Started PATCH "/admin/templates/139" for 127.0.0.1 at 2016-08-16 20:48:19 +0300
|
|
51536
|
+
Processing by Optimacms::Admin::TemplatesController#update as HTML
|
|
51537
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Elyk8tdm0NqDWDj5mEc4YnAOZOHR2rl3N32bfIxLTX0jNhYOLkqCWVxJokwCNHDjjuJctbfCa0zOC1C3joQAfw==", "continue"=>"1", "template"=>{"parent_id"=>"70", "title"=>"page1", "is_translated"=>"0", "translations_attributes"=>{"0"=>{"item_id"=>"139", "lang"=>"", "content"=>"a1 =\r\n= block 'temp/t2'\r\n\r\n%hr\r\n%hr\r\n\r\n", "id"=>"118"}}}, "panel-blocks-input-path"=>"temp/", "id"=>"139"}
|
|
51538
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
51539
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
|
|
51540
|
+
[1m[36mOptimacms::Language Load (0.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
51541
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
51542
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 139 AND `cms_templates_translation`.`id` = 118[0m
|
|
51543
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
|
|
51544
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
51545
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
51546
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m [["id", 70]]
|
|
51547
|
+
[1m[35mOptimacms::Template Exists (1.0ms)[0m SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/p1' AND `cms_templates`.`id` != 139 AND `cms_templates`.`is_folder` = 0) LIMIT 1
|
|
51548
|
+
[1m[36m (0.0ms)[0m [1mCOMMIT[0m
|
|
51549
|
+
Redirected to http://localhost:3001/admin/templates/139/edit
|
|
51550
|
+
Completed 302 Found in 42ms (ActiveRecord: 3.0ms)
|
|
51551
|
+
|
|
51552
|
+
|
|
51553
|
+
Started GET "/admin/templates/139/edit" for 127.0.0.1 at 2016-08-16 20:48:19 +0300
|
|
51554
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
51555
|
+
Parameters: {"id"=>"139"}
|
|
51556
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
51557
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1[0m
|
|
51558
|
+
[1m[35mOptimacms::Language Load (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
51559
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 139[0m
|
|
51560
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
51561
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
51562
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
51563
|
+
[1m[36mOptimacms::Template Exists (1.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/p1' AND `cms_templates`.`id` != 139 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
51564
|
+
[1m[35m (1.0ms)[0m COMMIT
|
|
51565
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1[0m
|
|
51566
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
51567
|
+
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:
|
|
51568
|
+
|
|
51569
|
+
def input
|
|
51570
|
+
|
|
51571
|
+
to
|
|
51572
|
+
|
|
51573
|
+
def input(wrapper_options)
|
|
51574
|
+
|
|
51575
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
51576
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
51577
|
+
[1m[35mOptimacms::TemplateTranslation Load (1.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 139
|
|
51578
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1[0m [["id", 139]]
|
|
51579
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
|
|
51580
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (1.0ms)
|
|
51581
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (140.0ms)
|
|
51582
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (259.0ms)
|
|
51583
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (310.0ms)
|
|
51584
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
51585
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (31.0ms)
|
|
51586
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
|
|
51587
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
|
51588
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
51589
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (51.0ms)
|
|
51590
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (368.0ms)
|
|
51591
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (751.0ms)
|
|
51592
|
+
Completed 200 OK in 1237ms (Views: 1206.1ms | ActiveRecord: 5.0ms)
|
|
51593
|
+
|
|
51594
|
+
|
|
51595
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.5759037214990271" for 127.0.0.1 at 2016-08-16 20:48:21 +0300
|
|
51596
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
51597
|
+
Parameters: {"path"=>"temp/", "r"=>"0.5759037214990271"}
|
|
51598
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
51599
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `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[0m
|
|
51600
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (10.0ms)
|
|
51601
|
+
Completed 200 OK in 623ms (Views: 612.8ms | ActiveRecord: 1.0ms)
|
|
51602
|
+
|
|
51603
|
+
|
|
51604
|
+
Started GET "/p1.html" for 127.0.0.1 at 2016-08-16 20:48:21 +0300
|
|
51605
|
+
Processing by Optimacms::PagesController#show as HTML
|
|
51606
|
+
Parameters: {"url"=>"p1.html"}
|
|
51607
|
+
[1m[35m (1.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'p1.html' REGEXP parsed_url)
|
|
51608
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'p1.html' REGEXP parsed_url) ORDER BY url_parts_count DESC, url_vars_count ASC[0m
|
|
51609
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
|
|
51610
|
+
Completed 500 Internal Server Error in 10ms (ActiveRecord: 2.0ms)
|
|
51611
|
+
|
|
51612
|
+
NoMethodError (undefined method `basename' for nil:NilClass):
|
|
51613
|
+
W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:83:in `show'
|
|
51614
|
+
actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
|
51615
|
+
actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
|
|
51616
|
+
actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
51617
|
+
actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
|
51618
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
|
|
51619
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
|
|
51620
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
|
|
51621
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
|
|
51622
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
|
|
51623
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
|
|
51624
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
|
|
51625
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
51626
|
+
actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
|
51627
|
+
actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
51628
|
+
actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
|
51629
|
+
activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
|
|
51630
|
+
activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
51631
|
+
activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
|
|
51632
|
+
actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
|
51633
|
+
actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
|
51634
|
+
activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
51635
|
+
actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
|
|
51636
|
+
actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
|
|
51637
|
+
actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
|
|
51638
|
+
actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
|
51639
|
+
actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
|
|
51640
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `call'
|
|
51641
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
|
|
51642
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
|
|
51643
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
|
51644
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
|
|
51645
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
|
|
51646
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
|
|
51647
|
+
railties (4.2.6) lib/rails/engine.rb:518:in `call'
|
|
51648
|
+
railties (4.2.6) lib/rails/railtie.rb:194:in `public_send'
|
|
51649
|
+
railties (4.2.6) lib/rails/railtie.rb:194:in `method_missing'
|
|
51650
|
+
actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
|
51651
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
|
51652
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
|
|
51653
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
|
|
51654
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
|
|
51655
|
+
warden (1.2.6) lib/warden/manager.rb:35:in `block in call'
|
|
51656
|
+
warden (1.2.6) lib/warden/manager.rb:34:in `catch'
|
|
51657
|
+
warden (1.2.6) lib/warden/manager.rb:34:in `call'
|
|
51658
|
+
rack (1.6.4) lib/rack/etag.rb:24:in `call'
|
|
51659
|
+
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
|
|
51660
|
+
rack (1.6.4) lib/rack/head.rb:13:in `call'
|
|
51661
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
|
51662
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
|
51663
|
+
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
|
|
51664
|
+
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
|
|
51665
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
|
51666
|
+
activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
|
|
51667
|
+
activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
|
|
51668
|
+
activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
|
|
51669
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
|
51670
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
|
|
51671
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
|
|
51672
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
51673
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
51674
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
|
51675
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
|
51676
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
|
51677
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
|
51678
|
+
railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
|
|
51679
|
+
railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
|
|
51680
|
+
activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
|
51681
|
+
activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
51682
|
+
activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
|
|
51683
|
+
railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
|
|
51684
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
|
51685
|
+
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
|
|
51686
|
+
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
|
|
51687
|
+
activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
|
51688
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
|
51689
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
|
|
51690
|
+
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
|
|
51691
|
+
railties (4.2.6) lib/rails/engine.rb:518:in `call'
|
|
51692
|
+
railties (4.2.6) lib/rails/application.rb:165:in `call'
|
|
51693
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
|
51694
|
+
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
|
|
51695
|
+
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
|
|
51696
|
+
D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
|
51697
|
+
D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
|
51698
|
+
D:/Ruby22x64/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
|
51699
|
+
|
|
51700
|
+
|
|
51701
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.0ms)
|
|
51702
|
+
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)
|
|
51703
|
+
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 (4.0ms)
|
|
51704
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (406.0ms)
|
|
51705
|
+
|
|
51706
|
+
|
|
51707
|
+
Started PATCH "/admin/templates/139" for 127.0.0.1 at 2016-08-16 20:48:49 +0300
|
|
51708
|
+
Processing by Optimacms::Admin::TemplatesController#update as HTML
|
|
51709
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"PuZsswgsS5Ve352knmWn0PYWEZDiiDNM1rDd6ANeiGQPjN5P8QAZFoHOBxEEFu9RCPopxISQ4XcvxhYjAZHFZg==", "continue"=>"1", "template"=>{"parent_id"=>"70", "title"=>"page1", "is_translated"=>"0", "translations_attributes"=>{"0"=>{"item_id"=>"139", "lang"=>"", "content"=>"a1\r\n\r\n%hr\r\n%hr\r\n\r\n", "id"=>"118"}}}, "panel-blocks-input-path"=>"temp/", "id"=>"139"}
|
|
51710
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
51711
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
|
|
51712
|
+
[1m[36mOptimacms::Language Load (1.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
51713
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
51714
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 139 AND `cms_templates_translation`.`id` = 118[0m
|
|
51715
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
|
|
51716
|
+
[1m[36m (1.0ms)[0m [1mBEGIN[0m
|
|
51717
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
51718
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m [["id", 70]]
|
|
51719
|
+
[1m[35mOptimacms::Template Exists (1.0ms)[0m SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/p1' AND `cms_templates`.`id` != 139 AND `cms_templates`.`is_folder` = 0) LIMIT 1
|
|
51720
|
+
[1m[36m (0.0ms)[0m [1mCOMMIT[0m
|
|
51721
|
+
Redirected to http://localhost:3001/admin/templates/139/edit
|
|
51722
|
+
Completed 302 Found in 76ms (ActiveRecord: 4.0ms)
|
|
51723
|
+
|
|
51724
|
+
|
|
51725
|
+
Started GET "/admin/templates/139/edit" for 127.0.0.1 at 2016-08-16 20:48:49 +0300
|
|
51726
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
51727
|
+
Parameters: {"id"=>"139"}
|
|
51728
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
51729
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1[0m
|
|
51730
|
+
[1m[35mOptimacms::Language Load (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
51731
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 139[0m
|
|
51732
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
51733
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
51734
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
51735
|
+
[1m[36mOptimacms::Template Exists (1.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/p1' AND `cms_templates`.`id` != 139 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
51736
|
+
[1m[35m (1.0ms)[0m COMMIT
|
|
51737
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1[0m
|
|
51738
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
|
|
51739
|
+
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:
|
|
51740
|
+
|
|
51741
|
+
def input
|
|
51742
|
+
|
|
51743
|
+
to
|
|
51744
|
+
|
|
51745
|
+
def input(wrapper_options)
|
|
51746
|
+
|
|
51747
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
51748
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
51749
|
+
[1m[35mOptimacms::TemplateTranslation Load (0.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 139
|
|
51750
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1[0m [["id", 139]]
|
|
51751
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
|
|
51752
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (1.0ms)
|
|
51753
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (119.0ms)
|
|
51754
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (259.0ms)
|
|
51755
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (306.0ms)
|
|
51756
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
51757
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (32.0ms)
|
|
51758
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
51759
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
|
51760
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
|
51761
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (56.0ms)
|
|
51762
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (370.0ms)
|
|
51763
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (798.0ms)
|
|
51764
|
+
Completed 200 OK in 1317ms (Views: 1279.6ms | ActiveRecord: 3.0ms)
|
|
51765
|
+
|
|
51766
|
+
|
|
51767
|
+
Started GET "/p1.html" for 127.0.0.1 at 2016-08-16 20:48:50 +0300
|
|
51768
|
+
Processing by Optimacms::PagesController#show as HTML
|
|
51769
|
+
Parameters: {"url"=>"p1.html"}
|
|
51770
|
+
[1m[35m (1.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'p1.html' REGEXP parsed_url)
|
|
51771
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'p1.html' REGEXP parsed_url) ORDER BY url_parts_count DESC, url_vars_count ASC[0m
|
|
51772
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
|
|
51773
|
+
Completed 500 Internal Server Error in 13ms (ActiveRecord: 3.0ms)
|
|
51774
|
+
|
|
51775
|
+
NoMethodError (undefined method `basename' for nil:NilClass):
|
|
51776
|
+
W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:83:in `show'
|
|
51777
|
+
actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
|
51778
|
+
actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
|
|
51779
|
+
actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
51780
|
+
actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
|
51781
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
|
|
51782
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
|
|
51783
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
|
|
51784
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
|
|
51785
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
|
|
51786
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
|
|
51787
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
|
|
51788
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
51789
|
+
actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
|
51790
|
+
actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
51791
|
+
actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
|
51792
|
+
activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
|
|
51793
|
+
activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
51794
|
+
activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
|
|
51795
|
+
actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
|
51796
|
+
actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
|
51797
|
+
activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
51798
|
+
actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
|
|
51799
|
+
actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
|
|
51800
|
+
actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
|
|
51801
|
+
actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
|
51802
|
+
actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
|
|
51803
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `call'
|
|
51804
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
|
|
51805
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
|
|
51806
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
|
51807
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
|
|
51808
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
|
|
51809
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
|
|
51810
|
+
railties (4.2.6) lib/rails/engine.rb:518:in `call'
|
|
51811
|
+
railties (4.2.6) lib/rails/railtie.rb:194:in `public_send'
|
|
51812
|
+
railties (4.2.6) lib/rails/railtie.rb:194:in `method_missing'
|
|
51813
|
+
actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
|
51814
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
|
51815
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
|
|
51816
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
|
|
51817
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
|
|
51818
|
+
warden (1.2.6) lib/warden/manager.rb:35:in `block in call'
|
|
51819
|
+
warden (1.2.6) lib/warden/manager.rb:34:in `catch'
|
|
51820
|
+
warden (1.2.6) lib/warden/manager.rb:34:in `call'
|
|
51821
|
+
rack (1.6.4) lib/rack/etag.rb:24:in `call'
|
|
51822
|
+
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
|
|
51823
|
+
rack (1.6.4) lib/rack/head.rb:13:in `call'
|
|
51824
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
|
51825
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
|
51826
|
+
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
|
|
51827
|
+
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
|
|
51828
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
|
51829
|
+
activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
|
|
51830
|
+
activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
|
|
51831
|
+
activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
|
|
51832
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
|
51833
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
|
|
51834
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
|
|
51835
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
51836
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
51837
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
|
51838
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
|
51839
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
|
51840
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
|
51841
|
+
railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
|
|
51842
|
+
railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
|
|
51843
|
+
activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
|
51844
|
+
activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
51845
|
+
activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
|
|
51846
|
+
railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
|
|
51847
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
|
51848
|
+
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
|
|
51849
|
+
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
|
|
51850
|
+
activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
|
51851
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
|
51852
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
|
|
51853
|
+
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
|
|
51854
|
+
railties (4.2.6) lib/rails/engine.rb:518:in `call'
|
|
51855
|
+
railties (4.2.6) lib/rails/application.rb:165:in `call'
|
|
51856
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
|
51857
|
+
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
|
|
51858
|
+
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
|
|
51859
|
+
D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
|
51860
|
+
D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
|
51861
|
+
D:/Ruby22x64/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
|
51862
|
+
|
|
51863
|
+
|
|
51864
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
|
|
51865
|
+
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)
|
|
51866
|
+
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 (4.0ms)
|
|
51867
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (443.0ms)
|
|
51868
|
+
|
|
51869
|
+
|
|
51870
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.23523597579259659" for 127.0.0.1 at 2016-08-16 20:48:51 +0300
|
|
51871
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
51872
|
+
Parameters: {"path"=>"temp/", "r"=>"0.23523597579259659"}
|
|
51873
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
51874
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` IN (4, 3) AND (basepath LIKE 'temp/%' ) ORDER BY title asc LIMIT 100
|
|
51875
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (12.0ms)
|
|
51876
|
+
Completed 200 OK in 624ms (Views: 616.3ms | ActiveRecord: 0.0ms)
|
|
51877
|
+
|
|
51878
|
+
|
|
51879
|
+
Started PATCH "/admin/templates/139" for 127.0.0.1 at 2016-08-16 20:49:04 +0300
|
|
51880
|
+
Processing by Optimacms::Admin::TemplatesController#update as HTML
|
|
51881
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"o5TByRAR/jnoAzFgbsR2MArQZrTnljfRIHoVglJ2J+CS/nM16T2sujcSq9X0tz6x9Dxe4IGO5erZDN5JULlq4g==", "continue"=>"1", "template"=>{"parent_id"=>"70", "title"=>"page1", "is_translated"=>"0", "translations_attributes"=>{"0"=>{"item_id"=>"139", "lang"=>"", "content"=>"a1\r\n\r\n%hr\r\n%hr\r\n\r\n= block 'temp/t2'", "id"=>"118"}}}, "panel-blocks-input-path"=>"temp/", "id"=>"139"}
|
|
51882
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
51883
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
|
|
51884
|
+
[1m[36mOptimacms::Language Load (0.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
51885
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
51886
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 139 AND `cms_templates_translation`.`id` = 118[0m
|
|
51887
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
|
|
51888
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
51889
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
51890
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m [["id", 70]]
|
|
51891
|
+
[1m[35mOptimacms::Template Exists (0.0ms)[0m SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/p1' AND `cms_templates`.`id` != 139 AND `cms_templates`.`is_folder` = 0) LIMIT 1
|
|
51892
|
+
[1m[36m (0.0ms)[0m [1mCOMMIT[0m
|
|
51893
|
+
Redirected to http://localhost:3001/admin/templates/139/edit
|
|
51894
|
+
Completed 302 Found in 42ms (ActiveRecord: 0.0ms)
|
|
51895
|
+
|
|
51896
|
+
|
|
51897
|
+
Started GET "/admin/templates/139/edit" for 127.0.0.1 at 2016-08-16 20:49:04 +0300
|
|
51898
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
51899
|
+
Parameters: {"id"=>"139"}
|
|
51900
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
51901
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1[0m
|
|
51902
|
+
[1m[35mOptimacms::Language Load (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
51903
|
+
[1m[36mOptimacms::TemplateTranslation Load (1.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 139[0m
|
|
51904
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
51905
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
51906
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
51907
|
+
[1m[36mOptimacms::Template Exists (1.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/p1' AND `cms_templates`.`id` != 139 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
51908
|
+
[1m[35m (1.0ms)[0m COMMIT
|
|
51909
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1[0m
|
|
51910
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
51911
|
+
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:
|
|
51912
|
+
|
|
51913
|
+
def input
|
|
51914
|
+
|
|
51915
|
+
to
|
|
51916
|
+
|
|
51917
|
+
def input(wrapper_options)
|
|
51918
|
+
|
|
51919
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
51920
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
51921
|
+
[1m[35mOptimacms::TemplateTranslation Load (0.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 139
|
|
51922
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1[0m [["id", 139]]
|
|
51923
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
|
|
51924
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (1.0ms)
|
|
51925
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (115.0ms)
|
|
51926
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (232.0ms)
|
|
51927
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (291.0ms)
|
|
51928
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
51929
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (28.0ms)
|
|
51930
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
|
|
51931
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
|
51932
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
51933
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (53.0ms)
|
|
51934
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (407.0ms)
|
|
51935
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (762.0ms)
|
|
51936
|
+
Completed 200 OK in 1230ms (Views: 1201.5ms | ActiveRecord: 5.0ms)
|
|
51937
|
+
|
|
51938
|
+
|
|
51939
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.7605270578536861" for 127.0.0.1 at 2016-08-16 20:49:06 +0300
|
|
51940
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
51941
|
+
Parameters: {"path"=>"temp/", "r"=>"0.7605270578536861"}
|
|
51942
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
51943
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `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[0m
|
|
51944
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (13.0ms)
|
|
51945
|
+
Completed 200 OK in 626ms (Views: 616.9ms | ActiveRecord: 1.0ms)
|
|
51946
|
+
|
|
51947
|
+
|
|
51948
|
+
Started GET "/admin/pages" for 127.0.0.1 at 2016-08-16 20:49:07 +0300
|
|
51949
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
|
51950
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
51951
|
+
[1m[36mOptimacms::Page Load (0.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1[0m
|
|
51952
|
+
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)
|
|
51953
|
+
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 (33.0ms)
|
|
51954
|
+
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)
|
|
51955
|
+
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)
|
|
51956
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (106.0ms)
|
|
51957
|
+
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)
|
|
51958
|
+
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 (23.0ms)
|
|
51959
|
+
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 (176.0ms)
|
|
51960
|
+
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)
|
|
51961
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
|
|
51962
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (139, 129, 120, 39)[0m
|
|
51963
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )
|
|
51964
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (293.0ms)
|
|
51965
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
|
|
51966
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (33.0ms)
|
|
51967
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
51968
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
|
51969
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
51970
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (57.0ms)
|
|
51971
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (271.0ms)
|
|
51972
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (689.0ms)
|
|
51973
|
+
Completed 200 OK in 1162ms (Views: 1150.7ms | ActiveRecord: 2.0ms)
|
|
51974
|
+
|
|
51975
|
+
|
|
51976
|
+
Started GET "/admin/pages/new?parent_id=148" for 127.0.0.1 at 2016-08-16 20:49:11 +0300
|
|
51977
|
+
Processing by Optimacms::Admin::PagesController#new as HTML
|
|
51978
|
+
Parameters: {"parent_id"=>"148"}
|
|
51979
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
51980
|
+
[1m[35mOptimacms::Language Load (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
51981
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
51982
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
|
|
51983
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
|
|
51984
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` = 1[0m
|
|
51985
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (90.0ms)
|
|
51986
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (2.0ms)
|
|
51987
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (48.0ms)
|
|
51988
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (12.0ms)
|
|
51989
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (394.0ms)
|
|
51990
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/new.html.haml within optimacms/admin/layouts/main (450.0ms)
|
|
51991
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (1.0ms)
|
|
51992
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (33.0ms)
|
|
51993
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
51994
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
|
51995
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
51996
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (57.0ms)
|
|
51997
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (359.0ms)
|
|
51998
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (751.0ms)
|
|
51999
|
+
Completed 200 OK in 1387ms (Views: 1366.9ms | ActiveRecord: 2.0ms)
|
|
52000
|
+
|
|
52001
|
+
|
|
52002
|
+
Started GET "/admin/pages/new?parent_id=148" for 127.0.0.1 at 2016-08-16 20:49:19 +0300
|
|
52003
|
+
Processing by Optimacms::Admin::PagesController#new as HTML
|
|
52004
|
+
Parameters: {"parent_id"=>"148"}
|
|
52005
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
52006
|
+
[1m[36mOptimacms::Language Load (1.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
52007
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
52008
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
52009
|
+
[1m[36mOptimacms::Page Load (0.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1[0m
|
|
52010
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` = 1
|
|
52011
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (103.0ms)
|
|
52012
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (1.0ms)
|
|
52013
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (55.0ms)
|
|
52014
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (12.0ms)
|
|
52015
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (429.0ms)
|
|
52016
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/new.html.haml within optimacms/admin/layouts/main (475.0ms)
|
|
52017
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
52018
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (34.0ms)
|
|
52019
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
|
|
52020
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
|
52021
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
52022
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (46.0ms)
|
|
52023
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (338.0ms)
|
|
52024
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (713.0ms)
|
|
52025
|
+
Completed 200 OK in 1375ms (Views: 1340.3ms | ActiveRecord: 3.0ms)
|
|
52026
|
+
|
|
52027
|
+
|
|
52028
|
+
Started GET "/admin/templates/autocomplete?q=t" for 127.0.0.1 at 2016-08-16 20:49:33 +0300
|
|
52029
|
+
Processing by Optimacms::Admin::TemplatesController#autocomplete as JSON
|
|
52030
|
+
Parameters: {"q"=>"t"}
|
|
52031
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
52032
|
+
[1m[35mOptimacms::Template Load (33.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE (type_id=2 AND (basepath LIKE '%t%' OR title like '%t%')) ORDER BY basepath asc LIMIT 20
|
|
52033
|
+
Completed 200 OK in 59ms (Views: 3.8ms | ActiveRecord: 33.0ms)
|
|
52034
|
+
|
|
52035
|
+
|
|
52036
|
+
Started GET "/admin/templates/autocomplete?q=t2" for 127.0.0.1 at 2016-08-16 20:49:33 +0300
|
|
52037
|
+
Processing by Optimacms::Admin::TemplatesController#autocomplete as JSON
|
|
52038
|
+
Parameters: {"q"=>"t2"}
|
|
52039
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
52040
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE (type_id=2 AND (basepath LIKE '%t2%' OR title like '%t2%')) ORDER BY basepath asc LIMIT 20
|
|
52041
|
+
Completed 200 OK in 8ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
|
52042
|
+
|
|
52043
|
+
|
|
52044
|
+
Started POST "/admin/pages" for 127.0.0.1 at 2016-08-16 20:49:37 +0300
|
|
52045
|
+
Processing by Optimacms::Admin::PagesController#create as HTML
|
|
52046
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"N+hTeYMWX1eBhn4yBFgjuIfLlC163hlHAL/85l5fm14GguGFejoN1F6X5IeeK2s5eSeseRzGy3z5yTctXJDWXA==", "page"=>{"parent_id"=>"148", "title"=>"tt1", "url"=>"tt1.html", "name"=>"tt1", "controller_action"=>"", "layout_id"=>"157", "template_id"=>"163", "template"=>"t2 (temp/t2)", "is_translated"=>"0", "translations_attributes"=>{"0"=>{"lang"=>"", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>""}, "1"=>{"lang"=>"en", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>""}, "2"=>{"lang"=>"ru", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>""}}}, "commit"=>"Save"}
|
|
52047
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
52048
|
+
[1m[35mOptimacms::Language Load (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
52049
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
52050
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO `cms_pages` (`parent_id`, `title`, `url`, `name`, `controller_action`, `layout_id`, `template_id`, `url_parts_count`, `parsed_url`, `created_at`, `updated_at`) VALUES (148, 'tt1', 'tt1.html', 'tt1', '', 157, 163, 1, '^tt1[.]html$', '2016-08-16 17:49:37', '2016-08-16 17:49:37')
|
|
52051
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO `cms_pages_translation` (`lang`, `meta_title`, `meta_keywords`, `meta_description`, `item_id`) VALUES ('', '', '', '', 164)[0m
|
|
52052
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO `cms_pages_translation` (`lang`, `meta_title`, `meta_keywords`, `meta_description`, `item_id`) VALUES ('en', '', '', '', 164)
|
|
52053
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO `cms_pages_translation` (`lang`, `meta_title`, `meta_keywords`, `meta_description`, `item_id`) VALUES ('ru', '', '', '', 164)[0m
|
|
52054
|
+
[1m[35m (5.0ms)[0m COMMIT
|
|
52055
|
+
Redirected to http://localhost:3001/admin/pages
|
|
52056
|
+
Completed 302 Found in 50ms (ActiveRecord: 6.0ms)
|
|
52057
|
+
|
|
52058
|
+
|
|
52059
|
+
Started GET "/admin/pages" for 127.0.0.1 at 2016-08-16 20:49:37 +0300
|
|
52060
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
|
52061
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
52062
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
|
|
52063
|
+
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 (8.0ms)
|
|
52064
|
+
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 (28.0ms)
|
|
52065
|
+
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)
|
|
52066
|
+
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 (25.0ms)
|
|
52067
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (89.0ms)
|
|
52068
|
+
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)
|
|
52069
|
+
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)
|
|
52070
|
+
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 (142.0ms)
|
|
52071
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (158.0ms)
|
|
52072
|
+
[1m[36mOptimacms::Page Load (0.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY created_at desc LIMIT 10 OFFSET 0[0m
|
|
52073
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (163, 139, 129, 120, 39)
|
|
52074
|
+
[1m[36m (1.0ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )[0m
|
|
52075
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (242.0ms)
|
|
52076
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
52077
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (34.0ms)
|
|
52078
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
|
|
52079
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
52080
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
52081
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (44.0ms)
|
|
52082
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (320.0ms)
|
|
52083
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (674.0ms)
|
|
52084
|
+
Completed 200 OK in 1051ms (Views: 1041.3ms | ActiveRecord: 3.0ms)
|
|
52085
|
+
|
|
52086
|
+
|
|
52087
|
+
Started GET "/tt2.html" for 127.0.0.1 at 2016-08-16 20:49:44 +0300
|
|
52088
|
+
Processing by Optimacms::PagesController#show as HTML
|
|
52089
|
+
Parameters: {"url"=>"tt2.html"}
|
|
52090
|
+
[1m[35m (1.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'tt2.html' REGEXP parsed_url)
|
|
52091
|
+
Completed 404 Not Found in 5ms (ActiveRecord: 1.0ms)
|
|
52092
|
+
|
|
52093
|
+
ActionController::RoutingError (Not Found):
|
|
52094
|
+
W:/myrails/cms/site/app/controllers/optimacms/application_controller.rb:16:in `not_found'
|
|
52095
|
+
W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:66:in `show'
|
|
52096
|
+
actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
|
52097
|
+
actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
|
|
52098
|
+
actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
52099
|
+
actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
|
52100
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
|
|
52101
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
|
|
52102
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
|
|
52103
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
|
|
52104
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
|
|
52105
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
|
|
52106
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
|
|
52107
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
52108
|
+
actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
|
52109
|
+
actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
52110
|
+
actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
|
52111
|
+
activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
|
|
52112
|
+
activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
52113
|
+
activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
|
|
52114
|
+
actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
|
52115
|
+
actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
|
52116
|
+
activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
52117
|
+
actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
|
|
52118
|
+
actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
|
|
52119
|
+
actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
|
|
52120
|
+
actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
|
52121
|
+
actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
|
|
52122
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `call'
|
|
52123
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
|
|
52124
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
|
|
52125
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
|
52126
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
|
|
52127
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
|
|
52128
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
|
|
52129
|
+
railties (4.2.6) lib/rails/engine.rb:518:in `call'
|
|
52130
|
+
railties (4.2.6) lib/rails/railtie.rb:194:in `public_send'
|
|
52131
|
+
railties (4.2.6) lib/rails/railtie.rb:194:in `method_missing'
|
|
52132
|
+
actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
|
52133
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
|
52134
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
|
|
52135
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
|
|
52136
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
|
|
52137
|
+
warden (1.2.6) lib/warden/manager.rb:35:in `block in call'
|
|
52138
|
+
warden (1.2.6) lib/warden/manager.rb:34:in `catch'
|
|
52139
|
+
warden (1.2.6) lib/warden/manager.rb:34:in `call'
|
|
52140
|
+
rack (1.6.4) lib/rack/etag.rb:24:in `call'
|
|
52141
|
+
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
|
|
52142
|
+
rack (1.6.4) lib/rack/head.rb:13:in `call'
|
|
52143
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
|
52144
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
|
52145
|
+
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
|
|
52146
|
+
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
|
|
52147
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
|
52148
|
+
activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
|
|
52149
|
+
activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
|
|
52150
|
+
activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
|
|
52151
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
|
52152
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
|
|
52153
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
|
|
52154
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
52155
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
52156
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
|
52157
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
|
52158
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
|
52159
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
|
52160
|
+
railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
|
|
52161
|
+
railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
|
|
52162
|
+
activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
|
52163
|
+
activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
52164
|
+
activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
|
|
52165
|
+
railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
|
|
52166
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
|
52167
|
+
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
|
|
52168
|
+
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
|
|
52169
|
+
activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
|
52170
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
|
52171
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
|
|
52172
|
+
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
|
|
52173
|
+
railties (4.2.6) lib/rails/engine.rb:518:in `call'
|
|
52174
|
+
railties (4.2.6) lib/rails/application.rb:165:in `call'
|
|
52175
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
|
52176
|
+
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
|
|
52177
|
+
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
|
|
52178
|
+
D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
|
52179
|
+
D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
|
52180
|
+
D:/Ruby22x64/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
|
52181
|
+
|
|
52182
|
+
|
|
52183
|
+
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)
|
|
52184
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (12.0ms)
|
|
52185
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (21.0ms)
|
|
52186
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (9.0ms)
|
|
52187
|
+
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 (3.0ms)
|
|
52188
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (1421.1ms)
|
|
52189
|
+
|
|
52190
|
+
|
|
52191
|
+
Started GET "/admin/pages?parent_id=0" for 127.0.0.1 at 2016-08-16 20:49:51 +0300
|
|
52192
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
|
52193
|
+
Parameters: {"parent_id"=>"0"}
|
|
52194
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
52195
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
|
|
52196
|
+
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 (8.0ms)
|
|
52197
|
+
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 (29.0ms)
|
|
52198
|
+
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)
|
|
52199
|
+
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 (27.0ms)
|
|
52200
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (95.0ms)
|
|
52201
|
+
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)
|
|
52202
|
+
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 (21.0ms)
|
|
52203
|
+
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 (157.0ms)
|
|
52204
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (175.0ms)
|
|
52205
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0[0m
|
|
52206
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (126, 0, 4)
|
|
52207
|
+
[1m[36m (1.0ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )[0m
|
|
52208
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (428.0ms)
|
|
52209
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
52210
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (29.0ms)
|
|
52211
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
52212
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
|
52213
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
|
52214
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (51.0ms)
|
|
52215
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (339.0ms)
|
|
52216
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (718.0ms)
|
|
52217
|
+
Completed 200 OK in 1304ms (Views: 1293.9ms | ActiveRecord: 5.0ms)
|
|
52218
|
+
|
|
52219
|
+
|
|
52220
|
+
Started GET "/admin/pages?parent_id=159" for 127.0.0.1 at 2016-08-16 20:49:58 +0300
|
|
52221
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
|
52222
|
+
Parameters: {"parent_id"=>"159"}
|
|
52223
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
52224
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 159 LIMIT 1[0m
|
|
52225
|
+
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)
|
|
52226
|
+
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)
|
|
52227
|
+
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)
|
|
52228
|
+
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 (23.0ms)
|
|
52229
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (78.0ms)
|
|
52230
|
+
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)
|
|
52231
|
+
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)
|
|
52232
|
+
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 (132.0ms)
|
|
52233
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (148.0ms)
|
|
52234
|
+
[1m[35mOptimacms::Page Load (0.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 159 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
|
|
52235
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 159 )[0m
|
|
52236
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (201.0ms)
|
|
52237
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
52238
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (44.0ms)
|
|
52239
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
52240
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
|
52241
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
52242
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (47.0ms)
|
|
52243
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (358.0ms)
|
|
52244
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (740.0ms)
|
|
52245
|
+
Completed 200 OK in 1080ms (Views: 1072.9ms | ActiveRecord: 2.0ms)
|
|
52246
|
+
|
|
52247
|
+
|
|
52248
|
+
Started GET "/admin/pages?parent_id=0" for 127.0.0.1 at 2016-08-16 20:50:00 +0300
|
|
52249
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
|
52250
|
+
Parameters: {"parent_id"=>"0"}
|
|
52251
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
52252
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1[0m
|
|
52253
|
+
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 (7.0ms)
|
|
52254
|
+
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 (28.0ms)
|
|
52255
|
+
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 (4.0ms)
|
|
52256
|
+
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 (23.0ms)
|
|
52257
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (85.0ms)
|
|
52258
|
+
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)
|
|
52259
|
+
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 (17.0ms)
|
|
52260
|
+
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 (139.0ms)
|
|
52261
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (160.0ms)
|
|
52262
|
+
[1m[35mOptimacms::Page Load (0.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
|
|
52263
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (126, 0, 4)[0m
|
|
52264
|
+
[1m[35m (1.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
|
|
52265
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (352.0ms)
|
|
52266
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (1.0ms)
|
|
52267
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (31.0ms)
|
|
52268
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
|
|
52269
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
|
52270
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
52271
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (50.0ms)
|
|
52272
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (346.0ms)
|
|
52273
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (698.0ms)
|
|
52274
|
+
Completed 200 OK in 1190ms (Views: 1180.4ms | ActiveRecord: 3.0ms)
|
|
52275
|
+
|
|
52276
|
+
|
|
52277
|
+
Started GET "/admin/pages?parent_id=148" for 127.0.0.1 at 2016-08-16 20:50:04 +0300
|
|
52278
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
|
52279
|
+
Parameters: {"parent_id"=>"148"}
|
|
52280
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
52281
|
+
[1m[35mOptimacms::Page Load (0.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
|
|
52282
|
+
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)
|
|
52283
|
+
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 (35.0ms)
|
|
52284
|
+
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)
|
|
52285
|
+
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 (31.0ms)
|
|
52286
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (116.0ms)
|
|
52287
|
+
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)
|
|
52288
|
+
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 (22.0ms)
|
|
52289
|
+
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 (190.0ms)
|
|
52290
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (212.0ms)
|
|
52291
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY created_at desc LIMIT 10 OFFSET 0[0m
|
|
52292
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (163, 139, 129, 120, 39)
|
|
52293
|
+
[1m[36m (1.0ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )[0m
|
|
52294
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (312.0ms)
|
|
52295
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
52296
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (36.0ms)
|
|
52297
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
52298
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
52299
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
|
52300
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (56.0ms)
|
|
52301
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (370.0ms)
|
|
52302
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (805.0ms)
|
|
52303
|
+
Completed 200 OK in 1284ms (Views: 1274.6ms | ActiveRecord: 3.0ms)
|
|
52304
|
+
|
|
52305
|
+
|
|
52306
|
+
Started GET "/admin/pages?parent_id=0&pg=2" for 127.0.0.1 at 2016-08-16 20:50:08 +0300
|
|
52307
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
|
52308
|
+
Parameters: {"parent_id"=>"0", "pg"=>"2"}
|
|
52309
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
52310
|
+
[1m[36mOptimacms::Page Load (0.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1[0m
|
|
52311
|
+
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 (26.0ms)
|
|
52312
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (47.0ms)
|
|
52313
|
+
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)
|
|
52314
|
+
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)
|
|
52315
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (117.0ms)
|
|
52316
|
+
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)
|
|
52317
|
+
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 (19.0ms)
|
|
52318
|
+
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 (176.0ms)
|
|
52319
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (194.0ms)
|
|
52320
|
+
[1m[35mOptimacms::Page Load (0.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 10
|
|
52321
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (0)[0m
|
|
52322
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
|
|
52323
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (415.0ms)
|
|
52324
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
|
|
52325
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (35.0ms)
|
|
52326
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
|
|
52327
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
|
52328
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
52329
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (59.0ms)
|
|
52330
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (383.0ms)
|
|
52331
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (817.0ms)
|
|
52332
|
+
Completed 200 OK in 1376ms (Views: 1368.1ms | ActiveRecord: 2.0ms)
|
|
52333
|
+
|
|
52334
|
+
|
|
52335
|
+
Started GET "/admin/pages?parent_id=24" for 127.0.0.1 at 2016-08-16 20:50:12 +0300
|
|
52336
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
|
52337
|
+
Parameters: {"parent_id"=>"24"}
|
|
52338
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
52339
|
+
[1m[35mOptimacms::Page Load (0.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 24 LIMIT 1
|
|
52340
|
+
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 (7.0ms)
|
|
52341
|
+
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 (23.0ms)
|
|
52342
|
+
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)
|
|
52343
|
+
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 (23.0ms)
|
|
52344
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (78.0ms)
|
|
52345
|
+
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)
|
|
52346
|
+
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 (17.0ms)
|
|
52347
|
+
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 (129.0ms)
|
|
52348
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (145.0ms)
|
|
52349
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 24 ) ORDER BY created_at desc LIMIT 10 OFFSET 0[0m
|
|
52350
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (156, 148, 4, 123)
|
|
52351
|
+
[1m[36m (1.0ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 24 )[0m
|
|
52352
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (211.0ms)
|
|
52353
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
52354
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (42.0ms)
|
|
52355
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
52356
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
|
52357
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
|
52358
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (56.0ms)
|
|
52359
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (370.0ms)
|
|
52360
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (788.0ms)
|
|
52361
|
+
Completed 200 OK in 1128ms (Views: 1120.7ms | ActiveRecord: 2.0ms)
|
|
52362
|
+
|
|
52363
|
+
|
|
52364
|
+
Started GET "/admin/pages?parent_id=0" for 127.0.0.1 at 2016-08-16 20:50:19 +0300
|
|
52365
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
|
52366
|
+
Parameters: {"parent_id"=>"0"}
|
|
52367
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
52368
|
+
[1m[36mOptimacms::Page Load (0.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1[0m
|
|
52369
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_text.html.haml (11.0ms)
|
|
52370
|
+
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 (31.0ms)
|
|
52371
|
+
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)
|
|
52372
|
+
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 (25.0ms)
|
|
52373
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (91.0ms)
|
|
52374
|
+
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)
|
|
52375
|
+
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)
|
|
52376
|
+
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 (143.0ms)
|
|
52377
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (158.0ms)
|
|
52378
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
|
|
52379
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (126, 0, 4)[0m
|
|
52380
|
+
[1m[35m (1.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
|
|
52381
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (372.0ms)
|
|
52382
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
52383
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (25.0ms)
|
|
52384
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
52385
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
52386
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
|
52387
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (43.0ms)
|
|
52388
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (305.0ms)
|
|
52389
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (645.0ms)
|
|
52390
|
+
Completed 200 OK in 1154ms (Views: 1142.3ms | ActiveRecord: 4.0ms)
|
|
52391
|
+
|
|
52392
|
+
|
|
52393
|
+
Started GET "/admin/pages?parent_id=148" for 127.0.0.1 at 2016-08-16 20:50:22 +0300
|
|
52394
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
|
52395
|
+
Parameters: {"parent_id"=>"148"}
|
|
52396
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
52397
|
+
[1m[35mOptimacms::Page Load (0.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
|
|
52398
|
+
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)
|
|
52399
|
+
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 (33.0ms)
|
|
52400
|
+
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)
|
|
52401
|
+
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 (31.0ms)
|
|
52402
|
+
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)
|
|
52403
|
+
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)
|
|
52404
|
+
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 (22.0ms)
|
|
52405
|
+
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 (176.0ms)
|
|
52406
|
+
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)
|
|
52407
|
+
[1m[36mOptimacms::Page Load (0.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY created_at desc LIMIT 10 OFFSET 0[0m
|
|
52408
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (163, 139, 129, 120, 39)
|
|
52409
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )[0m
|
|
52410
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (304.0ms)
|
|
52411
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
52412
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (34.0ms)
|
|
52413
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
|
|
52414
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
|
52415
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
|
52416
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (44.0ms)
|
|
52417
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (342.0ms)
|
|
52418
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (705.0ms)
|
|
52419
|
+
Completed 200 OK in 1190ms (Views: 1177.4ms | ActiveRecord: 2.0ms)
|
|
52420
|
+
|
|
52421
|
+
|
|
52422
|
+
Started GET "/admin/pages/150/edit" for 127.0.0.1 at 2016-08-16 20:50:25 +0300
|
|
52423
|
+
Processing by Optimacms::Admin::PagesController#edit as HTML
|
|
52424
|
+
Parameters: {"id"=>"150"}
|
|
52425
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
52426
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 150 LIMIT 1[0m
|
|
52427
|
+
[1m[35mOptimacms::Language Load (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
52428
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
52429
|
+
[1m[35mOptimacms::PageTranslation Load (0.0ms)[0m SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 150
|
|
52430
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
52431
|
+
[1m[36mOptimacms::Page Load (0.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1[0m
|
|
52432
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` = 1
|
|
52433
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 39 LIMIT 1[0m
|
|
52434
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 150 [["item_id", 150]]
|
|
52435
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (99.0ms)
|
|
52436
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (1.0ms)
|
|
52437
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (55.0ms)
|
|
52438
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (10.0ms)
|
|
52439
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (412.0ms)
|
|
52440
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/edit.html.haml within optimacms/admin/layouts/main (453.0ms)
|
|
52441
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
52442
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (39.0ms)
|
|
52443
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
|
|
52444
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
52445
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
|
52446
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (59.0ms)
|
|
52447
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (366.0ms)
|
|
52448
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (824.0ms)
|
|
52449
|
+
Completed 200 OK in 1439ms (Views: 1420.9ms | ActiveRecord: 2.0ms)
|
|
52450
|
+
|
|
52451
|
+
|
|
52452
|
+
Started GET "/tt1.html" for 127.0.0.1 at 2016-08-16 20:50:33 +0300
|
|
52453
|
+
Processing by Optimacms::PagesController#show as HTML
|
|
52454
|
+
Parameters: {"url"=>"tt1.html"}
|
|
52455
|
+
[1m[36m (1.0ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'tt1.html' REGEXP parsed_url)[0m
|
|
52456
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'tt1.html' REGEXP parsed_url) ORDER BY url_parts_count DESC, url_vars_count ASC
|
|
52457
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
52458
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 157 LIMIT 1
|
|
52459
|
+
[1m[36mOptimacms::PageTranslation Load (1.0ms)[0m [1mSELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 164 AND `cms_pages_translation`.`lang` = '' ORDER BY `cms_pages_translation`.`id` ASC LIMIT 1[0m
|
|
52460
|
+
Rendered temp/t2.en.html.haml within layouts/application (2.0ms)
|
|
52461
|
+
Completed 200 OK in 783ms (Views: 765.2ms | ActiveRecord: 3.0ms)
|
|
52462
|
+
|
|
52463
|
+
|
|
52464
|
+
Started GET "/assets/application.self-8a9e753074309db6f7b0e55705f467e7b81d6ea5893d6aa14a10990968716a5c.css?body=1" for 127.0.0.1 at 2016-08-16 20:50:34 +0300
|
|
52465
|
+
|
|
52466
|
+
|
|
52467
|
+
Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for 127.0.0.1 at 2016-08-16 20:50:34 +0300
|
|
52468
|
+
|
|
52469
|
+
|
|
52470
|
+
Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for 127.0.0.1 at 2016-08-16 20:50:34 +0300
|
|
52471
|
+
|
|
52472
|
+
|
|
52473
|
+
Started GET "/admin/templates/163/edit" for 127.0.0.1 at 2016-08-16 20:50:39 +0300
|
|
52474
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
52475
|
+
Parameters: {"id"=>"163"}
|
|
52476
|
+
[1m[35mOptimacms::CmsAdminUser Load (2.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
52477
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
52478
|
+
[1m[35mOptimacms::Language Load (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
52479
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
52480
|
+
[1m[35mOptimacms::TemplateTranslation Load (0.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163
|
|
52481
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
52482
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
52483
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m [["id", 70]]
|
|
52484
|
+
[1m[35mOptimacms::Template Exists (1.0ms)[0m SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1
|
|
52485
|
+
[1m[36m (0.0ms)[0m [1mCOMMIT[0m
|
|
52486
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
52487
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
52488
|
+
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:
|
|
52489
|
+
|
|
52490
|
+
def input
|
|
52491
|
+
|
|
52492
|
+
to
|
|
52493
|
+
|
|
52494
|
+
def input(wrapper_options)
|
|
52495
|
+
|
|
52496
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
52497
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
52498
|
+
[1m[36mOptimacms::TemplateTranslation Load (1.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
52499
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1 [["id", 163]]
|
|
52500
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
52501
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1 [["id", 163]]
|
|
52502
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
|
|
52503
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (1.0ms)
|
|
52504
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (225.0ms)
|
|
52505
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (367.0ms)
|
|
52506
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (414.0ms)
|
|
52507
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
|
|
52508
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (46.0ms)
|
|
52509
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
|
|
52510
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
|
52511
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
|
52512
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (53.0ms)
|
|
52513
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (373.0ms)
|
|
52514
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (786.0ms)
|
|
52515
|
+
Completed 200 OK in 1408ms (Views: 1355.2ms | ActiveRecord: 5.0ms)
|
|
52516
|
+
|
|
52517
|
+
|
|
52518
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.5510245604093064" for 127.0.0.1 at 2016-08-16 20:50:42 +0300
|
|
52519
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
52520
|
+
Parameters: {"path"=>"temp/", "r"=>"0.5510245604093064"}
|
|
52521
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
52522
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` IN (4, 3) AND (basepath LIKE 'temp/%' ) ORDER BY title asc LIMIT 100
|
|
52523
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (11.0ms)
|
|
52524
|
+
Completed 200 OK in 508ms (Views: 499.7ms | ActiveRecord: 1.0ms)
|
|
52525
|
+
|
|
52526
|
+
|
|
52527
|
+
Started GET "/admin/pages/164/edit" for 127.0.0.1 at 2016-08-16 20:50:49 +0300
|
|
52528
|
+
Processing by Optimacms::Admin::PagesController#edit as HTML
|
|
52529
|
+
Parameters: {"id"=>"164"}
|
|
52530
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
52531
|
+
[1m[35mOptimacms::Page Load (0.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 164 LIMIT 1
|
|
52532
|
+
[1m[36mOptimacms::Language Load (1.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
52533
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
52534
|
+
[1m[36mOptimacms::PageTranslation Load (0.0ms)[0m [1mSELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 164[0m
|
|
52535
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
52536
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
|
|
52537
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` = 1[0m
|
|
52538
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
52539
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 164[0m [["item_id", 164]]
|
|
52540
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (106.0ms)
|
|
52541
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (1.0ms)
|
|
52542
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (61.0ms)
|
|
52543
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (11.0ms)
|
|
52544
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (438.0ms)
|
|
52545
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/edit.html.haml within optimacms/admin/layouts/main (495.0ms)
|
|
52546
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
|
|
52547
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (31.0ms)
|
|
52548
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
52549
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
52550
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
52551
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (54.0ms)
|
|
52552
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (393.0ms)
|
|
52553
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (777.0ms)
|
|
52554
|
+
Completed 200 OK in 1434ms (Views: 1411.7ms | ActiveRecord: 3.0ms)
|
|
52555
|
+
|
|
52556
|
+
|
|
52557
|
+
Started PATCH "/admin/templates/163" for 127.0.0.1 at 2016-08-16 20:51:21 +0300
|
|
52558
|
+
Processing by Optimacms::Admin::TemplatesController#update as HTML
|
|
52559
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"SwliTiDS4MvObrZFTvkL4Z1HtU1fPTYKcgoQi9khSbZ6Y9Cy2f6ySBF/LPDUikNgY6uNGTkl5DGLfNtA2+4EtA==", "continue"=>"1", "template"=>{"parent_id"=>"70", "title"=>"t2", "is_translated"=>"1", "translations_attributes"=>{"0"=>{"item_id"=>"163", "lang"=>"", "content"=>"def def def def def ", "id"=>"114"}, "2"=>{"item_id"=>"163", "lang"=>"en", "content"=>"eeeen-en-en", "id"=>"115"}, "3"=>{"item_id"=>"163", "lang"=>"ru", "content"=>"ru-ru-ru-", "id"=>"116"}}}, "panel-blocks-input-path"=>"temp/", "id"=>"163"}
|
|
52560
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
52561
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
52562
|
+
[1m[35mOptimacms::Language Load (1.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
52563
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
52564
|
+
[1m[35mOptimacms::TemplateTranslation Load (0.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163 AND `cms_templates_translation`.`id` IN (114, 115, 116)
|
|
52565
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
52566
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1 [["id", 163]]
|
|
52567
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
52568
|
+
[1m[35m (1.0ms)[0m BEGIN
|
|
52569
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
52570
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
52571
|
+
[1m[36mOptimacms::Template Exists (0.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
52572
|
+
[1m[35m (0.0ms)[0m COMMIT
|
|
52573
|
+
Redirected to http://localhost:3001/admin/templates/163/edit
|
|
52574
|
+
Completed 302 Found in 53ms (ActiveRecord: 3.0ms)
|
|
52575
|
+
|
|
52576
|
+
|
|
52577
|
+
Started GET "/admin/templates/163/edit" for 127.0.0.1 at 2016-08-16 20:51:21 +0300
|
|
52578
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
52579
|
+
Parameters: {"id"=>"163"}
|
|
52580
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
52581
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
52582
|
+
[1m[36mOptimacms::Language Load (1.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
52583
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
52584
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
52585
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
52586
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
52587
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
52588
|
+
[1m[36mOptimacms::Template Exists (0.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
52589
|
+
[1m[35m (1.0ms)[0m COMMIT
|
|
52590
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
52591
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
52592
|
+
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:
|
|
52593
|
+
|
|
52594
|
+
def input
|
|
52595
|
+
|
|
52596
|
+
to
|
|
52597
|
+
|
|
52598
|
+
def input(wrapper_options)
|
|
52599
|
+
|
|
52600
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
52601
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
52602
|
+
[1m[35mOptimacms::TemplateTranslation Load (1.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163
|
|
52603
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
52604
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1 [["id", 163]]
|
|
52605
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
52606
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
|
|
52607
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (1.0ms)
|
|
52608
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (196.0ms)
|
|
52609
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (342.0ms)
|
|
52610
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (404.0ms)
|
|
52611
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
52612
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (34.0ms)
|
|
52613
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
52614
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
52615
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
|
52616
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (58.0ms)
|
|
52617
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (362.0ms)
|
|
52618
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (795.0ms)
|
|
52619
|
+
Completed 200 OK in 1410ms (Views: 1376.2ms | ActiveRecord: 4.0ms)
|
|
52620
|
+
|
|
52621
|
+
|
|
52622
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.34778164790010546" for 127.0.0.1 at 2016-08-16 20:51:23 +0300
|
|
52623
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
52624
|
+
Parameters: {"path"=>"temp/", "r"=>"0.34778164790010546"}
|
|
52625
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
52626
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `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[0m
|
|
52627
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (12.0ms)
|
|
52628
|
+
Completed 200 OK in 632ms (Views: 625.4ms | ActiveRecord: 2.0ms)
|
|
52629
|
+
|
|
52630
|
+
|
|
52631
|
+
Started GET "/tt1.html" for 127.0.0.1 at 2016-08-16 20:51:26 +0300
|
|
52632
|
+
Processing by Optimacms::PagesController#show as HTML
|
|
52633
|
+
Parameters: {"url"=>"tt1.html"}
|
|
52634
|
+
[1m[35m (1.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'tt1.html' REGEXP parsed_url)
|
|
52635
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'tt1.html' REGEXP parsed_url) ORDER BY url_parts_count DESC, url_vars_count ASC[0m
|
|
52636
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
52637
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 157 LIMIT 1[0m
|
|
52638
|
+
[1m[35mOptimacms::PageTranslation Load (1.0ms)[0m SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 164 AND `cms_pages_translation`.`lang` = '' ORDER BY `cms_pages_translation`.`id` ASC LIMIT 1
|
|
52639
|
+
Rendered temp/t2.en.html.haml within layouts/application (2.0ms)
|
|
52640
|
+
Completed 200 OK in 331ms (Views: 312.8ms | ActiveRecord: 5.0ms)
|
|
52641
|
+
|
|
52642
|
+
|
|
52643
|
+
Started GET "/assets/application.self-8a9e753074309db6f7b0e55705f467e7b81d6ea5893d6aa14a10990968716a5c.css?body=1" for 127.0.0.1 at 2016-08-16 20:51:27 +0300
|
|
52644
|
+
|
|
52645
|
+
|
|
52646
|
+
Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for 127.0.0.1 at 2016-08-16 20:51:27 +0300
|
|
52647
|
+
|
|
52648
|
+
|
|
52649
|
+
Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-08-16 20:51:27 +0300
|
|
52650
|
+
|
|
52651
|
+
|
|
52652
|
+
Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for 127.0.0.1 at 2016-08-16 20:51:27 +0300
|
|
52653
|
+
|
|
52654
|
+
|
|
52655
|
+
Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-08-16 20:51:27 +0300
|
|
52656
|
+
|
|
52657
|
+
|
|
52658
|
+
Started GET "/admin/templates/163/edit" for 127.0.0.1 at 2016-08-16 20:51:34 +0300
|
|
52659
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
52660
|
+
Parameters: {"id"=>"163"}
|
|
52661
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
52662
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
52663
|
+
[1m[36mOptimacms::Language Load (1.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
52664
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
52665
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
52666
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
52667
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
52668
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
52669
|
+
[1m[36mOptimacms::Template Exists (1.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
52670
|
+
[1m[35m (1.0ms)[0m COMMIT
|
|
52671
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
52672
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
|
|
52673
|
+
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:
|
|
52674
|
+
|
|
52675
|
+
def input
|
|
52676
|
+
|
|
52677
|
+
to
|
|
52678
|
+
|
|
52679
|
+
def input(wrapper_options)
|
|
52680
|
+
|
|
52681
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
52682
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
52683
|
+
[1m[35mOptimacms::TemplateTranslation Load (0.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163
|
|
52684
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
52685
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1 [["id", 163]]
|
|
52686
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
52687
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (1.0ms)
|
|
52688
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (1.0ms)
|
|
52689
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (185.0ms)
|
|
52690
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (313.0ms)
|
|
52691
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (356.0ms)
|
|
52692
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
52693
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (28.0ms)
|
|
52694
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
|
|
52695
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
52696
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
52697
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (43.0ms)
|
|
52698
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (334.0ms)
|
|
52699
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (704.0ms)
|
|
52700
|
+
Completed 200 OK in 1248ms (Views: 1210.4ms | ActiveRecord: 5.0ms)
|
|
52701
|
+
|
|
52702
|
+
|
|
52703
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.3517527824273877" for 127.0.0.1 at 2016-08-16 20:51:36 +0300
|
|
52704
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
52705
|
+
Parameters: {"path"=>"temp/", "r"=>"0.3517527824273877"}
|
|
52706
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
52707
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `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[0m
|
|
52708
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (9.0ms)
|
|
52709
|
+
Completed 200 OK in 595ms (Views: 587.0ms | ActiveRecord: 0.0ms)
|
|
52710
|
+
|
|
52711
|
+
|
|
52712
|
+
Started PATCH "/admin/templates/163" for 127.0.0.1 at 2016-08-16 20:51:45 +0300
|
|
52713
|
+
Processing by Optimacms::Admin::TemplatesController#update as HTML
|
|
52714
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"SPYqY+tel3wii0rBG2vUHGMJmjbLuZ8OkbFNKsm5q4J5nJifEnLF//2a0HSBGJydneWiYq2hTTVox4bhy3bmgA==", "continue"=>"1", "template"=>{"parent_id"=>"70", "title"=>"t2", "is_translated"=>"0", "translations_attributes"=>{"0"=>{"item_id"=>"163", "lang"=>"", "content"=>"def def def def def ", "id"=>"114"}, "2"=>{"item_id"=>"163", "lang"=>"en", "content"=>"eeeen-en-en", "id"=>"115"}, "3"=>{"item_id"=>"163", "lang"=>"ru", "content"=>"ru-ru-ru-", "id"=>"116"}}}, "panel-blocks-input-path"=>"temp/", "id"=>"163"}
|
|
52715
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
52716
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
52717
|
+
[1m[35mOptimacms::Language Load (1.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
52718
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
52719
|
+
[1m[35mOptimacms::TemplateTranslation Load (0.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163 AND `cms_templates_translation`.`id` IN (114, 115, 116)
|
|
52720
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
52721
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1 [["id", 163]]
|
|
52722
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
52723
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
52724
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
52725
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
52726
|
+
[1m[36mOptimacms::Template Exists (1.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
52727
|
+
[1m[35mSQL (0.0ms)[0m UPDATE `cms_templates` SET `is_translated` = 0, `updated_at` = '2016-08-16 17:51:45' WHERE `cms_templates`.`id` = 163
|
|
52728
|
+
[1m[36m (6.0ms)[0m [1mCOMMIT[0m
|
|
52729
|
+
Redirected to http://localhost:3001/admin/templates/163/edit
|
|
52730
|
+
Completed 302 Found in 56ms (ActiveRecord: 9.0ms)
|
|
52731
|
+
|
|
52732
|
+
|
|
52733
|
+
Started GET "/admin/templates/163/edit" for 127.0.0.1 at 2016-08-16 20:51:45 +0300
|
|
52734
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
52735
|
+
Parameters: {"id"=>"163"}
|
|
52736
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
52737
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
52738
|
+
[1m[35mOptimacms::Language Load (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
52739
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
52740
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
52741
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
52742
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
52743
|
+
[1m[36mOptimacms::Template Exists (1.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
52744
|
+
[1m[35m (0.0ms)[0m COMMIT
|
|
52745
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
52746
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
52747
|
+
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:
|
|
52748
|
+
|
|
52749
|
+
def input
|
|
52750
|
+
|
|
52751
|
+
to
|
|
52752
|
+
|
|
52753
|
+
def input(wrapper_options)
|
|
52754
|
+
|
|
52755
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
52756
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
52757
|
+
[1m[35mOptimacms::TemplateTranslation Load (1.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163
|
|
52758
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
52759
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
|
|
52760
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (0.0ms)
|
|
52761
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (117.0ms)
|
|
52762
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (239.0ms)
|
|
52763
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (286.0ms)
|
|
52764
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
52765
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (32.0ms)
|
|
52766
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
52767
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
52768
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
52769
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (51.0ms)
|
|
52770
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (314.0ms)
|
|
52771
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (682.0ms)
|
|
52772
|
+
Completed 200 OK in 1123ms (Views: 1093.0ms | ActiveRecord: 5.0ms)
|
|
52773
|
+
|
|
52774
|
+
|
|
52775
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.36354731876142055" for 127.0.0.1 at 2016-08-16 20:51:47 +0300
|
|
52776
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
52777
|
+
Parameters: {"path"=>"temp/", "r"=>"0.36354731876142055"}
|
|
52778
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
52779
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `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[0m
|
|
52780
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (13.0ms)
|
|
52781
|
+
Completed 200 OK in 606ms (Views: 598.0ms | ActiveRecord: 0.0ms)
|
|
52782
|
+
|
|
52783
|
+
|
|
52784
|
+
Started GET "/tt1.html" for 127.0.0.1 at 2016-08-16 20:51:49 +0300
|
|
52785
|
+
Processing by Optimacms::PagesController#show as HTML
|
|
52786
|
+
Parameters: {"url"=>"tt1.html"}
|
|
52787
|
+
[1m[35m (1.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'tt1.html' REGEXP parsed_url)
|
|
52788
|
+
[1m[36mOptimacms::Page Load (0.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'tt1.html' REGEXP parsed_url) ORDER BY url_parts_count DESC, url_vars_count ASC[0m
|
|
52789
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
52790
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 157 LIMIT 1[0m
|
|
52791
|
+
[1m[35mOptimacms::PageTranslation Load (1.0ms)[0m SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 164 AND `cms_pages_translation`.`lang` = '' ORDER BY `cms_pages_translation`.`id` ASC LIMIT 1
|
|
52792
|
+
Rendered temp/t2.html.haml within layouts/application (2.0ms)
|
|
52793
|
+
Completed 200 OK in 322ms (Views: 306.6ms | ActiveRecord: 2.0ms)
|
|
52794
|
+
|
|
52795
|
+
|
|
52796
|
+
Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for 127.0.0.1 at 2016-08-16 20:51:50 +0300
|
|
52797
|
+
|
|
52798
|
+
|
|
52799
|
+
Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for 127.0.0.1 at 2016-08-16 20:51:50 +0300
|
|
52800
|
+
|
|
52801
|
+
|
|
52802
|
+
Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-08-16 20:51:50 +0300
|
|
52803
|
+
|
|
52804
|
+
|
|
52805
|
+
Started GET "/assets/application.self-8a9e753074309db6f7b0e55705f467e7b81d6ea5893d6aa14a10990968716a5c.css?body=1" for 127.0.0.1 at 2016-08-16 20:51:50 +0300
|
|
52806
|
+
|
|
52807
|
+
|
|
52808
|
+
Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-08-16 20:51:50 +0300
|
|
52809
|
+
|
|
52810
|
+
|
|
52811
|
+
Started GET "/tt1.html" for 127.0.0.1 at 2016-08-16 21:01:50 +0300
|
|
52812
|
+
Processing by Optimacms::PagesController#show as HTML
|
|
52813
|
+
Parameters: {"url"=>"tt1.html"}
|
|
52814
|
+
[1m[36mOptimacms::Language Load (1.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages`[0m
|
|
52815
|
+
[1m[35m (1.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'tt1.html' REGEXP parsed_url)
|
|
52816
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'tt1.html' REGEXP parsed_url) ORDER BY url_parts_count DESC, url_vars_count ASC[0m
|
|
52817
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
52818
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 157 LIMIT 1[0m
|
|
52819
|
+
[1m[35mOptimacms::PageTranslation Load (1.0ms)[0m SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 164 AND `cms_pages_translation`.`lang` = '' ORDER BY `cms_pages_translation`.`id` ASC LIMIT 1
|
|
52820
|
+
Rendered temp/t2.html.haml within layouts/application (0.0ms)
|
|
52821
|
+
Completed 200 OK in 578ms (Views: 297.8ms | ActiveRecord: 43.0ms)
|
|
52822
|
+
|
|
52823
|
+
|
|
52824
|
+
Started GET "/assets/application.self-8a9e753074309db6f7b0e55705f467e7b81d6ea5893d6aa14a10990968716a5c.css?body=1" for 127.0.0.1 at 2016-08-16 21:01:52 +0300
|
|
52825
|
+
|
|
52826
|
+
|
|
52827
|
+
Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for 127.0.0.1 at 2016-08-16 21:01:52 +0300
|
|
52828
|
+
|
|
52829
|
+
|
|
52830
|
+
Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-08-16 21:01:52 +0300
|
|
52831
|
+
|
|
52832
|
+
|
|
52833
|
+
Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-08-16 21:01:52 +0300
|
|
52834
|
+
|
|
52835
|
+
|
|
52836
|
+
Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for 127.0.0.1 at 2016-08-16 21:01:52 +0300
|
|
52837
|
+
|
|
52838
|
+
|
|
52839
|
+
Started PATCH "/admin/templates/163" for 127.0.0.1 at 2016-08-16 21:01:55 +0300
|
|
52840
|
+
Processing by Optimacms::Admin::TemplatesController#update as HTML
|
|
52841
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"6XU02Ns4RIBaN0BSKIBmKhD1vj1hstb4VscHyuWX+2HYH4YkIhQWA4Um2uey8y6r7hmGaQeqBMOvscwB51i2Yw==", "continue"=>"1", "template"=>{"parent_id"=>"70", "title"=>"t2", "is_translated"=>"1", "translations_attributes"=>{"0"=>{"item_id"=>"163", "lang"=>"", "content"=>"def def def def def ", "id"=>"114"}}}, "panel-blocks-input-path"=>"temp/", "id"=>"163"}
|
|
52842
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
52843
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
52844
|
+
[1m[36mOptimacms::Language Load (1.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
52845
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
52846
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163 AND `cms_templates_translation`.`id` = 114[0m
|
|
52847
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
52848
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
52849
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
52850
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m [["id", 70]]
|
|
52851
|
+
[1m[35mOptimacms::Template Exists (1.0ms)[0m SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1
|
|
52852
|
+
[1m[36mSQL (1.0ms)[0m [1mUPDATE `cms_templates` SET `is_translated` = 1, `updated_at` = '2016-08-16 18:01:55' WHERE `cms_templates`.`id` = 163[0m
|
|
52853
|
+
[1m[35m (2.0ms)[0m COMMIT
|
|
52854
|
+
Redirected to http://localhost:3001/admin/templates/163/edit
|
|
52855
|
+
Completed 302 Found in 125ms (ActiveRecord: 29.0ms)
|
|
52856
|
+
|
|
52857
|
+
|
|
52858
|
+
Started GET "/admin/templates/163/edit" for 127.0.0.1 at 2016-08-16 21:01:55 +0300
|
|
52859
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
52860
|
+
Parameters: {"id"=>"163"}
|
|
52861
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
52862
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
52863
|
+
[1m[36mOptimacms::Language Load (1.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
52864
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
52865
|
+
[1m[36mOptimacms::TemplateTranslation Load (1.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
52866
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
52867
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
52868
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
52869
|
+
[1m[36mOptimacms::Template Exists (1.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
52870
|
+
[1m[35m (0.0ms)[0m COMMIT
|
|
52871
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
52872
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
52873
|
+
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:
|
|
52874
|
+
|
|
52875
|
+
def input
|
|
52876
|
+
|
|
52877
|
+
to
|
|
52878
|
+
|
|
52879
|
+
def input(wrapper_options)
|
|
52880
|
+
|
|
52881
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
52882
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
52883
|
+
[1m[35mOptimacms::TemplateTranslation Load (1.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163
|
|
52884
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
52885
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1 [["id", 163]]
|
|
52886
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
52887
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
|
|
52888
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (1.0ms)
|
|
52889
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (198.0ms)
|
|
52890
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (317.0ms)
|
|
52891
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (359.0ms)
|
|
52892
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
52893
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (76.0ms)
|
|
52894
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
|
|
52895
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
52896
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
|
52897
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (42.0ms)
|
|
52898
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (276.0ms)
|
|
52899
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (647.0ms)
|
|
52900
|
+
Completed 200 OK in 1165ms (Views: 1131.6ms | ActiveRecord: 4.0ms)
|
|
52901
|
+
|
|
52902
|
+
|
|
52903
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.524366215730531" for 127.0.0.1 at 2016-08-16 21:01:57 +0300
|
|
52904
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
52905
|
+
Parameters: {"path"=>"temp/", "r"=>"0.524366215730531"}
|
|
52906
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
52907
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `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[0m
|
|
52908
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (9.0ms)
|
|
52909
|
+
Completed 200 OK in 491ms (Views: 482.6ms | ActiveRecord: 2.0ms)
|
|
52910
|
+
|
|
52911
|
+
|
|
52912
|
+
Started PATCH "/admin/templates/163" for 127.0.0.1 at 2016-08-16 21:02:17 +0300
|
|
52913
|
+
Processing by Optimacms::Admin::TemplatesController#update as HTML
|
|
52914
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"NGZv+axmYil1Nl0xUofvfoyIpXdbs0YPhpAcToUFHgMFDN0FVUowqqonx4TI9Kf/cmSdIz2rlDR/5teFh8pTAQ==", "continue"=>"1", "template"=>{"parent_id"=>"70", "title"=>"t2", "is_translated"=>"1", "translations_attributes"=>{"0"=>{"item_id"=>"163", "lang"=>"", "content"=>"def def def def def ", "id"=>"114"}, "2"=>{"item_id"=>"163", "lang"=>"en", "content"=>"eeeen-en-en", "id"=>"115"}, "3"=>{"item_id"=>"163", "lang"=>"ru", "content"=>"ru-ru-ru-", "id"=>"116"}}}, "panel-blocks-input-path"=>"temp/", "id"=>"163"}
|
|
52915
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
52916
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
52917
|
+
[1m[35mOptimacms::Language Load (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
52918
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
52919
|
+
[1m[35mOptimacms::TemplateTranslation Load (0.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163 AND `cms_templates_translation`.`id` IN (114, 115, 116)
|
|
52920
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
52921
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1 [["id", 163]]
|
|
52922
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
52923
|
+
[1m[35m (1.0ms)[0m BEGIN
|
|
52924
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
52925
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
52926
|
+
[1m[36mOptimacms::Template Exists (0.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
52927
|
+
[1m[35m (1.0ms)[0m COMMIT
|
|
52928
|
+
Redirected to http://localhost:3001/admin/templates/163/edit
|
|
52929
|
+
Completed 302 Found in 54ms (ActiveRecord: 3.0ms)
|
|
52930
|
+
|
|
52931
|
+
|
|
52932
|
+
Started GET "/admin/templates/163/edit" for 127.0.0.1 at 2016-08-16 21:02:17 +0300
|
|
52933
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
52934
|
+
Parameters: {"id"=>"163"}
|
|
52935
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
52936
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
52937
|
+
[1m[36mOptimacms::Language Load (0.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
52938
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
52939
|
+
[1m[36mOptimacms::TemplateTranslation Load (1.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
52940
|
+
[1m[35m (1.0ms)[0m BEGIN
|
|
52941
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
52942
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
52943
|
+
[1m[36mOptimacms::Template Exists (0.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
52944
|
+
[1m[35m (0.0ms)[0m COMMIT
|
|
52945
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
52946
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
52947
|
+
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:
|
|
52948
|
+
|
|
52949
|
+
def input
|
|
52950
|
+
|
|
52951
|
+
to
|
|
52952
|
+
|
|
52953
|
+
def input(wrapper_options)
|
|
52954
|
+
|
|
52955
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
52956
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
52957
|
+
[1m[35mOptimacms::TemplateTranslation Load (1.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163
|
|
52958
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
52959
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1 [["id", 163]]
|
|
52960
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
52961
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (1.0ms)
|
|
52962
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (1.0ms)
|
|
52963
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (166.0ms)
|
|
52964
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (281.0ms)
|
|
52965
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (324.0ms)
|
|
52966
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (1.0ms)
|
|
52967
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (34.0ms)
|
|
52968
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
52969
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
52970
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
52971
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (41.0ms)
|
|
52972
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (309.0ms)
|
|
52973
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (640.0ms)
|
|
52974
|
+
Completed 200 OK in 1124ms (Views: 1090.4ms | ActiveRecord: 7.0ms)
|
|
52975
|
+
|
|
52976
|
+
|
|
52977
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.022567750292983968" for 127.0.0.1 at 2016-08-16 21:02:19 +0300
|
|
52978
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
52979
|
+
Parameters: {"path"=>"temp/", "r"=>"0.022567750292983968"}
|
|
52980
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
52981
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `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[0m
|
|
52982
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (10.0ms)
|
|
52983
|
+
Completed 200 OK in 451ms (Views: 443.7ms | ActiveRecord: 1.0ms)
|
|
52984
|
+
|
|
52985
|
+
|
|
52986
|
+
Started PATCH "/admin/templates/163" for 127.0.0.1 at 2016-08-16 21:04:23 +0300
|
|
52987
|
+
Processing by Optimacms::Admin::TemplatesController#update as HTML
|
|
52988
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"L/pJOirjWOVb59jg0Arwgu3SmjwkZNzYbAfgkXza3y4ekPvG088KZoT2QlVKebgDEz6iaEJ8DuOVcStafhWSLA==", "continue"=>"1", "template"=>{"parent_id"=>"70", "title"=>"t2", "is_translated"=>"0", "translations_attributes"=>{"0"=>{"item_id"=>"163", "lang"=>"", "content"=>"def def def def def ", "id"=>"114"}, "2"=>{"item_id"=>"163", "lang"=>"en", "content"=>"eeeen-en-en", "id"=>"115"}, "3"=>{"item_id"=>"163", "lang"=>"ru", "content"=>"ru-ru-ru-", "id"=>"116"}}}, "panel-blocks-input-path"=>"temp/", "id"=>"163"}
|
|
52989
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
52990
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
52991
|
+
[1m[35mOptimacms::Language Load (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
52992
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
52993
|
+
[1m[35mOptimacms::TemplateTranslation Load (0.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163 AND `cms_templates_translation`.`id` IN (114, 115, 116)
|
|
52994
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
52995
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1 [["id", 163]]
|
|
52996
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
52997
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
52998
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
52999
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
53000
|
+
[1m[36mOptimacms::Template Exists (1.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
53001
|
+
[1m[35mSQL (0.0ms)[0m UPDATE `cms_templates` SET `is_translated` = 0, `updated_at` = '2016-08-16 18:04:23' WHERE `cms_templates`.`id` = 163
|
|
53002
|
+
[1m[36m (6.0ms)[0m [1mCOMMIT[0m
|
|
53003
|
+
Redirected to http://localhost:3001/admin/templates/163/edit
|
|
53004
|
+
Completed 302 Found in 56ms (ActiveRecord: 9.0ms)
|
|
53005
|
+
|
|
53006
|
+
|
|
53007
|
+
Started GET "/admin/templates/163/edit" for 127.0.0.1 at 2016-08-16 21:04:23 +0300
|
|
53008
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
53009
|
+
Parameters: {"id"=>"163"}
|
|
53010
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
53011
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
53012
|
+
[1m[35mOptimacms::Language Load (1.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
53013
|
+
[1m[36mOptimacms::TemplateTranslation Load (1.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
53014
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
53015
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
53016
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
53017
|
+
[1m[36mOptimacms::Template Exists (0.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
53018
|
+
[1m[35m (1.0ms)[0m COMMIT
|
|
53019
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
53020
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
53021
|
+
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:
|
|
53022
|
+
|
|
53023
|
+
def input
|
|
53024
|
+
|
|
53025
|
+
to
|
|
53026
|
+
|
|
53027
|
+
def input(wrapper_options)
|
|
53028
|
+
|
|
53029
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
53030
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
53031
|
+
[1m[35mOptimacms::TemplateTranslation Load (1.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163
|
|
53032
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
53033
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
|
|
53034
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (1.0ms)
|
|
53035
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (111.0ms)
|
|
53036
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (215.0ms)
|
|
53037
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (257.0ms)
|
|
53038
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
53039
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (26.0ms)
|
|
53040
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
|
|
53041
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
|
53042
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
53043
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (40.0ms)
|
|
53044
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (243.0ms)
|
|
53045
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (555.0ms)
|
|
53046
|
+
Completed 200 OK in 966ms (Views: 934.6ms | ActiveRecord: 8.0ms)
|
|
53047
|
+
|
|
53048
|
+
|
|
53049
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.44104613533428483" for 127.0.0.1 at 2016-08-16 21:04:24 +0300
|
|
53050
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
53051
|
+
Parameters: {"path"=>"temp/", "r"=>"0.44104613533428483"}
|
|
53052
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
53053
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `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[0m
|
|
53054
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (9.0ms)
|
|
53055
|
+
Completed 200 OK in 483ms (Views: 475.3ms | ActiveRecord: 1.0ms)
|
|
53056
|
+
|
|
53057
|
+
|
|
53058
|
+
Started GET "/admin/templates/163/edit" for 127.0.0.1 at 2016-08-16 21:05:06 +0300
|
|
53059
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
53060
|
+
Parameters: {"id"=>"163"}
|
|
53061
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
53062
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
53063
|
+
[1m[35mOptimacms::Language Load (1.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
53064
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
53065
|
+
[1m[35m (1.0ms)[0m BEGIN
|
|
53066
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
53067
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
53068
|
+
[1m[36mOptimacms::Template Exists (1.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
53069
|
+
[1m[35mSQL (1.0ms)[0m DELETE FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163
|
|
53070
|
+
[1m[36m (5.0ms)[0m [1mCOMMIT[0m
|
|
53071
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
53072
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
53073
|
+
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:
|
|
53074
|
+
|
|
53075
|
+
def input
|
|
53076
|
+
|
|
53077
|
+
to
|
|
53078
|
+
|
|
53079
|
+
def input(wrapper_options)
|
|
53080
|
+
|
|
53081
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
53082
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
53083
|
+
[1m[36mOptimacms::TemplateTranslation Load (1.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
53084
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
|
|
53085
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (1.0ms)
|
|
53086
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (88.0ms)
|
|
53087
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (203.0ms)
|
|
53088
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (243.0ms)
|
|
53089
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
53090
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (36.0ms)
|
|
53091
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
|
|
53092
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
|
53093
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
|
53094
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (46.0ms)
|
|
53095
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (256.0ms)
|
|
53096
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (607.0ms)
|
|
53097
|
+
Completed 200 OK in 1150ms (Views: 972.6ms | ActiveRecord: 47.0ms)
|
|
53098
|
+
|
|
53099
|
+
|
|
53100
|
+
Started GET "/assets/optimacms/admin_tpl.self-3552518fc3641d7e2cce03ff12090a8288cfdabbeb2263909a89f56757898dfd.css?body=1" for 127.0.0.1 at 2016-08-16 21:05:08 +0300
|
|
53101
|
+
|
|
53102
|
+
|
|
53103
|
+
Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-08-16 21:05:08 +0300
|
|
53104
|
+
|
|
53105
|
+
|
|
53106
|
+
Started GET "/assets/optimacms/application.self-fb28094035fc8f155b896e47c199355db7c84fc9d6214ed9800f1022ac2ece52.js?body=1" for 127.0.0.1 at 2016-08-16 21:05:08 +0300
|
|
53107
|
+
|
|
53108
|
+
|
|
53109
|
+
Started GET "/assets/optimacms/admin.self-84e36b0189cfc4ac18c624ad198afcefbbd618cce7a3809360431d6d8b6fd71c.css?body=1" for 127.0.0.1 at 2016-08-16 21:05:08 +0300
|
|
53110
|
+
|
|
53111
|
+
|
|
53112
|
+
Started GET "/assets/jquery2.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-08-16 21:05:08 +0300
|
|
53113
|
+
|
|
53114
|
+
|
|
53115
|
+
Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-08-16 21:05:08 +0300
|
|
53116
|
+
|
|
53117
|
+
|
|
53118
|
+
Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2016-08-16 21:05:08 +0300
|
|
53119
|
+
|
|
53120
|
+
|
|
53121
|
+
Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2016-08-16 21:05:08 +0300
|
|
53122
|
+
|
|
53123
|
+
|
|
53124
|
+
Started GET "/assets/optimacms/admin.self-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js?body=1" for 127.0.0.1 at 2016-08-16 21:05:08 +0300
|
|
53125
|
+
|
|
53126
|
+
|
|
53127
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.9534685557726174" for 127.0.0.1 at 2016-08-16 21:05:09 +0300
|
|
53128
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
53129
|
+
Parameters: {"path"=>"temp/", "r"=>"0.9534685557726174"}
|
|
53130
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
53131
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `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[0m
|
|
53132
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (13.0ms)
|
|
53133
|
+
Completed 200 OK in 633ms (Views: 627.5ms | ActiveRecord: 1.0ms)
|
|
53134
|
+
|
|
53135
|
+
|
|
53136
|
+
Started GET "/admin/templates/163/edit" for 127.0.0.1 at 2016-08-16 21:05:16 +0300
|
|
53137
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
53138
|
+
Parameters: {"id"=>"163"}
|
|
53139
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
53140
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
53141
|
+
[1m[35mOptimacms::Language Load (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
53142
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
53143
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
53144
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
53145
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
53146
|
+
[1m[36mOptimacms::Template Exists (1.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
53147
|
+
[1m[35mSQL (0.0ms)[0m DELETE FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163
|
|
53148
|
+
[1m[36m (0.0ms)[0m [1mCOMMIT[0m
|
|
53149
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
53150
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
53151
|
+
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:
|
|
53152
|
+
|
|
53153
|
+
def input
|
|
53154
|
+
|
|
53155
|
+
to
|
|
53156
|
+
|
|
53157
|
+
def input(wrapper_options)
|
|
53158
|
+
|
|
53159
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
53160
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
53161
|
+
[1m[36mOptimacms::TemplateTranslation Load (1.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
53162
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (1.0ms)
|
|
53163
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (1.0ms)
|
|
53164
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (92.0ms)
|
|
53165
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (205.0ms)
|
|
53166
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (247.0ms)
|
|
53167
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
53168
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (29.0ms)
|
|
53169
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
53170
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
|
53171
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
53172
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (48.0ms)
|
|
53173
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (360.0ms)
|
|
53174
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (715.0ms)
|
|
53175
|
+
Completed 200 OK in 1138ms (Views: 1105.2ms | ActiveRecord: 5.0ms)
|
|
53176
|
+
|
|
53177
|
+
|
|
53178
|
+
Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-08-16 21:05:17 +0300
|
|
53179
|
+
|
|
53180
|
+
|
|
53181
|
+
Started GET "/assets/optimacms/application.self-fb28094035fc8f155b896e47c199355db7c84fc9d6214ed9800f1022ac2ece52.js?body=1" for 127.0.0.1 at 2016-08-16 21:05:17 +0300
|
|
53182
|
+
|
|
53183
|
+
|
|
53184
|
+
Started GET "/assets/optimacms/admin.self-84e36b0189cfc4ac18c624ad198afcefbbd618cce7a3809360431d6d8b6fd71c.css?body=1" for 127.0.0.1 at 2016-08-16 21:05:17 +0300
|
|
53185
|
+
|
|
53186
|
+
|
|
53187
|
+
Started GET "/assets/optimacms/admin_tpl.self-3552518fc3641d7e2cce03ff12090a8288cfdabbeb2263909a89f56757898dfd.css?body=1" for 127.0.0.1 at 2016-08-16 21:05:17 +0300
|
|
53188
|
+
|
|
53189
|
+
|
|
53190
|
+
Started GET "/assets/jquery2.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-08-16 21:05:18 +0300
|
|
53191
|
+
|
|
53192
|
+
|
|
53193
|
+
Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-08-16 21:05:18 +0300
|
|
53194
|
+
|
|
53195
|
+
|
|
53196
|
+
Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2016-08-16 21:05:18 +0300
|
|
53197
|
+
|
|
53198
|
+
|
|
53199
|
+
Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2016-08-16 21:05:18 +0300
|
|
53200
|
+
|
|
53201
|
+
|
|
53202
|
+
Started GET "/assets/optimacms/admin.self-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js?body=1" for 127.0.0.1 at 2016-08-16 21:05:18 +0300
|
|
53203
|
+
|
|
53204
|
+
|
|
53205
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.7049859437751969" for 127.0.0.1 at 2016-08-16 21:05:18 +0300
|
|
53206
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
53207
|
+
Parameters: {"path"=>"temp/", "r"=>"0.7049859437751969"}
|
|
53208
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
53209
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `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[0m
|
|
53210
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (11.0ms)
|
|
53211
|
+
Completed 200 OK in 588ms (Views: 578.9ms | ActiveRecord: 1.0ms)
|
|
53212
|
+
|
|
53213
|
+
|
|
53214
|
+
Started GET "/admin/templates" for 127.0.0.1 at 2016-08-16 21:05:25 +0300
|
|
53215
|
+
Processing by Optimacms::Admin::TemplatesController#index as HTML
|
|
53216
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
53217
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
53218
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
53219
|
+
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)
|
|
53220
|
+
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)
|
|
53221
|
+
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)
|
|
53222
|
+
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)
|
|
53223
|
+
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)
|
|
53224
|
+
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)
|
|
53225
|
+
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 (17.0ms)
|
|
53226
|
+
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 (127.0ms)
|
|
53227
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (145.0ms)
|
|
53228
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry[0m
|
|
53229
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
|
|
53230
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )[0m
|
|
53231
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (218.0ms)
|
|
53232
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
53233
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (25.0ms)
|
|
53234
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
|
|
53235
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
53236
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
|
53237
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (42.0ms)
|
|
53238
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (284.0ms)
|
|
53239
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (603.0ms)
|
|
53240
|
+
Completed 200 OK in 1013ms (Views: 1001.1ms | ActiveRecord: 2.0ms)
|
|
53241
|
+
|
|
53242
|
+
|
|
53243
|
+
Started GET "/admin/templates/163/edit" for 127.0.0.1 at 2016-08-16 21:05:28 +0300
|
|
53244
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
53245
|
+
Parameters: {"id"=>"163"}
|
|
53246
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
53247
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
53248
|
+
[1m[35mOptimacms::Language Load (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
53249
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
53250
|
+
[1m[35m (1.0ms)[0m BEGIN
|
|
53251
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
53252
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
53253
|
+
[1m[36mOptimacms::Template Exists (0.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
53254
|
+
[1m[35mSQL (0.0ms)[0m DELETE FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163
|
|
53255
|
+
[1m[36m (1.0ms)[0m [1mCOMMIT[0m
|
|
53256
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
53257
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
53258
|
+
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:
|
|
53259
|
+
|
|
53260
|
+
def input
|
|
53261
|
+
|
|
53262
|
+
to
|
|
53263
|
+
|
|
53264
|
+
def input(wrapper_options)
|
|
53265
|
+
|
|
53266
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
53267
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
53268
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
53269
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
|
|
53270
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (0.0ms)
|
|
53271
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (88.0ms)
|
|
53272
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (195.0ms)
|
|
53273
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (234.0ms)
|
|
53274
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (1.0ms)
|
|
53275
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (30.0ms)
|
|
53276
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
|
|
53277
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
|
53278
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
53279
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (43.0ms)
|
|
53280
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (260.0ms)
|
|
53281
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (592.0ms)
|
|
53282
|
+
Completed 200 OK in 981ms (Views: 947.9ms | ActiveRecord: 4.0ms)
|
|
53283
|
+
|
|
53284
|
+
|
|
53285
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.7270253986909347" for 127.0.0.1 at 2016-08-16 21:05:30 +0300
|
|
53286
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
53287
|
+
Parameters: {"path"=>"temp/", "r"=>"0.7270253986909347"}
|
|
53288
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
53289
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `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[0m
|
|
53290
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (13.0ms)
|
|
53291
|
+
Completed 200 OK in 608ms (Views: 601.7ms | ActiveRecord: 2.0ms)
|
|
53292
|
+
|
|
53293
|
+
|
|
53294
|
+
Started GET "/admin/templates/163/edit" for 127.0.0.1 at 2016-08-16 21:05:51 +0300
|
|
53295
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
53296
|
+
Parameters: {"id"=>"163"}
|
|
53297
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
53298
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
53299
|
+
[1m[35mOptimacms::Language Load (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
53300
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
53301
|
+
[1m[35m (1.0ms)[0m BEGIN
|
|
53302
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
53303
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
53304
|
+
[1m[36mOptimacms::Template Exists (0.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
53305
|
+
[1m[35mSQL (0.0ms)[0m DELETE FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163
|
|
53306
|
+
[1m[36m (0.0ms)[0m [1mCOMMIT[0m
|
|
53307
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
53308
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
53309
|
+
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:
|
|
53310
|
+
|
|
53311
|
+
def input
|
|
53312
|
+
|
|
53313
|
+
to
|
|
53314
|
+
|
|
53315
|
+
def input(wrapper_options)
|
|
53316
|
+
|
|
53317
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
53318
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
53319
|
+
[1m[36mOptimacms::TemplateTranslation Load (1.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
53320
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (1.0ms)
|
|
53321
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (2.0ms)
|
|
53322
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (180.0ms)
|
|
53323
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (325.0ms)
|
|
53324
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (377.0ms)
|
|
53325
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
53326
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (36.0ms)
|
|
53327
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
53328
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
|
53329
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
|
53330
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (55.0ms)
|
|
53331
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (364.0ms)
|
|
53332
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (793.0ms)
|
|
53333
|
+
Completed 200 OK in 1379ms (Views: 1337.5ms | ActiveRecord: 3.0ms)
|
|
53334
|
+
|
|
53335
|
+
|
|
53336
|
+
Started GET "/assets/optimacms/application.self-fb28094035fc8f155b896e47c199355db7c84fc9d6214ed9800f1022ac2ece52.js?body=1" for 127.0.0.1 at 2016-08-16 21:05:53 +0300
|
|
53337
|
+
|
|
53338
|
+
|
|
53339
|
+
Started GET "/assets/optimacms/admin_tpl.self-3552518fc3641d7e2cce03ff12090a8288cfdabbeb2263909a89f56757898dfd.css?body=1" for 127.0.0.1 at 2016-08-16 21:05:53 +0300
|
|
53340
|
+
|
|
53341
|
+
|
|
53342
|
+
Started GET "/assets/optimacms/admin.self-84e36b0189cfc4ac18c624ad198afcefbbd618cce7a3809360431d6d8b6fd71c.css?body=1" for 127.0.0.1 at 2016-08-16 21:05:53 +0300
|
|
53343
|
+
|
|
53344
|
+
|
|
53345
|
+
Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-08-16 21:05:53 +0300
|
|
53346
|
+
|
|
53347
|
+
|
|
53348
|
+
Started GET "/assets/jquery2.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-08-16 21:05:53 +0300
|
|
53349
|
+
|
|
53350
|
+
|
|
53351
|
+
Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-08-16 21:05:53 +0300
|
|
53352
|
+
|
|
53353
|
+
|
|
53354
|
+
Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2016-08-16 21:05:53 +0300
|
|
53355
|
+
|
|
53356
|
+
|
|
53357
|
+
Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2016-08-16 21:05:53 +0300
|
|
53358
|
+
|
|
53359
|
+
|
|
53360
|
+
Started GET "/assets/optimacms/admin.self-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js?body=1" for 127.0.0.1 at 2016-08-16 21:05:53 +0300
|
|
53361
|
+
|
|
53362
|
+
|
|
53363
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.2778216622883527" for 127.0.0.1 at 2016-08-16 21:05:53 +0300
|
|
53364
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
53365
|
+
Parameters: {"path"=>"temp/", "r"=>"0.2778216622883527"}
|
|
53366
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
53367
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `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[0m
|
|
53368
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (13.0ms)
|
|
53369
|
+
Completed 200 OK in 481ms (Views: 471.6ms | ActiveRecord: 1.0ms)
|
|
53370
|
+
|
|
53371
|
+
|
|
53372
|
+
Started GET "/admin/templates/163/edit" for 127.0.0.1 at 2016-08-16 21:06:10 +0300
|
|
53373
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
53374
|
+
Parameters: {"id"=>"163"}
|
|
53375
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
53376
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
53377
|
+
[1m[35mOptimacms::Language Load (1.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
53378
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
53379
|
+
[1m[35m (1.0ms)[0m BEGIN
|
|
53380
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
53381
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
53382
|
+
[1m[36mOptimacms::Template Exists (1.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
53383
|
+
[1m[35mSQL (1.0ms)[0m DELETE FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163
|
|
53384
|
+
[1m[36m (0.0ms)[0m [1mCOMMIT[0m
|
|
53385
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
53386
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
53387
|
+
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:
|
|
53388
|
+
|
|
53389
|
+
def input
|
|
53390
|
+
|
|
53391
|
+
to
|
|
53392
|
+
|
|
53393
|
+
def input(wrapper_options)
|
|
53394
|
+
|
|
53395
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
53396
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
53397
|
+
[1m[36mOptimacms::TemplateTranslation Load (1.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
53398
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
|
|
53399
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (2.0ms)
|
|
53400
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (121.0ms)
|
|
53401
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (238.0ms)
|
|
53402
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (295.0ms)
|
|
53403
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
53404
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (27.0ms)
|
|
53405
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
53406
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
53407
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
53408
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (57.0ms)
|
|
53409
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (355.0ms)
|
|
53410
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (759.0ms)
|
|
53411
|
+
Completed 200 OK in 1250ms (Views: 1204.5ms | ActiveRecord: 7.0ms)
|
|
53412
|
+
|
|
53413
|
+
|
|
53414
|
+
Started GET "/assets/optimacms/admin_tpl.self-3552518fc3641d7e2cce03ff12090a8288cfdabbeb2263909a89f56757898dfd.css?body=1" for 127.0.0.1 at 2016-08-16 21:06:11 +0300
|
|
53415
|
+
|
|
53416
|
+
|
|
53417
|
+
Started GET "/assets/optimacms/application.self-fb28094035fc8f155b896e47c199355db7c84fc9d6214ed9800f1022ac2ece52.js?body=1" for 127.0.0.1 at 2016-08-16 21:06:11 +0300
|
|
53418
|
+
|
|
53419
|
+
|
|
53420
|
+
Started GET "/assets/jquery2.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-08-16 21:06:11 +0300
|
|
53421
|
+
|
|
53422
|
+
|
|
53423
|
+
Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-08-16 21:06:11 +0300
|
|
53424
|
+
|
|
53425
|
+
|
|
53426
|
+
Started GET "/assets/optimacms/admin.self-84e36b0189cfc4ac18c624ad198afcefbbd618cce7a3809360431d6d8b6fd71c.css?body=1" for 127.0.0.1 at 2016-08-16 21:06:11 +0300
|
|
53427
|
+
|
|
53428
|
+
|
|
53429
|
+
Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-08-16 21:06:11 +0300
|
|
53430
|
+
|
|
53431
|
+
|
|
53432
|
+
Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2016-08-16 21:06:11 +0300
|
|
53433
|
+
|
|
53434
|
+
|
|
53435
|
+
Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2016-08-16 21:06:12 +0300
|
|
53436
|
+
|
|
53437
|
+
|
|
53438
|
+
Started GET "/assets/optimacms/admin.self-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js?body=1" for 127.0.0.1 at 2016-08-16 21:06:12 +0300
|
|
53439
|
+
|
|
53440
|
+
|
|
53441
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.17180232971585208" for 127.0.0.1 at 2016-08-16 21:06:12 +0300
|
|
53442
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
53443
|
+
Parameters: {"path"=>"temp/", "r"=>"0.17180232971585208"}
|
|
53444
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
53445
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `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[0m
|
|
53446
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (9.0ms)
|
|
53447
|
+
Completed 200 OK in 511ms (Views: 501.8ms | ActiveRecord: 1.0ms)
|
|
53448
|
+
|
|
53449
|
+
|
|
53450
|
+
Started GET "/admin/templates/163/edit" for 127.0.0.1 at 2016-08-16 21:06:28 +0300
|
|
53451
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
53452
|
+
Parameters: {"id"=>"163"}
|
|
53453
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
53454
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
53455
|
+
[1m[35mOptimacms::Language Load (1.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
53456
|
+
[1m[36mOptimacms::TemplateTranslation Load (1.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
53457
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
53458
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
53459
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
53460
|
+
[1m[36mOptimacms::Template Exists (1.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
53461
|
+
[1m[35mSQL (1.0ms)[0m DELETE FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163
|
|
53462
|
+
[1m[36m (0.0ms)[0m [1mCOMMIT[0m
|
|
53463
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
53464
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
53465
|
+
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:
|
|
53466
|
+
|
|
53467
|
+
def input
|
|
53468
|
+
|
|
53469
|
+
to
|
|
53470
|
+
|
|
53471
|
+
def input(wrapper_options)
|
|
53472
|
+
|
|
53473
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
53474
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
53475
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
53476
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (1.0ms)
|
|
53477
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (1.0ms)
|
|
53478
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (160.0ms)
|
|
53479
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (307.0ms)
|
|
53480
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (365.0ms)
|
|
53481
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
53482
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (35.0ms)
|
|
53483
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
53484
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
53485
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
53486
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (54.0ms)
|
|
53487
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (355.0ms)
|
|
53488
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (784.0ms)
|
|
53489
|
+
Completed 200 OK in 1374ms (Views: 1324.9ms | ActiveRecord: 7.0ms)
|
|
53490
|
+
|
|
53491
|
+
|
|
53492
|
+
Started GET "/assets/optimacms/admin.self-84e36b0189cfc4ac18c624ad198afcefbbd618cce7a3809360431d6d8b6fd71c.css?body=1" for 127.0.0.1 at 2016-08-16 21:06:30 +0300
|
|
53493
|
+
|
|
53494
|
+
|
|
53495
|
+
Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-08-16 21:06:30 +0300
|
|
53496
|
+
|
|
53497
|
+
|
|
53498
|
+
Started GET "/assets/optimacms/application.self-fb28094035fc8f155b896e47c199355db7c84fc9d6214ed9800f1022ac2ece52.js?body=1" for 127.0.0.1 at 2016-08-16 21:06:30 +0300
|
|
53499
|
+
|
|
53500
|
+
|
|
53501
|
+
Started GET "/assets/jquery2.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-08-16 21:06:30 +0300
|
|
53502
|
+
|
|
53503
|
+
|
|
53504
|
+
Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-08-16 21:06:30 +0300
|
|
53505
|
+
|
|
53506
|
+
|
|
53507
|
+
Started GET "/assets/optimacms/admin_tpl.self-3552518fc3641d7e2cce03ff12090a8288cfdabbeb2263909a89f56757898dfd.css?body=1" for 127.0.0.1 at 2016-08-16 21:06:30 +0300
|
|
53508
|
+
|
|
53509
|
+
|
|
53510
|
+
Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2016-08-16 21:06:30 +0300
|
|
53511
|
+
|
|
53512
|
+
|
|
53513
|
+
Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2016-08-16 21:06:30 +0300
|
|
53514
|
+
|
|
53515
|
+
|
|
53516
|
+
Started GET "/assets/optimacms/admin.self-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js?body=1" for 127.0.0.1 at 2016-08-16 21:06:30 +0300
|
|
53517
|
+
|
|
53518
|
+
|
|
53519
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.08001307238536282" for 127.0.0.1 at 2016-08-16 21:06:31 +0300
|
|
53520
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
53521
|
+
Parameters: {"path"=>"temp/", "r"=>"0.08001307238536282"}
|
|
53522
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
53523
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `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[0m
|
|
53524
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (15.0ms)
|
|
53525
|
+
Completed 200 OK in 614ms (Views: 607.9ms | ActiveRecord: 2.0ms)
|
|
53526
|
+
|
|
53527
|
+
|
|
53528
|
+
Started GET "/admin/templates/163/edit" for 127.0.0.1 at 2016-08-16 21:06:44 +0300
|
|
53529
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
53530
|
+
Parameters: {"id"=>"163"}
|
|
53531
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
53532
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
53533
|
+
[1m[35mOptimacms::Language Load (1.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
53534
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
53535
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
53536
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
53537
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
53538
|
+
[1m[36mOptimacms::Template Exists (1.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
53539
|
+
[1m[35mSQL (1.0ms)[0m DELETE FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163
|
|
53540
|
+
[1m[36m (0.0ms)[0m [1mCOMMIT[0m
|
|
53541
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
53542
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
53543
|
+
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:
|
|
53544
|
+
|
|
53545
|
+
def input
|
|
53546
|
+
|
|
53547
|
+
to
|
|
53548
|
+
|
|
53549
|
+
def input(wrapper_options)
|
|
53550
|
+
|
|
53551
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
53552
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
53553
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
53554
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
|
|
53555
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (2.0ms)
|
|
53556
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (164.0ms)
|
|
53557
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (319.0ms)
|
|
53558
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (382.0ms)
|
|
53559
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
53560
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (37.0ms)
|
|
53561
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
53562
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
53563
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
53564
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (57.0ms)
|
|
53565
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (367.0ms)
|
|
53566
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (817.0ms)
|
|
53567
|
+
Completed 200 OK in 1426ms (Views: 1376.3ms | ActiveRecord: 6.0ms)
|
|
53568
|
+
|
|
53569
|
+
|
|
53570
|
+
Started GET "/assets/optimacms/admin.self-84e36b0189cfc4ac18c624ad198afcefbbd618cce7a3809360431d6d8b6fd71c.css?body=1" for 127.0.0.1 at 2016-08-16 21:06:46 +0300
|
|
53571
|
+
|
|
53572
|
+
|
|
53573
|
+
Started GET "/assets/optimacms/application.self-fb28094035fc8f155b896e47c199355db7c84fc9d6214ed9800f1022ac2ece52.js?body=1" for 127.0.0.1 at 2016-08-16 21:06:46 +0300
|
|
53574
|
+
|
|
53575
|
+
|
|
53576
|
+
Started GET "/assets/optimacms/admin_tpl.self-3552518fc3641d7e2cce03ff12090a8288cfdabbeb2263909a89f56757898dfd.css?body=1" for 127.0.0.1 at 2016-08-16 21:06:46 +0300
|
|
53577
|
+
|
|
53578
|
+
|
|
53579
|
+
Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-08-16 21:06:46 +0300
|
|
53580
|
+
|
|
53581
|
+
|
|
53582
|
+
Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-08-16 21:06:46 +0300
|
|
53583
|
+
|
|
53584
|
+
|
|
53585
|
+
Started GET "/assets/jquery2.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-08-16 21:06:46 +0300
|
|
53586
|
+
|
|
53587
|
+
|
|
53588
|
+
Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2016-08-16 21:06:46 +0300
|
|
53589
|
+
|
|
53590
|
+
|
|
53591
|
+
Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2016-08-16 21:06:46 +0300
|
|
53592
|
+
|
|
53593
|
+
|
|
53594
|
+
Started GET "/assets/optimacms/admin.self-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js?body=1" for 127.0.0.1 at 2016-08-16 21:06:46 +0300
|
|
53595
|
+
|
|
53596
|
+
|
|
53597
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.691089280065389" for 127.0.0.1 at 2016-08-16 21:06:47 +0300
|
|
53598
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
53599
|
+
Parameters: {"path"=>"temp/", "r"=>"0.691089280065389"}
|
|
53600
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
53601
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `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[0m
|
|
53602
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (13.0ms)
|
|
53603
|
+
Completed 200 OK in 662ms (Views: 655.1ms | ActiveRecord: 2.0ms)
|
|
53604
|
+
|
|
53605
|
+
|
|
53606
|
+
Started GET "/admin/templates/163/edit" for 127.0.0.1 at 2016-08-16 21:09:11 +0300
|
|
53607
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
53608
|
+
Parameters: {"id"=>"163"}
|
|
53609
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
53610
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
53611
|
+
[1m[35mOptimacms::Language Load (1.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
53612
|
+
[1m[36mOptimacms::TemplateTranslation Load (1.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
53613
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
53614
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
53615
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
53616
|
+
[1m[36mOptimacms::Template Exists (1.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
53617
|
+
[1m[35m (1.0ms)[0m ROLLBACK
|
|
53618
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
53619
|
+
Completed 500 Internal Server Error in 166ms (ActiveRecord: 41.0ms)
|
|
53620
|
+
|
|
53621
|
+
NoMethodError (undefined method `delete_if' for #<Optimacms::TemplateTranslation::ActiveRecord_Associations_CollectionProxy:0x0000000f6fdb78>):
|
|
53622
|
+
activerecord (4.2.6) lib/active_record/relation/delegation.rb:136:in `method_missing'
|
|
53623
|
+
activerecord (4.2.6) lib/active_record/relation/delegation.rb:99:in `method_missing'
|
|
53624
|
+
W:/myrails/cms/site/app/models/optimacms/template.rb:347:in `_before_update'
|
|
53625
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:432:in `block in make_lambda'
|
|
53626
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:164:in `call'
|
|
53627
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:164:in `block in halting'
|
|
53628
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `call'
|
|
53629
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `block in call'
|
|
53630
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `each'
|
|
53631
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `call'
|
|
53632
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
|
|
53633
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_update_callbacks'
|
|
53634
|
+
activerecord (4.2.6) lib/active_record/callbacks.rb:310:in `_update_record'
|
|
53635
|
+
activerecord (4.2.6) lib/active_record/timestamp.rb:70:in `_update_record'
|
|
53636
|
+
activerecord (4.2.6) lib/active_record/persistence.rb:504:in `create_or_update'
|
|
53637
|
+
activerecord (4.2.6) lib/active_record/callbacks.rb:302:in `block in create_or_update'
|
|
53638
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
|
|
53639
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
|
|
53640
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
|
|
53641
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
|
|
53642
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
|
|
53643
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
|
|
53644
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_save_callbacks'
|
|
53645
|
+
activerecord (4.2.6) lib/active_record/callbacks.rb:302:in `create_or_update'
|
|
53646
|
+
activerecord (4.2.6) lib/active_record/persistence.rb:120:in `save'
|
|
53647
|
+
activerecord (4.2.6) lib/active_record/validations.rb:37:in `save'
|
|
53648
|
+
activerecord (4.2.6) lib/active_record/attribute_methods/dirty.rb:21:in `save'
|
|
53649
|
+
activerecord (4.2.6) lib/active_record/transactions.rb:286:in `block (2 levels) in save'
|
|
53650
|
+
activerecord (4.2.6) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status'
|
|
53651
|
+
activerecord (4.2.6) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction'
|
|
53652
|
+
activerecord (4.2.6) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction'
|
|
53653
|
+
activerecord (4.2.6) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction'
|
|
53654
|
+
activerecord (4.2.6) lib/active_record/transactions.rb:220:in `transaction'
|
|
53655
|
+
activerecord (4.2.6) lib/active_record/transactions.rb:348:in `with_transaction_returning_status'
|
|
53656
|
+
activerecord (4.2.6) lib/active_record/transactions.rb:286:in `block in save'
|
|
53657
|
+
activerecord (4.2.6) lib/active_record/transactions.rb:301:in `rollback_active_record_state!'
|
|
53658
|
+
activerecord (4.2.6) lib/active_record/transactions.rb:285:in `save'
|
|
53659
|
+
W:/myrails/cms/site/app/controllers/optimacms/admin/templates_controller.rb:104:in `edit'
|
|
53660
|
+
actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
|
53661
|
+
actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
|
|
53662
|
+
actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
53663
|
+
actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
|
53664
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
|
|
53665
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
|
|
53666
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
|
|
53667
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
|
|
53668
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
|
|
53669
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
|
|
53670
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
|
|
53671
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
53672
|
+
actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
|
53673
|
+
actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
53674
|
+
actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
|
53675
|
+
activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
|
|
53676
|
+
activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
53677
|
+
activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
|
|
53678
|
+
actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
|
53679
|
+
actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
|
53680
|
+
activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
53681
|
+
actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
|
|
53682
|
+
actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
|
|
53683
|
+
actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
|
|
53684
|
+
actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
|
53685
|
+
actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
|
|
53686
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `call'
|
|
53687
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
|
|
53688
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
|
|
53689
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
|
53690
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
|
|
53691
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
|
|
53692
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
|
|
53693
|
+
railties (4.2.6) lib/rails/engine.rb:518:in `call'
|
|
53694
|
+
railties (4.2.6) lib/rails/railtie.rb:194:in `public_send'
|
|
53695
|
+
railties (4.2.6) lib/rails/railtie.rb:194:in `method_missing'
|
|
53696
|
+
actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
|
53697
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
|
53698
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
|
|
53699
|
+
actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
|
|
53700
|
+
actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
|
|
53701
|
+
warden (1.2.6) lib/warden/manager.rb:35:in `block in call'
|
|
53702
|
+
warden (1.2.6) lib/warden/manager.rb:34:in `catch'
|
|
53703
|
+
warden (1.2.6) lib/warden/manager.rb:34:in `call'
|
|
53704
|
+
rack (1.6.4) lib/rack/etag.rb:24:in `call'
|
|
53705
|
+
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
|
|
53706
|
+
rack (1.6.4) lib/rack/head.rb:13:in `call'
|
|
53707
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
|
53708
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
|
53709
|
+
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
|
|
53710
|
+
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
|
|
53711
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
|
53712
|
+
activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
|
|
53713
|
+
activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
|
|
53714
|
+
activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
|
|
53715
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
|
53716
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
|
|
53717
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
|
|
53718
|
+
activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
53719
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
53720
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
|
53721
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
|
53722
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
|
53723
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
|
53724
|
+
railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
|
|
53725
|
+
railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
|
|
53726
|
+
activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
|
53727
|
+
activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
53728
|
+
activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
|
|
53729
|
+
railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
|
|
53730
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
|
53731
|
+
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
|
|
53732
|
+
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
|
|
53733
|
+
activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
|
53734
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
|
53735
|
+
actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
|
|
53736
|
+
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
|
|
53737
|
+
railties (4.2.6) lib/rails/engine.rb:518:in `call'
|
|
53738
|
+
railties (4.2.6) lib/rails/application.rb:165:in `call'
|
|
53739
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
|
53740
|
+
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
|
|
53741
|
+
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
|
|
53742
|
+
D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
|
53743
|
+
D:/Ruby22x64/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
|
53744
|
+
D:/Ruby22x64/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
|
53745
|
+
|
|
53746
|
+
|
|
53747
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.0ms)
|
|
53748
|
+
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)
|
|
53749
|
+
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 (3.0ms)
|
|
53750
|
+
Rendered D:/Ruby22x64/lib/ruby/gems/2.2.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (505.0ms)
|
|
53751
|
+
|
|
53752
|
+
|
|
53753
|
+
Started GET "/admin/templates/163/edit" for 127.0.0.1 at 2016-08-16 21:10:30 +0300
|
|
53754
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
53755
|
+
Parameters: {"id"=>"163"}
|
|
53756
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
53757
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
53758
|
+
[1m[35mOptimacms::Language Load (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
53759
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
53760
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
53761
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
53762
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
53763
|
+
[1m[36mOptimacms::Template Exists (1.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
53764
|
+
[1m[35mCACHE (1.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163 [["item_id", 163]]
|
|
53765
|
+
[1m[36m (0.0ms)[0m [1mCOMMIT[0m
|
|
53766
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
53767
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
53768
|
+
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:
|
|
53769
|
+
|
|
53770
|
+
def input
|
|
53771
|
+
|
|
53772
|
+
to
|
|
53773
|
+
|
|
53774
|
+
def input(wrapper_options)
|
|
53775
|
+
|
|
53776
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
53777
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
53778
|
+
[1m[36mOptimacms::TemplateTranslation Load (1.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
53779
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1 [["id", 163]]
|
|
53780
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
|
|
53781
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (1.0ms)
|
|
53782
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (160.0ms)
|
|
53783
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (319.0ms)
|
|
53784
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (373.0ms)
|
|
53785
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
53786
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (49.0ms)
|
|
53787
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
53788
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
53789
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
53790
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (56.0ms)
|
|
53791
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (419.0ms)
|
|
53792
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (864.0ms)
|
|
53793
|
+
Completed 200 OK in 1545ms (Views: 1388.0ms | ActiveRecord: 38.0ms)
|
|
53794
|
+
|
|
53795
|
+
|
|
53796
|
+
Started GET "/assets/optimacms/admin.self-84e36b0189cfc4ac18c624ad198afcefbbd618cce7a3809360431d6d8b6fd71c.css?body=1" for 127.0.0.1 at 2016-08-16 21:10:33 +0300
|
|
53797
|
+
|
|
53798
|
+
|
|
53799
|
+
Started GET "/assets/optimacms/application.self-fb28094035fc8f155b896e47c199355db7c84fc9d6214ed9800f1022ac2ece52.js?body=1" for 127.0.0.1 at 2016-08-16 21:10:33 +0300
|
|
53800
|
+
|
|
53801
|
+
|
|
53802
|
+
Started GET "/assets/optimacms/admin_tpl.self-3552518fc3641d7e2cce03ff12090a8288cfdabbeb2263909a89f56757898dfd.css?body=1" for 127.0.0.1 at 2016-08-16 21:10:33 +0300
|
|
53803
|
+
|
|
53804
|
+
|
|
53805
|
+
Started GET "/assets/jquery2.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-08-16 21:10:33 +0300
|
|
53806
|
+
|
|
53807
|
+
|
|
53808
|
+
Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-08-16 21:10:33 +0300
|
|
53809
|
+
|
|
53810
|
+
|
|
53811
|
+
Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-08-16 21:10:33 +0300
|
|
53812
|
+
|
|
53813
|
+
|
|
53814
|
+
Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2016-08-16 21:10:33 +0300
|
|
53815
|
+
|
|
53816
|
+
|
|
53817
|
+
Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2016-08-16 21:10:33 +0300
|
|
53818
|
+
|
|
53819
|
+
|
|
53820
|
+
Started GET "/assets/optimacms/admin.self-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js?body=1" for 127.0.0.1 at 2016-08-16 21:10:33 +0300
|
|
53821
|
+
|
|
53822
|
+
|
|
53823
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.4722926130204923" for 127.0.0.1 at 2016-08-16 21:10:34 +0300
|
|
53824
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
53825
|
+
Parameters: {"path"=>"temp/", "r"=>"0.4722926130204923"}
|
|
53826
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
53827
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` IN (4, 3) AND (basepath LIKE 'temp/%' ) ORDER BY title asc LIMIT 100
|
|
53828
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (12.0ms)
|
|
53829
|
+
Completed 200 OK in 599ms (Views: 585.3ms | ActiveRecord: 2.0ms)
|
|
53830
|
+
|
|
53831
|
+
|
|
53832
|
+
Started GET "/admin/templates/163/edit" for 127.0.0.1 at 2016-08-16 21:10:45 +0300
|
|
53833
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
53834
|
+
Parameters: {"id"=>"163"}
|
|
53835
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
53836
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
53837
|
+
[1m[36mOptimacms::Language Load (1.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
53838
|
+
[1m[35mOptimacms::TemplateTranslation Load (1.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163
|
|
53839
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
53840
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
53841
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m [["id", 70]]
|
|
53842
|
+
[1m[35mOptimacms::Template Exists (1.0ms)[0m SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1
|
|
53843
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m [["item_id", 163]]
|
|
53844
|
+
[1m[35m (0.0ms)[0m COMMIT
|
|
53845
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
53846
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
53847
|
+
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:
|
|
53848
|
+
|
|
53849
|
+
def input
|
|
53850
|
+
|
|
53851
|
+
to
|
|
53852
|
+
|
|
53853
|
+
def input(wrapper_options)
|
|
53854
|
+
|
|
53855
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
53856
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
53857
|
+
[1m[35mOptimacms::TemplateTranslation Load (1.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163
|
|
53858
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
53859
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
|
|
53860
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (1.0ms)
|
|
53861
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (210.0ms)
|
|
53862
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (391.0ms)
|
|
53863
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (455.0ms)
|
|
53864
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
53865
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (32.0ms)
|
|
53866
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
53867
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
53868
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
|
53869
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (63.0ms)
|
|
53870
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (368.0ms)
|
|
53871
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (819.0ms)
|
|
53872
|
+
Completed 200 OK in 1542ms (Views: 1486.3ms | ActiveRecord: 6.0ms)
|
|
53873
|
+
|
|
53874
|
+
|
|
53875
|
+
Started GET "/assets/jquery2.self-a4777c1acac0a74340755725342901a54ed000955bf6f5320491b8b2514c86ec.js?body=1" for 127.0.0.1 at 2016-08-16 21:10:46 +0300
|
|
53876
|
+
|
|
53877
|
+
|
|
53878
|
+
Started GET "/assets/optimacms/admin_tpl.self-3552518fc3641d7e2cce03ff12090a8288cfdabbeb2263909a89f56757898dfd.css?body=1" for 127.0.0.1 at 2016-08-16 21:10:46 +0300
|
|
53879
|
+
|
|
53880
|
+
|
|
53881
|
+
Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for 127.0.0.1 at 2016-08-16 21:10:46 +0300
|
|
53882
|
+
|
|
53883
|
+
|
|
53884
|
+
Started GET "/assets/bootstrap.self-d0e973a52d36a01036265aeefaf2d1ae3499d2cb231a9be3bd846432daf231de.js?body=1" for 127.0.0.1 at 2016-08-16 21:10:46 +0300
|
|
53885
|
+
|
|
53886
|
+
|
|
53887
|
+
Started GET "/assets/optimacms/application.self-fb28094035fc8f155b896e47c199355db7c84fc9d6214ed9800f1022ac2ece52.js?body=1" for 127.0.0.1 at 2016-08-16 21:10:46 +0300
|
|
53888
|
+
|
|
53889
|
+
|
|
53890
|
+
Started GET "/assets/optimacms/admin.self-84e36b0189cfc4ac18c624ad198afcefbbd618cce7a3809360431d6d8b6fd71c.css?body=1" for 127.0.0.1 at 2016-08-16 21:10:47 +0300
|
|
53891
|
+
|
|
53892
|
+
|
|
53893
|
+
Started GET "/assets/bootstrap3-typeahead.min.self-78fcb50a4b38a41b52a51f8662133e39712218bbacbb337469c3ed64bb88ae9d.js?body=1" for 127.0.0.1 at 2016-08-16 21:10:47 +0300
|
|
53894
|
+
|
|
53895
|
+
|
|
53896
|
+
Started GET "/assets/bootstrap3-autocomplete-input.min.self-ce3ca04e5eed6a1c7c2a10589a176cee121808f99dd9b917dd3bf62ce710f211.js?body=1" for 127.0.0.1 at 2016-08-16 21:10:47 +0300
|
|
53897
|
+
|
|
53898
|
+
|
|
53899
|
+
Started GET "/assets/optimacms/admin.self-7c370d9536d7d0d6a0f7cd7f9826692acd93e4fb05ba46f7b630b879740343d3.js?body=1" for 127.0.0.1 at 2016-08-16 21:10:47 +0300
|
|
53900
|
+
|
|
53901
|
+
|
|
53902
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.9413167890861507" for 127.0.0.1 at 2016-08-16 21:10:47 +0300
|
|
53903
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
53904
|
+
Parameters: {"path"=>"temp/", "r"=>"0.9413167890861507"}
|
|
53905
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
53906
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `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[0m
|
|
53907
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (13.0ms)
|
|
53908
|
+
Completed 200 OK in 674ms (Views: 662.3ms | ActiveRecord: 2.0ms)
|
|
53909
|
+
|
|
53910
|
+
|
|
53911
|
+
Started PATCH "/admin/templates/163" for 127.0.0.1 at 2016-08-16 21:10:50 +0300
|
|
53912
|
+
Processing by Optimacms::Admin::TemplatesController#update as HTML
|
|
53913
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"P5HHidJuwP6YeI6SIfCAqjgs1/Xnb+QHRUNVWUX/7ygO+3V1K0KSfUdpFCe7g8grxsDvoYF3Njy8NZ6SRzCiKg==", "continue"=>"1", "template"=>{"parent_id"=>"70", "title"=>"t2", "is_translated"=>"1", "translations_attributes"=>{"0"=>{"item_id"=>"163", "lang"=>"", "content"=>"def def def def def ", "id"=>"119"}}}, "panel-blocks-input-path"=>"temp/", "id"=>"163"}
|
|
53914
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
53915
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
53916
|
+
[1m[35mOptimacms::Language Load (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
53917
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
53918
|
+
[1m[35mOptimacms::TemplateTranslation Load (1.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163 AND `cms_templates_translation`.`id` = 119
|
|
53919
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
53920
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
53921
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
53922
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
53923
|
+
[1m[36mOptimacms::Template Exists (1.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
53924
|
+
[1m[35mSQL (1.0ms)[0m UPDATE `cms_templates` SET `is_translated` = 1, `updated_at` = '2016-08-16 18:10:50' WHERE `cms_templates`.`id` = 163
|
|
53925
|
+
[1m[36m (5.0ms)[0m [1mCOMMIT[0m
|
|
53926
|
+
Redirected to http://localhost:3001/admin/templates/163/edit
|
|
53927
|
+
Completed 302 Found in 63ms (ActiveRecord: 12.0ms)
|
|
53928
|
+
|
|
53929
|
+
|
|
53930
|
+
Started GET "/admin/templates/163/edit" for 127.0.0.1 at 2016-08-16 21:10:50 +0300
|
|
53931
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
53932
|
+
Parameters: {"id"=>"163"}
|
|
53933
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
53934
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
53935
|
+
[1m[35mOptimacms::Language Load (1.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
53936
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
53937
|
+
[1m[35mOptimacms::TemplateTranslation Load (0.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163
|
|
53938
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
53939
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
53940
|
+
[1m[36mCACHE (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m [["id", 70]]
|
|
53941
|
+
[1m[35mOptimacms::Template Exists (1.0ms)[0m SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1
|
|
53942
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO `cms_templates_translation` (`lang`, `item_id`) VALUES ('en', 163)[0m
|
|
53943
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO `cms_templates_translation` (`lang`, `item_id`) VALUES ('ru', 163)
|
|
53944
|
+
[1m[36m (2.0ms)[0m [1mCOMMIT[0m
|
|
53945
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
53946
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
|
|
53947
|
+
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:
|
|
53948
|
+
|
|
53949
|
+
def input
|
|
53950
|
+
|
|
53951
|
+
to
|
|
53952
|
+
|
|
53953
|
+
def input(wrapper_options)
|
|
53954
|
+
|
|
53955
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
53956
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
53957
|
+
[1m[36mOptimacms::TemplateTranslation Load (1.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
53958
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1 [["id", 163]]
|
|
53959
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
53960
|
+
[1m[35mCACHE (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1 [["id", 163]]
|
|
53961
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (1.0ms)
|
|
53962
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (1.0ms)
|
|
53963
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (231.0ms)
|
|
53964
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (396.0ms)
|
|
53965
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (452.0ms)
|
|
53966
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
53967
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (34.0ms)
|
|
53968
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
|
|
53969
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
53970
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
53971
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (58.0ms)
|
|
53972
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (369.0ms)
|
|
53973
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (786.0ms)
|
|
53974
|
+
Completed 200 OK in 1474ms (Views: 1408.3ms | ActiveRecord: 12.0ms)
|
|
53975
|
+
|
|
53976
|
+
|
|
53977
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.6385364011777399" for 127.0.0.1 at 2016-08-16 21:10:52 +0300
|
|
53978
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
53979
|
+
Parameters: {"path"=>"temp/", "r"=>"0.6385364011777399"}
|
|
53980
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
53981
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` IN (4, 3) AND (basepath LIKE 'temp/%' ) ORDER BY title asc LIMIT 100
|
|
53982
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (13.0ms)
|
|
53983
|
+
Completed 200 OK in 633ms (Views: 623.4ms | ActiveRecord: 1.0ms)
|
|
53984
|
+
|
|
53985
|
+
|
|
53986
|
+
Started PATCH "/admin/templates/163" for 127.0.0.1 at 2016-08-16 21:11:00 +0300
|
|
53987
|
+
Processing by Optimacms::Admin::TemplatesController#update as HTML
|
|
53988
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"HUpdSJLAGZllyjWYbs2Ib3UWvsfxlbbVbdG7S2mzuMAsIO+0a+xLGrrbry30vsDui/qGk5eNZO6Up3CAa3z1wg==", "continue"=>"1", "template"=>{"parent_id"=>"70", "title"=>"t2", "is_translated"=>"1", "translations_attributes"=>{"0"=>{"item_id"=>"163", "lang"=>"", "content"=>"def def def def def ", "id"=>"119"}, "1"=>{"item_id"=>"163", "lang"=>"en", "content"=>"en-en-en", "id"=>"120"}, "2"=>{"item_id"=>"163", "lang"=>"ru", "content"=>"ru-ru-ru-", "id"=>"121"}}}, "panel-blocks-input-path"=>"temp/", "id"=>"163"}
|
|
53989
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
53990
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
53991
|
+
[1m[36mOptimacms::Language Load (0.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
53992
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
53993
|
+
[1m[36mOptimacms::TemplateTranslation Load (0.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163 AND `cms_templates_translation`.`id` IN (119, 120, 121)[0m
|
|
53994
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
53995
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
53996
|
+
[1m[35mCACHE (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1 [["id", 163]]
|
|
53997
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
53998
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
53999
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m [["id", 70]]
|
|
54000
|
+
[1m[35mOptimacms::Template Exists (0.0ms)[0m SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1
|
|
54001
|
+
[1m[36m (1.0ms)[0m [1mCOMMIT[0m
|
|
54002
|
+
Redirected to http://localhost:3001/admin/templates/163/edit
|
|
54003
|
+
Completed 302 Found in 67ms (ActiveRecord: 3.0ms)
|
|
54004
|
+
|
|
54005
|
+
|
|
54006
|
+
Started GET "/admin/templates/163/edit" for 127.0.0.1 at 2016-08-16 21:11:01 +0300
|
|
54007
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
54008
|
+
Parameters: {"id"=>"163"}
|
|
54009
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
54010
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
54011
|
+
[1m[35mOptimacms::Language Load (1.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
54012
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
54013
|
+
[1m[35mOptimacms::TemplateTranslation Load (1.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163
|
|
54014
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
54015
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
54016
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m [["id", 70]]
|
|
54017
|
+
[1m[35mOptimacms::Template Exists (1.0ms)[0m SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1
|
|
54018
|
+
[1m[36m (0.0ms)[0m [1mCOMMIT[0m
|
|
54019
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
54020
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
54021
|
+
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:
|
|
54022
|
+
|
|
54023
|
+
def input
|
|
54024
|
+
|
|
54025
|
+
to
|
|
54026
|
+
|
|
54027
|
+
def input(wrapper_options)
|
|
54028
|
+
|
|
54029
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
54030
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
54031
|
+
[1m[36mOptimacms::TemplateTranslation Load (1.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
54032
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1 [["id", 163]]
|
|
54033
|
+
[1m[36mCACHE (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
54034
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1 [["id", 163]]
|
|
54035
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (1.0ms)
|
|
54036
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (2.0ms)
|
|
54037
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (227.0ms)
|
|
54038
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (380.0ms)
|
|
54039
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (435.0ms)
|
|
54040
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
54041
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (40.0ms)
|
|
54042
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
|
54043
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
54044
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
|
54045
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (56.0ms)
|
|
54046
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (354.0ms)
|
|
54047
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (800.0ms)
|
|
54048
|
+
Completed 200 OK in 1437ms (Views: 1395.7ms | ActiveRecord: 6.0ms)
|
|
54049
|
+
|
|
54050
|
+
|
|
54051
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.3865056991482012" for 127.0.0.1 at 2016-08-16 21:11:04 +0300
|
|
54052
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
54053
|
+
Parameters: {"path"=>"temp/", "r"=>"0.3865056991482012"}
|
|
54054
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
54055
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` IN (4, 3) AND (basepath LIKE 'temp/%' ) ORDER BY title asc LIMIT 100
|
|
54056
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (14.0ms)
|
|
54057
|
+
Completed 200 OK in 708ms (Views: 697.7ms | ActiveRecord: 1.0ms)
|
|
54058
|
+
|
|
54059
|
+
|
|
54060
|
+
Started PATCH "/admin/templates/163" for 127.0.0.1 at 2016-08-16 21:11:11 +0300
|
|
54061
|
+
Processing by Optimacms::Admin::TemplatesController#update as HTML
|
|
54062
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"mMRLaSWZ/qxUGGLWNhLttOkyZhEcnf2iC/izyV0l5IuprvmV3LWsL4sJ+GOsYaU1F95eRXqFL5nyjngCX+qpiQ==", "continue"=>"1", "template"=>{"parent_id"=>"70", "title"=>"t2", "is_translated"=>"0", "translations_attributes"=>{"0"=>{"item_id"=>"163", "lang"=>"", "content"=>"def def def def def ", "id"=>"119"}, "1"=>{"item_id"=>"163", "lang"=>"en", "content"=>"en-en-en", "id"=>"120"}, "2"=>{"item_id"=>"163", "lang"=>"ru", "content"=>"ru-ru-ru-", "id"=>"121"}}}, "panel-blocks-input-path"=>"temp/", "id"=>"163"}
|
|
54063
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
54064
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
54065
|
+
[1m[36mOptimacms::Language Load (0.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc[0m
|
|
54066
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
54067
|
+
[1m[36mOptimacms::TemplateTranslation Load (1.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163 AND `cms_templates_translation`.`id` IN (119, 120, 121)[0m
|
|
54068
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
54069
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m [["id", 163]]
|
|
54070
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1 [["id", 163]]
|
|
54071
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
54072
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
|
|
54073
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m [["id", 70]]
|
|
54074
|
+
[1m[35mOptimacms::Template Exists (1.0ms)[0m SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1
|
|
54075
|
+
[1m[36mOptimacms::TemplateTranslation Load (1.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
54076
|
+
[1m[35mSQL (1.0ms)[0m DELETE FROM `cms_templates_translation` WHERE `cms_templates_translation`.`id` = 120
|
|
54077
|
+
[1m[36mSQL (1.0ms)[0m [1mDELETE FROM `cms_templates_translation` WHERE `cms_templates_translation`.`id` = 121[0m
|
|
54078
|
+
[1m[35mSQL (1.0ms)[0m UPDATE `cms_templates` SET `is_translated` = 0, `updated_at` = '2016-08-16 18:11:11' WHERE `cms_templates`.`id` = 163
|
|
54079
|
+
[1m[36m (5.0ms)[0m [1mCOMMIT[0m
|
|
54080
|
+
Redirected to http://localhost:3001/admin/templates/163/edit
|
|
54081
|
+
Completed 302 Found in 78ms (ActiveRecord: 13.0ms)
|
|
54082
|
+
|
|
54083
|
+
|
|
54084
|
+
Started GET "/admin/templates/163/edit" for 127.0.0.1 at 2016-08-16 21:11:11 +0300
|
|
54085
|
+
Processing by Optimacms::Admin::TemplatesController#edit as HTML
|
|
54086
|
+
Parameters: {"id"=>"163"}
|
|
54087
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
|
54088
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1[0m
|
|
54089
|
+
[1m[35mOptimacms::Language Load (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` WHERE (1=1) ORDER BY pos asc
|
|
54090
|
+
[1m[36mOptimacms::TemplateTranslation Load (1.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
54091
|
+
[1m[35m (0.0ms)[0m BEGIN
|
|
54092
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1[0m
|
|
54093
|
+
[1m[35mCACHE (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
|
|
54094
|
+
[1m[36mOptimacms::Template Exists (1.0ms)[0m [1mSELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/t2' AND `cms_templates`.`id` != 163 AND `cms_templates`.`is_folder` = 0) LIMIT 1[0m
|
|
54095
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163 [["item_id", 163]]
|
|
54096
|
+
[1m[36m (0.0ms)[0m [1mCOMMIT[0m
|
|
54097
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1
|
|
54098
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
|
|
54099
|
+
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:
|
|
54100
|
+
|
|
54101
|
+
def input
|
|
54102
|
+
|
|
54103
|
+
to
|
|
54104
|
+
|
|
54105
|
+
def input(wrapper_options)
|
|
54106
|
+
|
|
54107
|
+
See https://github.com/plataformatec/simple_form/pull/997 for more information.
|
|
54108
|
+
(called from block in ____myrails_cms_site_app_views_optimacms_admin_templates__form_html_haml__1683112982_125238940 at W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml:8)
|
|
54109
|
+
[1m[36mOptimacms::TemplateTranslation Load (1.0ms)[0m [1mSELECT `cms_templates_translation`.* FROM `cms_templates_translation` WHERE `cms_templates_translation`.`item_id` = 163[0m
|
|
54110
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 163 LIMIT 1 [["id", 163]]
|
|
54111
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
|
|
54112
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_editor_panel_blocks.html.haml (1.0ms)
|
|
54113
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form_content_translation.html.haml (125.0ms)
|
|
54114
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (249.0ms)
|
|
54115
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (297.0ms)
|
|
54116
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (2.0ms)
|
|
54117
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (26.0ms)
|
|
54118
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.0ms)
|
|
54119
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
|
54120
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
|
54121
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (56.0ms)
|
|
54122
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (363.0ms)
|
|
54123
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (770.0ms)
|
|
54124
|
+
Completed 200 OK in 1264ms (Views: 1219.5ms | ActiveRecord: 6.0ms)
|
|
54125
|
+
|
|
54126
|
+
|
|
54127
|
+
Started GET "/admin/templates/panel_blocks?path=temp%2F&r=0.5924882732276823" for 127.0.0.1 at 2016-08-16 21:11:13 +0300
|
|
54128
|
+
Processing by Optimacms::Admin::TemplatesController#panel_blocks as */*
|
|
54129
|
+
Parameters: {"path"=>"temp/", "r"=>"0.5924882732276823"}
|
|
54130
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
|
54131
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` IN (4, 3) AND (basepath LIKE 'temp/%' ) ORDER BY title asc LIMIT 100
|
|
54132
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/panel_blocks.html.haml (13.0ms)
|
|
54133
|
+
Completed 200 OK in 619ms (Views: 611.1ms | ActiveRecord: 0.0ms)
|