optimacms 0.1.32 → 0.1.34

Sign up to get free protection for your applications and to get access to all the features.
@@ -16739,3 +16739,3534 @@ NoMethodError (undefined method `path' for nil:NilClass):
16739
16739
  Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (33.0ms)
16740
16740
  Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.0ms)
16741
16741
  Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (76.0ms)
16742
+
16743
+
16744
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-06-02 00:07:59 +0300
16745
+ ActiveRecord::SchemaMigration Load (1.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
16746
+ Processing by Optimacms::Admin::PagesController#index as HTML
16747
+ Completed 401 Unauthorized in 73ms (ActiveRecord: 0.0ms)
16748
+
16749
+
16750
+ Started GET "/cmsadmin/login" for 127.0.0.1 at 2015-06-02 00:08:13 +0300
16751
+ Processing by Optimacms::Devise::SessionsController#new as HTML
16752
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/devise-3.4.1/app/views/devise/shared/_links.html.erb (16.0ms)
16753
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/devise-3.4.1/app/views/devise/sessions/new.html.erb within layouts/optimacms/application_logged_out (543.0ms)
16754
+ Completed 200 OK in 1630ms (Views: 1427.1ms | ActiveRecord: 28.0ms)
16755
+
16756
+
16757
+ Started GET "/stylesheets/optimacms/application.css" for 127.0.0.1 at 2015-06-02 00:08:15 +0300
16758
+ Processing by Optimacms::PagesController#show as HTML
16759
+ Parameters: {"url"=>"stylesheets/optimacms/application.css"}
16760
+ Optimacms::Language Load (3.0ms) SELECT `cms_languages`.* FROM `cms_languages`
16761
+  (89.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'stylesheets/optimacms/application.css' REGEXP parsed_url)
16762
+ Completed 404 Not Found in 766ms (ActiveRecord: 137.0ms)
16763
+
16764
+ ActionController::RoutingError (Not Found):
16765
+ W:/myrails/cms/site/app/controllers/optimacms/application_controller.rb:16:in `not_found'
16766
+ W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:60:in `show'
16767
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
16768
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
16769
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
16770
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
16771
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
16772
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
16773
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
16774
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
16775
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
16776
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
16777
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
16778
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
16779
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
16780
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
16781
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
16782
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
16783
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
16784
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
16785
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
16786
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
16787
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
16788
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
16789
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
16790
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
16791
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
16792
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
16793
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
16794
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
16795
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
16796
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
16797
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
16798
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
16799
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
16800
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
16801
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
16802
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
16803
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
16804
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
16805
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
16806
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
16807
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
16808
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
16809
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
16810
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
16811
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
16812
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
16813
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
16814
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
16815
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
16816
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
16817
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
16818
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
16819
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
16820
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
16821
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
16822
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
16823
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
16824
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
16825
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
16826
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
16827
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
16828
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
16829
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
16830
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
16831
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
16832
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
16833
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
16834
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
16835
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
16836
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
16837
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
16838
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
16839
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
16840
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
16841
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
16842
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
16843
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
16844
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
16845
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
16846
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
16847
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
16848
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
16849
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
16850
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
16851
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
16852
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
16853
+
16854
+
16855
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (77.0ms)
16856
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (51.0ms)
16857
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (86.0ms)
16858
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (33.0ms)
16859
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (16.0ms)
16860
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (2266.1ms)
16861
+
16862
+
16863
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-02 00:08:20 +0300
16864
+
16865
+
16866
+ Started POST "/cmsadmin/login" for 127.0.0.1 at 2015-06-02 00:08:23 +0300
16867
+ Processing by Optimacms::Devise::SessionsController#create as HTML
16868
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"w5CUjl2SWJ18arEybpEIs3PXCfXNS3uLv3OkeacjAEkTGMPV2V6MvbvMPHCxaREwqgkHrgjgwN8AsN920zhSFA==", "cms_admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
16869
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`email` = 'admin@example.com' ORDER BY `cms_users`.`id` ASC LIMIT 1
16870
+ Completed 401 Unauthorized in 312ms (ActiveRecord: 1.0ms)
16871
+ Processing by Optimacms::Devise::SessionsController#new as HTML
16872
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"w5CUjl2SWJ18arEybpEIs3PXCfXNS3uLv3OkeacjAEkTGMPV2V6MvbvMPHCxaREwqgkHrgjgwN8AsN920zhSFA==", "cms_admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
16873
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/devise-3.4.1/app/views/devise/shared/_links.html.erb (4.0ms)
16874
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/devise-3.4.1/app/views/devise/sessions/new.html.erb within layouts/optimacms/application_logged_out (66.0ms)
16875
+ Completed 200 OK in 701ms (Views: 505.0ms | ActiveRecord: 0.0ms)
16876
+
16877
+
16878
+ Started GET "/stylesheets/optimacms/application.css" for 127.0.0.1 at 2015-06-02 00:08:24 +0300
16879
+ Processing by Optimacms::PagesController#show as HTML
16880
+ Parameters: {"url"=>"stylesheets/optimacms/application.css"}
16881
+  (3.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'stylesheets/optimacms/application.css' REGEXP parsed_url)
16882
+ Completed 404 Not Found in 20ms (ActiveRecord: 3.0ms)
16883
+
16884
+ ActionController::RoutingError (Not Found):
16885
+ W:/myrails/cms/site/app/controllers/optimacms/application_controller.rb:16:in `not_found'
16886
+ W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:60:in `show'
16887
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
16888
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
16889
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
16890
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
16891
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
16892
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
16893
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
16894
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
16895
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
16896
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
16897
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
16898
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
16899
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
16900
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
16901
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
16902
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
16903
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
16904
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
16905
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
16906
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
16907
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
16908
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
16909
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
16910
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
16911
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
16912
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
16913
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
16914
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
16915
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
16916
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
16917
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
16918
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
16919
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
16920
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
16921
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
16922
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
16923
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
16924
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
16925
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
16926
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
16927
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
16928
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
16929
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
16930
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
16931
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
16932
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
16933
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
16934
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
16935
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
16936
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
16937
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
16938
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
16939
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
16940
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
16941
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
16942
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
16943
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
16944
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
16945
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
16946
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
16947
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
16948
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
16949
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
16950
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
16951
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
16952
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
16953
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
16954
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
16955
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
16956
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
16957
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
16958
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
16959
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
16960
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
16961
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
16962
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
16963
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
16964
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
16965
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
16966
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
16967
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
16968
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
16969
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
16970
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
16971
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
16972
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
16973
+
16974
+
16975
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (75.0ms)
16976
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (50.0ms)
16977
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (84.0ms)
16978
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (13.0ms)
16979
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (16.0ms)
16980
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (2141.1ms)
16981
+
16982
+
16983
+ Started POST "/cmsadmin/login" for 127.0.0.1 at 2015-06-02 00:08:34 +0300
16984
+ Processing by Optimacms::Devise::SessionsController#create as HTML
16985
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"BgepGj+fSom5wStT+6bYadfQkEKN+4kJp8D5MOAxOCHWj/5Bu1OeqX5nphEkXsHqDg6eGUhQMl0YA4I/lCpqfA==", "cms_admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
16986
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`email` = 'admin@example.com' ORDER BY `cms_users`.`id` ASC LIMIT 1
16987
+  (1.0ms) BEGIN
16988
+ SQL (2.0ms) UPDATE `cms_users` SET `last_sign_in_at` = '2015-05-30 00:01:13', `current_sign_in_at` = '2015-06-01 21:08:34', `sign_in_count` = 6, `updated_at` = '2015-06-01 21:08:34' WHERE `cms_users`.`id` = 3
16989
+  (37.0ms) COMMIT
16990
+ Redirected to http://localhost:3001/cmsadmin/pages
16991
+ Completed 302 Found in 419ms (ActiveRecord: 40.0ms)
16992
+
16993
+
16994
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-06-02 00:08:34 +0300
16995
+ Processing by Optimacms::Admin::PagesController#index as HTML
16996
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
16997
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
16998
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (124.0ms)
16999
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (38.0ms)
17000
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (216.0ms)
17001
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (10.0ms)
17002
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (33.0ms)
17003
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (314.0ms)
17004
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (349.0ms)
17005
+ Optimacms::Page Load (2.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
17006
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
17007
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (1074.1ms)
17008
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (110.0ms)
17009
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (100.0ms)
17010
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (26.0ms)
17011
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (34.0ms)
17012
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (10.0ms)
17013
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (52.0ms)
17014
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (2253.1ms)
17015
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (2856.2ms)
17016
+ Completed 200 OK in 4141ms (Views: 4051.2ms | ActiveRecord: 5.0ms)
17017
+
17018
+
17019
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-02 00:08:39 +0300
17020
+
17021
+
17022
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-02 00:08:39 +0300
17023
+
17024
+
17025
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-02 00:08:39 +0300
17026
+
17027
+
17028
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-02 00:08:39 +0300
17029
+
17030
+
17031
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-02 00:08:39 +0300
17032
+
17033
+
17034
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-02 00:08:39 +0300
17035
+
17036
+
17037
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-06-02 00:08:40 +0300
17038
+
17039
+
17040
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-06-02 00:08:40 +0300
17041
+
17042
+
17043
+ Started GET "/assets/fontawesome-webfont-d930f252f79ad15db0e13fb2d2d678c8.woff?v=4.3.0" for 127.0.0.1 at 2015-06-02 00:08:40 +0300
17044
+
17045
+
17046
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 00:17:52 +0300
17047
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
17048
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17049
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 0 LIMIT 1
17050
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (54.0ms)
17051
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (13.0ms)
17052
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (82.0ms)
17053
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
17054
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (9.0ms)
17055
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (114.0ms)
17056
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (122.0ms)
17057
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` IS NULL AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
17058
+  (0.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` IS NULL AND (1=1 )
17059
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (472.0ms)
17060
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (8.0ms)
17061
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (19.0ms)
17062
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (3.0ms)
17063
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
17064
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
17065
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (14.0ms)
17066
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (1176.1ms)
17067
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1326.1ms)
17068
+ Completed 200 OK in 2001ms (Views: 1865.1ms | ActiveRecord: 23.0ms)
17069
+
17070
+
17071
+ Started GET "/cmsadmin/templates?parent_id=70" for 127.0.0.1 at 2015-06-02 00:17:57 +0300
17072
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
17073
+ Parameters: {"parent_id"=>"70"}
17074
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17075
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17076
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17077
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (75.0ms)
17078
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (14.0ms)
17079
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (111.0ms)
17080
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
17081
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (10.0ms)
17082
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (161.0ms)
17083
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (169.0ms)
17084
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
17085
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
17086
+  (0.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
17087
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (328.0ms)
17088
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (10.0ms)
17089
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (18.0ms)
17090
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
17091
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
17092
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
17093
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (18.0ms)
17094
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (1443.1ms)
17095
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1606.1ms)
17096
+ Completed 200 OK in 2056ms (Views: 1988.1ms | ActiveRecord: 5.0ms)
17097
+
17098
+
17099
+ Started GET "/cmsadmin/templates/new?parent_id=70" for 127.0.0.1 at 2015-06-02 00:18:01 +0300
17100
+ Processing by Optimacms::Admin::TemplatesController#new as HTML
17101
+ Parameters: {"parent_id"=>"70"}
17102
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17103
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17104
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
17105
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (30.0ms)
17106
+ Optimacms::TemplateType Load (1.0ms) SELECT `cms_templatetypes`.* FROM `cms_templatetypes` WHERE `cms_templatetypes`.`id` = 2 LIMIT 1
17107
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/new.html.haml within optimacms/admin/layouts/main (757.0ms)
17108
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (13.0ms)
17109
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (31.0ms)
17110
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
17111
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
17112
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
17113
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (18.0ms)
17114
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (1379.1ms)
17115
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1540.1ms)
17116
+ Completed 200 OK in 2490ms (Views: 2369.1ms | ActiveRecord: 18.0ms)
17117
+
17118
+
17119
+ Started POST "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 00:18:19 +0300
17120
+ Processing by Optimacms::Admin::TemplatesController#create as HTML
17121
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"ujkJ8U0OKqRyhcynZ4UyIWi7VclqYVSsK9qSDDybpIfCBDcqy/Oeh7yWnvDHJyxnZA1Sthf+Z0agHhfQpIYKjg==", "modal"=>"0", "template"=>{"type_id"=>"2", "title"=>"sitemap.xml", "basedirpath"=>"temp/", "basename"=>"sitemap.xml.builder", "tpl_format"=>"blank", "is_translated"=>"0"}, "commit"=>"Save"}
17122
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17123
+  (0.0ms) BEGIN
17124
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`basepath` = 'temp' AND `cms_templates`.`is_folder` = 1 ORDER BY `cms_templates`.`id` ASC LIMIT 1
17125
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17126
+ CACHE (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
17127
+ CACHE (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
17128
+ Optimacms::Template Exists (1.0ms) SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/sitemap.xml.builder' AND `cms_templates`.`is_folder` = 0) LIMIT 1
17129
+ SQL (1.0ms) INSERT INTO `cms_templates` (`type_id`, `title`, `basedirpath`, `basename`, `tpl_format`, `ancestry`, `basepath`, `created_at`, `updated_at`) VALUES (2, 'sitemap.xml', 'temp/', 'sitemap.xml.builder', 'blank', '70', 'temp/sitemap.xml.builder', '2015-06-01 21:18:19', '2015-06-01 21:18:19')
17130
+  (2.0ms) COMMIT
17131
+ Redirected to http://localhost:3001/cmsadmin/templates/130/edit
17132
+ Completed 302 Found in 234ms (ActiveRecord: 8.0ms)
17133
+
17134
+
17135
+ Started GET "/cmsadmin/templates/130/edit" for 127.0.0.1 at 2015-06-02 00:18:19 +0300
17136
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
17137
+ Parameters: {"id"=>"130"}
17138
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17139
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 130 LIMIT 1
17140
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
17141
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (192.0ms)
17142
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (523.0ms)
17143
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (578.0ms)
17144
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (7.0ms)
17145
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (21.0ms)
17146
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (3.0ms)
17147
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
17148
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
17149
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (18.0ms)
17150
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (1117.1ms)
17151
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1254.1ms)
17152
+ Completed 200 OK in 1936ms (Views: 1887.1ms | ActiveRecord: 2.0ms)
17153
+
17154
+
17155
+ Started GET "/assets/optimacms/tinymce-7130faaa5ae1ac7f5d4e2af380d107ff.css" for 127.0.0.1 at 2015-06-02 00:18:32 +0300
17156
+
17157
+
17158
+ Started GET "/assets/tinymce/icon_block2-ec8988e68b9e77de9d2d2f3359391eab.png" for 127.0.0.1 at 2015-06-02 00:18:34 +0300
17159
+
17160
+
17161
+ Started GET "/cmsadmin/templates/130/edit" for 127.0.0.1 at 2015-06-02 00:18:39 +0300
17162
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
17163
+ Parameters: {"id"=>"130"}
17164
+ Optimacms::CmsAdminUser Load (2.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17165
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 130 LIMIT 1
17166
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (2.0ms)
17167
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (14.0ms)
17168
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (400.0ms)
17169
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (426.0ms)
17170
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (18.0ms)
17171
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (28.0ms)
17172
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (5.0ms)
17173
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
17174
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (3.0ms)
17175
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (30.0ms)
17176
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (2410.1ms)
17177
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (2667.2ms)
17178
+ Completed 200 OK in 3819ms (Views: 3182.2ms | ActiveRecord: 58.0ms)
17179
+
17180
+
17181
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-02 00:18:50 +0300
17182
+
17183
+
17184
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-02 00:18:50 +0300
17185
+
17186
+
17187
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-02 00:18:50 +0300
17188
+
17189
+
17190
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-02 00:18:50 +0300
17191
+
17192
+
17193
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-02 00:18:50 +0300
17194
+
17195
+
17196
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-02 00:18:51 +0300
17197
+
17198
+
17199
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-02 00:18:51 +0300
17200
+
17201
+
17202
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-06-02 00:18:51 +0300
17203
+
17204
+
17205
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-06-02 00:18:51 +0300
17206
+
17207
+
17208
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 00:32:44 +0300
17209
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
17210
+ Optimacms::CmsAdminUser Load (2.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17211
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17212
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17213
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (97.0ms)
17214
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (21.0ms)
17215
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (142.0ms)
17216
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (2.0ms)
17217
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (13.0ms)
17218
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (190.0ms)
17219
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (203.0ms)
17220
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
17221
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
17222
+  (2.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
17223
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (421.0ms)
17224
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (13.0ms)
17225
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (23.0ms)
17226
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (4.0ms)
17227
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (3.0ms)
17228
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
17229
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (21.0ms)
17230
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (1559.1ms)
17231
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1757.1ms)
17232
+ Completed 200 OK in 2762ms (Views: 2242.1ms | ActiveRecord: 54.0ms)
17233
+
17234
+
17235
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-02 00:32:52 +0300
17236
+
17237
+
17238
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-02 00:32:52 +0300
17239
+
17240
+
17241
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-02 00:32:52 +0300
17242
+
17243
+
17244
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-02 00:32:52 +0300
17245
+
17246
+
17247
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-02 00:32:52 +0300
17248
+
17249
+
17250
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-02 00:32:52 +0300
17251
+
17252
+
17253
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-02 00:32:52 +0300
17254
+
17255
+
17256
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-06-02 00:32:53 +0300
17257
+
17258
+
17259
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-06-02 00:32:53 +0300
17260
+
17261
+
17262
+ Started DELETE "/cmsadmin/templates/130" for 127.0.0.1 at 2015-06-02 00:32:57 +0300
17263
+ Processing by Optimacms::Admin::TemplatesController#destroy as HTML
17264
+ Parameters: {"authenticity_token"=>"eqFl9xRlLO30EzBvvO11uo+vdIW+7iEiUmJIOlfI3VgCnFsskpiYzjoAYjgcT2v8gxlz+sNxEsjZps3mz9VzUQ==", "id"=>"130"}
17265
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17266
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 130 LIMIT 1
17267
+  (1.0ms) BEGIN
17268
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE (`cms_templates`.`ancestry` LIKE '70/130/%' OR `cms_templates`.`ancestry` = '70/130')
17269
+ SQL (1.0ms) DELETE FROM `cms_templates` WHERE `cms_templates`.`id` = 130
17270
+  (5.0ms) COMMIT
17271
+ Redirected to http://localhost:3001/cmsadmin/templates
17272
+ Completed 302 Found in 69ms (ActiveRecord: 9.0ms)
17273
+
17274
+
17275
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 00:32:57 +0300
17276
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
17277
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17278
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17279
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17280
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (49.0ms)
17281
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (12.0ms)
17282
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (76.0ms)
17283
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
17284
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (8.0ms)
17285
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (106.0ms)
17286
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (115.0ms)
17287
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
17288
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
17289
+  (0.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
17290
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (229.0ms)
17291
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (7.0ms)
17292
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (14.0ms)
17293
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
17294
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (3.0ms)
17295
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
17296
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (13.0ms)
17297
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (986.1ms)
17298
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1116.1ms)
17299
+ Completed 200 OK in 1433ms (Views: 1383.1ms | ActiveRecord: 4.0ms)
17300
+
17301
+
17302
+ Started GET "/cmsadmin/templates/new?parent_id=70" for 127.0.0.1 at 2015-06-02 00:33:00 +0300
17303
+ Processing by Optimacms::Admin::TemplatesController#new as HTML
17304
+ Parameters: {"parent_id"=>"70"}
17305
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17306
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17307
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
17308
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
17309
+ Optimacms::TemplateType Load (1.0ms) SELECT `cms_templatetypes`.* FROM `cms_templatetypes` WHERE `cms_templatetypes`.`id` = 2 LIMIT 1
17310
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/new.html.haml within optimacms/admin/layouts/main (323.0ms)
17311
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (6.0ms)
17312
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (14.0ms)
17313
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
17314
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
17315
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
17316
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (12.0ms)
17317
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (1007.1ms)
17318
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1111.1ms)
17319
+ Completed 200 OK in 1549ms (Views: 1452.1ms | ActiveRecord: 16.0ms)
17320
+
17321
+
17322
+ Started POST "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 00:33:12 +0300
17323
+ Processing by Optimacms::Admin::TemplatesController#create as HTML
17324
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"whNLpdI+7Y/OjCwHY+OIaDomeTNEk8f8ejiGTxd5pEa6LnV+VMNZrACfflDDQZYuNpB+TDkM9Bbx/AOTj2QKTw==", "modal"=>"0", "template"=>{"type_id"=>"2", "title"=>"sitemap", "basedirpath"=>"temp/", "basename"=>"sitemap.xml.builder", "tpl_format"=>"blank", "is_translated"=>"0"}, "commit"=>"Save"}
17325
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17326
+  (1.0ms) BEGIN
17327
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`basepath` = 'temp' AND `cms_templates`.`is_folder` = 1 ORDER BY `cms_templates`.`id` ASC LIMIT 1
17328
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17329
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
17330
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
17331
+ Optimacms::Template Exists (1.0ms) SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/sitemap.xml.builder' AND `cms_templates`.`is_folder` = 0) LIMIT 1
17332
+ SQL (0.0ms) INSERT INTO `cms_templates` (`type_id`, `title`, `basedirpath`, `basename`, `tpl_format`, `ancestry`, `basepath`, `created_at`, `updated_at`) VALUES (2, 'sitemap', 'temp/', 'sitemap.xml.builder', 'blank', '70', 'temp/sitemap.xml.builder', '2015-06-01 21:33:12', '2015-06-01 21:33:12')
17333
+  (5.0ms) COMMIT
17334
+ Redirected to http://localhost:3001/cmsadmin/templates/131/edit
17335
+ Completed 302 Found in 99ms (ActiveRecord: 8.0ms)
17336
+
17337
+
17338
+ Started GET "/cmsadmin/templates/131/edit" for 127.0.0.1 at 2015-06-02 00:33:12 +0300
17339
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
17340
+ Parameters: {"id"=>"131"}
17341
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17342
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 131 LIMIT 1
17343
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
17344
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (1.0ms)
17345
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (127.0ms)
17346
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (136.0ms)
17347
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (5.0ms)
17348
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (12.0ms)
17349
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
17350
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
17351
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
17352
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (11.0ms)
17353
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (877.1ms)
17354
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (970.1ms)
17355
+ Completed 200 OK in 1164ms (Views: 1136.1ms | ActiveRecord: 2.0ms)
17356
+
17357
+
17358
+ Started PATCH "/cmsadmin/templates/131" for 127.0.0.1 at 2015-06-02 00:33:19 +0300
17359
+ Processing by Optimacms::Admin::TemplatesController#update as HTML
17360
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"GHCptUXsXZUBWSPm3KQAgzxM6jCffctYbwsWKhS4ggFgTZduwxHpts9KcbF8Bh7FMPrtT+Li+LLkz5P2jKUsCA==", "template"=>{"parent_id"=>"70", "title"=>"sitemap", "content"=>"xml.build"}, "commit"=>"Save", "id"=>"131"}
17361
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17362
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 131 LIMIT 1
17363
+  (0.0ms) BEGIN
17364
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17365
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17366
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
17367
+ Optimacms::Template Exists (1.0ms) SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/sitemap.xml.builder' AND `cms_templates`.`id` != 131 AND `cms_templates`.`is_folder` = 0) LIMIT 1
17368
+  (1.0ms) COMMIT
17369
+ Redirected to http://localhost:3001/cmsadmin/templates
17370
+ Completed 302 Found in 94ms (ActiveRecord: 4.0ms)
17371
+
17372
+
17373
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 00:33:20 +0300
17374
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
17375
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17376
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17377
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17378
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (35.0ms)
17379
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (9.0ms)
17380
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (54.0ms)
17381
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
17382
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
17383
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (74.0ms)
17384
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (80.0ms)
17385
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
17386
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
17387
+  (0.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
17388
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (160.0ms)
17389
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (5.0ms)
17390
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (12.0ms)
17391
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
17392
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
17393
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
17394
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (11.0ms)
17395
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (758.0ms)
17396
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (860.1ms)
17397
+ Completed 200 OK in 1073ms (Views: 1042.1ms | ActiveRecord: 4.0ms)
17398
+
17399
+
17400
+ Started GET "/cmsadmin/templates/new?parent_id=70" for 127.0.0.1 at 2015-06-02 00:38:44 +0300
17401
+ Processing by Optimacms::Admin::TemplatesController#new as HTML
17402
+ Parameters: {"parent_id"=>"70"}
17403
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17404
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17405
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
17406
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
17407
+ Optimacms::TemplateType Load (1.0ms) SELECT `cms_templatetypes`.* FROM `cms_templatetypes`
17408
+ Optimacms::TemplateType Load (1.0ms) SELECT `cms_templatetypes`.* FROM `cms_templatetypes` WHERE `cms_templatetypes`.`id` = 2 LIMIT 1
17409
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/new.html.haml within optimacms/admin/layouts/main (291.0ms)
17410
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (5.0ms)
17411
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (12.0ms)
17412
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
17413
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
17414
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
17415
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (10.0ms)
17416
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (656.0ms)
17417
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (741.0ms)
17418
+ Completed 200 OK in 1313ms (Views: 1049.1ms | ActiveRecord: 34.0ms)
17419
+
17420
+
17421
+ Started POST "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 00:39:08 +0300
17422
+ Processing by Optimacms::Admin::TemplatesController#create as HTML
17423
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"xlUgMGTYPJJnOQdpgRTVg9uhHJ07ZZirvnU8pyf2D66+aB7r4iWIsakqVT4htsvF1xcb4kb6q0E1sbl7v+uhpw==", "modal"=>"0", "template"=>{"title"=>"map2", "basedirpath"=>"temp/", "basename"=>"map2", "type"=>"2", "tpl_format"=>"blank", "is_translated"=>"0"}, "commit"=>"Save"}
17424
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17425
+ Completed 500 Internal Server Error in 22ms (ActiveRecord: 1.0ms)
17426
+
17427
+ NameError (uninitialized constant TemplateType):
17428
+ activesupport (4.2.1) lib/active_support/inflector/methods.rb:261:in `const_get'
17429
+ activesupport (4.2.1) lib/active_support/inflector/methods.rb:261:in `block in constantize'
17430
+ activesupport (4.2.1) lib/active_support/inflector/methods.rb:259:in `each'
17431
+ activesupport (4.2.1) lib/active_support/inflector/methods.rb:259:in `inject'
17432
+ activesupport (4.2.1) lib/active_support/inflector/methods.rb:259:in `constantize'
17433
+ activesupport (4.2.1) lib/active_support/core_ext/string/inflections.rb:66:in `constantize'
17434
+ activerecord (4.2.1) lib/active_record/associations/association.rb:214:in `raise_on_type_mismatch!'
17435
+ activerecord (4.2.1) lib/active_record/associations/belongs_to_association.rb:12:in `replace'
17436
+ activerecord (4.2.1) lib/active_record/associations/singular_association.rb:17:in `writer'
17437
+ activerecord (4.2.1) lib/active_record/associations/builder/association.rb:123:in `type='
17438
+ activerecord (4.2.1) lib/active_record/attribute_assignment.rb:54:in `public_send'
17439
+ activerecord (4.2.1) lib/active_record/attribute_assignment.rb:54:in `_assign_attribute'
17440
+ activerecord (4.2.1) lib/active_record/attribute_assignment.rb:41:in `block in assign_attributes'
17441
+ actionpack (4.2.1) lib/action_controller/metal/strong_parameters.rb:183:in `each_pair'
17442
+ actionpack (4.2.1) lib/action_controller/metal/strong_parameters.rb:183:in `each_pair'
17443
+ activerecord (4.2.1) lib/active_record/attribute_assignment.rb:35:in `assign_attributes'
17444
+ activerecord (4.2.1) lib/active_record/core.rb:559:in `init_attributes'
17445
+ activerecord (4.2.1) lib/active_record/core.rb:281:in `initialize'
17446
+ activerecord (4.2.1) lib/active_record/inheritance.rb:61:in `new'
17447
+ activerecord (4.2.1) lib/active_record/inheritance.rb:61:in `new'
17448
+ W:/myrails/cms/site/app/controllers/optimacms/admin/templates_controller.rb:83:in `create'
17449
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
17450
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
17451
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
17452
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
17453
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
17454
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
17455
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
17456
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
17457
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
17458
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
17459
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
17460
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
17461
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
17462
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
17463
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
17464
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
17465
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
17466
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
17467
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
17468
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
17469
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
17470
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
17471
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
17472
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
17473
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
17474
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
17475
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
17476
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
17477
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
17478
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
17479
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
17480
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
17481
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
17482
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
17483
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
17484
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
17485
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
17486
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
17487
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
17488
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
17489
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
17490
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
17491
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
17492
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
17493
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
17494
+ rack (1.6.1) lib/rack/conditionalget.rb:38:in `call'
17495
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
17496
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
17497
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
17498
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
17499
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
17500
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
17501
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
17502
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
17503
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
17504
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
17505
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
17506
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
17507
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
17508
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
17509
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
17510
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
17511
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
17512
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
17513
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
17514
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
17515
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
17516
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
17517
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
17518
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
17519
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
17520
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
17521
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
17522
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
17523
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
17524
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
17525
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
17526
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
17527
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
17528
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
17529
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
17530
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
17531
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
17532
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
17533
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
17534
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
17535
+
17536
+
17537
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.0ms)
17538
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (42.0ms)
17539
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (5.0ms)
17540
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (138.0ms)
17541
+
17542
+
17543
+ Started GET "/cmsadmin/templates/new?parent_id=70" for 127.0.0.1 at 2015-06-02 00:39:45 +0300
17544
+ Processing by Optimacms::Admin::TemplatesController#new as HTML
17545
+ Parameters: {"parent_id"=>"70"}
17546
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17547
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17548
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
17549
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
17550
+ Optimacms::TemplateType Load (1.0ms) SELECT `cms_templatetypes`.* FROM `cms_templatetypes`
17551
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/new.html.haml within optimacms/admin/layouts/main (214.0ms)
17552
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
17553
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (10.0ms)
17554
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
17555
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
17556
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
17557
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
17558
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (589.0ms)
17559
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (664.0ms)
17560
+ Completed 200 OK in 937ms (Views: 901.1ms | ActiveRecord: 1.0ms)
17561
+
17562
+
17563
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-02 00:39:46 +0300
17564
+
17565
+
17566
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-02 00:39:47 +0300
17567
+
17568
+
17569
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-02 00:39:47 +0300
17570
+
17571
+
17572
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-02 00:39:47 +0300
17573
+
17574
+
17575
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-02 00:39:47 +0300
17576
+
17577
+
17578
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-06-02 00:39:47 +0300
17579
+
17580
+
17581
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-02 00:39:47 +0300
17582
+
17583
+
17584
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-06-02 00:39:47 +0300
17585
+
17586
+
17587
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-02 00:39:47 +0300
17588
+
17589
+
17590
+ Started POST "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 00:39:52 +0300
17591
+ Processing by Optimacms::Admin::TemplatesController#create as HTML
17592
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"hRh3cF2x3GSeIIX7EQ1pgpLh/lT55NaMVWyJXY3zjmD9JUmr20xoR1Az16yxr3fEnlf5K4R75WbeqAyBFe4gaQ==", "modal"=>"0", "template"=>{"title"=>"map3", "basedirpath"=>"temp/", "basename"=>"map3", "type_id"=>"2", "tpl_format"=>"blank", "is_translated"=>"0"}, "commit"=>"Save"}
17593
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17594
+  (1.0ms) BEGIN
17595
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`basepath` = 'temp' AND `cms_templates`.`is_folder` = 1 ORDER BY `cms_templates`.`id` ASC LIMIT 1
17596
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17597
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
17598
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
17599
+ Optimacms::Template Exists (1.0ms) SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/map3' AND `cms_templates`.`is_folder` = 0) LIMIT 1
17600
+ SQL (1.0ms) INSERT INTO `cms_templates` (`title`, `basedirpath`, `basename`, `type_id`, `tpl_format`, `ancestry`, `basepath`, `created_at`, `updated_at`) VALUES ('map3', 'temp/', 'map3', 2, 'blank', '70', 'temp/map3', '2015-06-01 21:39:52', '2015-06-01 21:39:52')
17601
+  (5.0ms) COMMIT
17602
+ Redirected to http://localhost:3001/cmsadmin/templates/132/edit
17603
+ Completed 302 Found in 98ms (ActiveRecord: 10.0ms)
17604
+
17605
+
17606
+ Started GET "/cmsadmin/templates/132/edit" for 127.0.0.1 at 2015-06-02 00:39:52 +0300
17607
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
17608
+ Parameters: {"id"=>"132"}
17609
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17610
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 132 LIMIT 1
17611
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
17612
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
17613
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (106.0ms)
17614
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (113.0ms)
17615
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
17616
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
17617
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
17618
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
17619
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
17620
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
17621
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (539.0ms)
17622
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (602.0ms)
17623
+ Completed 200 OK in 761ms (Views: 738.0ms | ActiveRecord: 2.0ms)
17624
+
17625
+
17626
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-02 00:39:53 +0300
17627
+
17628
+
17629
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-02 00:39:53 +0300
17630
+
17631
+
17632
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-02 00:39:53 +0300
17633
+
17634
+
17635
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-02 00:39:53 +0300
17636
+
17637
+
17638
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-02 00:39:53 +0300
17639
+
17640
+
17641
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-02 00:39:53 +0300
17642
+
17643
+
17644
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-02 00:39:53 +0300
17645
+
17646
+
17647
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-06-02 00:39:53 +0300
17648
+
17649
+
17650
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-06-02 00:39:53 +0300
17651
+
17652
+
17653
+ Started PATCH "/cmsadmin/templates/132" for 127.0.0.1 at 2015-06-02 00:40:07 +0300
17654
+ Processing by Optimacms::Admin::TemplatesController#update as HTML
17655
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"zbtw9C+YYmHNyUIbIVd6fHE5I81Zz/b7z4N92sJr8ye1hk4vqWXWQgPaEEyB9WQ6fY8ksiRQxRFER/gGWnZdLg==", "template"=>{"parent_id"=>"70", "title"=>"map3", "content"=>"111"}, "commit"=>"Save", "id"=>"132"}
17656
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17657
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 132 LIMIT 1
17658
+  (0.0ms) BEGIN
17659
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17660
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17661
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
17662
+ Optimacms::Template Exists (0.0ms) SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/map3' AND `cms_templates`.`id` != 132 AND `cms_templates`.`is_folder` = 0) LIMIT 1
17663
+  (0.0ms) COMMIT
17664
+ Redirected to http://localhost:3001/cmsadmin/templates
17665
+ Completed 302 Found in 76ms (ActiveRecord: 2.0ms)
17666
+
17667
+
17668
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 00:40:07 +0300
17669
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
17670
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17671
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17672
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17673
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (27.0ms)
17674
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (7.0ms)
17675
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (42.0ms)
17676
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
17677
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
17678
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (60.0ms)
17679
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (65.0ms)
17680
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
17681
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
17682
+  (0.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
17683
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (136.0ms)
17684
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
17685
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
17686
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
17687
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
17688
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
17689
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
17690
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (538.0ms)
17691
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (610.0ms)
17692
+ Completed 200 OK in 795ms (Views: 765.0ms | ActiveRecord: 2.0ms)
17693
+
17694
+
17695
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-02 00:40:08 +0300
17696
+
17697
+
17698
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-02 00:40:08 +0300
17699
+
17700
+
17701
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-02 00:40:08 +0300
17702
+
17703
+
17704
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-02 00:40:08 +0300
17705
+
17706
+
17707
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-02 00:40:08 +0300
17708
+
17709
+
17710
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-02 00:40:08 +0300
17711
+
17712
+
17713
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-02 00:40:08 +0300
17714
+
17715
+
17716
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-06-02 00:40:08 +0300
17717
+
17718
+
17719
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-06-02 00:40:08 +0300
17720
+
17721
+
17722
+ Started DELETE "/cmsadmin/templates/132" for 127.0.0.1 at 2015-06-02 00:47:36 +0300
17723
+ Processing by Optimacms::Admin::TemplatesController#destroy as HTML
17724
+ Parameters: {"authenticity_token"=>"qi09VeNEqiD4QuBC530s/5o59xYc3YaZ72fxLd850cXSEAOOZbkeAzZRshVH3zK5lo/waWFCtXNko3TxRyR/zA==", "id"=>"132"}
17725
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17726
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 132 LIMIT 1
17727
+  (0.0ms) BEGIN
17728
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE (`cms_templates`.`ancestry` LIKE '70/132/%' OR `cms_templates`.`ancestry` = '70/132')
17729
+ SQL (0.0ms) DELETE FROM `cms_templates` WHERE `cms_templates`.`id` = 132
17730
+  (5.0ms) COMMIT
17731
+ Redirected to http://localhost:3001/cmsadmin/templates
17732
+ Completed 302 Found in 42ms (ActiveRecord: 7.0ms)
17733
+
17734
+
17735
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 00:47:36 +0300
17736
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
17737
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17738
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17739
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17740
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (31.0ms)
17741
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (9.0ms)
17742
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (49.0ms)
17743
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
17744
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (7.0ms)
17745
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (70.0ms)
17746
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (74.0ms)
17747
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
17748
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
17749
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
17750
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (150.0ms)
17751
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (5.0ms)
17752
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
17753
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
17754
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
17755
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
17756
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
17757
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (547.0ms)
17758
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (617.0ms)
17759
+ Completed 200 OK in 822ms (Views: 791.0ms | ActiveRecord: 5.0ms)
17760
+
17761
+
17762
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:37 +0300
17763
+
17764
+
17765
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:37 +0300
17766
+
17767
+
17768
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-02 00:47:37 +0300
17769
+
17770
+
17771
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-02 00:47:37 +0300
17772
+
17773
+
17774
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:37 +0300
17775
+
17776
+
17777
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:37 +0300
17778
+
17779
+
17780
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:37 +0300
17781
+
17782
+
17783
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:37 +0300
17784
+
17785
+
17786
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:37 +0300
17787
+
17788
+
17789
+ Started GET "/cmsadmin/templates/new?parent_id=70" for 127.0.0.1 at 2015-06-02 00:47:38 +0300
17790
+ Processing by Optimacms::Admin::TemplatesController#new as HTML
17791
+ Parameters: {"parent_id"=>"70"}
17792
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17793
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17794
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
17795
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
17796
+ Optimacms::TemplateType Load (0.0ms) SELECT `cms_templatetypes`.* FROM `cms_templatetypes`
17797
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/new.html.haml within optimacms/admin/layouts/main (145.0ms)
17798
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
17799
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
17800
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
17801
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
17802
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
17803
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
17804
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (556.0ms)
17805
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (621.0ms)
17806
+ Completed 200 OK in 831ms (Views: 789.0ms | ActiveRecord: 2.0ms)
17807
+
17808
+
17809
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:39 +0300
17810
+
17811
+
17812
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:39 +0300
17813
+
17814
+
17815
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:39 +0300
17816
+
17817
+
17818
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-02 00:47:39 +0300
17819
+
17820
+
17821
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-02 00:47:39 +0300
17822
+
17823
+
17824
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:39 +0300
17825
+
17826
+
17827
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:39 +0300
17828
+
17829
+
17830
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:39 +0300
17831
+
17832
+
17833
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:39 +0300
17834
+
17835
+
17836
+ Started POST "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 00:47:47 +0300
17837
+ Processing by Optimacms::Admin::TemplatesController#create as HTML
17838
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qkZ1mC3J/34CRRY3vpxO7dre7sVA5ePAX38rVRy25uLSe0tDqzRLXcxWRGAePlCr1mjpuj160CrUu66JhKtI6w==", "modal"=>"0", "template"=>{"title"=>"map4", "basedirpath"=>"temp/", "basename"=>"map4", "type_id"=>"2", "tpl_format"=>"blank", "is_translated"=>"0"}, "commit"=>"Save"}
17839
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17840
+  (0.0ms) BEGIN
17841
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`basepath` = 'temp' AND `cms_templates`.`is_folder` = 1 ORDER BY `cms_templates`.`id` ASC LIMIT 1
17842
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17843
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
17844
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
17845
+ Optimacms::Template Exists (1.0ms) SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/map4' AND `cms_templates`.`is_folder` = 0) LIMIT 1
17846
+ SQL (0.0ms) INSERT INTO `cms_templates` (`title`, `basedirpath`, `basename`, `type_id`, `tpl_format`, `ancestry`, `basepath`, `created_at`, `updated_at`) VALUES ('map4', 'temp/', 'map4', 2, 'blank', '70', 'temp/map4', '2015-06-01 21:47:47', '2015-06-01 21:47:47')
17847
+  (5.0ms) COMMIT
17848
+ Redirected to http://localhost:3001/cmsadmin/templates/133/edit
17849
+ Completed 302 Found in 89ms (ActiveRecord: 9.0ms)
17850
+
17851
+
17852
+ Started GET "/cmsadmin/templates/133/edit" for 127.0.0.1 at 2015-06-02 00:47:47 +0300
17853
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
17854
+ Parameters: {"id"=>"133"}
17855
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17856
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 133 LIMIT 1
17857
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
17858
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
17859
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (95.0ms)
17860
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (102.0ms)
17861
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
17862
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
17863
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
17864
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
17865
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
17866
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
17867
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (549.0ms)
17868
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (613.0ms)
17869
+ Completed 200 OK in 757ms (Views: 737.0ms | ActiveRecord: 1.0ms)
17870
+
17871
+
17872
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:48 +0300
17873
+
17874
+
17875
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:48 +0300
17876
+
17877
+
17878
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-02 00:47:48 +0300
17879
+
17880
+
17881
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:48 +0300
17882
+
17883
+
17884
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:48 +0300
17885
+
17886
+
17887
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-02 00:47:48 +0300
17888
+
17889
+
17890
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:48 +0300
17891
+
17892
+
17893
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:48 +0300
17894
+
17895
+
17896
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:48 +0300
17897
+
17898
+
17899
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 00:47:53 +0300
17900
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
17901
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17902
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17903
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17904
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (44.0ms)
17905
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (8.0ms)
17906
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (59.0ms)
17907
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
17908
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
17909
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (77.0ms)
17910
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (84.0ms)
17911
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
17912
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
17913
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
17914
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (161.0ms)
17915
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
17916
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
17917
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
17918
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
17919
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
17920
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
17921
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (547.0ms)
17922
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (611.0ms)
17923
+ Completed 200 OK in 830ms (Views: 793.0ms | ActiveRecord: 5.0ms)
17924
+
17925
+
17926
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:54 +0300
17927
+
17928
+
17929
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-02 00:47:54 +0300
17930
+
17931
+
17932
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-02 00:47:54 +0300
17933
+
17934
+
17935
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:54 +0300
17936
+
17937
+
17938
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:55 +0300
17939
+
17940
+
17941
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:55 +0300
17942
+
17943
+
17944
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:55 +0300
17945
+
17946
+
17947
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:55 +0300
17948
+
17949
+
17950
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:55 +0300
17951
+
17952
+
17953
+ Started DELETE "/cmsadmin/templates/133" for 127.0.0.1 at 2015-06-02 00:47:56 +0300
17954
+ Processing by Optimacms::Admin::TemplatesController#destroy as HTML
17955
+ Parameters: {"authenticity_token"=>"jwnJe+KzrX+bUGIyXBhr13hk7E8sALbWDx5nCRNffnT3NPegZE4ZXFVDMGX8unWRdNLrMFGfhTyE2uLVi0LQfQ==", "id"=>"133"}
17956
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17957
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 133 LIMIT 1
17958
+  (1.0ms) BEGIN
17959
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE (`cms_templates`.`ancestry` LIKE '70/133/%' OR `cms_templates`.`ancestry` = '70/133')
17960
+ SQL (0.0ms) DELETE FROM `cms_templates` WHERE `cms_templates`.`id` = 133
17961
+  (5.0ms) COMMIT
17962
+ Redirected to http://localhost:3001/cmsadmin/templates
17963
+ Completed 302 Found in 39ms (ActiveRecord: 6.0ms)
17964
+
17965
+
17966
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 00:47:56 +0300
17967
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
17968
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
17969
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17970
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
17971
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (29.0ms)
17972
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (7.0ms)
17973
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (44.0ms)
17974
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
17975
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
17976
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (69.0ms)
17977
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (74.0ms)
17978
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
17979
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
17980
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
17981
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (140.0ms)
17982
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
17983
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
17984
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
17985
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
17986
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
17987
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
17988
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (550.0ms)
17989
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (614.0ms)
17990
+ Completed 200 OK in 803ms (Views: 772.0ms | ActiveRecord: 4.0ms)
17991
+
17992
+
17993
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:57 +0300
17994
+
17995
+
17996
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:57 +0300
17997
+
17998
+
17999
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:57 +0300
18000
+
18001
+
18002
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:57 +0300
18003
+
18004
+
18005
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-02 00:47:57 +0300
18006
+
18007
+
18008
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-02 00:47:58 +0300
18009
+
18010
+
18011
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:58 +0300
18012
+
18013
+
18014
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:58 +0300
18015
+
18016
+
18017
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:58 +0300
18018
+
18019
+
18020
+ Started GET "/cmsadmin/templates/new?parent_id=70" for 127.0.0.1 at 2015-06-02 00:47:58 +0300
18021
+ Processing by Optimacms::Admin::TemplatesController#new as HTML
18022
+ Parameters: {"parent_id"=>"70"}
18023
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18024
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18025
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
18026
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
18027
+ Optimacms::TemplateType Load (0.0ms) SELECT `cms_templatetypes`.* FROM `cms_templatetypes`
18028
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/new.html.haml within optimacms/admin/layouts/main (159.0ms)
18029
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
18030
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
18031
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
18032
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
18033
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
18034
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
18035
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (552.0ms)
18036
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (619.0ms)
18037
+ Completed 200 OK in 835ms (Views: 799.0ms | ActiveRecord: 2.0ms)
18038
+
18039
+
18040
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-02 00:47:59 +0300
18041
+
18042
+
18043
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:59 +0300
18044
+
18045
+
18046
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:59 +0300
18047
+
18048
+
18049
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:59 +0300
18050
+
18051
+
18052
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-02 00:47:59 +0300
18053
+
18054
+
18055
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-02 00:47:59 +0300
18056
+
18057
+
18058
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-02 00:48:00 +0300
18059
+
18060
+
18061
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-06-02 00:48:00 +0300
18062
+
18063
+
18064
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-06-02 00:48:00 +0300
18065
+
18066
+
18067
+ Started POST "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 00:48:09 +0300
18068
+ Processing by Optimacms::Admin::TemplatesController#create as HTML
18069
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"6H+CjhAQZSa8tikYHLPntbT+Xw34EhThJG/2sZQTYxOQQrxVlu3RBXKle0+8EfnzuEhYcoWNJwuvq3NtDA7NGg==", "modal"=>"0", "template"=>{"title"=>"map5", "basedirpath"=>"temp/", "basename"=>"map5.xml.builder", "type_id"=>"2", "tpl_format"=>"blank", "is_translated"=>"0"}, "commit"=>"Save"}
18070
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18071
+  (0.0ms) BEGIN
18072
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`basepath` = 'temp' AND `cms_templates`.`is_folder` = 1 ORDER BY `cms_templates`.`id` ASC LIMIT 1
18073
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18074
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
18075
+ CACHE (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
18076
+ Optimacms::Template Exists (1.0ms) SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/map5.xml.builder' AND `cms_templates`.`is_folder` = 0) LIMIT 1
18077
+ SQL (1.0ms) INSERT INTO `cms_templates` (`title`, `basedirpath`, `basename`, `type_id`, `tpl_format`, `ancestry`, `basepath`, `created_at`, `updated_at`) VALUES ('map5', 'temp/', 'map5.xml.builder', 2, 'blank', '70', 'temp/map5.xml.builder', '2015-06-01 21:48:09', '2015-06-01 21:48:09')
18078
+  (5.0ms) COMMIT
18079
+ Redirected to http://localhost:3001/cmsadmin/templates/134/edit
18080
+ Completed 302 Found in 96ms (ActiveRecord: 10.0ms)
18081
+
18082
+
18083
+ Started GET "/cmsadmin/templates/134/edit" for 127.0.0.1 at 2015-06-02 00:48:09 +0300
18084
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
18085
+ Parameters: {"id"=>"134"}
18086
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18087
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 134 LIMIT 1
18088
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
18089
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (1.0ms)
18090
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (96.0ms)
18091
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (104.0ms)
18092
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
18093
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
18094
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
18095
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
18096
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
18097
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
18098
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (548.0ms)
18099
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (623.0ms)
18100
+ Completed 200 OK in 768ms (Views: 749.0ms | ActiveRecord: 1.0ms)
18101
+
18102
+
18103
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-02 00:48:10 +0300
18104
+
18105
+
18106
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-02 00:48:10 +0300
18107
+
18108
+
18109
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-02 00:48:10 +0300
18110
+
18111
+
18112
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-02 00:48:10 +0300
18113
+
18114
+
18115
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-02 00:48:10 +0300
18116
+
18117
+
18118
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-02 00:48:10 +0300
18119
+
18120
+
18121
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-02 00:48:10 +0300
18122
+
18123
+
18124
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-06-02 00:48:10 +0300
18125
+
18126
+
18127
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-06-02 00:48:10 +0300
18128
+
18129
+
18130
+ Started PATCH "/cmsadmin/templates/134" for 127.0.0.1 at 2015-06-02 00:48:12 +0300
18131
+ Processing by Optimacms::Admin::TemplatesController#update as HTML
18132
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"F307ffOhy4IdnOM0T8bgH0fDQIYuJtp0wJ9/jMBdKZRvQAWmdVx/odOPsWPvZP5ZS3VH+VO56Z5LW/pQWECHnQ==", "template"=>{"parent_id"=>"70", "title"=>"map5", "content"=>"111"}, "commit"=>"Save", "id"=>"134"}
18133
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18134
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 134 LIMIT 1
18135
+  (0.0ms) BEGIN
18136
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18137
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18138
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
18139
+ Optimacms::Template Exists (1.0ms) SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/map5.xml.builder' AND `cms_templates`.`id` != 134 AND `cms_templates`.`is_folder` = 0) LIMIT 1
18140
+  (0.0ms) COMMIT
18141
+ Redirected to http://localhost:3001/cmsadmin/templates
18142
+ Completed 302 Found in 71ms (ActiveRecord: 4.0ms)
18143
+
18144
+
18145
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 00:48:12 +0300
18146
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
18147
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18148
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18149
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18150
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (39.0ms)
18151
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (7.0ms)
18152
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (55.0ms)
18153
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
18154
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
18155
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (73.0ms)
18156
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (77.0ms)
18157
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
18158
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
18159
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
18160
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (150.0ms)
18161
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
18162
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
18163
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
18164
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
18165
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
18166
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
18167
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (556.0ms)
18168
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (622.0ms)
18169
+ Completed 200 OK in 823ms (Views: 794.0ms | ActiveRecord: 4.0ms)
18170
+
18171
+
18172
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-02 00:48:13 +0300
18173
+
18174
+
18175
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-02 00:48:13 +0300
18176
+
18177
+
18178
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-02 00:48:13 +0300
18179
+
18180
+
18181
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-02 00:48:13 +0300
18182
+
18183
+
18184
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-02 00:48:13 +0300
18185
+
18186
+
18187
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-02 00:48:13 +0300
18188
+
18189
+
18190
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-02 00:48:13 +0300
18191
+
18192
+
18193
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-06-02 00:48:13 +0300
18194
+
18195
+
18196
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-06-02 00:48:13 +0300
18197
+
18198
+
18199
+ Started GET "/cmsadmin/templates/127/edit" for 127.0.0.1 at 2015-06-02 00:50:56 +0300
18200
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
18201
+ Parameters: {"id"=>"127"}
18202
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18203
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 127 LIMIT 1
18204
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
18205
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (4.0ms)
18206
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (121.0ms)
18207
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (128.0ms)
18208
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
18209
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
18210
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
18211
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
18212
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
18213
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
18214
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (592.0ms)
18215
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (665.0ms)
18216
+ Completed 200 OK in 843ms (Views: 815.0ms | ActiveRecord: 1.0ms)
18217
+
18218
+
18219
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-02 00:50:57 +0300
18220
+
18221
+
18222
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-02 00:50:57 +0300
18223
+
18224
+
18225
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-02 00:50:57 +0300
18226
+
18227
+
18228
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-02 00:50:57 +0300
18229
+
18230
+
18231
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-02 00:50:57 +0300
18232
+
18233
+
18234
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-02 00:50:57 +0300
18235
+
18236
+
18237
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-06-02 00:50:57 +0300
18238
+
18239
+
18240
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-02 00:50:57 +0300
18241
+
18242
+
18243
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-06-02 00:50:57 +0300
18244
+
18245
+
18246
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:05:31 +0300
18247
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
18248
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18249
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18250
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18251
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (40.0ms)
18252
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (21.0ms)
18253
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (72.0ms)
18254
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
18255
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (7.0ms)
18256
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (96.0ms)
18257
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (103.0ms)
18258
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
18259
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
18260
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
18261
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (201.0ms)
18262
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (5.0ms)
18263
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
18264
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
18265
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
18266
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
18267
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (10.0ms)
18268
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (628.0ms)
18269
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (716.0ms)
18270
+ Completed 200 OK in 1165ms (Views: 942.1ms | ActiveRecord: 28.0ms)
18271
+
18272
+
18273
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-02 01:05:34 +0300
18274
+
18275
+
18276
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-02 01:05:34 +0300
18277
+
18278
+
18279
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-02 01:05:34 +0300
18280
+
18281
+
18282
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-02 01:05:34 +0300
18283
+
18284
+
18285
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-02 01:05:34 +0300
18286
+
18287
+
18288
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-02 01:05:34 +0300
18289
+
18290
+
18291
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-02 01:05:34 +0300
18292
+
18293
+
18294
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-06-02 01:05:34 +0300
18295
+
18296
+
18297
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-06-02 01:05:34 +0300
18298
+
18299
+
18300
+ Started GET "/cmsadmin/templates/134/edit" for 127.0.0.1 at 2015-06-02 01:05:38 +0300
18301
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
18302
+ Parameters: {"id"=>"134"}
18303
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18304
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 134 LIMIT 1
18305
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
18306
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (1.0ms)
18307
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (130.0ms)
18308
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (138.0ms)
18309
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (16.0ms)
18310
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
18311
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
18312
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
18313
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
18314
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (9.0ms)
18315
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (741.0ms)
18316
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (839.0ms)
18317
+ Completed 200 OK in 1025ms (Views: 1003.1ms | ActiveRecord: 2.0ms)
18318
+
18319
+
18320
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-02 01:05:39 +0300
18321
+
18322
+
18323
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-02 01:05:39 +0300
18324
+
18325
+
18326
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-02 01:05:39 +0300
18327
+
18328
+
18329
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-02 01:05:39 +0300
18330
+
18331
+
18332
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-06-02 01:05:39 +0300
18333
+
18334
+
18335
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-06-02 01:05:39 +0300
18336
+
18337
+
18338
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-02 01:05:40 +0300
18339
+
18340
+
18341
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-02 01:05:40 +0300
18342
+
18343
+
18344
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-02 01:05:40 +0300
18345
+
18346
+
18347
+ Started GET "/cmsadmin/templates/new?parent_id=70" for 127.0.0.1 at 2015-06-02 01:06:01 +0300
18348
+ Processing by Optimacms::Admin::TemplatesController#new as HTML
18349
+ Parameters: {"parent_id"=>"70"}
18350
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18351
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18352
+ CACHE (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
18353
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
18354
+ Optimacms::TemplateType Load (0.0ms) SELECT `cms_templatetypes`.* FROM `cms_templatetypes`
18355
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/new.html.haml within optimacms/admin/layouts/main (175.0ms)
18356
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
18357
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
18358
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
18359
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
18360
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
18361
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
18362
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (647.0ms)
18363
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (724.0ms)
18364
+ Completed 200 OK in 963ms (Views: 913.1ms | ActiveRecord: 8.0ms)
18365
+
18366
+
18367
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-02 01:06:02 +0300
18368
+
18369
+
18370
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-02 01:06:02 +0300
18371
+
18372
+
18373
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-06-02 01:06:02 +0300
18374
+
18375
+
18376
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-02 01:06:02 +0300
18377
+
18378
+
18379
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-02 01:06:02 +0300
18380
+
18381
+
18382
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-02 01:06:02 +0300
18383
+
18384
+
18385
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-02 01:06:02 +0300
18386
+
18387
+
18388
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-06-02 01:06:02 +0300
18389
+
18390
+
18391
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-02 01:06:02 +0300
18392
+
18393
+
18394
+ Started POST "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:06:16 +0300
18395
+ Processing by Optimacms::Admin::TemplatesController#create as HTML
18396
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"x7sqAQVEhca5dMSYxg2XXXiKV6IEzU7bxaaGUMdq4tC/hhTag7kx5Xdnls9mr4kbdDxQ3XlSfTFOYgOMX3dM2Q==", "modal"=>"0", "template"=>{"title"=>"part1", "basedirpath"=>"temp/", "basename"=>"part1", "type_id"=>"3", "tpl_format"=>"haml", "is_translated"=>"0"}, "commit"=>"Save"}
18397
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18398
+  (0.0ms) BEGIN
18399
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`basepath` = 'temp' AND `cms_templates`.`is_folder` = 1 ORDER BY `cms_templates`.`id` ASC LIMIT 1
18400
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18401
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
18402
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
18403
+ Optimacms::Template Exists (0.0ms) SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/part1' AND `cms_templates`.`is_folder` = 0) LIMIT 1
18404
+ SQL (0.0ms) INSERT INTO `cms_templates` (`title`, `basedirpath`, `basename`, `type_id`, `tpl_format`, `ancestry`, `basepath`, `created_at`, `updated_at`) VALUES ('part1', 'temp/', 'part1', 3, 'haml', '70', 'temp/part1', '2015-06-01 22:06:16', '2015-06-01 22:06:16')
18405
+  (5.0ms) COMMIT
18406
+ Redirected to http://localhost:3001/cmsadmin/templates/135/edit
18407
+ Completed 302 Found in 99ms (ActiveRecord: 6.0ms)
18408
+
18409
+
18410
+ Started GET "/cmsadmin/templates/135/edit" for 127.0.0.1 at 2015-06-02 01:06:16 +0300
18411
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
18412
+ Parameters: {"id"=>"135"}
18413
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18414
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 135 LIMIT 1
18415
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
18416
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
18417
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (107.0ms)
18418
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (115.0ms)
18419
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
18420
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
18421
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
18422
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
18423
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
18424
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
18425
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (579.0ms)
18426
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (644.0ms)
18427
+ Completed 200 OK in 802ms (Views: 783.0ms | ActiveRecord: 1.0ms)
18428
+
18429
+
18430
+ Started PATCH "/cmsadmin/templates/135" for 127.0.0.1 at 2015-06-02 01:06:22 +0300
18431
+ Processing by Optimacms::Admin::TemplatesController#update as HTML
18432
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"tzRV5DM+ksgE/il7yYTCKMHoG6HVxG5xVSv8zxMK2yXPCWs/tcMm68rteyxpJtxuzV4c3qhbXZve73kTixd1LA==", "template"=>{"parent_id"=>"70", "title"=>"part1", "content"=>"444"}, "commit"=>"Save", "id"=>"135"}
18433
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18434
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 135 LIMIT 1
18435
+  (1.0ms) BEGIN
18436
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18437
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18438
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
18439
+ Optimacms::Template Exists (0.0ms) SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/part1' AND `cms_templates`.`id` != 135 AND `cms_templates`.`is_folder` = 0) LIMIT 1
18440
+  (1.0ms) COMMIT
18441
+ Redirected to http://localhost:3001/cmsadmin/templates
18442
+ Completed 302 Found in 83ms (ActiveRecord: 4.0ms)
18443
+
18444
+
18445
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:06:22 +0300
18446
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
18447
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18448
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18449
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18450
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (29.0ms)
18451
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (8.0ms)
18452
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (46.0ms)
18453
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
18454
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
18455
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (72.0ms)
18456
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (77.0ms)
18457
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
18458
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
18459
+  (0.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
18460
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (158.0ms)
18461
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
18462
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (10.0ms)
18463
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
18464
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
18465
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
18466
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (9.0ms)
18467
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (621.0ms)
18468
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (707.0ms)
18469
+ Completed 200 OK in 921ms (Views: 887.1ms | ActiveRecord: 3.0ms)
18470
+
18471
+
18472
+ Started GET "/cmsadmin/templates/new?parent_id=70" for 127.0.0.1 at 2015-06-02 01:06:24 +0300
18473
+ Processing by Optimacms::Admin::TemplatesController#new as HTML
18474
+ Parameters: {"parent_id"=>"70"}
18475
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18476
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18477
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
18478
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
18479
+ Optimacms::TemplateType Load (0.0ms) SELECT `cms_templatetypes`.* FROM `cms_templatetypes`
18480
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/new.html.haml within optimacms/admin/layouts/main (151.0ms)
18481
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
18482
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
18483
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
18484
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
18485
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
18486
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
18487
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (685.0ms)
18488
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (760.0ms)
18489
+ Completed 200 OK in 964ms (Views: 932.1ms | ActiveRecord: 1.0ms)
18490
+
18491
+
18492
+ Started POST "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:06:32 +0300
18493
+ Processing by Optimacms::Admin::TemplatesController#create as HTML
18494
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"58lXNdWTPpnc/xoWs1REuZWWHzDC5wJbUuut82415Mqf9GnuU26KuhLsSEET9lr/mSAYT794MbHZLygv9ihKww==", "modal"=>"0", "template"=>{"title"=>"p1", "basedirpath"=>"temp/", "basename"=>"p1", "type_id"=>"2", "tpl_format"=>"haml", "is_translated"=>"0"}, "commit"=>"Save"}
18495
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18496
+  (0.0ms) BEGIN
18497
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`basepath` = 'temp' AND `cms_templates`.`is_folder` = 1 ORDER BY `cms_templates`.`id` ASC LIMIT 1
18498
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18499
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
18500
+ CACHE (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
18501
+ Optimacms::Template Exists (1.0ms) SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/p1' AND `cms_templates`.`is_folder` = 0) LIMIT 1
18502
+ SQL (2.0ms) INSERT INTO `cms_templates` (`title`, `basedirpath`, `basename`, `type_id`, `tpl_format`, `ancestry`, `basepath`, `created_at`, `updated_at`) VALUES ('p1', 'temp/', 'p1', 2, 'haml', '70', 'temp/p1', '2015-06-01 22:06:32', '2015-06-01 22:06:32')
18503
+  (5.0ms) COMMIT
18504
+ Redirected to http://localhost:3001/cmsadmin/templates/136/edit
18505
+ Completed 302 Found in 98ms (ActiveRecord: 11.0ms)
18506
+
18507
+
18508
+ Started GET "/cmsadmin/templates/136/edit" for 127.0.0.1 at 2015-06-02 01:06:32 +0300
18509
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
18510
+ Parameters: {"id"=>"136"}
18511
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18512
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 136 LIMIT 1
18513
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
18514
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
18515
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (102.0ms)
18516
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (117.0ms)
18517
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
18518
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
18519
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
18520
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
18521
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
18522
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
18523
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (564.0ms)
18524
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (631.0ms)
18525
+ Completed 200 OK in 792ms (Views: 772.0ms | ActiveRecord: 0.0ms)
18526
+
18527
+
18528
+ Started PATCH "/cmsadmin/templates/136" for 127.0.0.1 at 2015-06-02 01:06:37 +0300
18529
+ Processing by Optimacms::Admin::TemplatesController#update as HTML
18530
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"d+VTXi0looa4TddUQ5A+HdU7WaLu0UtajoYttE0o8pIP2G2Fq9gWpXZehQPjMiBb2Y1e3ZNOeLAFQqho1TVcmw==", "template"=>{"parent_id"=>"70", "title"=>"p1", "content"=>"111"}, "commit"=>"Save", "id"=>"136"}
18531
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18532
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 136 LIMIT 1
18533
+  (0.0ms) BEGIN
18534
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18535
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18536
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
18537
+ Optimacms::Template Exists (1.0ms) SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/p1' AND `cms_templates`.`id` != 136 AND `cms_templates`.`is_folder` = 0) LIMIT 1
18538
+  (0.0ms) COMMIT
18539
+ Redirected to http://localhost:3001/cmsadmin/templates
18540
+ Completed 302 Found in 76ms (ActiveRecord: 2.0ms)
18541
+
18542
+
18543
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:06:37 +0300
18544
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
18545
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18546
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18547
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18548
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (39.0ms)
18549
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (7.0ms)
18550
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (55.0ms)
18551
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
18552
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
18553
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (73.0ms)
18554
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (78.0ms)
18555
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
18556
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
18557
+  (0.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
18558
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (166.0ms)
18559
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
18560
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (10.0ms)
18561
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
18562
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
18563
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
18564
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
18565
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (578.0ms)
18566
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (654.0ms)
18567
+ Completed 200 OK in 870ms (Views: 841.0ms | ActiveRecord: 3.0ms)
18568
+
18569
+
18570
+ Started GET "/cmsadmin/templates/new?parent_id=70" for 127.0.0.1 at 2015-06-02 01:06:40 +0300
18571
+ Processing by Optimacms::Admin::TemplatesController#new as HTML
18572
+ Parameters: {"parent_id"=>"70"}
18573
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18574
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18575
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
18576
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
18577
+ Optimacms::TemplateType Load (0.0ms) SELECT `cms_templatetypes`.* FROM `cms_templatetypes`
18578
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/new.html.haml within optimacms/admin/layouts/main (160.0ms)
18579
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (5.0ms)
18580
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (10.0ms)
18581
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
18582
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
18583
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
18584
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
18585
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (574.0ms)
18586
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (656.0ms)
18587
+ Completed 200 OK in 874ms (Views: 837.0ms | ActiveRecord: 2.0ms)
18588
+
18589
+
18590
+ Started POST "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:06:49 +0300
18591
+ Processing by Optimacms::Admin::TemplatesController#create as HTML
18592
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"zoK6na0XgxCc0QjROBWqHsqA4bUXAJqyvMcw4QdnAaS2v4RGK+o3M1LCWoaYt7RYxjbmymqfqVg3A7U9n3qvrQ==", "modal"=>"0", "template"=>{"title"=>"h1", "basedirpath"=>"temp/", "basename"=>"h1", "type_id"=>"2", "tpl_format"=>"html", "is_translated"=>"0"}, "commit"=>"Save"}
18593
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18594
+  (0.0ms) BEGIN
18595
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`basepath` = 'temp' AND `cms_templates`.`is_folder` = 1 ORDER BY `cms_templates`.`id` ASC LIMIT 1
18596
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18597
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
18598
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
18599
+ Optimacms::Template Exists (0.0ms) SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/h1' AND `cms_templates`.`is_folder` = 0) LIMIT 1
18600
+ SQL (0.0ms) INSERT INTO `cms_templates` (`title`, `basedirpath`, `basename`, `type_id`, `tpl_format`, `ancestry`, `basepath`, `created_at`, `updated_at`) VALUES ('h1', 'temp/', 'h1', 2, 'html', '70', 'temp/h1', '2015-06-01 22:06:50', '2015-06-01 22:06:50')
18601
+  (5.0ms) COMMIT
18602
+ Redirected to http://localhost:3001/cmsadmin/templates/137/edit
18603
+ Completed 302 Found in 105ms (ActiveRecord: 6.0ms)
18604
+
18605
+
18606
+ Started GET "/cmsadmin/templates/137/edit" for 127.0.0.1 at 2015-06-02 01:06:50 +0300
18607
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
18608
+ Parameters: {"id"=>"137"}
18609
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18610
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 137 LIMIT 1
18611
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
18612
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (4.0ms)
18613
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (130.0ms)
18614
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (137.0ms)
18615
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
18616
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
18617
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
18618
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
18619
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
18620
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
18621
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (586.0ms)
18622
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (652.0ms)
18623
+ Completed 200 OK in 832ms (Views: 812.0ms | ActiveRecord: 1.0ms)
18624
+
18625
+
18626
+ Started PATCH "/cmsadmin/templates/137" for 127.0.0.1 at 2015-06-02 01:06:54 +0300
18627
+ Processing by Optimacms::Admin::TemplatesController#update as HTML
18628
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"ucrscmK5lwb9p5GvTQ034IzQaOdAhVjdq71YaxXgS0DB99Kp5EQjJTO0w/jtrymmgGZvmD0aazcged23jf3lSQ==", "template"=>{"parent_id"=>"70", "title"=>"h1", "content"=>"<p>hhheeello partial h1</p>"}, "commit"=>"Save", "id"=>"137"}
18629
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18630
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 137 LIMIT 1
18631
+  (0.0ms) BEGIN
18632
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18633
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18634
+ CACHE (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
18635
+ Optimacms::Template Exists (0.0ms) SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/h1' AND `cms_templates`.`id` != 137 AND `cms_templates`.`is_folder` = 0) LIMIT 1
18636
+  (1.0ms) COMMIT
18637
+ Redirected to http://localhost:3001/cmsadmin/templates
18638
+ Completed 302 Found in 82ms (ActiveRecord: 2.0ms)
18639
+
18640
+
18641
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:06:55 +0300
18642
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
18643
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18644
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18645
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18646
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (30.0ms)
18647
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (8.0ms)
18648
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (47.0ms)
18649
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
18650
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
18651
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (65.0ms)
18652
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (69.0ms)
18653
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
18654
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
18655
+  (0.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
18656
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (174.0ms)
18657
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
18658
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
18659
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
18660
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
18661
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
18662
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
18663
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (698.0ms)
18664
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (776.0ms)
18665
+ Completed 200 OK in 999ms (Views: 968.1ms | ActiveRecord: 3.0ms)
18666
+
18667
+
18668
+ Started GET "/cmsadmin/templates/new?parent_id=70" for 127.0.0.1 at 2015-06-02 01:06:57 +0300
18669
+ Processing by Optimacms::Admin::TemplatesController#new as HTML
18670
+ Parameters: {"parent_id"=>"70"}
18671
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18672
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18673
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
18674
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
18675
+ Optimacms::TemplateType Load (0.0ms) SELECT `cms_templatetypes`.* FROM `cms_templatetypes`
18676
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/new.html.haml within optimacms/admin/layouts/main (145.0ms)
18677
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
18678
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
18679
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
18680
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
18681
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
18682
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
18683
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (566.0ms)
18684
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (632.0ms)
18685
+ Completed 200 OK in 832ms (Views: 799.0ms | ActiveRecord: 1.0ms)
18686
+
18687
+
18688
+ Started POST "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:07:07 +0300
18689
+ Processing by Optimacms::Admin::TemplatesController#create as HTML
18690
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"BBvzXOTCXrxoVfN/Gvhd3Yg43hRIpoKH6gX1fEC3msx8Js2HYj/qn6ZGoSi6WkObhI7ZazU5sW1hwXCg2Ko0xQ==", "modal"=>"0", "template"=>{"title"=>"ph1", "basedirpath"=>"temp/", "basename"=>"ph1", "type_id"=>"3", "tpl_format"=>"html", "is_translated"=>"0"}, "commit"=>"Save"}
18691
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18692
+  (0.0ms) BEGIN
18693
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`basepath` = 'temp' AND `cms_templates`.`is_folder` = 1 ORDER BY `cms_templates`.`id` ASC LIMIT 1
18694
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18695
+ CACHE (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
18696
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
18697
+ Optimacms::Template Exists (1.0ms) SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/ph1' AND `cms_templates`.`is_folder` = 0) LIMIT 1
18698
+ SQL (0.0ms) INSERT INTO `cms_templates` (`title`, `basedirpath`, `basename`, `type_id`, `tpl_format`, `ancestry`, `basepath`, `created_at`, `updated_at`) VALUES ('ph1', 'temp/', 'ph1', 3, 'html', '70', 'temp/ph1', '2015-06-01 22:07:07', '2015-06-01 22:07:07')
18699
+  (5.0ms) COMMIT
18700
+ Redirected to http://localhost:3001/cmsadmin/templates/138/edit
18701
+ Completed 302 Found in 87ms (ActiveRecord: 7.0ms)
18702
+
18703
+
18704
+ Started GET "/cmsadmin/templates/138/edit" for 127.0.0.1 at 2015-06-02 01:07:07 +0300
18705
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
18706
+ Parameters: {"id"=>"138"}
18707
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18708
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 138 LIMIT 1
18709
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
18710
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (3.0ms)
18711
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (123.0ms)
18712
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (131.0ms)
18713
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (5.0ms)
18714
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
18715
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
18716
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
18717
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
18718
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
18719
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (569.0ms)
18720
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (636.0ms)
18721
+ Completed 200 OK in 809ms (Views: 788.0ms | ActiveRecord: 1.0ms)
18722
+
18723
+
18724
+ Started PATCH "/cmsadmin/templates/138" for 127.0.0.1 at 2015-06-02 01:07:12 +0300
18725
+ Processing by Optimacms::Admin::TemplatesController#update as HTML
18726
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"xP7/6Ib1hvn5A6SRms/GdHxPJKk5b7R3NhLJCGaMHN68w8EzAAgy2jcQ9sY6bdgycPkj1kTwh5291kzU/pGy1w==", "template"=>{"parent_id"=>"70", "title"=>"ph1", "content"=>"<p>000</p>"}, "commit"=>"Save", "id"=>"138"}
18727
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18728
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 138 LIMIT 1
18729
+  (0.0ms) BEGIN
18730
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18731
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18732
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
18733
+ Optimacms::Template Exists (1.0ms) SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/ph1' AND `cms_templates`.`id` != 138 AND `cms_templates`.`is_folder` = 0) LIMIT 1
18734
+  (0.0ms) COMMIT
18735
+ Redirected to http://localhost:3001/cmsadmin/templates
18736
+ Completed 302 Found in 79ms (ActiveRecord: 4.0ms)
18737
+
18738
+
18739
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:07:12 +0300
18740
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
18741
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18742
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18743
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18744
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (37.0ms)
18745
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (10.0ms)
18746
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (57.0ms)
18747
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
18748
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
18749
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (77.0ms)
18750
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (82.0ms)
18751
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
18752
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
18753
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
18754
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (187.0ms)
18755
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
18756
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
18757
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
18758
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
18759
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
18760
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
18761
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (558.0ms)
18762
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (630.0ms)
18763
+ Completed 200 OK in 874ms (Views: 842.0ms | ActiveRecord: 4.0ms)
18764
+
18765
+
18766
+ Started GET "/cmsadmin/templates/80/edit" for 127.0.0.1 at 2015-06-02 01:07:25 +0300
18767
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
18768
+ Parameters: {"id"=>"80"}
18769
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18770
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 80 LIMIT 1
18771
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
18772
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (3.0ms)
18773
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (130.0ms)
18774
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (137.0ms)
18775
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (5.0ms)
18776
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
18777
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
18778
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
18779
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
18780
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (9.0ms)
18781
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (577.0ms)
18782
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (657.0ms)
18783
+ Completed 200 OK in 836ms (Views: 817.0ms | ActiveRecord: 1.0ms)
18784
+
18785
+
18786
+ Started DELETE "/cmsadmin/templates/80" for 127.0.0.1 at 2015-06-02 01:07:30 +0300
18787
+ Processing by Optimacms::Admin::TemplatesController#destroy as HTML
18788
+ Parameters: {"authenticity_token"=>"iimBj4qCJJz/gPGpk9xiG+N+nLhZJNSyE10J86ko5hjyFL9UDH+QvzGTo/4zfnxd78ibxyS751iYmYwvMTVIEQ==", "id"=>"80"}
18789
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18790
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 80 LIMIT 1
18791
+  (0.0ms) BEGIN
18792
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE (`cms_templates`.`ancestry` LIKE '70/80/%' OR `cms_templates`.`ancestry` = '70/80')
18793
+ SQL (0.0ms) DELETE FROM `cms_templates` WHERE `cms_templates`.`id` = 80
18794
+  (5.0ms) COMMIT
18795
+ Redirected to http://localhost:3001/cmsadmin/templates
18796
+ Completed 302 Found in 42ms (ActiveRecord: 7.0ms)
18797
+
18798
+
18799
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:07:30 +0300
18800
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
18801
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18802
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18803
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18804
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (30.0ms)
18805
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (7.0ms)
18806
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (46.0ms)
18807
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
18808
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
18809
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (64.0ms)
18810
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (68.0ms)
18811
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
18812
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
18813
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
18814
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (160.0ms)
18815
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
18816
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (10.0ms)
18817
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
18818
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
18819
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
18820
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
18821
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (604.0ms)
18822
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (678.0ms)
18823
+ Completed 200 OK in 885ms (Views: 856.0ms | ActiveRecord: 1.0ms)
18824
+
18825
+
18826
+ Started GET "/cmsadmin/templates/81/edit" for 127.0.0.1 at 2015-06-02 01:07:31 +0300
18827
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
18828
+ Parameters: {"id"=>"81"}
18829
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18830
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 81 LIMIT 1
18831
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
18832
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (5.0ms)
18833
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (156.0ms)
18834
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (166.0ms)
18835
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (5.0ms)
18836
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (20.0ms)
18837
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
18838
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
18839
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
18840
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (9.0ms)
18841
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (751.0ms)
18842
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (848.0ms)
18843
+ Completed 200 OK in 1068ms (Views: 1042.1ms | ActiveRecord: 1.0ms)
18844
+
18845
+
18846
+ Started DELETE "/cmsadmin/templates/81" for 127.0.0.1 at 2015-06-02 01:07:35 +0300
18847
+ Processing by Optimacms::Admin::TemplatesController#destroy as HTML
18848
+ Parameters: {"authenticity_token"=>"73IImJnCXZFOdrHMa0VWCMxlDQLqZCs2nsRk2ZYWLnmXTzZDHz/psoBl45vL50hOwNMKfZf7GNwVAOEFDguAcA==", "id"=>"81"}
18849
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18850
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 81 LIMIT 1
18851
+  (0.0ms) BEGIN
18852
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE (`cms_templates`.`ancestry` LIKE '70/81/%' OR `cms_templates`.`ancestry` = '70/81')
18853
+ SQL (1.0ms) DELETE FROM `cms_templates` WHERE `cms_templates`.`id` = 81
18854
+  (2.0ms) COMMIT
18855
+ Redirected to http://localhost:3001/cmsadmin/templates
18856
+ Completed 302 Found in 37ms (ActiveRecord: 5.0ms)
18857
+
18858
+
18859
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:07:36 +0300
18860
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
18861
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18862
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18863
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18864
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (31.0ms)
18865
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (8.0ms)
18866
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (47.0ms)
18867
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
18868
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
18869
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (71.0ms)
18870
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (75.0ms)
18871
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
18872
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
18873
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
18874
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (161.0ms)
18875
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
18876
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
18877
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
18878
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
18879
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
18880
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
18881
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (566.0ms)
18882
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (635.0ms)
18883
+ Completed 200 OK in 846ms (Views: 813.0ms | ActiveRecord: 4.0ms)
18884
+
18885
+
18886
+ Started GET "/cmsadmin/templates/82/edit" for 127.0.0.1 at 2015-06-02 01:07:38 +0300
18887
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
18888
+ Parameters: {"id"=>"82"}
18889
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18890
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 82 LIMIT 1
18891
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
18892
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (3.0ms)
18893
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (114.0ms)
18894
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (121.0ms)
18895
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
18896
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
18897
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
18898
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
18899
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
18900
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
18901
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (563.0ms)
18902
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (629.0ms)
18903
+ Completed 200 OK in 793ms (Views: 773.0ms | ActiveRecord: 0.0ms)
18904
+
18905
+
18906
+ Started DELETE "/cmsadmin/templates/82" for 127.0.0.1 at 2015-06-02 01:07:42 +0300
18907
+ Processing by Optimacms::Admin::TemplatesController#destroy as HTML
18908
+ Parameters: {"authenticity_token"=>"ALw5D7kmsuMpOBVgctrQkhgaPwuXJNpdE1wV/Cjx+nJ4gQfUP9sGwOcrRzfSeM7UFKw4dOq76beYmJAgsOxUew==", "id"=>"82"}
18909
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18910
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 82 LIMIT 1
18911
+  (1.0ms) BEGIN
18912
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE (`cms_templates`.`ancestry` LIKE '70/82/%' OR `cms_templates`.`ancestry` = '70/82')
18913
+ SQL (1.0ms) DELETE FROM `cms_templates` WHERE `cms_templates`.`id` = 82
18914
+  (5.0ms) COMMIT
18915
+ Redirected to http://localhost:3001/cmsadmin/templates
18916
+ Completed 302 Found in 41ms (ActiveRecord: 8.0ms)
18917
+
18918
+
18919
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:07:42 +0300
18920
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
18921
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18922
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18923
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18924
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (37.0ms)
18925
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (8.0ms)
18926
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (54.0ms)
18927
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
18928
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
18929
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (73.0ms)
18930
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (77.0ms)
18931
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
18932
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
18933
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
18934
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (160.0ms)
18935
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
18936
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
18937
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
18938
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
18939
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
18940
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
18941
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (616.0ms)
18942
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (694.0ms)
18943
+ Completed 200 OK in 904ms (Views: 872.0ms | ActiveRecord: 5.0ms)
18944
+
18945
+
18946
+ Started DELETE "/cmsadmin/templates/136" for 127.0.0.1 at 2015-06-02 01:07:52 +0300
18947
+ Processing by Optimacms::Admin::TemplatesController#destroy as HTML
18948
+ Parameters: {"authenticity_token"=>"m5MV5jNF7NPBh2eZ79kcK0/L4ajjtn2EI7xrN3oSQgrjris9tbhY8A+UNc5PewJtQ33m154pTm6oeO7r4g/sAw==", "id"=>"136"}
18949
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18950
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 136 LIMIT 1
18951
+  (1.0ms) BEGIN
18952
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE (`cms_templates`.`ancestry` LIKE '70/136/%' OR `cms_templates`.`ancestry` = '70/136')
18953
+ SQL (0.0ms) DELETE FROM `cms_templates` WHERE `cms_templates`.`id` = 136
18954
+  (5.0ms) COMMIT
18955
+ Redirected to http://localhost:3001/cmsadmin/templates
18956
+ Completed 302 Found in 41ms (ActiveRecord: 7.0ms)
18957
+
18958
+
18959
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:07:52 +0300
18960
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
18961
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18962
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18963
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
18964
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (36.0ms)
18965
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (8.0ms)
18966
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (53.0ms)
18967
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
18968
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
18969
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (71.0ms)
18970
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (75.0ms)
18971
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
18972
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
18973
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
18974
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (163.0ms)
18975
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (5.0ms)
18976
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (10.0ms)
18977
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
18978
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
18979
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
18980
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (9.0ms)
18981
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (632.0ms)
18982
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (705.0ms)
18983
+ Completed 200 OK in 916ms (Views: 887.1ms | ActiveRecord: 2.0ms)
18984
+
18985
+
18986
+ Started DELETE "/cmsadmin/templates/137" for 127.0.0.1 at 2015-06-02 01:07:56 +0300
18987
+ Processing by Optimacms::Admin::TemplatesController#destroy as HTML
18988
+ Parameters: {"authenticity_token"=>"tkyA6FA/VF/JgjEB3JIwJCurhWqAhVs5aJtYYLSMCBbOcb4z1sLgfAeRY1Z8MC5iJx2CFf0aaNPjX928LJGmHw==", "id"=>"137"}
18989
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
18990
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 137 LIMIT 1
18991
+  (0.0ms) BEGIN
18992
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE (`cms_templates`.`ancestry` LIKE '70/137/%' OR `cms_templates`.`ancestry` = '70/137')
18993
+ SQL (1.0ms) DELETE FROM `cms_templates` WHERE `cms_templates`.`id` = 137
18994
+  (1.0ms) COMMIT
18995
+ Redirected to http://localhost:3001/cmsadmin/templates
18996
+ Completed 302 Found in 40ms (ActiveRecord: 5.0ms)
18997
+
18998
+
18999
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:07:56 +0300
19000
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
19001
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19002
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19003
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19004
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (35.0ms)
19005
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (8.0ms)
19006
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (53.0ms)
19007
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
19008
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
19009
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (73.0ms)
19010
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (78.0ms)
19011
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
19012
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
19013
+  (0.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
19014
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (150.0ms)
19015
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
19016
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
19017
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
19018
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
19019
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
19020
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
19021
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (618.0ms)
19022
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (687.0ms)
19023
+ Completed 200 OK in 893ms (Views: 859.0ms | ActiveRecord: 3.0ms)
19024
+
19025
+
19026
+ Started DELETE "/cmsadmin/templates/134" for 127.0.0.1 at 2015-06-02 01:08:01 +0300
19027
+ Processing by Optimacms::Admin::TemplatesController#destroy as HTML
19028
+ Parameters: {"authenticity_token"=>"pyIRhvkSniR7IAfQhKoISlA76PLbnz+VQTT3juYek8bfHy9df+8qB7UzVYckCBYMXI3vjaYADH/K8HJSfgM9zw==", "id"=>"134"}
19029
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19030
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 134 LIMIT 1
19031
+  (0.0ms) BEGIN
19032
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE (`cms_templates`.`ancestry` LIKE '70/134/%' OR `cms_templates`.`ancestry` = '70/134')
19033
+ SQL (1.0ms) DELETE FROM `cms_templates` WHERE `cms_templates`.`id` = 134
19034
+  (5.0ms) COMMIT
19035
+ Redirected to http://localhost:3001/cmsadmin/templates
19036
+ Completed 302 Found in 40ms (ActiveRecord: 8.0ms)
19037
+
19038
+
19039
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:08:01 +0300
19040
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
19041
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19042
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19043
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19044
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (38.0ms)
19045
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (7.0ms)
19046
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (53.0ms)
19047
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
19048
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
19049
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (71.0ms)
19050
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (75.0ms)
19051
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
19052
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
19053
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
19054
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (142.0ms)
19055
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
19056
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
19057
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
19058
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
19059
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
19060
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
19061
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (572.0ms)
19062
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (639.0ms)
19063
+ Completed 200 OK in 830ms (Views: 799.0ms | ActiveRecord: 4.0ms)
19064
+
19065
+
19066
+ Started DELETE "/cmsadmin/templates/131" for 127.0.0.1 at 2015-06-02 01:08:04 +0300
19067
+ Processing by Optimacms::Admin::TemplatesController#destroy as HTML
19068
+ Parameters: {"authenticity_token"=>"j/PNzjTm9l3AYkISpKsr+I5l6EM9jy2iU8luRNkNrDX3zvMVshtCfg5xEEUECTW+gtPvPEAQHkjYDeuYQRACPA==", "id"=>"131"}
19069
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19070
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 131 LIMIT 1
19071
+  (1.0ms) BEGIN
19072
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE (`cms_templates`.`ancestry` LIKE '70/131/%' OR `cms_templates`.`ancestry` = '70/131')
19073
+ SQL (1.0ms) DELETE FROM `cms_templates` WHERE `cms_templates`.`id` = 131
19074
+  (5.0ms) COMMIT
19075
+ Redirected to http://localhost:3001/cmsadmin/templates
19076
+ Completed 302 Found in 65ms (ActiveRecord: 9.0ms)
19077
+
19078
+
19079
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:08:05 +0300
19080
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
19081
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19082
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19083
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19084
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (29.0ms)
19085
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (7.0ms)
19086
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (46.0ms)
19087
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
19088
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
19089
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (65.0ms)
19090
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (69.0ms)
19091
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
19092
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
19093
+  (0.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
19094
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (128.0ms)
19095
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
19096
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
19097
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
19098
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
19099
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
19100
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (10.0ms)
19101
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (561.0ms)
19102
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (635.0ms)
19103
+ Completed 200 OK in 826ms (Views: 790.0ms | ActiveRecord: 5.0ms)
19104
+
19105
+
19106
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-06-02 01:08:07 +0300
19107
+ Processing by Optimacms::Admin::PagesController#index as HTML
19108
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19109
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages`
19110
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
19111
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (28.0ms)
19112
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (8.0ms)
19113
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (45.0ms)
19114
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
19115
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (6.0ms)
19116
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (62.0ms)
19117
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (67.0ms)
19118
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
19119
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
19120
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (285.0ms)
19121
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
19122
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
19123
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
19124
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
19125
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
19126
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
19127
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (612.0ms)
19128
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (686.0ms)
19129
+ Completed 200 OK in 1181ms (Views: 1010.1ms | ActiveRecord: 20.0ms)
19130
+
19131
+
19132
+ Started GET "/cmsadmin/pages?parent_id=148" for 127.0.0.1 at 2015-06-02 01:08:11 +0300
19133
+ Processing by Optimacms::Admin::PagesController#index as HTML
19134
+ Parameters: {"parent_id"=>"148"}
19135
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19136
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
19137
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (29.0ms)
19138
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (7.0ms)
19139
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (44.0ms)
19140
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
19141
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
19142
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (62.0ms)
19143
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (67.0ms)
19144
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
19145
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )
19146
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (120.0ms)
19147
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
19148
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
19149
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
19150
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
19151
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
19152
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
19153
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (583.0ms)
19154
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (651.0ms)
19155
+ Completed 200 OK in 813ms (Views: 791.0ms | ActiveRecord: 3.0ms)
19156
+
19157
+
19158
+ Started GET "/cmsadmin/pages/149/edit" for 127.0.0.1 at 2015-06-02 01:08:16 +0300
19159
+ Processing by Optimacms::Admin::PagesController#edit as HTML
19160
+ Parameters: {"id"=>"149"}
19161
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19162
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 149 LIMIT 1
19163
+ Optimacms::Language Load (1.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
19164
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
19165
+ Optimacms::PageTranslation Load (1.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 149
19166
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
19167
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
19168
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`type_id` = 1 AND `cms_templates`.`is_folder` = 0
19169
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 78 LIMIT 1
19170
+ CACHE (0.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 149 [["item_id", 149]]
19171
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (555.0ms)
19172
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (21.0ms)
19173
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (57.0ms)
19174
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (3.0ms)
19175
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (992.1ms)
19176
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/edit.html.haml within optimacms/admin/layouts/main (1027.1ms)
19177
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
19178
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (10.0ms)
19179
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
19180
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
19181
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
19182
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (9.0ms)
19183
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (726.0ms)
19184
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (816.0ms)
19185
+ Completed 200 OK in 2091ms (Views: 1871.1ms | ActiveRecord: 15.0ms)
19186
+
19187
+
19188
+ Started GET "/" for 127.0.0.1 at 2015-06-02 01:08:19 +0300
19189
+ Processing by Optimacms::PagesController#show as HTML
19190
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND url = '')
19191
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND url = '') ORDER BY url_parts_count DESC, url_vars_count ASC
19192
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 126 LIMIT 1
19193
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1
19194
+ Optimacms::PageTranslation Load (0.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 152 AND `cms_pages_translation`.`lang` = '' ORDER BY `cms_pages_translation`.`id` ASC LIMIT 1
19195
+ Rendered home/index.html.haml within layouts/main (22.0ms)
19196
+ Completed 200 OK in 1168ms (Views: 1017.1ms | ActiveRecord: 1.0ms)
19197
+
19198
+
19199
+ Started GET "/assets/application-eda3a3cb78c126b622bbb2577e2712d0.css?body=1" for 127.0.0.1 at 2015-06-02 01:08:21 +0300
19200
+
19201
+
19202
+ Started GET "/assets/tpl-c2b2c931e13866c08977ba47487f05d7.css?body=1" for 127.0.0.1 at 2015-06-02 01:08:21 +0300
19203
+
19204
+
19205
+ Started GET "/assets/jquery-5ba2df6cc8d349ca3589408b6c6a6e24.js?body=1" for 127.0.0.1 at 2015-06-02 01:08:21 +0300
19206
+
19207
+
19208
+ Started GET "/assets/application-a4d60c093ea78cdb95331e55a6889ea5.js?body=1" for 127.0.0.1 at 2015-06-02 01:08:21 +0300
19209
+
19210
+
19211
+ Started GET "/text1.html" for 127.0.0.1 at 2015-06-02 01:08:27 +0300
19212
+ Processing by Optimacms::PagesController#show as HTML
19213
+ Parameters: {"url"=>"text1.html"}
19214
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'text1.html' REGEXP parsed_url)
19215
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'text1.html' REGEXP parsed_url) ORDER BY url_parts_count DESC, url_vars_count ASC
19216
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 129 LIMIT 1
19217
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1
19218
+ Optimacms::PageTranslation Load (1.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 153 AND `cms_pages_translation`.`lang` = '' ORDER BY `cms_pages_translation`.`id` ASC LIMIT 1
19219
+ Rendered pages/text1.html within layouts/main (1.0ms)
19220
+ Completed 200 OK in 552ms (Views: 506.0ms | ActiveRecord: 4.0ms)
19221
+
19222
+
19223
+ Started GET "/t1.html" for 127.0.0.1 at 2015-06-02 01:08:30 +0300
19224
+ Processing by Optimacms::PagesController#show as HTML
19225
+ Parameters: {"url"=>"t1.html"}
19226
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 't1.html' REGEXP parsed_url)
19227
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 't1.html' REGEXP parsed_url) ORDER BY url_parts_count DESC, url_vars_count ASC
19228
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 78 LIMIT 1
19229
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1
19230
+ Optimacms::PageTranslation Load (1.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 149 AND `cms_pages_translation`.`lang` = 'en' ORDER BY `cms_pages_translation`.`id` ASC LIMIT 1
19231
+ Rendered temp/h1.html (1.0ms)
19232
+ Rendered temp/t1.html.haml within layouts/main (17.0ms)
19233
+ Completed 200 OK in 596ms (Views: 560.0ms | ActiveRecord: 3.0ms)
19234
+
19235
+
19236
+ Started GET "/cmsadmin/pages/new?parent_id=148" for 127.0.0.1 at 2015-06-02 01:08:38 +0300
19237
+ Processing by Optimacms::Admin::PagesController#new as HTML
19238
+ Parameters: {"parent_id"=>"148"}
19239
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19240
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
19241
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
19242
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
19243
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
19244
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`type_id` = 1 AND `cms_templates`.`is_folder` = 0
19245
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (557.0ms)
19246
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (3.0ms)
19247
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (10.0ms)
19248
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (3.0ms)
19249
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (783.0ms)
19250
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/new.html.haml within optimacms/admin/layouts/main (796.0ms)
19251
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
19252
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
19253
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
19254
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
19255
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
19256
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
19257
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (551.0ms)
19258
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (628.0ms)
19259
+ Completed 200 OK in 1500ms (Views: 1448.1ms | ActiveRecord: 2.0ms)
19260
+
19261
+
19262
+ Started POST "/cmsadmin/pages" for 127.0.0.1 at 2015-06-02 01:08:51 +0300
19263
+ Processing by Optimacms::Admin::PagesController#create as HTML
19264
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"vzEL493x2KGBP2BgTLCfjCOFdVUtbShrw1bjc6Aa4GnHDDU4Wwxsgk8sMjfsEoHKLzNyKlDyG4FIkmavOAdOYA==", "page"=>{"parent_id"=>"148", "title"=>"page1", "url"=>"p1.html", "name"=>"p1", "controller_action"=>"", "layout_id"=>"4", "template_id"=>"", "template"=>"", "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"}
19265
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19266
+  (1.0ms) BEGIN
19267
+ SQL (2.0ms) INSERT INTO `cms_pages` (`parent_id`, `title`, `url`, `name`, `controller_action`, `layout_id`, `url_parts_count`, `parsed_url`, `created_at`, `updated_at`) VALUES (148, 'page1', 'p1.html', 'p1', '', 4, 1, '^p1[.]html', '2015-06-01 22:08:52', '2015-06-01 22:08:52')
19268
+ SQL (1.0ms) INSERT INTO `cms_pages_translation` (`lang`, `meta_title`, `meta_keywords`, `meta_description`, `item_id`) VALUES ('', '', '', '', 155)
19269
+ SQL (1.0ms) INSERT INTO `cms_pages_translation` (`lang`, `meta_title`, `meta_keywords`, `meta_description`, `item_id`) VALUES ('en', '', '', '', 155)
19270
+ SQL (0.0ms) INSERT INTO `cms_pages_translation` (`lang`, `meta_title`, `meta_keywords`, `meta_description`, `item_id`) VALUES ('ru', '', '', '', 155)
19271
+  (5.0ms) COMMIT
19272
+ Redirected to http://localhost:3001/cmsadmin/pages
19273
+ Completed 302 Found in 127ms (ActiveRecord: 10.0ms)
19274
+
19275
+
19276
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-06-02 01:08:52 +0300
19277
+ Processing by Optimacms::Admin::PagesController#index as HTML
19278
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19279
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
19280
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (29.0ms)
19281
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (7.0ms)
19282
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (45.0ms)
19283
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
19284
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (12.0ms)
19285
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (70.0ms)
19286
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (74.0ms)
19287
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
19288
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )
19289
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (134.0ms)
19290
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
19291
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
19292
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
19293
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
19294
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
19295
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
19296
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (560.0ms)
19297
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (628.0ms)
19298
+ Completed 200 OK in 802ms (Views: 781.0ms | ActiveRecord: 3.0ms)
19299
+
19300
+
19301
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:08:54 +0300
19302
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
19303
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19304
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19305
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19306
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (28.0ms)
19307
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (8.0ms)
19308
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (45.0ms)
19309
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
19310
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
19311
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (62.0ms)
19312
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (67.0ms)
19313
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
19314
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
19315
+  (0.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
19316
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (133.0ms)
19317
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
19318
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
19319
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
19320
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
19321
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
19322
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
19323
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (562.0ms)
19324
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (629.0ms)
19325
+ Completed 200 OK in 816ms (Views: 784.0ms | ActiveRecord: 3.0ms)
19326
+
19327
+
19328
+ Started DELETE "/cmsadmin/templates/135" for 127.0.0.1 at 2015-06-02 01:09:02 +0300
19329
+ Processing by Optimacms::Admin::TemplatesController#destroy as HTML
19330
+ Parameters: {"authenticity_token"=>"VGx0zyJVoSjhKHPduVQLnTQEqIBpkcPwnEX0sgE/kKosUUoUpKgVCy87IYoZ9hXbOLKv/xQO8BoXgXFumSI+ow==", "id"=>"135"}
19331
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19332
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 135 LIMIT 1
19333
+  (0.0ms) BEGIN
19334
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE (`cms_templates`.`ancestry` LIKE '70/135/%' OR `cms_templates`.`ancestry` = '70/135')
19335
+ SQL (1.0ms) DELETE FROM `cms_templates` WHERE `cms_templates`.`id` = 135
19336
+  (2.0ms) COMMIT
19337
+ Redirected to http://localhost:3001/cmsadmin/templates
19338
+ Completed 302 Found in 37ms (ActiveRecord: 6.0ms)
19339
+
19340
+
19341
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:09:02 +0300
19342
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
19343
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19344
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19345
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19346
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (31.0ms)
19347
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (8.0ms)
19348
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (47.0ms)
19349
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
19350
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
19351
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (65.0ms)
19352
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (69.0ms)
19353
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
19354
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
19355
+  (0.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
19356
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (125.0ms)
19357
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
19358
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
19359
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
19360
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
19361
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
19362
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
19363
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (559.0ms)
19364
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (625.0ms)
19365
+ Completed 200 OK in 797ms (Views: 769.0ms | ActiveRecord: 1.0ms)
19366
+
19367
+
19368
+ Started DELETE "/cmsadmin/templates/138" for 127.0.0.1 at 2015-06-02 01:09:04 +0300
19369
+ Processing by Optimacms::Admin::TemplatesController#destroy as HTML
19370
+ Parameters: {"authenticity_token"=>"nxj9Wxsdq2R+c2iZi2VO9kAxwhb+X2OeDasnyb2y1RbnJcOAneAfR7BgOs4rx1CwTIfFaYPAUHSGb6IVJa97Hw==", "id"=>"138"}
19371
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19372
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 138 LIMIT 1
19373
+  (0.0ms) BEGIN
19374
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE (`cms_templates`.`ancestry` LIKE '70/138/%' OR `cms_templates`.`ancestry` = '70/138')
19375
+ SQL (0.0ms) DELETE FROM `cms_templates` WHERE `cms_templates`.`id` = 138
19376
+  (5.0ms) COMMIT
19377
+ Redirected to http://localhost:3001/cmsadmin/templates
19378
+ Completed 302 Found in 40ms (ActiveRecord: 8.0ms)
19379
+
19380
+
19381
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:09:05 +0300
19382
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
19383
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19384
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19385
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19386
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (38.0ms)
19387
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (8.0ms)
19388
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (54.0ms)
19389
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
19390
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
19391
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (72.0ms)
19392
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (75.0ms)
19393
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
19394
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
19395
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
19396
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (120.0ms)
19397
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
19398
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
19399
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
19400
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
19401
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
19402
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
19403
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (577.0ms)
19404
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (642.0ms)
19405
+ Completed 200 OK in 809ms (Views: 781.0ms | ActiveRecord: 4.0ms)
19406
+
19407
+
19408
+ Started DELETE "/cmsadmin/templates/127" for 127.0.0.1 at 2015-06-02 01:09:08 +0300
19409
+ Processing by Optimacms::Admin::TemplatesController#destroy as HTML
19410
+ Parameters: {"authenticity_token"=>"XR4LE2GW/Hci+qiqUo/xrtrI1dPD7SELIqDOLg8y4l0lIzXI52tIVOzp+v3yLe/o1n7SrL5yEuGpZEvyly9MVA==", "id"=>"127"}
19411
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19412
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 127 LIMIT 1
19413
+  (1.0ms) BEGIN
19414
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE (`cms_templates`.`ancestry` LIKE '70/127/%' OR `cms_templates`.`ancestry` = '70/127')
19415
+ SQL (1.0ms) DELETE FROM `cms_templates` WHERE `cms_templates`.`id` = 127
19416
+  (5.0ms) COMMIT
19417
+ Redirected to http://localhost:3001/cmsadmin/templates
19418
+ Completed 302 Found in 40ms (ActiveRecord: 8.0ms)
19419
+
19420
+
19421
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:09:08 +0300
19422
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
19423
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19424
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19425
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19426
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (29.0ms)
19427
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (7.0ms)
19428
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (51.0ms)
19429
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
19430
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
19431
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (69.0ms)
19432
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (73.0ms)
19433
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
19434
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
19435
+  (0.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
19436
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (110.0ms)
19437
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
19438
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
19439
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
19440
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
19441
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
19442
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
19443
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (567.0ms)
19444
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (632.0ms)
19445
+ Completed 200 OK in 789ms (Views: 759.0ms | ActiveRecord: 3.0ms)
19446
+
19447
+
19448
+ Started GET "/cmsadmin/templates/new?parent_id=70" for 127.0.0.1 at 2015-06-02 01:10:51 +0300
19449
+ Processing by Optimacms::Admin::TemplatesController#new as HTML
19450
+ Parameters: {"parent_id"=>"70"}
19451
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19452
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19453
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
19454
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
19455
+ Optimacms::TemplateType Load (1.0ms) SELECT `cms_templatetypes`.* FROM `cms_templatetypes`
19456
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/new.html.haml within optimacms/admin/layouts/main (172.0ms)
19457
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
19458
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
19459
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
19460
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
19461
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
19462
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
19463
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (775.0ms)
19464
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (844.0ms)
19465
+ Completed 200 OK in 1075ms (Views: 1037.1ms | ActiveRecord: 3.0ms)
19466
+
19467
+
19468
+ Started POST "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:10:58 +0300
19469
+ Processing by Optimacms::Admin::TemplatesController#create as HTML
19470
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"VI1ptn0Debo4TVuiruhlJStDhdeNMmKSTbFEMbAasP4ssFdt+/7NmfZeCfUOSntjJ/WCqPCtUXjGdcHtKAce9w==", "modal"=>"0", "template"=>{"title"=>"p1", "basedirpath"=>"temp/", "basename"=>"p1", "type_id"=>"2", "tpl_format"=>"haml", "is_translated"=>"0"}, "commit"=>"Save"}
19471
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19472
+  (0.0ms) BEGIN
19473
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`basepath` = 'temp' AND `cms_templates`.`is_folder` = 1 ORDER BY `cms_templates`.`id` ASC LIMIT 1
19474
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19475
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
19476
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
19477
+ Optimacms::Template Exists (1.0ms) SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/p1' AND `cms_templates`.`is_folder` = 0) LIMIT 1
19478
+ SQL (1.0ms) INSERT INTO `cms_templates` (`title`, `basedirpath`, `basename`, `type_id`, `tpl_format`, `ancestry`, `basepath`, `created_at`, `updated_at`) VALUES ('p1', 'temp/', 'p1', 2, 'haml', '70', 'temp/p1', '2015-06-01 22:10:58', '2015-06-01 22:10:58')
19479
+  (5.0ms) COMMIT
19480
+ Redirected to http://localhost:3001/cmsadmin/templates/139/edit
19481
+ Completed 302 Found in 110ms (ActiveRecord: 8.0ms)
19482
+
19483
+
19484
+ Started GET "/cmsadmin/templates/139/edit" for 127.0.0.1 at 2015-06-02 01:10:58 +0300
19485
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
19486
+ Parameters: {"id"=>"139"}
19487
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19488
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
19489
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
19490
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
19491
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (104.0ms)
19492
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (112.0ms)
19493
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (11.0ms)
19494
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
19495
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
19496
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
19497
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
19498
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (9.0ms)
19499
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (616.0ms)
19500
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (703.0ms)
19501
+ Completed 200 OK in 863ms (Views: 840.0ms | ActiveRecord: 0.0ms)
19502
+
19503
+
19504
+ Started PATCH "/cmsadmin/templates/139" for 127.0.0.1 at 2015-06-02 01:11:34 +0300
19505
+ Processing by Optimacms::Admin::TemplatesController#update as HTML
19506
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"OHmm8b+qgTt2SutxnExnibytHFZAKqB2UC+AFCI+qEhARJgqOVc1GLhZuSY87nnPsBsbKT21k5zb6wXIuiMGQQ==", "template"=>{"parent_id"=>"70", "title"=>"p1", "content"=>"include html:\r\n\r\n= block 'temp/html1'\r\n\r\ninclude haml:\r\n= block 'temp/part1'\r\n"}, "commit"=>"Save", "id"=>"139"}
19507
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19508
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
19509
+  (1.0ms) BEGIN
19510
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19511
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19512
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
19513
+ Optimacms::Template Exists (1.0ms) 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
19514
+  (1.0ms) COMMIT
19515
+ Redirected to http://localhost:3001/cmsadmin/templates
19516
+ Completed 302 Found in 71ms (ActiveRecord: 4.0ms)
19517
+
19518
+
19519
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:11:34 +0300
19520
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
19521
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19522
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19523
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19524
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (29.0ms)
19525
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (8.0ms)
19526
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (46.0ms)
19527
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
19528
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
19529
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (70.0ms)
19530
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (74.0ms)
19531
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
19532
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
19533
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
19534
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (119.0ms)
19535
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
19536
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
19537
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
19538
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
19539
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
19540
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
19541
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (568.0ms)
19542
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (634.0ms)
19543
+ Completed 200 OK in 808ms (Views: 772.0ms | ActiveRecord: 5.0ms)
19544
+
19545
+
19546
+ Started GET "/cmsadmin/templates/new?parent_id=70" for 127.0.0.1 at 2015-06-02 01:11:36 +0300
19547
+ Processing by Optimacms::Admin::TemplatesController#new as HTML
19548
+ Parameters: {"parent_id"=>"70"}
19549
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19550
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19551
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
19552
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
19553
+ Optimacms::TemplateType Load (0.0ms) SELECT `cms_templatetypes`.* FROM `cms_templatetypes`
19554
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/new.html.haml within optimacms/admin/layouts/main (154.0ms)
19555
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
19556
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
19557
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
19558
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
19559
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
19560
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
19561
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (564.0ms)
19562
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (629.0ms)
19563
+ Completed 200 OK in 842ms (Views: 805.0ms | ActiveRecord: 1.0ms)
19564
+
19565
+
19566
+ Started POST "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:11:46 +0300
19567
+ Processing by Optimacms::Admin::TemplatesController#create as HTML
19568
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"ByPreqOPDJh7Jrjls7M95+k0C1+t6k5eS+r5zeQ3/M9/HtWhJXK4u7U16rITESOh5YIMINB1fbTALnwRfCpSxg==", "modal"=>"0", "template"=>{"title"=>"part1", "basedirpath"=>"temp/", "basename"=>"part1", "type_id"=>"3", "tpl_format"=>"haml", "is_translated"=>"0"}, "commit"=>"Save"}
19569
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19570
+  (1.0ms) BEGIN
19571
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`basepath` = 'temp' AND `cms_templates`.`is_folder` = 1 ORDER BY `cms_templates`.`id` ASC LIMIT 1
19572
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19573
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
19574
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
19575
+ Optimacms::Template Exists (1.0ms) SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/part1' AND `cms_templates`.`is_folder` = 0) LIMIT 1
19576
+ SQL (1.0ms) INSERT INTO `cms_templates` (`title`, `basedirpath`, `basename`, `type_id`, `tpl_format`, `ancestry`, `basepath`, `created_at`, `updated_at`) VALUES ('part1', 'temp/', 'part1', 3, 'haml', '70', 'temp/part1', '2015-06-01 22:11:46', '2015-06-01 22:11:46')
19577
+  (2.0ms) COMMIT
19578
+ Redirected to http://localhost:3001/cmsadmin/templates/140/edit
19579
+ Completed 302 Found in 89ms (ActiveRecord: 7.0ms)
19580
+
19581
+
19582
+ Started GET "/cmsadmin/templates/140/edit" for 127.0.0.1 at 2015-06-02 01:11:46 +0300
19583
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
19584
+ Parameters: {"id"=>"140"}
19585
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19586
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 140 LIMIT 1
19587
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
19588
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (1.0ms)
19589
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (119.0ms)
19590
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (127.0ms)
19591
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (5.0ms)
19592
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
19593
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
19594
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
19595
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
19596
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
19597
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (597.0ms)
19598
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (666.0ms)
19599
+ Completed 200 OK in 837ms (Views: 816.0ms | ActiveRecord: 1.0ms)
19600
+
19601
+
19602
+ Started PATCH "/cmsadmin/templates/140" for 127.0.0.1 at 2015-06-02 01:11:55 +0300
19603
+ Processing by Optimacms::Admin::TemplatesController#update as HTML
19604
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"yxJbS9neUBrKb8RlDaM5mWKgsYIziJ6pvOq67xiMhI6zL2WQXyPkOQR8ljKtASffbha2/U4XrUM3Lj8zgJEqhw==", "template"=>{"parent_id"=>"70", "title"=>"part1", "content"=>"text in partial - part1.html.haml"}, "commit"=>"Save", "id"=>"140"}
19605
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19606
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 140 LIMIT 1
19607
+  (0.0ms) BEGIN
19608
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19609
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19610
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
19611
+ Optimacms::Template Exists (1.0ms) SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/part1' AND `cms_templates`.`id` != 140 AND `cms_templates`.`is_folder` = 0) LIMIT 1
19612
+  (0.0ms) COMMIT
19613
+ Redirected to http://localhost:3001/cmsadmin/templates
19614
+ Completed 302 Found in 79ms (ActiveRecord: 3.0ms)
19615
+
19616
+
19617
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:11:55 +0300
19618
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
19619
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19620
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19621
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19622
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (30.0ms)
19623
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (7.0ms)
19624
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (45.0ms)
19625
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
19626
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
19627
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (62.0ms)
19628
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (67.0ms)
19629
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
19630
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
19631
+  (0.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
19632
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (119.0ms)
19633
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
19634
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (16.0ms)
19635
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
19636
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
19637
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
19638
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
19639
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (616.0ms)
19640
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (691.0ms)
19641
+ Completed 200 OK in 858ms (Views: 830.0ms | ActiveRecord: 2.0ms)
19642
+
19643
+
19644
+ Started GET "/cmsadmin/templates/new?parent_id=70" for 127.0.0.1 at 2015-06-02 01:11:58 +0300
19645
+ Processing by Optimacms::Admin::TemplatesController#new as HTML
19646
+ Parameters: {"parent_id"=>"70"}
19647
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19648
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19649
+ CACHE (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
19650
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
19651
+ Optimacms::TemplateType Load (1.0ms) SELECT `cms_templatetypes`.* FROM `cms_templatetypes`
19652
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/new.html.haml within optimacms/admin/layouts/main (150.0ms)
19653
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
19654
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
19655
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
19656
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
19657
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
19658
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
19659
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (583.0ms)
19660
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (647.0ms)
19661
+ Completed 200 OK in 859ms (Views: 816.0ms | ActiveRecord: 4.0ms)
19662
+
19663
+
19664
+ Started POST "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:12:05 +0300
19665
+ Processing by Optimacms::Admin::TemplatesController#create as HTML
19666
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"dofTZo+ropQzDPlK1Ilx9TSp4ith3k0OiucMtE/Uh5cOuu29CVYWt/0fqx10K2+zOB/lVBxBfuQBI4lo18kpng==", "modal"=>"0", "template"=>{"title"=>"h1", "basedirpath"=>"temp/", "basename"=>"h1", "type_id"=>"3", "tpl_format"=>"html", "is_translated"=>"0"}, "commit"=>"Save"}
19667
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19668
+  (1.0ms) BEGIN
19669
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`basepath` = 'temp' AND `cms_templates`.`is_folder` = 1 ORDER BY `cms_templates`.`id` ASC LIMIT 1
19670
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19671
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
19672
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
19673
+ Optimacms::Template Exists (1.0ms) SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/h1' AND `cms_templates`.`is_folder` = 0) LIMIT 1
19674
+ SQL (1.0ms) INSERT INTO `cms_templates` (`title`, `basedirpath`, `basename`, `type_id`, `tpl_format`, `ancestry`, `basepath`, `created_at`, `updated_at`) VALUES ('h1', 'temp/', 'h1', 3, 'html', '70', 'temp/h1', '2015-06-01 22:12:05', '2015-06-01 22:12:05')
19675
+  (5.0ms) COMMIT
19676
+ Redirected to http://localhost:3001/cmsadmin/templates/141/edit
19677
+ Completed 302 Found in 101ms (ActiveRecord: 10.0ms)
19678
+
19679
+
19680
+ Started GET "/cmsadmin/templates/141/edit" for 127.0.0.1 at 2015-06-02 01:12:05 +0300
19681
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
19682
+ Parameters: {"id"=>"141"}
19683
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19684
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 141 LIMIT 1
19685
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
19686
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (4.0ms)
19687
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (134.0ms)
19688
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (141.0ms)
19689
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
19690
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
19691
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
19692
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
19693
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
19694
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
19695
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (594.0ms)
19696
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (662.0ms)
19697
+ Completed 200 OK in 846ms (Views: 825.0ms | ActiveRecord: 1.0ms)
19698
+
19699
+
19700
+ Started PATCH "/cmsadmin/templates/141" for 127.0.0.1 at 2015-06-02 01:12:10 +0300
19701
+ Processing by Optimacms::Admin::TemplatesController#update as HTML
19702
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"3UEG7nrEG2BboFgvOvg9/jXUWTtbCw6csajH3ZclxUmlfDg1/DmvQ5WzCniaWiO4OWJeRCaUPXY6bEIBDzhrQA==", "template"=>{"parent_id"=>"70", "title"=>"h1", "content"=>"<p>partial HTML</p>"}, "commit"=>"Save", "id"=>"141"}
19703
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19704
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 141 LIMIT 1
19705
+  (1.0ms) BEGIN
19706
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19707
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19708
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
19709
+ Optimacms::Template Exists (1.0ms) SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'temp/h1' AND `cms_templates`.`id` != 141 AND `cms_templates`.`is_folder` = 0) LIMIT 1
19710
+  (0.0ms) COMMIT
19711
+ Redirected to http://localhost:3001/cmsadmin/templates
19712
+ Completed 302 Found in 80ms (ActiveRecord: 4.0ms)
19713
+
19714
+
19715
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:12:10 +0300
19716
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
19717
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19718
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19719
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19720
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (29.0ms)
19721
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (7.0ms)
19722
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (45.0ms)
19723
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
19724
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
19725
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (63.0ms)
19726
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (68.0ms)
19727
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
19728
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
19729
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
19730
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (126.0ms)
19731
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
19732
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
19733
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
19734
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
19735
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
19736
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
19737
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (587.0ms)
19738
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (656.0ms)
19739
+ Completed 200 OK in 837ms (Views: 807.0ms | ActiveRecord: 3.0ms)
19740
+
19741
+
19742
+ Started GET "/cmsadmin/templates/140/edit" for 127.0.0.1 at 2015-06-02 01:12:16 +0300
19743
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
19744
+ Parameters: {"id"=>"140"}
19745
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19746
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 140 LIMIT 1
19747
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
19748
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
19749
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (109.0ms)
19750
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (115.0ms)
19751
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
19752
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
19753
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
19754
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
19755
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
19756
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
19757
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (576.0ms)
19758
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (643.0ms)
19759
+ Completed 200 OK in 802ms (Views: 781.0ms | ActiveRecord: 0.0ms)
19760
+
19761
+
19762
+ Started GET "/cmsadmin/templates/139/edit" for 127.0.0.1 at 2015-06-02 01:12:18 +0300
19763
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
19764
+ Parameters: {"id"=>"139"}
19765
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19766
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
19767
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
19768
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (0.0ms)
19769
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (109.0ms)
19770
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (118.0ms)
19771
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
19772
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
19773
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
19774
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
19775
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
19776
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
19777
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (642.0ms)
19778
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (716.0ms)
19779
+ Completed 200 OK in 878ms (Views: 856.0ms | ActiveRecord: 2.0ms)
19780
+
19781
+
19782
+ Started PATCH "/cmsadmin/templates/139" for 127.0.0.1 at 2015-06-02 01:12:22 +0300
19783
+ Processing by Optimacms::Admin::TemplatesController#update as HTML
19784
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"XN1xFkdFQnYH3mBziRcP/OQx4A3lrHC4lFtG5LgGhSck4E/Nwbj2VcnNMiQptRG66IfncpgzQ1Ifn8M4IBsrLg==", "template"=>{"parent_id"=>"70", "title"=>"pae]ge1", "content"=>"include html:\r\n\r\n= block 'temp/html1'\r\n\r\ninclude haml:\r\n= block 'temp/part1'\r\n"}, "commit"=>"Save", "id"=>"139"}
19785
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19786
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
19787
+  (0.0ms) BEGIN
19788
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19789
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19790
+ CACHE (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
19791
+ Optimacms::Template Exists (0.0ms) 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
19792
+ SQL (0.0ms) UPDATE `cms_templates` SET `title` = 'pae]ge1', `updated_at` = '2015-06-01 22:12:22' WHERE `cms_templates`.`id` = 139
19793
+  (5.0ms) COMMIT
19794
+ Redirected to http://localhost:3001/cmsadmin/templates
19795
+ Completed 302 Found in 84ms (ActiveRecord: 7.0ms)
19796
+
19797
+
19798
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:12:22 +0300
19799
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
19800
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19801
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19802
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19803
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (30.0ms)
19804
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (7.0ms)
19805
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (45.0ms)
19806
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
19807
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
19808
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (65.0ms)
19809
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (69.0ms)
19810
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
19811
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
19812
+  (0.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
19813
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (134.0ms)
19814
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
19815
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
19816
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
19817
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
19818
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
19819
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
19820
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (606.0ms)
19821
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (676.0ms)
19822
+ Completed 200 OK in 859ms (Views: 827.0ms | ActiveRecord: 3.0ms)
19823
+
19824
+
19825
+ Started PATCH "/cmsadmin/templates/139" for 127.0.0.1 at 2015-06-02 01:12:29 +0300
19826
+ Processing by Optimacms::Admin::TemplatesController#update as HTML
19827
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"XN1xFkdFQnYH3mBziRcP/OQx4A3lrHC4lFtG5LgGhSck4E/Nwbj2VcnNMiQptRG66IfncpgzQ1Ifn8M4IBsrLg==", "template"=>{"parent_id"=>"70", "title"=>"page1", "content"=>"include html:\r\n\r\n= block 'temp/html1'\r\n\r\ninclude haml:\r\n= block 'temp/part1'\r\n"}, "commit"=>"Save", "id"=>"139"}
19828
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19829
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
19830
+  (1.0ms) BEGIN
19831
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19832
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19833
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
19834
+ Optimacms::Template Exists (1.0ms) 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
19835
+ SQL (1.0ms) UPDATE `cms_templates` SET `title` = 'page1', `updated_at` = '2015-06-01 22:12:29' WHERE `cms_templates`.`id` = 139
19836
+  (5.0ms) COMMIT
19837
+ Redirected to http://localhost:3001/cmsadmin/templates
19838
+ Completed 302 Found in 83ms (ActiveRecord: 8.0ms)
19839
+
19840
+
19841
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:12:29 +0300
19842
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
19843
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19844
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19845
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19846
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (29.0ms)
19847
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (8.0ms)
19848
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (46.0ms)
19849
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
19850
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (4.0ms)
19851
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (64.0ms)
19852
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (67.0ms)
19853
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
19854
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
19855
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
19856
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (126.0ms)
19857
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
19858
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
19859
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
19860
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
19861
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
19862
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
19863
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (583.0ms)
19864
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (654.0ms)
19865
+ Completed 200 OK in 837ms (Views: 796.0ms | ActiveRecord: 6.0ms)
19866
+
19867
+
19868
+ Started GET "/cmsadmin/templates/139/edit" for 127.0.0.1 at 2015-06-02 01:12:31 +0300
19869
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
19870
+ Parameters: {"id"=>"139"}
19871
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19872
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
19873
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
19874
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (1.0ms)
19875
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (144.0ms)
19876
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (154.0ms)
19877
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (5.0ms)
19878
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (12.0ms)
19879
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
19880
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
19881
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
19882
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (10.0ms)
19883
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (641.0ms)
19884
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (729.0ms)
19885
+ Completed 200 OK in 938ms (Views: 912.1ms | ActiveRecord: 2.0ms)
19886
+
19887
+
19888
+ Started PATCH "/cmsadmin/templates/139" for 127.0.0.1 at 2015-06-02 01:12:36 +0300
19889
+ Processing by Optimacms::Admin::TemplatesController#update as HTML
19890
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"ao7831wLV81iQFNHIV1VTZ5f+QrrHIzkwCcBvSVxNdMSs8IE2vbj7qxTARCB/0sLkun+dZaDvw5L44RhvWyb2g==", "template"=>{"parent_id"=>"70", "title"=>"page1", "content"=>"include html:\r\n\r\n= block 'temp/h1'\r\n\r\ninclude haml:\r\n= block 'temp/part1'\r\n"}, "commit"=>"Save", "id"=>"139"}
19891
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19892
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
19893
+  (1.0ms) BEGIN
19894
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19895
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19896
+ CACHE (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1 [["id", 70]]
19897
+ Optimacms::Template Exists (1.0ms) 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
19898
+  (1.0ms) COMMIT
19899
+ Redirected to http://localhost:3001/cmsadmin/templates
19900
+ Completed 302 Found in 84ms (ActiveRecord: 6.0ms)
19901
+
19902
+
19903
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:12:36 +0300
19904
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
19905
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19906
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19907
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
19908
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (31.0ms)
19909
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (8.0ms)
19910
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (48.0ms)
19911
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (1.0ms)
19912
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
19913
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (74.0ms)
19914
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (78.0ms)
19915
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
19916
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
19917
+  (0.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
19918
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (136.0ms)
19919
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
19920
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
19921
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
19922
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
19923
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
19924
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
19925
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (579.0ms)
19926
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (647.0ms)
19927
+ Completed 200 OK in 832ms (Views: 802.0ms | ActiveRecord: 3.0ms)
19928
+
19929
+
19930
+ Started GET "/cmsadmin/pages/155/edit" for 127.0.0.1 at 2015-06-02 01:12:44 +0300
19931
+ Processing by Optimacms::Admin::PagesController#edit as HTML
19932
+ Parameters: {"id"=>"155"}
19933
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19934
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 155 LIMIT 1
19935
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
19936
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
19937
+ Optimacms::PageTranslation Load (1.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 155
19938
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
19939
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
19940
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`type_id` = 1 AND `cms_templates`.`is_folder` = 0
19941
+ CACHE (0.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 155 [["item_id", 155]]
19942
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (544.0ms)
19943
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (2.0ms)
19944
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (11.0ms)
19945
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (4.0ms)
19946
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (776.0ms)
19947
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/edit.html.haml within optimacms/admin/layouts/main (784.0ms)
19948
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (5.0ms)
19949
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
19950
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
19951
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
19952
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
19953
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (9.0ms)
19954
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (635.0ms)
19955
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (715.0ms)
19956
+ Completed 200 OK in 1568ms (Views: 1523.1ms | ActiveRecord: 3.0ms)
19957
+
19958
+
19959
+ Started GET "/cmsadmin/templates/autocomplete?q=p" for 127.0.0.1 at 2015-06-02 01:12:47 +0300
19960
+ Processing by Optimacms::Admin::TemplatesController#autocomplete as JSON
19961
+ Parameters: {"q"=>"p"}
19962
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19963
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE (type_id=2 AND (basepath LIKE '%p%' OR title like '%p%')) ORDER BY basepath asc LIMIT 20
19964
+ Completed 200 OK in 32ms (Views: 3.0ms | ActiveRecord: 1.0ms)
19965
+
19966
+
19967
+ Started GET "/cmsadmin/templates/autocomplete?q=p1" for 127.0.0.1 at 2015-06-02 01:12:47 +0300
19968
+ Processing by Optimacms::Admin::TemplatesController#autocomplete as JSON
19969
+ Parameters: {"q"=>"p1"}
19970
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19971
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE (type_id=2 AND (basepath LIKE '%p1%' OR title like '%p1%')) ORDER BY basepath asc LIMIT 20
19972
+ Completed 200 OK in 31ms (Views: 1.0ms | ActiveRecord: 1.0ms)
19973
+
19974
+
19975
+ Started PATCH "/cmsadmin/pages/155" for 127.0.0.1 at 2015-06-02 01:12:49 +0300
19976
+ Processing by Optimacms::Admin::PagesController#update as HTML
19977
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"T3CBu7hu2Q5ysDITZdeSQZQKo6YgVDrFI4h48eNzyro3Tb9gPpNtLbyjYETFdYwHmLyk2V3LCS+oTP0te25ksw==", "page"=>{"parent_id"=>"148", "title"=>"page1", "url"=>"p1.html", "name"=>"p1", "controller_action"=>"", "layout_id"=>"4", "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"}
19978
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19979
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 155 LIMIT 1
19980
+  (0.0ms) BEGIN
19981
+ Optimacms::PageTranslation Load (1.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 155 AND `cms_pages_translation`.`id` IN (342, 343, 344)
19982
+ SQL (1.0ms) UPDATE `cms_pages` SET `template_id` = 139, `updated_at` = '2015-06-01 22:12:49' WHERE `cms_pages`.`id` = 155
19983
+  (5.0ms) COMMIT
19984
+ Redirected to http://localhost:3001/cmsadmin/pages
19985
+ Completed 302 Found in 88ms (ActiveRecord: 9.0ms)
19986
+
19987
+
19988
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-06-02 01:12:49 +0300
19989
+ Processing by Optimacms::Admin::PagesController#index as HTML
19990
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
19991
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
19992
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (29.0ms)
19993
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (8.0ms)
19994
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (47.0ms)
19995
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
19996
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
19997
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (66.0ms)
19998
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (70.0ms)
19999
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
20000
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )
20001
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (132.0ms)
20002
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
20003
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
20004
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (9.0ms)
20005
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
20006
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
20007
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
20008
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (587.0ms)
20009
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (665.0ms)
20010
+ Completed 200 OK in 848ms (Views: 816.0ms | ActiveRecord: 4.0ms)
20011
+
20012
+
20013
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-06-02 01:12:51 +0300
20014
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
20015
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
20016
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
20017
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 70 LIMIT 1
20018
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (29.0ms)
20019
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (7.0ms)
20020
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (45.0ms)
20021
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.0ms)
20022
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (5.0ms)
20023
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (64.0ms)
20024
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (68.0ms)
20025
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE 1=0 ORDER BY (case when cms_templates.ancestry is null then 0 else 1 end), cms_templates.ancestry
20026
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
20027
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '70' AND (1=1 )
20028
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (134.0ms)
20029
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
20030
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
20031
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
20032
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
20033
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
20034
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
20035
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (626.0ms)
20036
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (695.0ms)
20037
+ Completed 200 OK in 880ms (Views: 849.0ms | ActiveRecord: 3.0ms)
20038
+
20039
+
20040
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-06-02 01:12:52 +0300
20041
+
20042
+
20043
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-06-02 01:12:52 +0300
20044
+
20045
+
20046
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-06-02 01:12:52 +0300
20047
+
20048
+
20049
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-06-02 01:12:52 +0300
20050
+
20051
+
20052
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-06-02 01:12:52 +0300
20053
+
20054
+
20055
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-02 01:12:52 +0300
20056
+
20057
+
20058
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-02 01:12:52 +0300
20059
+
20060
+
20061
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-06-02 01:12:52 +0300
20062
+
20063
+
20064
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-06-02 01:12:52 +0300
20065
+
20066
+
20067
+ Started GET "/p1.html" for 127.0.0.1 at 2015-06-02 01:12:55 +0300
20068
+ Processing by Optimacms::PagesController#show as HTML
20069
+ Parameters: {"url"=>"p1.html"}
20070
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'p1.html' REGEXP parsed_url)
20071
+ Optimacms::Page Load (1.0ms) 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
20072
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
20073
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1
20074
+ Optimacms::PageTranslation Load (0.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 155 AND `cms_pages_translation`.`lang` = '' ORDER BY `cms_pages_translation`.`id` ASC LIMIT 1
20075
+ Rendered temp/_h1.html (2.0ms)
20076
+ Rendered temp/_part1.html.haml (4.0ms)
20077
+ Rendered temp/p1.html.haml within layouts/main (42.0ms)
20078
+ Completed 200 OK in 660ms (Views: 619.0ms | ActiveRecord: 3.0ms)
20079
+
20080
+
20081
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-02 01:12:56 +0300
20082
+
20083
+
20084
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-02 01:12:56 +0300
20085
+
20086
+
20087
+ Started GET "/p1.html" for 127.0.0.1 at 2015-06-02 01:14:35 +0300
20088
+ Processing by Optimacms::PagesController#show as HTML
20089
+ Parameters: {"url"=>"p1.html"}
20090
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages`
20091
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'p1.html' REGEXP parsed_url)
20092
+ Optimacms::Page Load (1.0ms) 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
20093
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
20094
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1
20095
+ Optimacms::PageTranslation Load (1.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 155 AND `cms_pages_translation`.`lang` = '' ORDER BY `cms_pages_translation`.`id` ASC LIMIT 1
20096
+ Rendered temp/p1.html.haml within layouts/main (0.0ms)
20097
+ Completed 200 OK in 893ms (Views: 521.0ms | ActiveRecord: 39.0ms)
20098
+
20099
+
20100
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-02 01:14:38 +0300
20101
+
20102
+
20103
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-02 01:14:38 +0300
20104
+
20105
+
20106
+ Started GET "/assets/jquery-5ba2df6cc8d349ca3589408b6c6a6e24.js?body=1" for 127.0.0.1 at 2015-06-02 01:14:38 +0300
20107
+
20108
+
20109
+ Started GET "/assets/application-eda3a3cb78c126b622bbb2577e2712d0.css?body=1" for 127.0.0.1 at 2015-06-02 01:14:38 +0300
20110
+
20111
+
20112
+ Started GET "/assets/application-a4d60c093ea78cdb95331e55a6889ea5.js?body=1" for 127.0.0.1 at 2015-06-02 01:14:38 +0300
20113
+
20114
+
20115
+ Started GET "/assets/tpl-c2b2c931e13866c08977ba47487f05d7.css?body=1" for 127.0.0.1 at 2015-06-02 01:14:38 +0300
20116
+
20117
+
20118
+ Started GET "/p1.html" for 127.0.0.1 at 2015-06-02 01:14:52 +0300
20119
+ Processing by Optimacms::PagesController#show as HTML
20120
+ Parameters: {"url"=>"p1.html"}
20121
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'p1.html' REGEXP parsed_url)
20122
+ Optimacms::Page Load (1.0ms) 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
20123
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
20124
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1
20125
+ Optimacms::PageTranslation Load (1.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 155 AND `cms_pages_translation`.`lang` = '' ORDER BY `cms_pages_translation`.`id` ASC LIMIT 1
20126
+ Rendered temp/p1.html.haml within layouts/main (22648.3ms)
20127
+ Completed 200 OK in 23154ms (Views: 23114.3ms | ActiveRecord: 3.0ms)
20128
+
20129
+
20130
+ Started GET "/assets/tpl-c2b2c931e13866c08977ba47487f05d7.css?body=1" for 127.0.0.1 at 2015-06-02 01:15:15 +0300
20131
+
20132
+
20133
+ Started GET "/assets/application-a4d60c093ea78cdb95331e55a6889ea5.js?body=1" for 127.0.0.1 at 2015-06-02 01:15:15 +0300
20134
+
20135
+
20136
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-02 01:15:15 +0300
20137
+
20138
+
20139
+ Started GET "/assets/application-eda3a3cb78c126b622bbb2577e2712d0.css?body=1" for 127.0.0.1 at 2015-06-02 01:15:15 +0300
20140
+
20141
+
20142
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-02 01:15:15 +0300
20143
+
20144
+
20145
+ Started GET "/assets/jquery-5ba2df6cc8d349ca3589408b6c6a6e24.js?body=1" for 127.0.0.1 at 2015-06-02 01:15:15 +0300
20146
+
20147
+
20148
+ Started GET "/p1.html" for 127.0.0.1 at 2015-06-02 01:16:36 +0300
20149
+ Processing by Optimacms::PagesController#show as HTML
20150
+ Parameters: {"url"=>"p1.html"}
20151
+ Optimacms::Language Load (1.0ms) SELECT `cms_languages`.* FROM `cms_languages`
20152
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'p1.html' REGEXP parsed_url)
20153
+ Optimacms::Page Load (1.0ms) 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
20154
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
20155
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1
20156
+ Optimacms::PageTranslation Load (0.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 155 AND `cms_pages_translation`.`lang` = '' ORDER BY `cms_pages_translation`.`id` ASC LIMIT 1
20157
+ Rendered temp/p1.html.haml within layouts/main (1.0ms)
20158
+ Completed 200 OK in 890ms (Views: 542.0ms | ActiveRecord: 36.0ms)
20159
+
20160
+
20161
+ Started GET "/assets/tpl-c2b2c931e13866c08977ba47487f05d7.css?body=1" for 127.0.0.1 at 2015-06-02 01:16:38 +0300
20162
+
20163
+
20164
+ Started GET "/assets/jquery-5ba2df6cc8d349ca3589408b6c6a6e24.js?body=1" for 127.0.0.1 at 2015-06-02 01:16:38 +0300
20165
+
20166
+
20167
+ Started GET "/assets/application-eda3a3cb78c126b622bbb2577e2712d0.css?body=1" for 127.0.0.1 at 2015-06-02 01:16:38 +0300
20168
+
20169
+
20170
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-02 01:16:38 +0300
20171
+
20172
+
20173
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-02 01:16:38 +0300
20174
+
20175
+
20176
+ Started GET "/assets/application-a4d60c093ea78cdb95331e55a6889ea5.js?body=1" for 127.0.0.1 at 2015-06-02 01:16:38 +0300
20177
+
20178
+
20179
+ Started GET "/p1.html" for 127.0.0.1 at 2015-06-02 01:16:43 +0300
20180
+ Processing by Optimacms::PagesController#show as HTML
20181
+ Parameters: {"url"=>"p1.html"}
20182
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'p1.html' REGEXP parsed_url)
20183
+ Optimacms::Page Load (1.0ms) 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
20184
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
20185
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1
20186
+ Optimacms::PageTranslation Load (0.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 155 AND `cms_pages_translation`.`lang` = '' ORDER BY `cms_pages_translation`.`id` ASC LIMIT 1
20187
+ Rendered temp/p1.html.haml within layouts/main (64891.7ms)
20188
+ Completed 200 OK in 65441ms (Views: 65402.7ms | ActiveRecord: 4.0ms)
20189
+
20190
+
20191
+ Started GET "/assets/tpl-c2b2c931e13866c08977ba47487f05d7.css?body=1" for 127.0.0.1 at 2015-06-02 01:17:49 +0300
20192
+
20193
+
20194
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-02 01:17:49 +0300
20195
+
20196
+
20197
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-02 01:17:49 +0300
20198
+
20199
+
20200
+ Started GET "/assets/application-a4d60c093ea78cdb95331e55a6889ea5.js?body=1" for 127.0.0.1 at 2015-06-02 01:17:49 +0300
20201
+
20202
+
20203
+ Started GET "/assets/application-eda3a3cb78c126b622bbb2577e2712d0.css?body=1" for 127.0.0.1 at 2015-06-02 01:17:49 +0300
20204
+
20205
+
20206
+ Started GET "/assets/jquery-5ba2df6cc8d349ca3589408b6c6a6e24.js?body=1" for 127.0.0.1 at 2015-06-02 01:17:49 +0300
20207
+
20208
+
20209
+ Started GET "/p1.html" for 127.0.0.1 at 2015-06-02 01:21:56 +0300
20210
+ Processing by Optimacms::PagesController#show as HTML
20211
+ Parameters: {"url"=>"p1.html"}
20212
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages`
20213
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'p1.html' REGEXP parsed_url)
20214
+ Optimacms::Page Load (1.0ms) 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
20215
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
20216
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1
20217
+ Optimacms::PageTranslation Load (1.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 155 AND `cms_pages_translation`.`lang` = '' ORDER BY `cms_pages_translation`.`id` ASC LIMIT 1
20218
+ Rendered temp/_h1.html (0.0ms)
20219
+ Rendered temp/_part1.html.haml (0.0ms)
20220
+ Rendered temp/p1.html.haml within layouts/main (21.0ms)
20221
+ Completed 200 OK in 964ms (Views: 527.0ms | ActiveRecord: 44.0ms)
20222
+
20223
+
20224
+ Started GET "/assets/application-eda3a3cb78c126b622bbb2577e2712d0.css?body=1" for 127.0.0.1 at 2015-06-02 01:21:59 +0300
20225
+
20226
+
20227
+ Started GET "/assets/tpl-c2b2c931e13866c08977ba47487f05d7.css?body=1" for 127.0.0.1 at 2015-06-02 01:21:59 +0300
20228
+
20229
+
20230
+ Started GET "/assets/jquery-5ba2df6cc8d349ca3589408b6c6a6e24.js?body=1" for 127.0.0.1 at 2015-06-02 01:21:59 +0300
20231
+
20232
+
20233
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-02 01:21:59 +0300
20234
+
20235
+
20236
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-02 01:21:59 +0300
20237
+
20238
+
20239
+ Started GET "/assets/application-a4d60c093ea78cdb95331e55a6889ea5.js?body=1" for 127.0.0.1 at 2015-06-02 01:21:59 +0300
20240
+
20241
+
20242
+ Started GET "/p1.html" for 127.0.0.1 at 2015-06-02 01:22:47 +0300
20243
+ Processing by Optimacms::PagesController#show as HTML
20244
+ Parameters: {"url"=>"p1.html"}
20245
+ Optimacms::Language Load (1.0ms) SELECT `cms_languages`.* FROM `cms_languages`
20246
+  (2.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'p1.html' REGEXP parsed_url)
20247
+ Optimacms::Page Load (2.0ms) 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
20248
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 139 LIMIT 1
20249
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1
20250
+ Optimacms::PageTranslation Load (0.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 155 AND `cms_pages_translation`.`lang` = '' ORDER BY `cms_pages_translation`.`id` ASC LIMIT 1
20251
+ Rendered temp/_h1.html (0.0ms)
20252
+ Rendered temp/_part1.html.haml (1.0ms)
20253
+ Rendered temp/p1.html.haml within layouts/main (21.0ms)
20254
+ Completed 200 OK in 1085ms (Views: 585.0ms | ActiveRecord: 45.0ms)
20255
+
20256
+
20257
+ Started GET "/assets/application-eda3a3cb78c126b622bbb2577e2712d0.css?body=1" for 127.0.0.1 at 2015-06-02 01:22:50 +0300
20258
+
20259
+
20260
+ Started GET "/assets/tpl-c2b2c931e13866c08977ba47487f05d7.css?body=1" for 127.0.0.1 at 2015-06-02 01:22:50 +0300
20261
+
20262
+
20263
+ Started GET "/assets/jquery-5ba2df6cc8d349ca3589408b6c6a6e24.js?body=1" for 127.0.0.1 at 2015-06-02 01:22:50 +0300
20264
+
20265
+
20266
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-06-02 01:22:50 +0300
20267
+
20268
+
20269
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-06-02 01:22:50 +0300
20270
+
20271
+
20272
+ Started GET "/assets/application-a4d60c093ea78cdb95331e55a6889ea5.js?body=1" for 127.0.0.1 at 2015-06-02 01:22:50 +0300