optimacms 0.1.25 → 0.1.27

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/optimacms/admin/pages_controller.rb +1 -1
  3. data/app/controllers/optimacms/admin/templates_controller.rb +1 -1
  4. data/app/controllers/optimacms/dev_controller.rb +8 -0
  5. data/app/views/optimacms/admin/layouts/_form.html.haml +6 -4
  6. data/app/views/optimacms/admin/pages/index.html.haml +2 -4
  7. data/app/views/optimacms/admin/templates/index.html.haml +2 -7
  8. data/lib/optimacms/page_services/page_route_service.rb +4 -0
  9. data/lib/optimacms/version.rb +1 -1
  10. data/test/dummy/config/initializers/simple_form.rb +166 -0
  11. data/test/dummy/config/initializers/simple_form_bootstrap.rb +136 -0
  12. data/test/dummy/config/locales/simple_form.en.yml +31 -0
  13. data/test/dummy/config/routes.rb +1 -1
  14. data/test/dummy/lib/templates/haml/scaffold/_form.html.haml +10 -0
  15. data/test/dummy/log/development.log +3902 -0
  16. data/test/dummy/tmp/cache/assets/development/sass/585f654cdcd249569ff250d9f65921fe212b1be8/application.css.scssc +0 -0
  17. data/test/dummy/tmp/cache/assets/development/sass/585f654cdcd249569ff250d9f65921fe212b1be8/bootstrap_and_overrides.css.scssc +0 -0
  18. data/test/dummy/tmp/cache/assets/development/sass/585f654cdcd249569ff250d9f65921fe212b1be8/bootstrap_custom.css.scssc +0 -0
  19. data/test/dummy/tmp/cache/assets/development/sass/585f654cdcd249569ff250d9f65921fe212b1be8/bootstrap_variables.css.scssc +0 -0
  20. data/test/dummy/tmp/cache/assets/development/sass/585f654cdcd249569ff250d9f65921fe212b1be8/tpl.css.scssc +0 -0
  21. data/test/dummy/tmp/cache/assets/development/sprockets/0d2f255829ff9f72d98dead4f35ddf02 +0 -0
  22. data/test/dummy/tmp/cache/assets/development/sprockets/2168c08c151d642aa46ea4bc6283929c +0 -0
  23. data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  24. data/test/dummy/tmp/cache/assets/development/sprockets/2f7d38a264678a2db4a0d569a3313cb1 +0 -0
  25. data/test/dummy/tmp/cache/assets/development/sprockets/332dfe4887cbad3adbd20e6609fa4960 +0 -0
  26. data/test/dummy/tmp/cache/assets/development/sprockets/3cd4037d8c32ad8fcdd5e3bbb8dfc35a +0 -0
  27. data/test/dummy/tmp/cache/assets/development/sprockets/4016d2fd0b776ceb82fcbfbc5d2e26b1 +0 -0
  28. data/test/dummy/tmp/cache/assets/development/sprockets/49c7cb5dd916ffc9e87ce3b989c92062 +0 -0
  29. data/test/dummy/tmp/cache/assets/development/sprockets/55a2847335c39261e1efe764deb18592 +0 -0
  30. data/test/dummy/tmp/cache/assets/development/sprockets/678a2e392e656b8132f0420e4ec28ed6 +0 -0
  31. data/test/dummy/tmp/cache/assets/development/sprockets/6843f0414f73089579ae0f9fddf7b38f +0 -0
  32. data/test/dummy/tmp/cache/assets/development/sprockets/73fbaa501dc0b072cf2c27fa7dfe0d91 +0 -0
  33. data/test/dummy/tmp/cache/assets/development/sprockets/88d843fcb07453d1057fac1e254fde0d +0 -0
  34. data/test/dummy/tmp/cache/assets/development/sprockets/8ab512c9b33ac90e699b73469d71f061 +0 -0
  35. data/test/dummy/tmp/cache/assets/development/sprockets/9ee80730ab26986d507820ac7a288d5c +0 -0
  36. data/test/dummy/tmp/cache/assets/development/sprockets/af26c017afcf68f1edd44a4c9bb942e4 +0 -0
  37. data/test/dummy/tmp/cache/assets/development/sprockets/bcca522c6302f184f12fe0e8a7d7e71a +0 -0
  38. data/test/dummy/tmp/cache/assets/development/sprockets/c11c6d97cfc7ef7945fa87f14b44445c +0 -0
  39. data/test/dummy/tmp/cache/assets/development/sprockets/c13fc73ceafa45876a901b3e775b83ae +0 -0
  40. data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  41. data/test/dummy/tmp/cache/assets/development/sprockets/d3e5a199890ba7c706fc62c2b891714d +0 -0
  42. data/test/dummy/tmp/cache/assets/development/sprockets/e945ca604ee0240455a5652953b3e495 +0 -0
  43. data/test/dummy/tmp/cache/assets/development/sprockets/ee287313e28f341f83628dec0a353fa6 +0 -0
  44. data/test/dummy/tmp/cache/assets/development/sprockets/ef2d6862f5fd690c5387cafd88944a9f +0 -0
  45. data/test/dummy/tmp/cache/assets/development/sprockets/f557612d05bb9fea499dce8352b3f0ca +0 -0
  46. data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  47. data/test/dummy/tmp/cache/assets/development/sprockets/f9c51fa87975943d31bc1bfd7cb684c6 +0 -0
  48. data/test/dummy/tmp/pids/server.pid +1 -1
  49. metadata +20 -2
@@ -7,7 +7,7 @@ Rails.application.routes.draw do
7
7
 
8
8
  devise_for :users
9
9
 
10
- get 'hello.html', to: 'my#hello', as: 'home'
10
+ get 'hello.html', to: 'my#hello', as: 'hello'
11
11
 
12
12
 
13
13
 
@@ -0,0 +1,10 @@
1
+ = simple_form_for(@<%= singular_table_name %>) do |f|
2
+ = f.error_notification
3
+
4
+ .form-inputs
5
+ <%- attributes.each do |attribute| -%>
6
+ = f.<%= attribute.reference? ? :association : :input %> :<%= attribute.name %>
7
+ <%- end -%>
8
+
9
+ .form-actions
10
+ = f.button :submit
@@ -3785,3 +3785,3905 @@ Processing by Optimacms::Admin::PagesController#new as HTML
3785
3785
  Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
3786
3786
  Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (6.0ms)
3787
3787
  Completed 200 OK in 1265ms (Views: 1219.1ms | ActiveRecord: 2.0ms)
3788
+
3789
+
3790
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-17 04:49:05 +0300
3791
+ ActiveRecord::SchemaMigration Load (1.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
3792
+ Processing by Optimacms::Admin::PagesController#index as HTML
3793
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
3794
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages`
3795
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
3796
+ 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 (15679.9ms)
3797
+ 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 (42.0ms)
3798
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (15774.9ms)
3799
+ 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 (13.0ms)
3800
+ 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 (37.0ms)
3801
+ 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 (15884.9ms)
3802
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (15923.9ms)
3803
+ Optimacms::Page Load (2.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
3804
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 )
3805
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (16924.0ms)
3806
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (122.0ms)
3807
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (130.0ms)
3808
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (45.0ms)
3809
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (58.0ms)
3810
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (11.0ms)
3811
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (50.0ms)
3812
+ Completed 200 OK in 21441ms (Views: 20642.2ms | ActiveRecord: 78.0ms)
3813
+
3814
+
3815
+ Started GET "/" for 127.0.0.1 at 2015-05-17 04:49:28 +0300
3816
+ Processing by Optimacms::PagesController#show as HTML
3817
+  (2.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND url = '')
3818
+ Optimacms::Page Load (2.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
3819
+ Completed 500 Internal Server Error in 185ms (ActiveRecord: 4.0ms)
3820
+
3821
+ NameError (uninitialized constant Controller):
3822
+ W:/myrails/cms/site/lib/optimacms/page_services/page_data.rb:19:in `const_get'
3823
+ W:/myrails/cms/site/lib/optimacms/page_services/page_data.rb:19:in `controller_class'
3824
+ W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:92:in `show'
3825
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
3826
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
3827
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
3828
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
3829
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
3830
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
3831
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
3832
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
3833
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
3834
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
3835
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
3836
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
3837
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
3838
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
3839
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
3840
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
3841
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
3842
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
3843
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
3844
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
3845
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
3846
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
3847
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
3848
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
3849
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
3850
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
3851
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
3852
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
3853
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
3854
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
3855
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
3856
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
3857
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
3858
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
3859
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
3860
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
3861
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
3862
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
3863
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
3864
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
3865
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
3866
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
3867
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
3868
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
3869
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
3870
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
3871
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
3872
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
3873
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
3874
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
3875
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
3876
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
3877
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
3878
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
3879
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
3880
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
3881
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
3882
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
3883
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
3884
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
3885
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
3886
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
3887
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
3888
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
3889
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
3890
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
3891
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
3892
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
3893
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
3894
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
3895
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
3896
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
3897
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
3898
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
3899
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
3900
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
3901
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
3902
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
3903
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
3904
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
3905
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
3906
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
3907
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
3908
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
3909
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
3910
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
3911
+
3912
+
3913
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.0ms)
3914
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (112.0ms)
3915
+ 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 (22.0ms)
3916
+ 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 (377.0ms)
3917
+
3918
+
3919
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-05-17 04:49:32 +0300
3920
+
3921
+
3922
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-05-17 04:49:32 +0300
3923
+
3924
+
3925
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-05-17 04:49:32 +0300
3926
+
3927
+
3928
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-05-17 04:49:32 +0300
3929
+
3930
+
3931
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-05-17 04:49:33 +0300
3932
+
3933
+
3934
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-05-17 04:49:33 +0300
3935
+
3936
+
3937
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-05-17 04:49:33 +0300
3938
+
3939
+
3940
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-05-17 04:49:33 +0300
3941
+
3942
+
3943
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-05-17 04:49:33 +0300
3944
+
3945
+
3946
+ Started GET "/assets/fontawesome-webfont-d930f252f79ad15db0e13fb2d2d678c8.woff?v=4.3.0" for 127.0.0.1 at 2015-05-17 04:49:34 +0300
3947
+
3948
+
3949
+ Started GET "/cmsadmin/pages?parent_id=145" for 127.0.0.1 at 2015-05-17 05:04:30 +0300
3950
+ Processing by Optimacms::Admin::PagesController#index as HTML
3951
+ Parameters: {"parent_id"=>"145"}
3952
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
3953
+ Optimacms::Page Load (2.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 145 LIMIT 1
3954
+ 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 (81.0ms)
3955
+ 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 (15.0ms)
3956
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (119.0ms)
3957
+ 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)
3958
+ 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)
3959
+ 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 (160.0ms)
3960
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (173.0ms)
3961
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 145 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
3962
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 145 )
3963
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (245.0ms)
3964
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (9.0ms)
3965
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (22.0ms)
3966
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (4.0ms)
3967
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
3968
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (2.0ms)
3969
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (16.0ms)
3970
+ Completed 200 OK in 1830ms (Views: 1772.1ms | ActiveRecord: 5.0ms)
3971
+
3972
+
3973
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-05-17 05:04:33 +0300
3974
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
3975
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
3976
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 0 LIMIT 1
3977
+ 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 (65.0ms)
3978
+ 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)
3979
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (107.0ms)
3980
+ 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)
3981
+ 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)
3982
+ 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 (151.0ms)
3983
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (163.0ms)
3984
+ Optimacms::Template Load (2.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
3985
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE (1=1 )
3986
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (786.0ms)
3987
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (10.0ms)
3988
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (28.0ms)
3989
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
3990
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
3991
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
3992
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (16.0ms)
3993
+ Completed 200 OK in 2631ms (Views: 2386.1ms | ActiveRecord: 33.0ms)
3994
+
3995
+
3996
+ Started GET "/cmsadmin/templates?pg=4" for 127.0.0.1 at 2015-05-17 05:04:39 +0300
3997
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
3998
+ Parameters: {"pg"=>"4"}
3999
+ Optimacms::CmsAdminUser Load (2.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4000
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 0 LIMIT 1
4001
+ 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 (86.0ms)
4002
+ 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 (17.0ms)
4003
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (124.0ms)
4004
+ 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)
4005
+ 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)
4006
+ 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 (165.0ms)
4007
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (175.0ms)
4008
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 30
4009
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE (1=1 )
4010
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (607.0ms)
4011
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (11.0ms)
4012
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (24.0ms)
4013
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (3.0ms)
4014
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
4015
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
4016
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (14.0ms)
4017
+ Completed 200 OK in 2121ms (Views: 2066.1ms | ActiveRecord: 5.0ms)
4018
+
4019
+
4020
+ Started GET "/cmsadmin/templates?parent_id=59" for 127.0.0.1 at 2015-05-17 05:05:01 +0300
4021
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
4022
+ Parameters: {"parent_id"=>"59"}
4023
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4024
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 59 LIMIT 1
4025
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 59 LIMIT 1
4026
+ 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 (68.0ms)
4027
+ 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 (18.0ms)
4028
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (103.0ms)
4029
+ 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)
4030
+ 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)
4031
+ 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 (142.0ms)
4032
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (150.0ms)
4033
+ 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
4034
+ Optimacms::Template Load (22.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '59' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
4035
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '59' AND (1=1 )
4036
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (268.0ms)
4037
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (12.0ms)
4038
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (33.0ms)
4039
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (3.0ms)
4040
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
4041
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (2.0ms)
4042
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (17.0ms)
4043
+ Completed 200 OK in 1970ms (Views: 1883.1ms | ActiveRecord: 26.0ms)
4044
+
4045
+
4046
+ Started GET "/cmsadmin/templates?parent_id=0" for 127.0.0.1 at 2015-05-17 05:05:05 +0300
4047
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
4048
+ Parameters: {"parent_id"=>"0"}
4049
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4050
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 0 LIMIT 1
4051
+ 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 (77.0ms)
4052
+ 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 (17.0ms)
4053
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (117.0ms)
4054
+ 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)
4055
+ 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)
4056
+ 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 (158.0ms)
4057
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (167.0ms)
4058
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
4059
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE (1=1 )
4060
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (572.0ms)
4061
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (7.0ms)
4062
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (26.0ms)
4063
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
4064
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (3.0ms)
4065
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
4066
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (15.0ms)
4067
+ Completed 200 OK in 2123ms (Views: 2070.1ms | ActiveRecord: 4.0ms)
4068
+
4069
+
4070
+ Started GET "/cmsadmin/templates?parent_id=0" for 127.0.0.1 at 2015-05-17 05:05:24 +0300
4071
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
4072
+ Parameters: {"parent_id"=>"0"}
4073
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4074
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 0 LIMIT 1
4075
+ 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 (63.0ms)
4076
+ 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 (16.0ms)
4077
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (96.0ms)
4078
+ 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)
4079
+ 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)
4080
+ 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 (132.0ms)
4081
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (142.0ms)
4082
+ 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
4083
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` IS NULL AND (1=1 )
4084
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (345.0ms)
4085
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (9.0ms)
4086
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (21.0ms)
4087
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (10.0ms)
4088
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (3.0ms)
4089
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
4090
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (16.0ms)
4091
+ Completed 200 OK in 2148ms (Views: 1834.1ms | ActiveRecord: 42.0ms)
4092
+
4093
+
4094
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-05-17 05:05:30 +0300
4095
+
4096
+
4097
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-05-17 05:05:32 +0300
4098
+
4099
+
4100
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-05-17 05:05:32 +0300
4101
+
4102
+
4103
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-05-17 05:05:32 +0300
4104
+
4105
+
4106
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-05-17 05:05:32 +0300
4107
+
4108
+
4109
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-05-17 05:05:32 +0300
4110
+
4111
+
4112
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-05-17 05:05:32 +0300
4113
+
4114
+
4115
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-05-17 05:05:33 +0300
4116
+
4117
+
4118
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-05-17 05:05:33 +0300
4119
+
4120
+
4121
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-17 05:12:22 +0300
4122
+ Processing by Optimacms::Admin::PagesController#index as HTML
4123
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4124
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages`
4125
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 145 LIMIT 1
4126
+ 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 (67.0ms)
4127
+ 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)
4128
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (97.0ms)
4129
+ 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)
4130
+ 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)
4131
+ 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 (132.0ms)
4132
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (139.0ms)
4133
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 145 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
4134
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 145 )
4135
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (198.0ms)
4136
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (6.0ms)
4137
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (17.0ms)
4138
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
4139
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
4140
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
4141
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (12.0ms)
4142
+ Completed 200 OK in 1851ms (Views: 1446.1ms | ActiveRecord: 48.0ms)
4143
+
4144
+
4145
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-05-17 05:12:24 +0300
4146
+
4147
+
4148
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-05-17 05:12:24 +0300
4149
+
4150
+
4151
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-05-17 05:12:24 +0300
4152
+
4153
+
4154
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-05-17 05:12:24 +0300
4155
+
4156
+
4157
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-05-17 05:12:24 +0300
4158
+
4159
+
4160
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-05-17 05:12:25 +0300
4161
+
4162
+
4163
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-05-17 05:12:25 +0300
4164
+
4165
+
4166
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-05-17 05:12:25 +0300
4167
+
4168
+
4169
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-05-17 05:12:25 +0300
4170
+
4171
+
4172
+ Started GET "/cmsadmin/pages?parent_id=0" for 127.0.0.1 at 2015-05-17 05:12:34 +0300
4173
+ Processing by Optimacms::Admin::PagesController#index as HTML
4174
+ Parameters: {"parent_id"=>"0"}
4175
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4176
+ Optimacms::Language Load (1.0ms) SELECT `cms_languages`.* FROM `cms_languages`
4177
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
4178
+ 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 (66.0ms)
4179
+ 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 (24.0ms)
4180
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (113.0ms)
4181
+ 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)
4182
+ 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)
4183
+ 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 (154.0ms)
4184
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (164.0ms)
4185
+ Optimacms::Page Load (35.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
4186
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
4187
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (708.0ms)
4188
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (9.0ms)
4189
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (25.0ms)
4190
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
4191
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
4192
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
4193
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (13.0ms)
4194
+ Completed 200 OK in 2556ms (Views: 2069.1ms | ActiveRecord: 93.0ms)
4195
+
4196
+
4197
+ Started GET "/cmsadmin/pages?parent_id=0&pg=2" for 127.0.0.1 at 2015-05-17 05:22:17 +0300
4198
+ Processing by Optimacms::Admin::PagesController#index as HTML
4199
+ Parameters: {"parent_id"=>"0", "pg"=>"2"}
4200
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4201
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
4202
+ 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)
4203
+ 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 (11.0ms)
4204
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (219.0ms)
4205
+ 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)
4206
+ 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 (251.0ms)
4207
+ 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 (500.0ms)
4208
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (508.0ms)
4209
+ 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 10
4210
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
4211
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (1278.1ms)
4212
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (13.0ms)
4213
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (17.0ms)
4214
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
4215
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
4216
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
4217
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (12.0ms)
4218
+ Completed 200 OK in 2753ms (Views: 2698.2ms | ActiveRecord: 5.0ms)
4219
+
4220
+
4221
+ Started GET "/cmsadmin/pages?parent_id=0&pg=3" for 127.0.0.1 at 2015-05-17 05:22:26 +0300
4222
+ Processing by Optimacms::Admin::PagesController#index as HTML
4223
+ Parameters: {"parent_id"=>"0", "pg"=>"3"}
4224
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4225
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
4226
+ 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)
4227
+ 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 (11.0ms)
4228
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (68.0ms)
4229
+ 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)
4230
+ 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)
4231
+ 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 (95.0ms)
4232
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (101.0ms)
4233
+ 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 20
4234
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
4235
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (235.0ms)
4236
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (6.0ms)
4237
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (14.0ms)
4238
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
4239
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
4240
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
4241
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (11.0ms)
4242
+ Completed 200 OK in 1365ms (Views: 1329.1ms | ActiveRecord: 2.0ms)
4243
+
4244
+
4245
+ Started GET "/cmsadmin/pages?parent_id=24" for 127.0.0.1 at 2015-05-17 05:22:29 +0300
4246
+ Processing by Optimacms::Admin::PagesController#index as HTML
4247
+ Parameters: {"parent_id"=>"24"}
4248
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4249
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 24 LIMIT 1
4250
+ 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)
4251
+ 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 (17.0ms)
4252
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (88.0ms)
4253
+ 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)
4254
+ 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)
4255
+ 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 (124.0ms)
4256
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (131.0ms)
4257
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 24 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
4258
+  (2.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 24 )
4259
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (227.0ms)
4260
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (6.0ms)
4261
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (17.0ms)
4262
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (5.0ms)
4263
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
4264
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (2.0ms)
4265
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (19.0ms)
4266
+ Completed 200 OK in 1773ms (Views: 1734.1ms | ActiveRecord: 5.0ms)
4267
+
4268
+
4269
+ Started GET "/cmsadmin/pages?parent_id=0" for 127.0.0.1 at 2015-05-17 05:22:33 +0300
4270
+ Processing by Optimacms::Admin::PagesController#index as HTML
4271
+ Parameters: {"parent_id"=>"0"}
4272
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4273
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
4274
+ 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 (60.0ms)
4275
+ 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)
4276
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (88.0ms)
4277
+ 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)
4278
+ 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)
4279
+ 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 (121.0ms)
4280
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (130.0ms)
4281
+ 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
4282
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
4283
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (395.0ms)
4284
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (6.0ms)
4285
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (17.0ms)
4286
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
4287
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
4288
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
4289
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (19.0ms)
4290
+ Completed 200 OK in 1693ms (Views: 1645.1ms | ActiveRecord: 4.0ms)
4291
+
4292
+
4293
+ Started GET "/cmsadmin/pages/new?parent_id=0" for 127.0.0.1 at 2015-05-17 05:22:36 +0300
4294
+ Processing by Optimacms::Admin::PagesController#new as HTML
4295
+ Parameters: {"parent_id"=>"0"}
4296
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4297
+ Optimacms::Language Load (1.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
4298
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
4299
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (57.0ms)
4300
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`type_id` = 1 AND `cms_templates`.`is_folder` = 0
4301
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (1256.1ms)
4302
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (49.0ms)
4303
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (145.0ms)
4304
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (243.0ms)
4305
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (2590.1ms)
4306
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/new.html.haml within optimacms/admin/layouts/main (2664.2ms)
4307
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (7.0ms)
4308
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (20.0ms)
4309
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
4310
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
4311
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
4312
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (15.0ms)
4313
+ Completed 200 OK in 4950ms (Views: 4138.2ms | ActiveRecord: 36.0ms)
4314
+
4315
+
4316
+ Started GET "/cmsadmin/templates/autocomplete?q=h" for 127.0.0.1 at 2015-05-17 05:22:55 +0300
4317
+ Processing by Optimacms::Admin::TemplatesController#autocomplete as JSON
4318
+ Parameters: {"q"=>"h"}
4319
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4320
+ Optimacms::Template Load (18.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE (type_id=2 AND (basepath LIKE '%h%' OR title like '%h%')) ORDER BY basepath asc LIMIT 20
4321
+ Completed 200 OK in 67ms (Views: 3.0ms | ActiveRecord: 19.0ms)
4322
+
4323
+
4324
+ Started GET "/cmsadmin/templates/autocomplete?q=ho" for 127.0.0.1 at 2015-05-17 05:22:55 +0300
4325
+ Processing by Optimacms::Admin::TemplatesController#autocomplete as JSON
4326
+ Parameters: {"q"=>"ho"}
4327
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4328
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE (type_id=2 AND (basepath LIKE '%ho%' OR title like '%ho%')) ORDER BY basepath asc LIMIT 20
4329
+ Completed 200 OK in 50ms (Views: 1.0ms | ActiveRecord: 2.0ms)
4330
+
4331
+
4332
+ Started GET "/cmsadmin/templates/autocomplete?q=h" for 127.0.0.1 at 2015-05-17 05:22:56 +0300
4333
+ Processing by Optimacms::Admin::TemplatesController#autocomplete as JSON
4334
+ Parameters: {"q"=>"h"}
4335
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4336
+ Optimacms::Template Load (2.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE (type_id=2 AND (basepath LIKE '%h%' OR title like '%h%')) ORDER BY basepath asc LIMIT 20
4337
+ Completed 200 OK in 43ms (Views: 2.0ms | ActiveRecord: 3.0ms)
4338
+
4339
+
4340
+ Started GET "/cmsadmin/templates/autocomplete?q=h" for 127.0.0.1 at 2015-05-17 05:22:57 +0300
4341
+ Processing by Optimacms::Admin::TemplatesController#autocomplete as JSON
4342
+ Parameters: {"q"=>"h"}
4343
+ Optimacms::CmsAdminUser Load (15.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4344
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE (type_id=2 AND (basepath LIKE '%h%' OR title like '%h%')) ORDER BY basepath asc LIMIT 20
4345
+ Completed 200 OK in 62ms (Views: 2.0ms | ActiveRecord: 16.0ms)
4346
+
4347
+
4348
+ Started GET "/cmsadmin/templates/autocomplete?q=ho" for 127.0.0.1 at 2015-05-17 05:22:57 +0300
4349
+ Processing by Optimacms::Admin::TemplatesController#autocomplete as JSON
4350
+ Parameters: {"q"=>"ho"}
4351
+ Optimacms::CmsAdminUser Load (16.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4352
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE (type_id=2 AND (basepath LIKE '%ho%' OR title like '%ho%')) ORDER BY basepath asc LIMIT 20
4353
+ Completed 200 OK in 58ms (Views: 1.0ms | ActiveRecord: 17.0ms)
4354
+
4355
+
4356
+ Started GET "/cmsadmin/templates/autocomplete?q=home" for 127.0.0.1 at 2015-05-17 05:22:57 +0300
4357
+ Processing by Optimacms::Admin::TemplatesController#autocomplete as JSON
4358
+ Parameters: {"q"=>"home"}
4359
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4360
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE (type_id=2 AND (basepath LIKE '%home%' OR title like '%home%')) ORDER BY basepath asc LIMIT 20
4361
+ Completed 200 OK in 50ms (Views: 2.0ms | ActiveRecord: 1.0ms)
4362
+
4363
+
4364
+ Started GET "/cmsadmin/templates/autocomplete?q=home" for 127.0.0.1 at 2015-05-17 05:22:57 +0300
4365
+ Processing by Optimacms::Admin::TemplatesController#autocomplete as JSON
4366
+ Parameters: {"q"=>"home"}
4367
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4368
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE (type_id=2 AND (basepath LIKE '%home%' OR title like '%home%')) ORDER BY basepath asc LIMIT 20
4369
+ Completed 200 OK in 38ms (Views: 1.0ms | ActiveRecord: 2.0ms)
4370
+
4371
+
4372
+ Started GET "/cmsadmin/templates/autocomplete?q=home" for 127.0.0.1 at 2015-05-17 05:22:59 +0300
4373
+ Processing by Optimacms::Admin::TemplatesController#autocomplete as JSON
4374
+ Parameters: {"q"=>"home"}
4375
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4376
+ Optimacms::Template Load (2.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE (type_id=2 AND (basepath LIKE '%home%' OR title like '%home%')) ORDER BY basepath asc LIMIT 20
4377
+ Completed 200 OK in 40ms (Views: 2.0ms | ActiveRecord: 3.0ms)
4378
+
4379
+
4380
+ Started POST "/cmsadmin/pages" for 127.0.0.1 at 2015-05-17 05:23:00 +0300
4381
+ Processing by Optimacms::Admin::PagesController#create as HTML
4382
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"nkLSNMsKW8ZDHlEG4ZFFFnA6xQeI7jm+NJOiw4aqemTnqCReaz/mJxtxZvYOqLnpi68LAa/524ki3jPUg87hRw==", "page"=>{"parent_id"=>"0", "title"=>"Home", "url"=>"", "name"=>"home", "controller_action"=>"", "layout_id"=>"4", "template_id"=>"", "template"=>"home", "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"}
4383
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4384
+  (1.0ms) BEGIN
4385
+ SQL (48.0ms) INSERT INTO `cms_pages` (`title`, `url`, `name`, `controller_action`, `layout_id`, `parsed_url`, `created_at`, `updated_at`) VALUES ('Home', '', 'home', '', 4, '^', '2015-05-17 02:23:00', '2015-05-17 02:23:00')
4386
+ SQL (13.0ms) INSERT INTO `cms_pages_translation` (`lang`, `meta_title`, `meta_keywords`, `meta_description`, `item_id`) VALUES ('', '', '', '', 152)
4387
+ SQL (1.0ms) INSERT INTO `cms_pages_translation` (`lang`, `meta_title`, `meta_keywords`, `meta_description`, `item_id`) VALUES ('en', '', '', '', 152)
4388
+ SQL (1.0ms) INSERT INTO `cms_pages_translation` (`lang`, `meta_title`, `meta_keywords`, `meta_description`, `item_id`) VALUES ('ru', '', '', '', 152)
4389
+  (2.0ms) COMMIT
4390
+ Redirected to http://localhost:3001/cmsadmin/pages
4391
+ Completed 302 Found in 369ms (ActiveRecord: 67.0ms)
4392
+
4393
+
4394
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-17 05:23:00 +0300
4395
+ Processing by Optimacms::Admin::PagesController#index as HTML
4396
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4397
+ Optimacms::Page Load (2.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
4398
+ 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 (63.0ms)
4399
+ 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 (17.0ms)
4400
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (101.0ms)
4401
+ 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)
4402
+ 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)
4403
+ 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 (139.0ms)
4404
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (147.0ms)
4405
+ 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
4406
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
4407
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (453.0ms)
4408
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (8.0ms)
4409
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (23.0ms)
4410
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (3.0ms)
4411
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (4.0ms)
4412
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
4413
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (18.0ms)
4414
+ Completed 200 OK in 1977ms (Views: 1923.1ms | ActiveRecord: 5.0ms)
4415
+
4416
+
4417
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-05-17 05:23:04 +0300
4418
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
4419
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4420
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 0 LIMIT 1
4421
+ 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 (81.0ms)
4422
+ 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 (18.0ms)
4423
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (116.0ms)
4424
+ 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)
4425
+ 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)
4426
+ 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 (159.0ms)
4427
+ 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)
4428
+ Optimacms::Template Load (2.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` IS NULL AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
4429
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` IS NULL AND (1=1 )
4430
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (419.0ms)
4431
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (8.0ms)
4432
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (28.0ms)
4433
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (4.0ms)
4434
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
4435
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
4436
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (17.0ms)
4437
+ Completed 200 OK in 1984ms (Views: 1916.1ms | ActiveRecord: 5.0ms)
4438
+
4439
+
4440
+ Started GET "/cmsadmin/templates/newfolder?is_folder=1&parent_id=0" for 127.0.0.1 at 2015-05-17 05:23:11 +0300
4441
+ Processing by Optimacms::Admin::TemplatesController#newfolder as HTML
4442
+ Parameters: {"is_folder"=>"1", "parent_id"=>"0"}
4443
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4444
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
4445
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/newfolder.html.haml within optimacms/admin/layouts/main (237.0ms)
4446
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (7.0ms)
4447
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (19.0ms)
4448
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
4449
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
4450
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
4451
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (18.0ms)
4452
+ Completed 200 OK in 1713ms (Views: 1681.1ms | ActiveRecord: 1.0ms)
4453
+
4454
+
4455
+ Started POST "/cmsadmin/templates/createfolder" for 127.0.0.1 at 2015-05-17 05:23:19 +0300
4456
+ Processing by Optimacms::Admin::TemplatesController#createfolder as HTML
4457
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"4oB2gDH+/6ppJzwHSGSYRHGQMUgDZqNiXkYdFzRlLjibaoDqkctCSzFIC/enXWS7igX/TiRxQVVIC4wAMQG1Gw==", "template"=>{"parent_id"=>"", "is_folder"=>"true", "title"=>"Home", "basename"=>"home"}, "commit"=>"Save"}
4458
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4459
+  (1.0ms) BEGIN
4460
+ Optimacms::Template Exists (23.0ms) SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'home' AND `cms_templates`.`is_folder` = 1) LIMIT 1
4461
+ SQL (0.0ms) INSERT INTO `cms_templates` (`title`, `basename`, `is_folder`, `basedirpath`, `basepath`, `created_at`, `updated_at`) VALUES ('Home', 'home', 1, '', 'home', '2015-05-17 02:23:19', '2015-05-17 02:23:19')
4462
+  (21.0ms) COMMIT
4463
+ Redirected to http://localhost:3001/cmsadmin/templates
4464
+ Completed 302 Found in 290ms (ActiveRecord: 46.0ms)
4465
+
4466
+
4467
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-05-17 05:23:19 +0300
4468
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
4469
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4470
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 0 LIMIT 1
4471
+ 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 (62.0ms)
4472
+ 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)
4473
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (98.0ms)
4474
+ 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)
4475
+ 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)
4476
+ 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 (135.0ms)
4477
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (145.0ms)
4478
+ 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
4479
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` IS NULL AND (1=1 )
4480
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (289.0ms)
4481
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (11.0ms)
4482
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (24.0ms)
4483
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (4.0ms)
4484
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
4485
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
4486
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (15.0ms)
4487
+ Completed 200 OK in 1723ms (Views: 1674.1ms | ActiveRecord: 4.0ms)
4488
+
4489
+
4490
+ Started GET "/cmsadmin/templates?parent_id=125" for 127.0.0.1 at 2015-05-17 05:23:23 +0300
4491
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
4492
+ Parameters: {"parent_id"=>"125"}
4493
+ Optimacms::CmsAdminUser Load (2.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4494
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 125 LIMIT 1
4495
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 125 LIMIT 1
4496
+ 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 (64.0ms)
4497
+ 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)
4498
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (98.0ms)
4499
+ 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)
4500
+ 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)
4501
+ 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 (139.0ms)
4502
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (151.0ms)
4503
+ 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
4504
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '125' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
4505
+  (1.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '125' AND (1=1 )
4506
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (260.0ms)
4507
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (10.0ms)
4508
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (19.0ms)
4509
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
4510
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
4511
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
4512
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (12.0ms)
4513
+ Completed 200 OK in 1794ms (Views: 1710.1ms | ActiveRecord: 6.0ms)
4514
+
4515
+
4516
+ Started GET "/cmsadmin/templates/new?parent_id=125" for 127.0.0.1 at 2015-05-17 05:23:26 +0300
4517
+ Processing by Optimacms::Admin::TemplatesController#new as HTML
4518
+ Parameters: {"parent_id"=>"125"}
4519
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4520
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 125 LIMIT 1
4521
+ CACHE (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 125 LIMIT 1 [["id", 125]]
4522
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
4523
+ Optimacms::TemplateType Load (1.0ms) SELECT `cms_templatetypes`.* FROM `cms_templatetypes` WHERE `cms_templatetypes`.`id` = 2 LIMIT 1
4524
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/new.html.haml within optimacms/admin/layouts/main (457.0ms)
4525
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (8.0ms)
4526
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (35.0ms)
4527
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
4528
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
4529
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
4530
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (16.0ms)
4531
+ Completed 200 OK in 2115ms (Views: 2015.1ms | ActiveRecord: 25.0ms)
4532
+
4533
+
4534
+ Started POST "/cmsadmin/templates" for 127.0.0.1 at 2015-05-17 05:23:35 +0300
4535
+ Processing by Optimacms::Admin::TemplatesController#create as HTML
4536
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"2+i1QsN+SQqHr+FTE8njPE+BQLL/hgSfXxZW0rXR17KiAkMoY0v069/A1qP88B/DtBSOtNiR5qhJW8fFsLVMkQ==", "modal"=>"0", "template"=>{"type_id"=>"2", "title"=>"Home", "basedirpath"=>"home/", "basename"=>"index", "tpl_format"=>"haml", "is_translated"=>"0"}, "commit"=>"Save"}
4537
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4538
+  (1.0ms) BEGIN
4539
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`basepath` = 'home' AND `cms_templates`.`is_folder` = 1 ORDER BY `cms_templates`.`id` ASC LIMIT 1
4540
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 125 LIMIT 1
4541
+ CACHE (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 125 LIMIT 1 [["id", 125]]
4542
+ CACHE (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 125 LIMIT 1 [["id", 125]]
4543
+ Optimacms::Template Exists (1.0ms) SELECT 1 AS one FROM `cms_templates` WHERE (`cms_templates`.`basepath` = BINARY 'home/index' AND `cms_templates`.`is_folder` = 0) LIMIT 1
4544
+ SQL (37.0ms) INSERT INTO `cms_templates` (`type_id`, `title`, `basedirpath`, `basename`, `tpl_format`, `ancestry`, `basepath`, `created_at`, `updated_at`) VALUES (2, 'Home', 'home/', 'index', 'haml', '125', 'home/index', '2015-05-17 02:23:35', '2015-05-17 02:23:35')
4545
+  (3.0ms) COMMIT
4546
+ Redirected to http://localhost:3001/cmsadmin/templates/126/edit
4547
+ Completed 302 Found in 239ms (ActiveRecord: 45.0ms)
4548
+
4549
+
4550
+ Started GET "/cmsadmin/templates/126/edit" for 127.0.0.1 at 2015-05-17 05:23:35 +0300
4551
+ Processing by Optimacms::Admin::TemplatesController#edit as HTML
4552
+ Parameters: {"id"=>"126"}
4553
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4554
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 126 LIMIT 1
4555
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
4556
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_ace.html.haml (8.0ms)
4557
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_form.html.haml (309.0ms)
4558
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/edit.html.haml within optimacms/admin/layouts/main (356.0ms)
4559
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (8.0ms)
4560
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (27.0ms)
4561
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (3.0ms)
4562
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (4.0ms)
4563
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
4564
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (15.0ms)
4565
+ Completed 200 OK in 1942ms (Views: 1900.1ms | ActiveRecord: 1.0ms)
4566
+
4567
+
4568
+ Started GET "/" for 127.0.0.1 at 2015-05-17 05:26:43 +0300
4569
+ Processing by Optimacms::PagesController#show as HTML
4570
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND url = '')
4571
+ Optimacms::Page Load (1.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
4572
+ Completed 500 Internal Server Error in 105ms (ActiveRecord: 2.0ms)
4573
+
4574
+ NameError (uninitialized constant Controller):
4575
+ W:/myrails/cms/site/lib/optimacms/page_services/page_data.rb:19:in `const_get'
4576
+ W:/myrails/cms/site/lib/optimacms/page_services/page_data.rb:19:in `controller_class'
4577
+ W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:92:in `show'
4578
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
4579
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
4580
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
4581
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
4582
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
4583
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
4584
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
4585
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
4586
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
4587
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
4588
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
4589
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
4590
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
4591
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
4592
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
4593
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
4594
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
4595
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
4596
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
4597
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
4598
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
4599
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
4600
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
4601
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
4602
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
4603
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
4604
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
4605
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
4606
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
4607
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
4608
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
4609
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
4610
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
4611
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
4612
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
4613
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
4614
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
4615
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
4616
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
4617
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
4618
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
4619
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
4620
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
4621
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
4622
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
4623
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
4624
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
4625
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
4626
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
4627
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
4628
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
4629
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
4630
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
4631
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
4632
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
4633
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
4634
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
4635
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
4636
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
4637
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
4638
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
4639
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
4640
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
4641
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
4642
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
4643
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
4644
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
4645
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
4646
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
4647
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
4648
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
4649
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
4650
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
4651
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
4652
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
4653
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
4654
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
4655
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
4656
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
4657
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
4658
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
4659
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
4660
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
4661
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
4662
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
4663
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
4664
+
4665
+
4666
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms)
4667
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (81.0ms)
4668
+ 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 (19.0ms)
4669
+ 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 (270.0ms)
4670
+
4671
+
4672
+ Started GET "/" for 127.0.0.1 at 2015-05-17 06:04:51 +0300
4673
+ Processing by Optimacms::PagesController#show as HTML
4674
+  (2.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND url = '')
4675
+ Optimacms::Page Load (2.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
4676
+ Completed 500 Internal Server Error in 48ms (ActiveRecord: 4.0ms)
4677
+
4678
+ NameError (uninitialized constant Controller):
4679
+ W:/myrails/cms/site/lib/optimacms/page_services/page_data.rb:19:in `const_get'
4680
+ W:/myrails/cms/site/lib/optimacms/page_services/page_data.rb:19:in `controller_class'
4681
+ W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:92:in `show'
4682
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
4683
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
4684
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
4685
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
4686
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
4687
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
4688
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
4689
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
4690
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
4691
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
4692
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
4693
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
4694
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
4695
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
4696
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
4697
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
4698
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
4699
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
4700
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
4701
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
4702
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
4703
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
4704
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
4705
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
4706
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
4707
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
4708
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
4709
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
4710
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
4711
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
4712
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
4713
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
4714
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
4715
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
4716
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
4717
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
4718
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
4719
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
4720
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
4721
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
4722
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
4723
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
4724
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
4725
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
4726
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
4727
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
4728
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
4729
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
4730
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
4731
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
4732
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
4733
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
4734
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
4735
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
4736
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
4737
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
4738
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
4739
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
4740
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
4741
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
4742
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
4743
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
4744
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
4745
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
4746
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
4747
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
4748
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
4749
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
4750
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
4751
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
4752
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
4753
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
4754
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
4755
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
4756
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
4757
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
4758
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
4759
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
4760
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
4761
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
4762
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
4763
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
4764
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
4765
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
4766
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
4767
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
4768
+
4769
+
4770
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms)
4771
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (91.0ms)
4772
+ 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 (24.0ms)
4773
+ 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 (330.0ms)
4774
+
4775
+
4776
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-17 06:04:55 +0300
4777
+ Processing by Optimacms::Admin::PagesController#index as HTML
4778
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4779
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
4780
+ 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 (79.0ms)
4781
+ 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 (19.0ms)
4782
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (152.0ms)
4783
+ 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)
4784
+ 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 (18.0ms)
4785
+ 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 (218.0ms)
4786
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (236.0ms)
4787
+ 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
4788
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
4789
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (855.0ms)
4790
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (13.0ms)
4791
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (33.0ms)
4792
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (4.0ms)
4793
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (3.0ms)
4794
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (2.0ms)
4795
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (22.0ms)
4796
+ Completed 200 OK in 3137ms (Views: 3078.2ms | ActiveRecord: 5.0ms)
4797
+
4798
+
4799
+ Started GET "/cmsadmin/pages/152/edit" for 127.0.0.1 at 2015-05-17 06:05:04 +0300
4800
+ Processing by Optimacms::Admin::PagesController#edit as HTML
4801
+ Parameters: {"id"=>"152"}
4802
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4803
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 152 LIMIT 1
4804
+ Optimacms::Language Load (1.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
4805
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
4806
+ Optimacms::PageTranslation Load (43.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 152
4807
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
4808
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`type_id` = 1 AND `cms_templates`.`is_folder` = 0
4809
+ CACHE (0.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 152 [["item_id", 152]]
4810
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (1168.1ms)
4811
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (5.0ms)
4812
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (50.0ms)
4813
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (6.0ms)
4814
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (1738.1ms)
4815
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/edit.html.haml within optimacms/admin/layouts/main (1794.1ms)
4816
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (14.0ms)
4817
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (38.0ms)
4818
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
4819
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
4820
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
4821
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (16.0ms)
4822
+ Completed 200 OK in 3453ms (Views: 3319.2ms | ActiveRecord: 47.0ms)
4823
+
4824
+
4825
+ Started GET "/cmsadmin/templates/autocomplete?q=h" for 127.0.0.1 at 2015-05-17 06:05:10 +0300
4826
+ Processing by Optimacms::Admin::TemplatesController#autocomplete as JSON
4827
+ Parameters: {"q"=>"h"}
4828
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4829
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE (type_id=2 AND (basepath LIKE '%h%' OR title like '%h%')) ORDER BY basepath asc LIMIT 20
4830
+ Completed 200 OK in 53ms (Views: 3.0ms | ActiveRecord: 2.0ms)
4831
+
4832
+
4833
+ Started GET "/cmsadmin/templates/autocomplete?q=ho" for 127.0.0.1 at 2015-05-17 06:05:10 +0300
4834
+ Processing by Optimacms::Admin::TemplatesController#autocomplete as JSON
4835
+ Parameters: {"q"=>"ho"}
4836
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4837
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE (type_id=2 AND (basepath LIKE '%ho%' OR title like '%ho%')) ORDER BY basepath asc LIMIT 20
4838
+ Completed 200 OK in 63ms (Views: 5.0ms | ActiveRecord: 2.0ms)
4839
+
4840
+
4841
+ Started PATCH "/cmsadmin/pages/152" for 127.0.0.1 at 2015-05-17 06:05:12 +0300
4842
+ Processing by Optimacms::Admin::PagesController#update as HTML
4843
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"eGrZWQvj8hKpbP5hDnqFMGRv/mAmsX5YGcGIuUP7Pq8BgC8zq9ZP8/EDyZHhQ3nPn/owZgGmnG8PjBmuRp+ljA==", "page"=>{"parent_id"=>"0", "title"=>"Home", "url"=>"", "name"=>"home", "controller_action"=>"", "layout_id"=>"4", "template_id"=>"126", "template"=>"Home (home/index)", "is_translated"=>"0", "translations_attributes"=>{"0"=>{"lang"=>"", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"333"}, "1"=>{"lang"=>"en", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"334"}, "2"=>{"lang"=>"ru", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"335"}}}, "commit"=>"Save", "id"=>"152"}
4844
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4845
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 152 LIMIT 1
4846
+  (1.0ms) BEGIN
4847
+ Optimacms::PageTranslation Load (1.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 152 AND `cms_pages_translation`.`id` IN (333, 334, 335)
4848
+ SQL (40.0ms) UPDATE `cms_pages` SET `template_id` = 126, `updated_at` = '2015-05-17 03:05:12' WHERE `cms_pages`.`id` = 152
4849
+  (18.0ms) COMMIT
4850
+ Redirected to http://localhost:3001/cmsadmin/pages
4851
+ Completed 302 Found in 239ms (ActiveRecord: 62.0ms)
4852
+
4853
+
4854
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-17 06:05:12 +0300
4855
+ Processing by Optimacms::Admin::PagesController#index as HTML
4856
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4857
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
4858
+ 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 (77.0ms)
4859
+ 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)
4860
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (114.0ms)
4861
+ 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)
4862
+ 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 (16.0ms)
4863
+ 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 (168.0ms)
4864
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (181.0ms)
4865
+ 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
4866
+  (2.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
4867
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (617.0ms)
4868
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (11.0ms)
4869
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (22.0ms)
4870
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
4871
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (3.0ms)
4872
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
4873
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (15.0ms)
4874
+ Completed 200 OK in 2314ms (Views: 2248.1ms | ActiveRecord: 5.0ms)
4875
+
4876
+
4877
+ Started GET "/" for 127.0.0.1 at 2015-05-17 06:05:16 +0300
4878
+ Processing by Optimacms::PagesController#show as HTML
4879
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND url = '')
4880
+ Optimacms::Page Load (1.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
4881
+ Completed 500 Internal Server Error in 37ms (ActiveRecord: 2.0ms)
4882
+
4883
+ NameError (uninitialized constant Controller):
4884
+ W:/myrails/cms/site/lib/optimacms/page_services/page_data.rb:19:in `const_get'
4885
+ W:/myrails/cms/site/lib/optimacms/page_services/page_data.rb:19:in `controller_class'
4886
+ W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:92:in `show'
4887
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
4888
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
4889
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
4890
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
4891
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
4892
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
4893
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
4894
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
4895
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
4896
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
4897
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
4898
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
4899
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
4900
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
4901
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
4902
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
4903
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
4904
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
4905
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
4906
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
4907
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
4908
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
4909
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
4910
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
4911
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
4912
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
4913
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
4914
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
4915
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
4916
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
4917
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
4918
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
4919
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
4920
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
4921
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
4922
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
4923
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
4924
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
4925
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
4926
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
4927
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
4928
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
4929
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
4930
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
4931
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
4932
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
4933
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
4934
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
4935
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
4936
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
4937
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
4938
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
4939
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
4940
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
4941
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
4942
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
4943
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
4944
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
4945
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
4946
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
4947
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
4948
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
4949
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
4950
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
4951
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
4952
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
4953
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
4954
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
4955
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
4956
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
4957
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
4958
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
4959
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
4960
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
4961
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
4962
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
4963
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
4964
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
4965
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
4966
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
4967
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
4968
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
4969
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
4970
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
4971
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
4972
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
4973
+
4974
+
4975
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms)
4976
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (96.0ms)
4977
+ 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 (28.0ms)
4978
+ 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 (209.0ms)
4979
+
4980
+
4981
+ Started GET "/cmsadmin/pages/152/edit" for 127.0.0.1 at 2015-05-17 06:05:22 +0300
4982
+ Processing by Optimacms::Admin::PagesController#edit as HTML
4983
+ Parameters: {"id"=>"152"}
4984
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
4985
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 152 LIMIT 1
4986
+ Optimacms::Language Load (1.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
4987
+ CACHE (1.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
4988
+ Optimacms::PageTranslation Load (2.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 152
4989
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (2.0ms)
4990
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`type_id` = 1 AND `cms_templates`.`is_folder` = 0
4991
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 126 LIMIT 1
4992
+ CACHE (0.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 152 [["item_id", 152]]
4993
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (1014.1ms)
4994
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (5.0ms)
4995
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (19.0ms)
4996
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (6.0ms)
4997
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (1419.1ms)
4998
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/edit.html.haml within optimacms/admin/layouts/main (1433.1ms)
4999
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (13.0ms)
5000
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (31.0ms)
5001
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (3.0ms)
5002
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
5003
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
5004
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (17.0ms)
5005
+ Completed 200 OK in 3123ms (Views: 3012.2ms | ActiveRecord: 8.0ms)
5006
+
5007
+
5008
+ Started GET "/" for 127.0.0.1 at 2015-05-17 06:05:33 +0300
5009
+ Processing by Optimacms::PagesController#show as HTML
5010
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND url = '')
5011
+ Optimacms::Page Load (12.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
5012
+ Completed 500 Internal Server Error in 48ms (ActiveRecord: 13.0ms)
5013
+
5014
+ NameError (uninitialized constant Controller):
5015
+ W:/myrails/cms/site/lib/optimacms/page_services/page_data.rb:19:in `const_get'
5016
+ W:/myrails/cms/site/lib/optimacms/page_services/page_data.rb:19:in `controller_class'
5017
+ W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:92:in `show'
5018
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
5019
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
5020
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
5021
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
5022
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
5023
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
5024
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
5025
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
5026
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
5027
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
5028
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
5029
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
5030
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
5031
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
5032
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
5033
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
5034
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
5035
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
5036
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
5037
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
5038
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
5039
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
5040
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
5041
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
5042
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
5043
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
5044
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
5045
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
5046
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
5047
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
5048
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
5049
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
5050
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
5051
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
5052
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
5053
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
5054
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
5055
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
5056
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
5057
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
5058
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
5059
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
5060
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
5061
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
5062
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
5063
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
5064
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
5065
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
5066
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
5067
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
5068
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
5069
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
5070
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
5071
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
5072
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
5073
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
5074
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
5075
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
5076
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
5077
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
5078
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
5079
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
5080
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
5081
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
5082
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
5083
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
5084
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
5085
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
5086
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
5087
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
5088
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
5089
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
5090
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
5091
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
5092
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
5093
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
5094
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
5095
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
5096
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
5097
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
5098
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
5099
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
5100
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
5101
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
5102
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
5103
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
5104
+
5105
+
5106
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.0ms)
5107
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (84.0ms)
5108
+ 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 (20.0ms)
5109
+ 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 (193.0ms)
5110
+
5111
+
5112
+ Started GET "/" for 127.0.0.1 at 2015-05-17 06:08:47 +0300
5113
+ ActiveRecord::SchemaMigration Load (1.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
5114
+ Processing by Optimacms::PagesController#show as HTML
5115
+ Optimacms::Language Load (1.0ms) SELECT `cms_languages`.* FROM `cms_languages`
5116
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND url = '')
5117
+ Optimacms::Page Load (1.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
5118
+ Completed 500 Internal Server Error in 636ms (ActiveRecord: 36.0ms)
5119
+
5120
+ NameError (uninitialized constant Controller):
5121
+ W:/myrails/cms/site/lib/optimacms/page_services/page_data.rb:19:in `const_get'
5122
+ W:/myrails/cms/site/lib/optimacms/page_services/page_data.rb:19:in `controller_class'
5123
+ W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:92:in `show'
5124
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
5125
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
5126
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
5127
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
5128
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
5129
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
5130
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
5131
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
5132
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
5133
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
5134
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
5135
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
5136
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
5137
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
5138
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
5139
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
5140
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
5141
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
5142
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
5143
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
5144
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
5145
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
5146
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
5147
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
5148
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
5149
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
5150
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
5151
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
5152
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
5153
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
5154
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
5155
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
5156
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
5157
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
5158
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
5159
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
5160
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
5161
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
5162
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
5163
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
5164
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
5165
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
5166
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
5167
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
5168
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
5169
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
5170
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
5171
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
5172
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
5173
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
5174
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
5175
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
5176
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
5177
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
5178
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
5179
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
5180
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
5181
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
5182
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
5183
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
5184
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
5185
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
5186
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
5187
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
5188
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
5189
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
5190
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
5191
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
5192
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
5193
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
5194
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
5195
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
5196
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
5197
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
5198
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
5199
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
5200
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
5201
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
5202
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
5203
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
5204
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
5205
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
5206
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
5207
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
5208
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
5209
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
5210
+
5211
+
5212
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms)
5213
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (78.0ms)
5214
+ 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 (73.0ms)
5215
+ 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 (247.0ms)
5216
+
5217
+
5218
+ Started GET "/" for 127.0.0.1 at 2015-05-17 06:13:23 +0300
5219
+ Processing by Optimacms::PagesController#show as HTML
5220
+ Optimacms::Language Load (1.0ms) SELECT `cms_languages`.* FROM `cms_languages`
5221
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND url = '')
5222
+ Optimacms::Page Load (1.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
5223
+ Completed 500 Internal Server Error in 423ms (ActiveRecord: 40.0ms)
5224
+
5225
+ NameError (uninitialized constant Controller):
5226
+ W:/myrails/cms/site/lib/optimacms/page_services/page_data.rb:19:in `const_get'
5227
+ W:/myrails/cms/site/lib/optimacms/page_services/page_data.rb:19:in `controller_class'
5228
+ W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:92:in `show'
5229
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
5230
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
5231
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
5232
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
5233
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
5234
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
5235
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
5236
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
5237
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
5238
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
5239
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
5240
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
5241
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
5242
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
5243
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
5244
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
5245
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
5246
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
5247
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
5248
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
5249
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
5250
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
5251
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
5252
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
5253
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
5254
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
5255
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
5256
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
5257
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
5258
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
5259
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
5260
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
5261
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
5262
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
5263
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
5264
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
5265
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
5266
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
5267
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
5268
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
5269
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
5270
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
5271
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
5272
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
5273
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
5274
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
5275
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
5276
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
5277
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
5278
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
5279
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
5280
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
5281
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
5282
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
5283
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
5284
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
5285
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
5286
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
5287
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
5288
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
5289
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
5290
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
5291
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
5292
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
5293
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
5294
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
5295
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
5296
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
5297
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
5298
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
5299
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
5300
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
5301
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
5302
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
5303
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
5304
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
5305
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
5306
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
5307
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
5308
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
5309
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
5310
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
5311
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
5312
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
5313
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
5314
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
5315
+
5316
+
5317
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms)
5318
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (67.0ms)
5319
+ 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 (18.0ms)
5320
+ 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 (149.0ms)
5321
+
5322
+
5323
+ Started GET "/" for 127.0.0.1 at 2015-05-17 06:13:48 +0300
5324
+ Processing by Optimacms::PagesController#show as HTML
5325
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND url = '')
5326
+ Optimacms::Page Load (1.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
5327
+ Completed 500 Internal Server Error in 7922ms (ActiveRecord: 2.0ms)
5328
+
5329
+ NameError (uninitialized constant Controller):
5330
+ W:/myrails/cms/site/lib/optimacms/page_services/page_data.rb:19:in `const_get'
5331
+ W:/myrails/cms/site/lib/optimacms/page_services/page_data.rb:19:in `controller_class'
5332
+ W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:92:in `show'
5333
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
5334
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
5335
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
5336
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
5337
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
5338
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
5339
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
5340
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
5341
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
5342
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
5343
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
5344
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
5345
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
5346
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
5347
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
5348
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
5349
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
5350
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
5351
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
5352
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
5353
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
5354
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
5355
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
5356
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
5357
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
5358
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
5359
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
5360
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
5361
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
5362
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
5363
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
5364
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
5365
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
5366
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
5367
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
5368
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
5369
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
5370
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
5371
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
5372
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
5373
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
5374
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
5375
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
5376
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
5377
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
5378
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
5379
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
5380
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
5381
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
5382
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
5383
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
5384
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
5385
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
5386
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
5387
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
5388
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
5389
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
5390
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
5391
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
5392
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
5393
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
5394
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
5395
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
5396
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
5397
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
5398
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
5399
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
5400
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
5401
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
5402
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
5403
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
5404
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
5405
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
5406
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
5407
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
5408
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
5409
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
5410
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
5411
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
5412
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
5413
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
5414
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
5415
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
5416
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
5417
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
5418
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
5419
+
5420
+
5421
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.0ms)
5422
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (119.0ms)
5423
+ 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 (28.0ms)
5424
+ 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 (226.0ms)
5425
+
5426
+
5427
+ Started GET "/" for 127.0.0.1 at 2015-05-17 06:14:47 +0300
5428
+ Processing by Optimacms::PagesController#show as HTML
5429
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND url = '')
5430
+ 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
5431
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 126 LIMIT 1
5432
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1
5433
+ Optimacms::PageTranslation Load (31.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
5434
+ Rendered home/index.html.haml within layouts/main (27.0ms)
5435
+ Completed 200 OK in 35426ms (Views: 34870.0ms | ActiveRecord: 61.0ms)
5436
+
5437
+
5438
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-17 06:15:23 +0300
5439
+ Processing by Optimacms::Admin::PagesController#index as HTML
5440
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
5441
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
5442
+ 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 (8541.5ms)
5443
+ 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 (20.0ms)
5444
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (8579.5ms)
5445
+ 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 (5.0ms)
5446
+ 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 (16.0ms)
5447
+ 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 (8624.5ms)
5448
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (8638.5ms)
5449
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
5450
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
5451
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (8937.5ms)
5452
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (48.0ms)
5453
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (47.0ms)
5454
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (15.0ms)
5455
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (20.0ms)
5456
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (4.0ms)
5457
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (20.0ms)
5458
+ Completed 200 OK in 10449ms (Views: 10326.6ms | ActiveRecord: 37.0ms)
5459
+
5460
+
5461
+ Started GET "/assets/application-eda3a3cb78c126b622bbb2577e2712d0.css?body=1" for 127.0.0.1 at 2015-05-17 06:15:33 +0300
5462
+
5463
+
5464
+ Started GET "/assets/tpl-c2b2c931e13866c08977ba47487f05d7.css?body=1" for 127.0.0.1 at 2015-05-17 06:15:33 +0300
5465
+
5466
+
5467
+ Started GET "/assets/jquery-5ba2df6cc8d349ca3589408b6c6a6e24.js?body=1" for 127.0.0.1 at 2015-05-17 06:15:33 +0300
5468
+
5469
+
5470
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-05-17 06:15:34 +0300
5471
+
5472
+
5473
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-05-17 06:15:34 +0300
5474
+
5475
+
5476
+ Started GET "/assets/application-a4d60c093ea78cdb95331e55a6889ea5.js?body=1" for 127.0.0.1 at 2015-05-17 06:15:34 +0300
5477
+
5478
+
5479
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-05-17 06:15:34 +0300
5480
+
5481
+
5482
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-05-17 06:15:34 +0300
5483
+
5484
+
5485
+ Started GET "/about.html" for 127.0.0.1 at 2015-05-17 06:15:37 +0300
5486
+ Processing by Optimacms::PagesController#show as HTML
5487
+ Parameters: {"url"=>"about.html"}
5488
+  (33.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'about.html' REGEXP parsed_url)
5489
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'about.html' REGEXP parsed_url) ORDER BY url_parts_count DESC, url_vars_count ASC
5490
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 123 LIMIT 1
5491
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1
5492
+ Optimacms::PageTranslation Load (1.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 44 AND `cms_pages_translation`.`lang` = 'en' ORDER BY `cms_pages_translation`.`id` ASC LIMIT 1
5493
+ Rendered pages/about.html.erb within layouts/main (4.0ms)
5494
+ Completed 200 OK in 848ms (Views: 758.0ms | ActiveRecord: 36.0ms)
5495
+
5496
+
5497
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-05-17 06:15:38 +0300
5498
+
5499
+
5500
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-05-17 06:15:38 +0300
5501
+
5502
+
5503
+ Started POST "/cmsadmin/pages/search" for 127.0.0.1 at 2015-05-17 06:15:41 +0300
5504
+ Processing by Optimacms::Admin::PagesController#search as HTML
5505
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"FQXrGvyCCdBXGXRlwYqPKpmvMWFIPOznBhzGf0t5mZJs7x1wXLe0MQ92Q5Uus3PVYjr/Z28rDtAQUVdoTh0CsQ==", "cmd"=>"apply", "filter"=>{"title"=>"hom", "parent_id"=>"0"}}
5506
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
5507
+ Redirected to http://localhost:3001/cmsadmin/pages
5508
+ Completed 302 Found in 25ms (ActiveRecord: 1.0ms)
5509
+
5510
+
5511
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-17 06:15:42 +0300
5512
+ Processing by Optimacms::Admin::PagesController#index as HTML
5513
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
5514
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
5515
+ 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)
5516
+ 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)
5517
+ 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)
5518
+ 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)
5519
+ 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)
5520
+ 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 (75.0ms)
5521
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (81.0ms)
5522
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND title LIKE '%hom%' AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
5523
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND title LIKE '%hom%' AND parent_id= 0 )
5524
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (115.0ms)
5525
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
5526
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (10.0ms)
5527
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
5528
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
5529
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
5530
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
5531
+ Completed 200 OK in 924ms (Views: 896.1ms | ActiveRecord: 2.0ms)
5532
+
5533
+
5534
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-05-17 06:15:43 +0300
5535
+
5536
+
5537
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-17 06:15:44 +0300
5538
+ Processing by Optimacms::Admin::PagesController#index as HTML
5539
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
5540
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
5541
+ 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 (32.0ms)
5542
+ 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)
5543
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (52.0ms)
5544
+ 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)
5545
+ 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)
5546
+ 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)
5547
+ 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)
5548
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND title LIKE '%hom%' AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
5549
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND title LIKE '%hom%' AND parent_id= 0 )
5550
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (122.0ms)
5551
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (5.0ms)
5552
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
5553
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
5554
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
5555
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
5556
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
5557
+ Completed 200 OK in 868ms (Views: 848.0ms | ActiveRecord: 2.0ms)
5558
+
5559
+
5560
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-17 06:19:31 +0300
5561
+ ActiveRecord::SchemaMigration Load (1.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
5562
+ Processing by Optimacms::Admin::PagesController#index as HTML
5563
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
5564
+ Optimacms::Language Load (1.0ms) SELECT `cms_languages`.* FROM `cms_languages`
5565
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
5566
+ 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 (5660.3ms)
5567
+ 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)
5568
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (5685.3ms)
5569
+ 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 (4.0ms)
5570
+ 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 (14.0ms)
5571
+ 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 (5718.3ms)
5572
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (5729.3ms)
5573
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND title LIKE '%hom%' AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
5574
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND title LIKE '%hom%' AND parent_id= 0 )
5575
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (5887.3ms)
5576
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (46.0ms)
5577
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (41.0ms)
5578
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (12.0ms)
5579
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (17.0ms)
5580
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (4.0ms)
5581
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (20.0ms)
5582
+ Completed 200 OK in 7084ms (Views: 6876.4ms | ActiveRecord: 30.0ms)
5583
+
5584
+
5585
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-05-17 06:19:38 +0300
5586
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
5587
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
5588
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 125 LIMIT 1
5589
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 125 LIMIT 1
5590
+ 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)
5591
+ 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)
5592
+ 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)
5593
+ 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)
5594
+ 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)
5595
+ 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 (81.0ms)
5596
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (88.0ms)
5597
+ 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
5598
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '125' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
5599
+  (0.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '125' AND (1=1 )
5600
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (212.0ms)
5601
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (5.0ms)
5602
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (10.0ms)
5603
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
5604
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
5605
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
5606
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
5607
+ Completed 200 OK in 1133ms (Views: 982.1ms | ActiveRecord: 16.0ms)
5608
+
5609
+
5610
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-05-17 06:19:45 +0300
5611
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
5612
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
5613
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 125 LIMIT 1
5614
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 125 LIMIT 1
5615
+ 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 (26.0ms)
5616
+ 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)
5617
+ 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)
5618
+ 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)
5619
+ 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)
5620
+ 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 (58.0ms)
5621
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (62.0ms)
5622
+ 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
5623
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '125' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
5624
+  (0.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '125' AND (1=1 )
5625
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (101.0ms)
5626
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
5627
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
5628
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
5629
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
5630
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
5631
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
5632
+ Completed 200 OK in 727ms (Views: 698.0ms | ActiveRecord: 4.0ms)
5633
+
5634
+
5635
+ Started GET "/cmsadmin/templates?parent_id=0" for 127.0.0.1 at 2015-05-17 06:19:46 +0300
5636
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
5637
+ Parameters: {"parent_id"=>"0"}
5638
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
5639
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 0 LIMIT 1
5640
+ 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)
5641
+ 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)
5642
+ 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)
5643
+ 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)
5644
+ 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)
5645
+ 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 (59.0ms)
5646
+ 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)
5647
+ 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
5648
+  (0.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` IS NULL AND (1=1 )
5649
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (131.0ms)
5650
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (6.0ms)
5651
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
5652
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
5653
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
5654
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
5655
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (6.0ms)
5656
+ Completed 200 OK in 803ms (Views: 782.0ms | ActiveRecord: 3.0ms)
5657
+
5658
+
5659
+ Started GET "/cmsadmin/templates?parent_id=125" for 127.0.0.1 at 2015-05-17 06:19:52 +0300
5660
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
5661
+ Parameters: {"parent_id"=>"125"}
5662
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
5663
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 125 LIMIT 1
5664
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 125 LIMIT 1
5665
+ 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 (26.0ms)
5666
+ 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 (6.0ms)
5667
+ 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)
5668
+ 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)
5669
+ 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)
5670
+ 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 (58.0ms)
5671
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (62.0ms)
5672
+ 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
5673
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '125' AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
5674
+  (0.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` = '125' AND (1=1 )
5675
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (103.0ms)
5676
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
5677
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
5678
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
5679
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
5680
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
5681
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (6.0ms)
5682
+ Completed 200 OK in 756ms (Views: 731.0ms | ActiveRecord: 0.0ms)
5683
+
5684
+
5685
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-17 06:19:56 +0300
5686
+ Processing by Optimacms::Admin::PagesController#index as HTML
5687
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
5688
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
5689
+ 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)
5690
+ 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)
5691
+ 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)
5692
+ 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)
5693
+ 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)
5694
+ 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)
5695
+ 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)
5696
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND title LIKE '%hom%' AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
5697
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND title LIKE '%hom%' AND parent_id= 0 )
5698
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (100.0ms)
5699
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
5700
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
5701
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
5702
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
5703
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
5704
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (6.0ms)
5705
+ Completed 200 OK in 723ms (Views: 693.0ms | ActiveRecord: 3.0ms)
5706
+
5707
+
5708
+ Started POST "/cmsadmin/pages/search" for 127.0.0.1 at 2015-05-17 06:19:59 +0300
5709
+ Processing by Optimacms::Admin::PagesController#search as HTML
5710
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"WL1fCaD2D1Wm8vPYvHFxA32fsYbUUM2RaY0cdBDpQQAhV6ljAMOytP6dxChTSI38hgp/gPNHL6Z/wI1jFY3aIw==", "cmd"=>"clear", "filter"=>{"title"=>"hom", "parent_id"=>"0"}}
5711
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
5712
+ Redirected to http://localhost:3001/cmsadmin/pages
5713
+ Completed 302 Found in 24ms (ActiveRecord: 0.0ms)
5714
+
5715
+
5716
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-17 06:19:59 +0300
5717
+ Processing by Optimacms::Admin::PagesController#index as HTML
5718
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
5719
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
5720
+ 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)
5721
+ 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)
5722
+ 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)
5723
+ 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)
5724
+ 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)
5725
+ 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)
5726
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (76.0ms)
5727
+ 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
5728
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
5729
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (214.0ms)
5730
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
5731
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
5732
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
5733
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
5734
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
5735
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (6.0ms)
5736
+ Completed 200 OK in 827ms (Views: 806.0ms | ActiveRecord: 2.0ms)
5737
+
5738
+
5739
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-17 06:20:02 +0300
5740
+ Processing by Optimacms::Admin::PagesController#index as HTML
5741
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
5742
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
5743
+ 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 (34.0ms)
5744
+ 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)
5745
+ 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)
5746
+ 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)
5747
+ 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)
5748
+ 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)
5749
+ 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)
5750
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
5751
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
5752
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (206.0ms)
5753
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
5754
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
5755
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
5756
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
5757
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
5758
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (6.0ms)
5759
+ Completed 200 OK in 831ms (Views: 810.0ms | ActiveRecord: 1.0ms)
5760
+
5761
+
5762
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-05-17 06:20:02 +0300
5763
+
5764
+
5765
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-05-17 06:20:03 +0300
5766
+
5767
+
5768
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-05-17 06:20:03 +0300
5769
+
5770
+
5771
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-05-17 06:20:03 +0300
5772
+
5773
+
5774
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-05-17 06:20:03 +0300
5775
+
5776
+
5777
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-05-17 06:20:03 +0300
5778
+
5779
+
5780
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-05-17 06:20:03 +0300
5781
+
5782
+
5783
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-05-17 06:20:03 +0300
5784
+
5785
+
5786
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-05-17 06:20:03 +0300
5787
+
5788
+
5789
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-17 06:21:34 +0300
5790
+ ActiveRecord::SchemaMigration Load (0.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
5791
+ Processing by Optimacms::Admin::PagesController#index as HTML
5792
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
5793
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages`
5794
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
5795
+ 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 (6237.4ms)
5796
+ 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)
5797
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (6264.4ms)
5798
+ 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 (4.0ms)
5799
+ 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)
5800
+ 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 (6300.4ms)
5801
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (6313.4ms)
5802
+ 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
5803
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
5804
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (6653.4ms)
5805
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (57.0ms)
5806
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (62.0ms)
5807
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (24.0ms)
5808
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (21.0ms)
5809
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (6.0ms)
5810
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (25.0ms)
5811
+ Completed 200 OK in 8202ms (Views: 7986.5ms | ActiveRecord: 27.0ms)
5812
+
5813
+
5814
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-05-17 06:21:43 +0300
5815
+
5816
+
5817
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-05-17 06:21:43 +0300
5818
+
5819
+
5820
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-05-17 06:21:43 +0300
5821
+
5822
+
5823
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-05-17 06:21:43 +0300
5824
+
5825
+
5826
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-05-17 06:21:43 +0300
5827
+
5828
+
5829
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-05-17 06:21:43 +0300
5830
+
5831
+
5832
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-05-17 06:21:43 +0300
5833
+
5834
+
5835
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-05-17 06:21:43 +0300
5836
+
5837
+
5838
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-05-17 06:21:44 +0300
5839
+
5840
+
5841
+ Started GET "/cmsadmin/pages?pg=2" for 127.0.0.1 at 2015-05-17 06:22:11 +0300
5842
+ Processing by Optimacms::Admin::PagesController#index as HTML
5843
+ Parameters: {"pg"=>"2"}
5844
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
5845
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
5846
+ 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)
5847
+ 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)
5848
+ 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)
5849
+ 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)
5850
+ 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)
5851
+ 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 (59.0ms)
5852
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (64.0ms)
5853
+ 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 10
5854
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
5855
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (236.0ms)
5856
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
5857
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
5858
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
5859
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
5860
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
5861
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
5862
+ Completed 200 OK in 875ms (Views: 854.0ms | ActiveRecord: 4.0ms)
5863
+
5864
+
5865
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:12 +0300
5866
+
5867
+
5868
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-05-17 06:22:12 +0300
5869
+
5870
+
5871
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:12 +0300
5872
+
5873
+
5874
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:12 +0300
5875
+
5876
+
5877
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:12 +0300
5878
+
5879
+
5880
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:12 +0300
5881
+
5882
+
5883
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-05-17 06:22:12 +0300
5884
+
5885
+
5886
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:12 +0300
5887
+
5888
+
5889
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:12 +0300
5890
+
5891
+
5892
+ Started GET "/cmsadmin/pages?pg=3" for 127.0.0.1 at 2015-05-17 06:22:14 +0300
5893
+ Processing by Optimacms::Admin::PagesController#index as HTML
5894
+ Parameters: {"pg"=>"3"}
5895
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
5896
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
5897
+ 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)
5898
+ 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)
5899
+ 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)
5900
+ 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)
5901
+ 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)
5902
+ 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)
5903
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (64.0ms)
5904
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 20
5905
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
5906
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (146.0ms)
5907
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
5908
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
5909
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
5910
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
5911
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
5912
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
5913
+ Completed 200 OK in 823ms (Views: 804.0ms | ActiveRecord: 1.0ms)
5914
+
5915
+
5916
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-05-17 06:22:15 +0300
5917
+
5918
+
5919
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:15 +0300
5920
+
5921
+
5922
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-05-17 06:22:15 +0300
5923
+
5924
+
5925
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:15 +0300
5926
+
5927
+
5928
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:15 +0300
5929
+
5930
+
5931
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:15 +0300
5932
+
5933
+
5934
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:15 +0300
5935
+
5936
+
5937
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:15 +0300
5938
+
5939
+
5940
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:15 +0300
5941
+
5942
+
5943
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-17 06:22:17 +0300
5944
+ Processing by Optimacms::Admin::PagesController#index as HTML
5945
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
5946
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
5947
+ 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)
5948
+ 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)
5949
+ 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)
5950
+ 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)
5951
+ 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)
5952
+ 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 (59.0ms)
5953
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (63.0ms)
5954
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
5955
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
5956
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (194.0ms)
5957
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
5958
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
5959
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
5960
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
5961
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
5962
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
5963
+ Completed 200 OK in 843ms (Views: 825.0ms | ActiveRecord: 1.0ms)
5964
+
5965
+
5966
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:18 +0300
5967
+
5968
+
5969
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:18 +0300
5970
+
5971
+
5972
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:18 +0300
5973
+
5974
+
5975
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:18 +0300
5976
+
5977
+
5978
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:18 +0300
5979
+
5980
+
5981
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-05-17 06:22:18 +0300
5982
+
5983
+
5984
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:18 +0300
5985
+
5986
+
5987
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:18 +0300
5988
+
5989
+
5990
+ Started GET "/cmsadmin/pages?parent_id=148" for 127.0.0.1 at 2015-05-17 06:22:20 +0300
5991
+ Processing by Optimacms::Admin::PagesController#index as HTML
5992
+ Parameters: {"parent_id"=>"148"}
5993
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
5994
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
5995
+ 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 (26.0ms)
5996
+ 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)
5997
+ 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)
5998
+ 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)
5999
+ 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)
6000
+ 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)
6001
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (64.0ms)
6002
+ 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
6003
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )
6004
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (110.0ms)
6005
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (5.0ms)
6006
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (10.0ms)
6007
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
6008
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
6009
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
6010
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (9.0ms)
6011
+ Completed 200 OK in 780ms (Views: 759.0ms | ActiveRecord: 2.0ms)
6012
+
6013
+
6014
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:21 +0300
6015
+
6016
+
6017
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:21 +0300
6018
+
6019
+
6020
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:21 +0300
6021
+
6022
+
6023
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:21 +0300
6024
+
6025
+
6026
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:21 +0300
6027
+
6028
+
6029
+ Started GET "/cmsadmin/pages/151/edit" for 127.0.0.1 at 2015-05-17 06:22:22 +0300
6030
+ Processing by Optimacms::Admin::PagesController#edit as HTML
6031
+ Parameters: {"id"=>"151"}
6032
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
6033
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 151 LIMIT 1
6034
+ Optimacms::Language Load (1.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
6035
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
6036
+ Optimacms::PageTranslation Load (1.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 151
6037
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (33.0ms)
6038
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
6039
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`type_id` = 1 AND `cms_templates`.`is_folder` = 0
6040
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 120 LIMIT 1
6041
+ CACHE (1.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 151 [["item_id", 151]]
6042
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (655.0ms)
6043
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (29.0ms)
6044
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (54.0ms)
6045
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (126.0ms)
6046
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (1347.1ms)
6047
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/edit.html.haml within optimacms/admin/layouts/main (1363.1ms)
6048
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
6049
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
6050
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
6051
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
6052
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
6053
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
6054
+ Completed 200 OK in 2223ms (Views: 2025.1ms | ActiveRecord: 24.0ms)
6055
+
6056
+
6057
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:24 +0300
6058
+
6059
+
6060
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:24 +0300
6061
+
6062
+
6063
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-05-17 06:22:25 +0300
6064
+
6065
+
6066
+ Started GET "/about.html" for 127.0.0.1 at 2015-05-17 06:24:29 +0300
6067
+ Processing by Optimacms::PagesController#show as HTML
6068
+ Parameters: {"url"=>"about.html"}
6069
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'about.html' REGEXP parsed_url)
6070
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'about.html' REGEXP parsed_url) ORDER BY url_parts_count DESC, url_vars_count ASC
6071
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 123 LIMIT 1
6072
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1
6073
+ Optimacms::PageTranslation Load (1.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 44 AND `cms_pages_translation`.`lang` = 'en' ORDER BY `cms_pages_translation`.`id` ASC LIMIT 1
6074
+ Rendered pages/about.html.erb within layouts/main (4.0ms)
6075
+ Completed 200 OK in 722ms (Views: 628.0ms | ActiveRecord: 5.0ms)
6076
+
6077
+
6078
+ Started GET "/cmsadmin/pages?parent_id=148" for 127.0.0.1 at 2015-05-17 07:06:52 +0300
6079
+ Processing by Optimacms::Admin::PagesController#index as HTML
6080
+ Parameters: {"parent_id"=>"148"}
6081
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
6082
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
6083
+ 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)
6084
+ 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)
6085
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (43.0ms)
6086
+ 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)
6087
+ 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)
6088
+ 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)
6089
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (64.0ms)
6090
+ 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
6091
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )
6092
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (115.0ms)
6093
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
6094
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
6095
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
6096
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
6097
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
6098
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
6099
+ Completed 200 OK in 920ms (Views: 901.1ms | ActiveRecord: 2.0ms)
6100
+
6101
+
6102
+ Started GET "/" for 127.0.0.1 at 2015-05-17 07:37:18 +0300
6103
+ Processing by Optimacms::PagesController#show as HTML
6104
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND url = '')
6105
+ 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
6106
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 126 LIMIT 1
6107
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1
6108
+ 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
6109
+ Rendered home/index.html.haml within layouts/main (20.0ms)
6110
+ Completed 200 OK in 540ms (Views: 504.0ms | ActiveRecord: 1.0ms)
6111
+
6112
+
6113
+ Started GET "/" for 127.0.0.1 at 2015-05-19 01:36:52 +0300
6114
+ ActiveRecord::SchemaMigration Load (1.0ms) SELECT `schema_migrations`.* FROM `schema_migrations`
6115
+ Processing by Optimacms::PagesController#show as HTML
6116
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages`
6117
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND url = '')
6118
+ 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
6119
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 126 LIMIT 1
6120
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1
6121
+ 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
6122
+ Rendered home/index.html.haml within layouts/main (22.0ms)
6123
+ Completed 200 OK in 1655ms (Views: 982.1ms | ActiveRecord: 42.0ms)
6124
+
6125
+
6126
+ Started GET "/assets/application-eda3a3cb78c126b622bbb2577e2712d0.css?body=1" for 127.0.0.1 at 2015-05-19 01:36:55 +0300
6127
+
6128
+
6129
+ Started GET "/assets/tpl-c2b2c931e13866c08977ba47487f05d7.css?body=1" for 127.0.0.1 at 2015-05-19 01:36:55 +0300
6130
+
6131
+
6132
+ Started GET "/assets/jquery-5ba2df6cc8d349ca3589408b6c6a6e24.js?body=1" for 127.0.0.1 at 2015-05-19 01:36:55 +0300
6133
+
6134
+
6135
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-05-19 01:36:55 +0300
6136
+
6137
+
6138
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-05-19 01:36:55 +0300
6139
+
6140
+
6141
+ Started GET "/assets/application-a4d60c093ea78cdb95331e55a6889ea5.js?body=1" for 127.0.0.1 at 2015-05-19 01:36:55 +0300
6142
+
6143
+
6144
+ Started GET "/about.html" for 127.0.0.1 at 2015-05-19 01:36:57 +0300
6145
+ Processing by Optimacms::PagesController#show as HTML
6146
+ Parameters: {"url"=>"about.html"}
6147
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'about.html' REGEXP parsed_url)
6148
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'about.html' REGEXP parsed_url) ORDER BY url_parts_count DESC, url_vars_count ASC
6149
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 123 LIMIT 1
6150
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1
6151
+ Optimacms::PageTranslation Load (28.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 44 AND `cms_pages_translation`.`lang` = 'en' ORDER BY `cms_pages_translation`.`id` ASC LIMIT 1
6152
+ Rendered pages/about.html.erb within layouts/main (3.0ms)
6153
+ Completed 200 OK in 564ms (Views: 495.0ms | ActiveRecord: 30.0ms)
6154
+
6155
+
6156
+ Started GET "/assets/fontawesome-webfont-d930f252f79ad15db0e13fb2d2d678c8.woff?v=4.3.0" for 127.0.0.1 at 2015-05-19 01:36:58 +0300
6157
+
6158
+
6159
+ Started GET "/about888.html" for 127.0.0.1 at 2015-05-19 01:37:00 +0300
6160
+ Processing by Optimacms::PagesController#show as HTML
6161
+ Parameters: {"url"=>"about888.html"}
6162
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'about888.html' REGEXP parsed_url)
6163
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'about888.html' REGEXP parsed_url) ORDER BY url_parts_count DESC, url_vars_count ASC
6164
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 126 LIMIT 1
6165
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1
6166
+ Optimacms::PageTranslation Load (1.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
6167
+ Rendered home/index.html.haml within layouts/main (4.0ms)
6168
+ Completed 200 OK in 510ms (Views: 475.0ms | ActiveRecord: 4.0ms)
6169
+
6170
+
6171
+ Started GET "/about888.html" for 127.0.0.1 at 2015-05-19 01:37:28 +0300
6172
+ Processing by Optimacms::PagesController#show as HTML
6173
+ Parameters: {"url"=>"about888.html"}
6174
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'about888.html' REGEXP parsed_url)
6175
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'about888.html' REGEXP parsed_url) ORDER BY url_parts_count DESC, url_vars_count ASC
6176
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 126 LIMIT 1
6177
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1
6178
+ Optimacms::PageTranslation Load (1.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
6179
+ Rendered home/index.html.haml within layouts/main (6.0ms)
6180
+ Completed 200 OK in 518ms (Views: 480.0ms | ActiveRecord: 3.0ms)
6181
+
6182
+
6183
+ Started GET "/assets/application-eda3a3cb78c126b622bbb2577e2712d0.css?body=1" for 127.0.0.1 at 2015-05-19 01:37:28 +0300
6184
+
6185
+
6186
+ Started GET "/assets/tpl-c2b2c931e13866c08977ba47487f05d7.css?body=1" for 127.0.0.1 at 2015-05-19 01:37:28 +0300
6187
+
6188
+
6189
+ Started GET "/assets/jquery-5ba2df6cc8d349ca3589408b6c6a6e24.js?body=1" for 127.0.0.1 at 2015-05-19 01:37:28 +0300
6190
+
6191
+
6192
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-05-19 01:37:28 +0300
6193
+
6194
+
6195
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-05-19 01:37:28 +0300
6196
+
6197
+
6198
+ Started GET "/assets/application-a4d60c093ea78cdb95331e55a6889ea5.js?body=1" for 127.0.0.1 at 2015-05-19 01:37:28 +0300
6199
+
6200
+
6201
+ Started GET "/about888.html" for 127.0.0.1 at 2015-05-19 01:37:34 +0300
6202
+ Processing by Optimacms::PagesController#show as HTML
6203
+ Parameters: {"url"=>"about888.html"}
6204
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'about888.html' REGEXP parsed_url)
6205
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'about888.html' REGEXP parsed_url) ORDER BY url_parts_count DESC, url_vars_count ASC
6206
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 126 LIMIT 1
6207
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1
6208
+ Optimacms::PageTranslation Load (24.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
6209
+ Rendered home/index.html.haml within layouts/main (10.0ms)
6210
+ Completed 200 OK in 27078ms (Views: 478.0ms | ActiveRecord: 27.0ms)
6211
+
6212
+
6213
+ Started GET "/assets/application-a4d60c093ea78cdb95331e55a6889ea5.js?body=1" for 127.0.0.1 at 2015-05-19 01:38:01 +0300
6214
+
6215
+
6216
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-05-19 01:38:01 +0300
6217
+
6218
+
6219
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-05-19 01:38:01 +0300
6220
+
6221
+
6222
+ Started GET "/assets/jquery-5ba2df6cc8d349ca3589408b6c6a6e24.js?body=1" for 127.0.0.1 at 2015-05-19 01:38:02 +0300
6223
+
6224
+
6225
+ Started GET "/assets/tpl-c2b2c931e13866c08977ba47487f05d7.css?body=1" for 127.0.0.1 at 2015-05-19 01:38:02 +0300
6226
+
6227
+
6228
+ Started GET "/assets/application-eda3a3cb78c126b622bbb2577e2712d0.css?body=1" for 127.0.0.1 at 2015-05-19 01:38:02 +0300
6229
+
6230
+
6231
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-19 01:38:05 +0300
6232
+ Processing by Optimacms::Admin::PagesController#index as HTML
6233
+ Completed 401 Unauthorized in 12ms (ActiveRecord: 0.0ms)
6234
+
6235
+
6236
+ Started GET "/cmsadmin/login" for 127.0.0.1 at 2015-05-19 01:38:11 +0300
6237
+ Processing by Optimacms::Devise::SessionsController#new as HTML
6238
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/devise-3.4.1/app/views/devise/shared/_links.html.erb (14.0ms)
6239
+ 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 (185.0ms)
6240
+ Completed 200 OK in 563ms (Views: 463.0ms | ActiveRecord: 11.0ms)
6241
+
6242
+
6243
+ Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-05-19 01:38:12 +0300
6244
+
6245
+
6246
+ Started GET "/stylesheets/optimacms/application.css" for 127.0.0.1 at 2015-05-19 01:38:12 +0300
6247
+ Processing by Optimacms::PagesController#show as HTML
6248
+ Parameters: {"url"=>"stylesheets/optimacms/application.css"}
6249
+  (2.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'stylesheets/optimacms/application.css' REGEXP parsed_url)
6250
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'stylesheets/optimacms/application.css' REGEXP parsed_url) ORDER BY url_parts_count DESC, url_vars_count ASC
6251
+ Optimacms::Template Load (2.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 126 LIMIT 1
6252
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1
6253
+ 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
6254
+ Rendered home/index.html.haml within layouts/main (4.0ms)
6255
+ Completed 200 OK in 3078ms (Views: 490.0ms | ActiveRecord: 6.0ms)
6256
+
6257
+
6258
+ Started GET "/about888.html" for 127.0.0.1 at 2015-05-19 01:39:08 +0300
6259
+ Processing by Optimacms::PagesController#show as HTML
6260
+ Parameters: {"url"=>"about888.html"}
6261
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'about888.html' REGEXP parsed_url)
6262
+ Completed 404 Not Found in 4737ms (ActiveRecord: 1.0ms)
6263
+
6264
+ ActionController::RoutingError (Not Found):
6265
+ W:/myrails/cms/site/app/controllers/optimacms/application_controller.rb:16:in `not_found'
6266
+ W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:60:in `show'
6267
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
6268
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
6269
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
6270
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
6271
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
6272
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
6273
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
6274
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
6275
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
6276
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
6277
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
6278
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
6279
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
6280
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
6281
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
6282
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
6283
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
6284
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
6285
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
6286
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
6287
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
6288
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
6289
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
6290
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
6291
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
6292
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
6293
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
6294
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
6295
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
6296
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
6297
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
6298
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
6299
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
6300
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
6301
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
6302
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
6303
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
6304
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
6305
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
6306
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
6307
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
6308
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
6309
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
6310
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
6311
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
6312
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
6313
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
6314
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
6315
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
6316
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
6317
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
6318
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
6319
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
6320
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
6321
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
6322
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
6323
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
6324
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
6325
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
6326
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
6327
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
6328
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
6329
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
6330
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
6331
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
6332
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
6333
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
6334
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
6335
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
6336
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
6337
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
6338
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
6339
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
6340
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
6341
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
6342
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
6343
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
6344
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
6345
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
6346
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
6347
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
6348
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
6349
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
6350
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
6351
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
6352
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
6353
+
6354
+
6355
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (35.0ms)
6356
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (21.0ms)
6357
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (31.0ms)
6358
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (11.0ms)
6359
+ 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 (9.0ms)
6360
+ 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 (975.1ms)
6361
+
6362
+
6363
+ Started POST "/cmsadmin/login" for 127.0.0.1 at 2015-05-19 01:40:15 +0300
6364
+ Processing by Optimacms::Devise::SessionsController#create as HTML
6365
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Z1zFKmezrJGDD0AXzYTe/jQ+/Nyv7sLESbJ3cBSslPOj3aykSrHV7AmN3T1RTQyaDVRoEjwuIb7zk+hvcB9/PQ==", "cms_admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
6366
+ 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
6367
+ Completed 401 Unauthorized in 249ms (ActiveRecord: 12.0ms)
6368
+ Processing by Optimacms::Devise::SessionsController#new as HTML
6369
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Z1zFKmezrJGDD0AXzYTe/jQ+/Nyv7sLESbJ3cBSslPOj3aykSrHV7AmN3T1RTQyaDVRoEjwuIb7zk+hvcB9/PQ==", "cms_admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
6370
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/devise-3.4.1/app/views/devise/shared/_links.html.erb (2.0ms)
6371
+ 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 (29.0ms)
6372
+ Completed 200 OK in 309ms (Views: 216.0ms | ActiveRecord: 0.0ms)
6373
+
6374
+
6375
+ Started GET "/stylesheets/optimacms/application.css" for 127.0.0.1 at 2015-05-19 01:40:17 +0300
6376
+ Processing by Optimacms::PagesController#show as HTML
6377
+ Parameters: {"url"=>"stylesheets/optimacms/application.css"}
6378
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages`
6379
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'stylesheets/optimacms/application.css' REGEXP parsed_url)
6380
+ Completed 404 Not Found in 5944ms (ActiveRecord: 18.0ms)
6381
+
6382
+ ActionController::RoutingError (Not Found):
6383
+ W:/myrails/cms/site/app/controllers/optimacms/application_controller.rb:16:in `not_found'
6384
+ W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:60:in `show'
6385
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
6386
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
6387
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
6388
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
6389
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
6390
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
6391
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
6392
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
6393
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
6394
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
6395
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
6396
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
6397
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
6398
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
6399
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
6400
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
6401
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
6402
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
6403
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
6404
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
6405
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
6406
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
6407
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
6408
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
6409
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
6410
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
6411
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
6412
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
6413
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
6414
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
6415
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
6416
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
6417
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
6418
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
6419
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
6420
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
6421
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
6422
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
6423
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
6424
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
6425
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
6426
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
6427
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
6428
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
6429
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
6430
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
6431
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
6432
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
6433
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
6434
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
6435
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
6436
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
6437
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
6438
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
6439
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
6440
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
6441
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
6442
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
6443
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
6444
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
6445
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
6446
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
6447
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
6448
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
6449
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
6450
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
6451
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
6452
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
6453
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
6454
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
6455
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
6456
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
6457
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
6458
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
6459
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
6460
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
6461
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
6462
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
6463
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
6464
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
6465
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
6466
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
6467
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
6468
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
6469
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
6470
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
6471
+
6472
+
6473
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (32.0ms)
6474
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (30.0ms)
6475
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (31.0ms)
6476
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.0ms)
6477
+ 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 (8.0ms)
6478
+ 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 (915.1ms)
6479
+
6480
+
6481
+ Started POST "/cmsadmin/login" for 127.0.0.1 at 2015-05-19 01:40:30 +0300
6482
+ Processing by Optimacms::Devise::SessionsController#create as HTML
6483
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"OEjdwMeeZGxcKW341haHZ1mUqy98HT0TDHW6oC/jmUn8ybRO6pwdEdar8NJK31UDYP4/4e/d3mm2VCW/S1Byhw==", "cms_admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
6484
+ 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
6485
+ Completed 401 Unauthorized in 151ms (ActiveRecord: 8.0ms)
6486
+ Processing by Optimacms::Devise::SessionsController#new as HTML
6487
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"OEjdwMeeZGxcKW341haHZ1mUqy98HT0TDHW6oC/jmUn8ybRO6pwdEdar8NJK31UDYP4/4e/d3mm2VCW/S1Byhw==", "cms_admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
6488
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/devise-3.4.1/app/views/devise/shared/_links.html.erb (2.0ms)
6489
+ 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 (31.0ms)
6490
+ Completed 200 OK in 318ms (Views: 223.0ms | ActiveRecord: 0.0ms)
6491
+
6492
+
6493
+ Started GET "/stylesheets/optimacms/application.css" for 127.0.0.1 at 2015-05-19 01:40:32 +0300
6494
+ Processing by Optimacms::PagesController#show as HTML
6495
+ Parameters: {"url"=>"stylesheets/optimacms/application.css"}
6496
+ Optimacms::Language Load (1.0ms) SELECT `cms_languages`.* FROM `cms_languages`
6497
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'stylesheets/optimacms/application.css' REGEXP parsed_url)
6498
+ Completed 404 Not Found in 138ms (ActiveRecord: 19.0ms)
6499
+
6500
+ ActionController::RoutingError (Not Found):
6501
+ W:/myrails/cms/site/app/controllers/optimacms/application_controller.rb:16:in `not_found'
6502
+ W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:60:in `show'
6503
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
6504
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
6505
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
6506
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
6507
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
6508
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
6509
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
6510
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
6511
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
6512
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
6513
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
6514
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
6515
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
6516
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
6517
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
6518
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
6519
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
6520
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
6521
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
6522
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
6523
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
6524
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
6525
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
6526
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
6527
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
6528
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
6529
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
6530
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
6531
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
6532
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
6533
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
6534
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
6535
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
6536
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
6537
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
6538
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
6539
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
6540
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
6541
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
6542
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
6543
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
6544
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
6545
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
6546
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
6547
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
6548
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
6549
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
6550
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
6551
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
6552
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
6553
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
6554
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
6555
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
6556
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
6557
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
6558
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
6559
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
6560
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
6561
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
6562
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
6563
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
6564
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
6565
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
6566
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
6567
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
6568
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
6569
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
6570
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
6571
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
6572
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
6573
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
6574
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
6575
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
6576
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
6577
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
6578
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
6579
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
6580
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
6581
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
6582
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
6583
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
6584
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
6585
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
6586
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
6587
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
6588
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
6589
+
6590
+
6591
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (55.0ms)
6592
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (23.0ms)
6593
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (40.0ms)
6594
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.0ms)
6595
+ 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 (8.0ms)
6596
+ 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 (1151.1ms)
6597
+
6598
+
6599
+ Started GET "/cmsadmin/" for 127.0.0.1 at 2015-05-19 01:43:56 +0300
6600
+ Processing by Optimacms::Admin::DashboardController#index as HTML
6601
+ Completed 401 Unauthorized in 7ms (ActiveRecord: 0.0ms)
6602
+
6603
+
6604
+ Started GET "/cmsadmin/login" for 127.0.0.1 at 2015-05-19 01:43:57 +0300
6605
+ Processing by Optimacms::Devise::SessionsController#new as HTML
6606
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/devise-3.4.1/app/views/devise/shared/_links.html.erb (2.0ms)
6607
+ 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 (31.0ms)
6608
+ Completed 200 OK in 247ms (Views: 228.0ms | ActiveRecord: 0.0ms)
6609
+
6610
+
6611
+ Started GET "/stylesheets/optimacms/application.css" for 127.0.0.1 at 2015-05-19 01:43:57 +0300
6612
+ Processing by Optimacms::PagesController#show as HTML
6613
+ Parameters: {"url"=>"stylesheets/optimacms/application.css"}
6614
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'stylesheets/optimacms/application.css' REGEXP parsed_url)
6615
+ Completed 404 Not Found in 8ms (ActiveRecord: 1.0ms)
6616
+
6617
+ ActionController::RoutingError (Not Found):
6618
+ W:/myrails/cms/site/app/controllers/optimacms/application_controller.rb:16:in `not_found'
6619
+ W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:60:in `show'
6620
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
6621
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
6622
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
6623
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
6624
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
6625
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
6626
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
6627
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
6628
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
6629
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
6630
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
6631
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
6632
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
6633
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
6634
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
6635
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
6636
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
6637
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
6638
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
6639
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
6640
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
6641
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
6642
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
6643
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
6644
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
6645
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
6646
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
6647
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
6648
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
6649
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
6650
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
6651
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
6652
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
6653
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
6654
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
6655
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
6656
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
6657
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
6658
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
6659
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
6660
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
6661
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
6662
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
6663
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
6664
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
6665
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
6666
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
6667
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
6668
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
6669
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
6670
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
6671
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
6672
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
6673
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
6674
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
6675
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
6676
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
6677
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
6678
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
6679
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
6680
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
6681
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
6682
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
6683
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
6684
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
6685
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
6686
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
6687
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
6688
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
6689
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
6690
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
6691
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
6692
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
6693
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
6694
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
6695
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
6696
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
6697
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
6698
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
6699
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
6700
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
6701
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
6702
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
6703
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
6704
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
6705
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
6706
+
6707
+
6708
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (34.0ms)
6709
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (21.0ms)
6710
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (30.0ms)
6711
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.0ms)
6712
+ 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 (8.0ms)
6713
+ 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 (881.1ms)
6714
+
6715
+
6716
+ Started POST "/cmsadmin/login" for 127.0.0.1 at 2015-05-19 01:44:01 +0300
6717
+ Processing by Optimacms::Devise::SessionsController#create as HTML
6718
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"BwvF1BX/mQGhovbBN4zyd2pOaGL1eSxj1Gg0H2cyUgTDiqxaOP3gfCsga+urRSATUyT8rGa5zxluSasAA4G5yg==", "cms_admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
6719
+ 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
6720
+ Completed 401 Unauthorized in 108ms (ActiveRecord: 0.0ms)
6721
+ Processing by Optimacms::Devise::SessionsController#new as HTML
6722
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"BwvF1BX/mQGhovbBN4zyd2pOaGL1eSxj1Gg0H2cyUgTDiqxaOP3gfCsga+urRSATUyT8rGa5zxluSasAA4G5yg==", "cms_admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
6723
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/devise-3.4.1/app/views/devise/shared/_links.html.erb (2.0ms)
6724
+ 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 (27.0ms)
6725
+ Completed 200 OK in 309ms (Views: 218.0ms | ActiveRecord: 0.0ms)
6726
+
6727
+
6728
+ Started GET "/stylesheets/optimacms/application.css" for 127.0.0.1 at 2015-05-19 01:44:01 +0300
6729
+ Processing by Optimacms::PagesController#show as HTML
6730
+ Parameters: {"url"=>"stylesheets/optimacms/application.css"}
6731
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'stylesheets/optimacms/application.css' REGEXP parsed_url)
6732
+ Completed 404 Not Found in 8ms (ActiveRecord: 1.0ms)
6733
+
6734
+ ActionController::RoutingError (Not Found):
6735
+ W:/myrails/cms/site/app/controllers/optimacms/application_controller.rb:16:in `not_found'
6736
+ W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:60:in `show'
6737
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
6738
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
6739
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
6740
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
6741
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
6742
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
6743
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
6744
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
6745
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
6746
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
6747
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
6748
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
6749
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
6750
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
6751
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
6752
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
6753
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
6754
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
6755
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
6756
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
6757
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
6758
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
6759
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
6760
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
6761
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
6762
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
6763
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
6764
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
6765
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
6766
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
6767
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
6768
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
6769
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
6770
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
6771
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
6772
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
6773
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
6774
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
6775
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
6776
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
6777
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
6778
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
6779
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
6780
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
6781
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
6782
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
6783
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
6784
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
6785
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
6786
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
6787
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
6788
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
6789
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
6790
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
6791
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
6792
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
6793
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
6794
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
6795
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
6796
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
6797
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
6798
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
6799
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
6800
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
6801
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
6802
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
6803
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
6804
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
6805
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
6806
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
6807
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
6808
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
6809
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
6810
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
6811
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
6812
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
6813
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
6814
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
6815
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
6816
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
6817
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
6818
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
6819
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
6820
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
6821
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
6822
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
6823
+
6824
+
6825
+ 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)
6826
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (21.0ms)
6827
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (42.0ms)
6828
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.0ms)
6829
+ 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 (8.0ms)
6830
+ 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 (904.1ms)
6831
+
6832
+
6833
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-19 01:44:06 +0300
6834
+ Processing by Optimacms::Admin::PagesController#index as HTML
6835
+ Completed 401 Unauthorized in 7ms (ActiveRecord: 0.0ms)
6836
+
6837
+
6838
+ Started GET "/cmsadmin/login" for 127.0.0.1 at 2015-05-19 01:44:06 +0300
6839
+ Processing by Optimacms::Devise::SessionsController#new as HTML
6840
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/devise-3.4.1/app/views/devise/shared/_links.html.erb (2.0ms)
6841
+ 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 (29.0ms)
6842
+ Completed 200 OK in 237ms (Views: 228.0ms | ActiveRecord: 0.0ms)
6843
+
6844
+
6845
+ Started GET "/stylesheets/optimacms/application.css" for 127.0.0.1 at 2015-05-19 01:44:06 +0300
6846
+ Processing by Optimacms::PagesController#show as HTML
6847
+ Parameters: {"url"=>"stylesheets/optimacms/application.css"}
6848
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'stylesheets/optimacms/application.css' REGEXP parsed_url)
6849
+ Completed 404 Not Found in 8ms (ActiveRecord: 1.0ms)
6850
+
6851
+ ActionController::RoutingError (Not Found):
6852
+ W:/myrails/cms/site/app/controllers/optimacms/application_controller.rb:16:in `not_found'
6853
+ W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:60:in `show'
6854
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
6855
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
6856
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
6857
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
6858
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
6859
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
6860
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
6861
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
6862
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
6863
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
6864
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
6865
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
6866
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
6867
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
6868
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
6869
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
6870
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
6871
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
6872
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
6873
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
6874
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
6875
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
6876
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
6877
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
6878
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
6879
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
6880
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
6881
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
6882
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
6883
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
6884
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
6885
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
6886
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
6887
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
6888
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
6889
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
6890
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
6891
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
6892
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
6893
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
6894
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
6895
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
6896
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
6897
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
6898
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
6899
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
6900
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
6901
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
6902
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
6903
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
6904
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
6905
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
6906
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
6907
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
6908
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
6909
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
6910
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
6911
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
6912
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
6913
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
6914
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
6915
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
6916
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
6917
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
6918
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
6919
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
6920
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
6921
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
6922
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
6923
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
6924
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
6925
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
6926
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
6927
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
6928
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
6929
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
6930
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
6931
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
6932
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
6933
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
6934
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
6935
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
6936
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
6937
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
6938
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
6939
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
6940
+
6941
+
6942
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (40.0ms)
6943
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (22.0ms)
6944
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (33.0ms)
6945
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.0ms)
6946
+ 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 (9.0ms)
6947
+ 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 (920.1ms)
6948
+
6949
+
6950
+ Started GET "/cmsadmin/password/new" for 127.0.0.1 at 2015-05-19 01:44:59 +0300
6951
+ Processing by Optimacms::Devise::PasswordsController#new as HTML
6952
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/devise-3.4.1/app/views/devise/shared/_links.html.erb (2.0ms)
6953
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/devise-3.4.1/app/views/devise/passwords/new.html.erb within layouts/optimacms/application_logged_out (22.0ms)
6954
+ Completed 200 OK in 257ms (Views: 249.0ms | ActiveRecord: 0.0ms)
6955
+
6956
+
6957
+ Started GET "/stylesheets/optimacms/application.css" for 127.0.0.1 at 2015-05-19 01:45:00 +0300
6958
+ Processing by Optimacms::PagesController#show as HTML
6959
+ Parameters: {"url"=>"stylesheets/optimacms/application.css"}
6960
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'stylesheets/optimacms/application.css' REGEXP parsed_url)
6961
+ Completed 404 Not Found in 8ms (ActiveRecord: 1.0ms)
6962
+
6963
+ ActionController::RoutingError (Not Found):
6964
+ W:/myrails/cms/site/app/controllers/optimacms/application_controller.rb:16:in `not_found'
6965
+ W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:60:in `show'
6966
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
6967
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
6968
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
6969
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
6970
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
6971
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
6972
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
6973
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
6974
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
6975
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
6976
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
6977
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
6978
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
6979
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
6980
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
6981
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
6982
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
6983
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
6984
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
6985
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
6986
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
6987
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
6988
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
6989
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
6990
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
6991
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
6992
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
6993
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
6994
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
6995
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
6996
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
6997
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
6998
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
6999
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
7000
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
7001
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
7002
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
7003
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
7004
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
7005
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
7006
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
7007
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
7008
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
7009
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
7010
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
7011
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
7012
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
7013
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
7014
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
7015
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
7016
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
7017
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
7018
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
7019
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
7020
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
7021
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
7022
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
7023
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
7024
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
7025
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
7026
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
7027
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
7028
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
7029
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
7030
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
7031
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
7032
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
7033
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
7034
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
7035
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
7036
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
7037
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
7038
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
7039
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
7040
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
7041
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
7042
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
7043
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
7044
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
7045
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
7046
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
7047
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
7048
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
7049
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
7050
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
7051
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
7052
+
7053
+
7054
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (32.0ms)
7055
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (21.0ms)
7056
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (31.0ms)
7057
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.0ms)
7058
+ 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 (8.0ms)
7059
+ 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 (894.1ms)
7060
+
7061
+
7062
+ Started GET "/cmsadmin/login" for 127.0.0.1 at 2015-05-19 01:45:03 +0300
7063
+ Processing by Optimacms::Devise::SessionsController#new as HTML
7064
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/devise-3.4.1/app/views/devise/shared/_links.html.erb (2.0ms)
7065
+ 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 (26.0ms)
7066
+ Completed 200 OK in 222ms (Views: 214.0ms | ActiveRecord: 0.0ms)
7067
+
7068
+
7069
+ Started GET "/stylesheets/optimacms/application.css" for 127.0.0.1 at 2015-05-19 01:45:04 +0300
7070
+ Processing by Optimacms::PagesController#show as HTML
7071
+ Parameters: {"url"=>"stylesheets/optimacms/application.css"}
7072
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'stylesheets/optimacms/application.css' REGEXP parsed_url)
7073
+ Completed 404 Not Found in 8ms (ActiveRecord: 1.0ms)
7074
+
7075
+ ActionController::RoutingError (Not Found):
7076
+ W:/myrails/cms/site/app/controllers/optimacms/application_controller.rb:16:in `not_found'
7077
+ W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:60:in `show'
7078
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
7079
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
7080
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
7081
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
7082
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
7083
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
7084
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
7085
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
7086
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
7087
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
7088
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
7089
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
7090
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
7091
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
7092
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
7093
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
7094
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
7095
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
7096
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
7097
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
7098
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
7099
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
7100
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
7101
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
7102
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
7103
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
7104
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
7105
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
7106
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
7107
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
7108
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
7109
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
7110
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
7111
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
7112
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
7113
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
7114
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
7115
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
7116
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
7117
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
7118
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
7119
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
7120
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
7121
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
7122
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
7123
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
7124
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
7125
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
7126
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
7127
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
7128
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
7129
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
7130
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
7131
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
7132
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
7133
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
7134
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
7135
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
7136
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
7137
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
7138
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
7139
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
7140
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
7141
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
7142
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
7143
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
7144
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
7145
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
7146
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
7147
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
7148
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
7149
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
7150
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
7151
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
7152
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
7153
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
7154
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
7155
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
7156
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
7157
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
7158
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
7159
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
7160
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
7161
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
7162
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
7163
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
7164
+
7165
+
7166
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (41.0ms)
7167
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (29.0ms)
7168
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (32.0ms)
7169
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.0ms)
7170
+ 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 (8.0ms)
7171
+ 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 (963.1ms)
7172
+
7173
+
7174
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-19 01:45:14 +0300
7175
+ Processing by Optimacms::Admin::PagesController#index as HTML
7176
+ Completed 401 Unauthorized in 6ms (ActiveRecord: 0.0ms)
7177
+
7178
+
7179
+ Started GET "/cmsadmin/login" for 127.0.0.1 at 2015-05-19 01:45:14 +0300
7180
+ Processing by Optimacms::Devise::SessionsController#new as HTML
7181
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/devise-3.4.1/app/views/devise/shared/_links.html.erb (2.0ms)
7182
+ 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 (28.0ms)
7183
+ Completed 200 OK in 233ms (Views: 224.0ms | ActiveRecord: 0.0ms)
7184
+
7185
+
7186
+ Started GET "/stylesheets/optimacms/application.css" for 127.0.0.1 at 2015-05-19 01:45:14 +0300
7187
+ Processing by Optimacms::PagesController#show as HTML
7188
+ Parameters: {"url"=>"stylesheets/optimacms/application.css"}
7189
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'stylesheets/optimacms/application.css' REGEXP parsed_url)
7190
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'stylesheets/optimacms/application.css' REGEXP parsed_url) ORDER BY url_parts_count DESC, url_vars_count ASC
7191
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 126 LIMIT 1
7192
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1
7193
+ Optimacms::PageTranslation Load (1.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
7194
+ Rendered home/index.html.haml within layouts/main (3.0ms)
7195
+ Completed 200 OK in 763ms (Views: 492.0ms | ActiveRecord: 61.0ms)
7196
+
7197
+
7198
+ Started POST "/cmsadmin/login" for 127.0.0.1 at 2015-05-19 01:45:16 +0300
7199
+ Processing by Optimacms::Devise::SessionsController#create as HTML
7200
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"7MS7YZ23n3Ak23J3Gkg+Pmp1RX8wABrpaCL64X0LnjQoRdLvsLXmDa5Z712GgexaUx/RsaPA+ZPSA2X+Gbh1+g==", "cms_admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
7201
+ 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
7202
+ Completed 401 Unauthorized in 100ms (ActiveRecord: 1.0ms)
7203
+ Processing by Optimacms::Devise::SessionsController#new as HTML
7204
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"7MS7YZ23n3Ak23J3Gkg+Pmp1RX8wABrpaCL64X0LnjQoRdLvsLXmDa5Z712GgexaUx/RsaPA+ZPSA2X+Gbh1+g==", "cms_admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
7205
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/devise-3.4.1/app/views/devise/shared/_links.html.erb (2.0ms)
7206
+ 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 (28.0ms)
7207
+ Completed 200 OK in 314ms (Views: 219.0ms | ActiveRecord: 0.0ms)
7208
+
7209
+
7210
+ Started GET "/stylesheets/optimacms/application.css" for 127.0.0.1 at 2015-05-19 01:45:16 +0300
7211
+ Processing by Optimacms::PagesController#show as HTML
7212
+ Parameters: {"url"=>"stylesheets/optimacms/application.css"}
7213
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'stylesheets/optimacms/application.css' REGEXP parsed_url)
7214
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'stylesheets/optimacms/application.css' REGEXP parsed_url) ORDER BY url_parts_count DESC, url_vars_count ASC
7215
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 126 LIMIT 1
7216
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1
7217
+ Optimacms::PageTranslation Load (1.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
7218
+ Rendered home/index.html.haml within layouts/main (3.0ms)
7219
+ Completed 200 OK in 565ms (Views: 528.0ms | ActiveRecord: 4.0ms)
7220
+
7221
+
7222
+ Started POST "/cmsadmin/login" for 127.0.0.1 at 2015-05-19 01:45:22 +0300
7223
+ Processing by Optimacms::Devise::SessionsController#create as HTML
7224
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"uDn5O5zN9LJtRjx7d0VsVY20wO4ZQGp1q0X6BnhCGRl8uJC1sc+Nz+fEoVHrjL4xtN5UIIqAiQ8RZGUZHPHy1w==", "cms_admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
7225
+ 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
7226
+ Completed 401 Unauthorized in 100ms (ActiveRecord: 0.0ms)
7227
+ Processing by Optimacms::Devise::SessionsController#new as HTML
7228
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"uDn5O5zN9LJtRjx7d0VsVY20wO4ZQGp1q0X6BnhCGRl8uJC1sc+Nz+fEoVHrjL4xtN5UIIqAiQ8RZGUZHPHy1w==", "cms_admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
7229
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/devise-3.4.1/app/views/devise/shared/_links.html.erb (2.0ms)
7230
+ 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 (40.0ms)
7231
+ Completed 200 OK in 332ms (Views: 237.0ms | ActiveRecord: 0.0ms)
7232
+
7233
+
7234
+ Started GET "/stylesheets/optimacms/application.css" for 127.0.0.1 at 2015-05-19 01:45:23 +0300
7235
+ Processing by Optimacms::PagesController#show as HTML
7236
+ Parameters: {"url"=>"stylesheets/optimacms/application.css"}
7237
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'stylesheets/optimacms/application.css' REGEXP parsed_url)
7238
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'stylesheets/optimacms/application.css' REGEXP parsed_url) ORDER BY url_parts_count DESC, url_vars_count ASC
7239
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 126 LIMIT 1
7240
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1
7241
+ Optimacms::PageTranslation Load (42.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
7242
+ Rendered home/index.html.haml within layouts/main (9.0ms)
7243
+ Completed 200 OK in 653ms (Views: 570.0ms | ActiveRecord: 45.0ms)
7244
+
7245
+
7246
+ Started POST "/cmsadmin/login" for 127.0.0.1 at 2015-05-19 01:45:58 +0300
7247
+ Processing by Optimacms::Devise::SessionsController#create as HTML
7248
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Kowo0NgRW6VV/ZOQ1DPUtHW9bM3ESO0ZhJNEN+nd7g7uDUFe9RMi2N9/DrpI+gbQTNf4A1eIDmM+stsojW4FwA==", "cms_admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
7249
+ 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
7250
+  (0.0ms) BEGIN
7251
+ SQL (21.0ms) UPDATE `cms_users` SET `last_sign_in_at` = '2015-05-14 19:20:56', `current_sign_in_at` = '2015-05-18 22:45:58', `sign_in_count` = 3, `updated_at` = '2015-05-18 22:45:58' WHERE `cms_users`.`id` = 3
7252
+  (5.0ms) COMMIT
7253
+ Redirected to http://localhost:3001/cmsadmin/pages
7254
+ Completed 302 Found in 193ms (ActiveRecord: 27.0ms)
7255
+
7256
+
7257
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-19 01:45:58 +0300
7258
+ Processing by Optimacms::Admin::PagesController#index as HTML
7259
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
7260
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
7261
+ 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 (43.0ms)
7262
+ 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)
7263
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (107.0ms)
7264
+ 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 (4.0ms)
7265
+ 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 (15.0ms)
7266
+ 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 (148.0ms)
7267
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (163.0ms)
7268
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
7269
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
7270
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (354.0ms)
7271
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (64.0ms)
7272
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (42.0ms)
7273
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (11.0ms)
7274
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (16.0ms)
7275
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (4.0ms)
7276
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (21.0ms)
7277
+ Completed 200 OK in 1518ms (Views: 1493.1ms | ActiveRecord: 2.0ms)
7278
+
7279
+
7280
+ Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-05-19 01:45:59 +0300
7281
+
7282
+
7283
+ Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-05-19 01:46:00 +0300
7284
+
7285
+
7286
+ Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-05-19 01:46:00 +0300
7287
+
7288
+
7289
+ Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-05-19 01:46:00 +0300
7290
+
7291
+
7292
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-05-19 01:46:00 +0300
7293
+
7294
+
7295
+ Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-05-19 01:46:00 +0300
7296
+
7297
+
7298
+ Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-05-19 01:46:00 +0300
7299
+
7300
+
7301
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-05-19 01:46:00 +0300
7302
+
7303
+
7304
+ Started GET "/cmsadmin/templates" for 127.0.0.1 at 2015-05-19 01:46:42 +0300
7305
+ Processing by Optimacms::Admin::TemplatesController#index as HTML
7306
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
7307
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 0 LIMIT 1
7308
+ 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)
7309
+ 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)
7310
+ 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)
7311
+ 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)
7312
+ 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)
7313
+ 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)
7314
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (66.0ms)
7315
+ Optimacms::Template Load (0.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` IS NULL AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
7316
+  (0.0ms) SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` IS NULL AND (1=1 )
7317
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (213.0ms)
7318
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
7319
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
7320
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
7321
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
7322
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
7323
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
7324
+ Completed 200 OK in 944ms (Views: 824.0ms | ActiveRecord: 16.0ms)
7325
+
7326
+
7327
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-05-19 01:46:45 +0300
7328
+
7329
+
7330
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-05-19 01:46:45 +0300
7331
+
7332
+
7333
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-19 01:46:46 +0300
7334
+ Processing by Optimacms::Admin::PagesController#index as HTML
7335
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
7336
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages`
7337
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
7338
+ 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 (32.0ms)
7339
+ 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)
7340
+ 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)
7341
+ 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)
7342
+ 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)
7343
+ 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 (68.0ms)
7344
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (72.0ms)
7345
+ 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
7346
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
7347
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (310.0ms)
7348
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
7349
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
7350
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
7351
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
7352
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
7353
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
7354
+ Completed 200 OK in 1057ms (Views: 935.1ms | ActiveRecord: 20.0ms)
7355
+
7356
+
7357
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-05-19 01:46:47 +0300
7358
+
7359
+
7360
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-05-19 01:46:47 +0300
7361
+
7362
+
7363
+ Started GET "/cmsadmin/pages/152/edit" for 127.0.0.1 at 2015-05-19 01:46:48 +0300
7364
+ Processing by Optimacms::Admin::PagesController#edit as HTML
7365
+ Parameters: {"id"=>"152"}
7366
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
7367
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 152 LIMIT 1
7368
+ Optimacms::Language Load (1.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
7369
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
7370
+ Optimacms::PageTranslation Load (0.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 152
7371
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (15.0ms)
7372
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`type_id` = 1 AND `cms_templates`.`is_folder` = 0
7373
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 126 LIMIT 1
7374
+ CACHE (1.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 152 [["item_id", 152]]
7375
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (542.0ms)
7376
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (42.0ms)
7377
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (119.0ms)
7378
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (94.0ms)
7379
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (1159.1ms)
7380
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/edit.html.haml within optimacms/admin/layouts/main (1223.1ms)
7381
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (5.0ms)
7382
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (10.0ms)
7383
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
7384
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
7385
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
7386
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
7387
+ Completed 200 OK in 1960ms (Views: 1855.1ms | ActiveRecord: 15.0ms)
7388
+
7389
+
7390
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-05-19 01:46:51 +0300
7391
+
7392
+
7393
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-05-19 01:46:51 +0300
7394
+
7395
+
7396
+ Started PATCH "/cmsadmin/pages/152" for 127.0.0.1 at 2015-05-19 01:47:07 +0300
7397
+ Processing by Optimacms::Admin::PagesController#update as HTML
7398
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"ycBNLxulroIZg6YxIuZr1C1bAs2ffzypdwMbvLjSwStxh7jOAaVcGq85ibmZ9IhXKoOTaKuZVfITxOYlMMZVJA==", "page"=>{"parent_id"=>"0", "title"=>"Home", "url"=>"", "name"=>"home", "controller_action"=>"", "layout_id"=>"4", "template_id"=>"126", "template"=>"Home (home/index)", "is_translated"=>"0", "translations_attributes"=>{"0"=>{"lang"=>"", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"333"}, "1"=>{"lang"=>"en", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"334"}, "2"=>{"lang"=>"ru", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"335"}}}, "commit"=>"Save", "id"=>"152"}
7399
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
7400
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 152 LIMIT 1
7401
+  (1.0ms) BEGIN
7402
+ Optimacms::PageTranslation Load (0.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 152 AND `cms_pages_translation`.`id` IN (333, 334, 335)
7403
+  (0.0ms) COMMIT
7404
+ Redirected to http://localhost:3001/cmsadmin/pages
7405
+ Completed 302 Found in 77ms (ActiveRecord: 3.0ms)
7406
+
7407
+
7408
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-19 01:47:07 +0300
7409
+ Processing by Optimacms::Admin::PagesController#index as HTML
7410
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
7411
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
7412
+ 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)
7413
+ 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)
7414
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (43.0ms)
7415
+ 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)
7416
+ 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)
7417
+ 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 (61.0ms)
7418
+ 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)
7419
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
7420
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
7421
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (201.0ms)
7422
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
7423
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
7424
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
7425
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
7426
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
7427
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
7428
+ Completed 200 OK in 811ms (Views: 790.0ms | ActiveRecord: 3.0ms)
7429
+
7430
+
7431
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-05-19 01:47:08 +0300
7432
+
7433
+
7434
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-05-19 01:47:08 +0300
7435
+
7436
+
7437
+ Started GET "/cmsadmin/pages/152/edit" for 127.0.0.1 at 2015-05-19 01:47:10 +0300
7438
+ Processing by Optimacms::Admin::PagesController#edit as HTML
7439
+ Parameters: {"id"=>"152"}
7440
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
7441
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 152 LIMIT 1
7442
+ Optimacms::Language Load (1.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
7443
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
7444
+ Optimacms::PageTranslation Load (1.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 152
7445
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (1.0ms)
7446
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`type_id` = 1 AND `cms_templates`.`is_folder` = 0
7447
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 126 LIMIT 1
7448
+ CACHE (0.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 152 [["item_id", 152]]
7449
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (475.0ms)
7450
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (3.0ms)
7451
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (11.0ms)
7452
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (3.0ms)
7453
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (676.0ms)
7454
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/edit.html.haml within optimacms/admin/layouts/main (684.0ms)
7455
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
7456
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
7457
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
7458
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
7459
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
7460
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
7461
+ Completed 200 OK in 1336ms (Views: 1294.1ms | ActiveRecord: 6.0ms)
7462
+
7463
+
7464
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-05-19 01:47:11 +0300
7465
+
7466
+
7467
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-05-19 01:47:11 +0300
7468
+
7469
+
7470
+ Started PATCH "/cmsadmin/pages/152" for 127.0.0.1 at 2015-05-19 01:47:33 +0300
7471
+ Processing by Optimacms::Admin::PagesController#update as HTML
7472
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"ReXBumzh8hazeNGL9HdoSUGiJ7eVsi4qzedaa+t2STT9ojRbduEAjgXC/gNPZYvKRnq2EqFUR3GpIKfyY2LdOw==", "page"=>{"parent_id"=>"0", "title"=>"Home", "url"=>"1", "name"=>"home", "controller_action"=>"", "layout_id"=>"4", "template_id"=>"126", "template"=>"Home (home/index)", "is_translated"=>"0", "translations_attributes"=>{"0"=>{"lang"=>"", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"333"}, "1"=>{"lang"=>"en", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"334"}, "2"=>{"lang"=>"ru", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"335"}}}, "commit"=>"Save", "id"=>"152"}
7473
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
7474
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 152 LIMIT 1
7475
+  (1.0ms) BEGIN
7476
+ Optimacms::PageTranslation Load (0.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 152 AND `cms_pages_translation`.`id` IN (333, 334, 335)
7477
+ SQL (36.0ms) UPDATE `cms_pages` SET `url` = '1', `url_parts_count` = 1, `parsed_url` = '^1', `updated_at` = '2015-05-18 22:47:34' WHERE `cms_pages`.`id` = 152
7478
+  (2.0ms) COMMIT
7479
+ Redirected to http://localhost:3001/cmsadmin/pages
7480
+ Completed 302 Found in 141ms (ActiveRecord: 41.0ms)
7481
+
7482
+
7483
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-19 01:47:34 +0300
7484
+ Processing by Optimacms::Admin::PagesController#index as HTML
7485
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
7486
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
7487
+ 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 (32.0ms)
7488
+ 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)
7489
+ 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)
7490
+ 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)
7491
+ 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)
7492
+ 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)
7493
+ 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)
7494
+ 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
7495
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
7496
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (266.0ms)
7497
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (5.0ms)
7498
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (20.0ms)
7499
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
7500
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
7501
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
7502
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (10.0ms)
7503
+ Completed 200 OK in 1116ms (Views: 1092.1ms | ActiveRecord: 1.0ms)
7504
+
7505
+
7506
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-05-19 01:47:35 +0300
7507
+
7508
+
7509
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-05-19 01:47:35 +0300
7510
+
7511
+
7512
+ Started GET "/cmsadmin/pages/152/edit" for 127.0.0.1 at 2015-05-19 01:47:36 +0300
7513
+ Processing by Optimacms::Admin::PagesController#edit as HTML
7514
+ Parameters: {"id"=>"152"}
7515
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
7516
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 152 LIMIT 1
7517
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
7518
+ CACHE (0.0ms) SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
7519
+ Optimacms::PageTranslation Load (0.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 152
7520
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (0.0ms)
7521
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`type_id` = 1 AND `cms_templates`.`is_folder` = 0
7522
+ Optimacms::Template Load (1.0ms) SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 126 LIMIT 1
7523
+ CACHE (0.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 152 [["item_id", 152]]
7524
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (506.0ms)
7525
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (3.0ms)
7526
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (11.0ms)
7527
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (4.0ms)
7528
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (710.0ms)
7529
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/edit.html.haml within optimacms/admin/layouts/main (719.0ms)
7530
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
7531
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
7532
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
7533
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
7534
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
7535
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
7536
+ Completed 200 OK in 1388ms (Views: 1335.1ms | ActiveRecord: 3.0ms)
7537
+
7538
+
7539
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-05-19 01:47:38 +0300
7540
+
7541
+
7542
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-05-19 01:47:38 +0300
7543
+
7544
+
7545
+ Started PATCH "/cmsadmin/pages/152" for 127.0.0.1 at 2015-05-19 01:47:40 +0300
7546
+ Processing by Optimacms::Admin::PagesController#update as HTML
7547
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"LSfhWSj8wYau4EeLd1Dsxn/cTiM2it9ydZ/2jMpdIbGVYBS4MvwzHhhaaAPMQg9FeATfhgJstikRWAsVQkm1vg==", "page"=>{"parent_id"=>"0", "title"=>"Home", "url"=>"", "name"=>"home", "controller_action"=>"", "layout_id"=>"4", "template_id"=>"126", "template"=>"Home (home/index)", "is_translated"=>"0", "translations_attributes"=>{"0"=>{"lang"=>"", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"333"}, "1"=>{"lang"=>"en", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"334"}, "2"=>{"lang"=>"ru", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"335"}}}, "commit"=>"Save", "id"=>"152"}
7548
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
7549
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 152 LIMIT 1
7550
+  (0.0ms) BEGIN
7551
+ Optimacms::PageTranslation Load (1.0ms) SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 152 AND `cms_pages_translation`.`id` IN (333, 334, 335)
7552
+ SQL (38.0ms) UPDATE `cms_pages` SET `url` = '', `url_parts_count` = 0, `parsed_url` = '^$', `updated_at` = '2015-05-18 22:47:40' WHERE `cms_pages`.`id` = 152
7553
+  (1.0ms) COMMIT
7554
+ Redirected to http://localhost:3001/cmsadmin/pages
7555
+ Completed 302 Found in 125ms (ActiveRecord: 41.0ms)
7556
+
7557
+
7558
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-19 01:47:40 +0300
7559
+ Processing by Optimacms::Admin::PagesController#index as HTML
7560
+ Optimacms::CmsAdminUser Load (0.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
7561
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
7562
+ 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)
7563
+ 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)
7564
+ 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)
7565
+ 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)
7566
+ 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)
7567
+ 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)
7568
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (79.0ms)
7569
+ 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
7570
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
7571
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (256.0ms)
7572
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (5.0ms)
7573
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
7574
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
7575
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (2.0ms)
7576
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
7577
+ Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
7578
+ Completed 200 OK in 928ms (Views: 897.1ms | ActiveRecord: 2.0ms)
7579
+
7580
+
7581
+ Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-05-19 01:47:41 +0300
7582
+
7583
+
7584
+ Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-05-19 01:47:41 +0300
7585
+
7586
+
7587
+ Started GET "/about888.html" for 127.0.0.1 at 2015-05-19 01:47:47 +0300
7588
+ Processing by Optimacms::PagesController#show as HTML
7589
+ Parameters: {"url"=>"about888.html"}
7590
+  (2.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'about888.html' REGEXP parsed_url)
7591
+ Completed 404 Not Found in 23ms (ActiveRecord: 2.0ms)
7592
+
7593
+ ActionController::RoutingError (Not Found):
7594
+ W:/myrails/cms/site/app/controllers/optimacms/application_controller.rb:16:in `not_found'
7595
+ W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:60:in `show'
7596
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
7597
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
7598
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
7599
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
7600
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
7601
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
7602
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
7603
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
7604
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
7605
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
7606
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
7607
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
7608
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
7609
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
7610
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
7611
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
7612
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
7613
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
7614
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
7615
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
7616
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
7617
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
7618
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
7619
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
7620
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
7621
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
7622
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
7623
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
7624
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
7625
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
7626
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
7627
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
7628
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
7629
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
7630
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
7631
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
7632
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
7633
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
7634
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
7635
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
7636
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
7637
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
7638
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
7639
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
7640
+ rack (1.6.1) lib/rack/etag.rb:24:in `call'
7641
+ rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
7642
+ rack (1.6.1) lib/rack/head.rb:13:in `call'
7643
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
7644
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
7645
+ rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
7646
+ rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
7647
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
7648
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
7649
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
7650
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
7651
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
7652
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
7653
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
7654
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
7655
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
7656
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
7657
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
7658
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
7659
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
7660
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
7661
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
7662
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
7663
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
7664
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
7665
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
7666
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
7667
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
7668
+ rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
7669
+ rack (1.6.1) lib/rack/runtime.rb:18:in `call'
7670
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
7671
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
7672
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
7673
+ rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
7674
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
7675
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
7676
+ rack (1.6.1) lib/rack/lock.rb:17:in `call'
7677
+ rack (1.6.1) lib/rack/content_length.rb:15:in `call'
7678
+ rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
7679
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
7680
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
7681
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
7682
+
7683
+
7684
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (35.0ms)
7685
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (33.0ms)
7686
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (53.0ms)
7687
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (8.0ms)
7688
+ 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 (11.0ms)
7689
+ 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 (1215.1ms)