optimacms 0.1.31 → 0.1.32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/optimacms/page_services/page_route_service.rb +2 -4
- data/lib/optimacms/version.rb +1 -1
- data/test/dummy/log/development.log +1160 -0
- data/test/dummy/tmp/pids/server.pid +1 -0
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dc806b4a41b68c9af3375d1ccd5d69a5e5b44c73
|
4
|
+
data.tar.gz: ddeae6d99a20118381e1e1108b19222b2e0aff79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15eeca877804476cae12e48b78f4d31a155d833acffceb0ebe5c87e5e03ccb16540063bb2ffcfe92ac627b13944928bd0dfc3d01382ee4ac4b8a9ddc40a902c3
|
7
|
+
data.tar.gz: a37d0ee3e40e5b14381284e3a8a2eff9469bbf3bf79bc80cbb7737e3d86f5a0cfc88d3423b60c3ad3a340a9f8ee85b09f50e81f8fdd7683fc59e5748452b5e0b
|
@@ -110,13 +110,11 @@ module Optimacms
|
|
110
110
|
|
111
111
|
values_matches = m_params_in_url[0]
|
112
112
|
|
113
|
-
#
|
113
|
+
# search for variables in URL
|
114
114
|
#if (preg_match_all('/\{\$([^}\/]+)\}/', $page_row['url'], $keys_matches))
|
115
115
|
keys_matches = page_row.url.scan /\{\$([^}\/]+)\}/
|
116
116
|
if !keys_matches.empty?
|
117
|
-
keys_matches = keys_matches[0]
|
118
|
-
#$keys_matches = $keys_matches[1]
|
119
|
-
#array_shift($values_matches)
|
117
|
+
keys_matches = keys_matches.map{|r| r[0]}
|
120
118
|
if keys_matches.count == values_matches.count
|
121
119
|
res = {}
|
122
120
|
values_matches.each_with_index do |val, key|
|
data/lib/optimacms/version.rb
CHANGED
@@ -15579,3 +15579,1163 @@ Processing by Optimacms::Admin::MediafilesController#index as HTML
|
|
15579
15579
|
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (11.0ms)
|
15580
15580
|
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (585.0ms)
|
15581
15581
|
Completed 200 OK in 887ms (Views: 874.0ms | ActiveRecord: 0.0ms)
|
15582
|
+
|
15583
|
+
|
15584
|
+
Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-30 03:00:41 +0300
|
15585
|
+
[1m[36mActiveRecord::SchemaMigration Load (1.0ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
15586
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
15587
|
+
Completed 401 Unauthorized in 53ms (ActiveRecord: 0.0ms)
|
15588
|
+
|
15589
|
+
|
15590
|
+
Started GET "/cmsadmin/login" for 127.0.0.1 at 2015-05-30 03:00:48 +0300
|
15591
|
+
Processing by Optimacms::Devise::SessionsController#new as HTML
|
15592
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/devise-3.4.1/app/views/devise/shared/_links.html.erb (7.0ms)
|
15593
|
+
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 (364.0ms)
|
15594
|
+
Completed 200 OK in 938ms (Views: 855.0ms | ActiveRecord: 13.0ms)
|
15595
|
+
|
15596
|
+
|
15597
|
+
Started GET "/stylesheets/optimacms/application.css" for 127.0.0.1 at 2015-05-30 03:00:49 +0300
|
15598
|
+
Processing by Optimacms::PagesController#show as HTML
|
15599
|
+
Parameters: {"url"=>"stylesheets/optimacms/application.css"}
|
15600
|
+
[1m[35mOptimacms::Language Load (0.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages`
|
15601
|
+
[1m[36m (1.0ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'stylesheets/optimacms/application.css' REGEXP parsed_url)[0m
|
15602
|
+
Completed 404 Not Found in 289ms (ActiveRecord: 44.0ms)
|
15603
|
+
|
15604
|
+
ActionController::RoutingError (Not Found):
|
15605
|
+
W:/myrails/cms/site/app/controllers/optimacms/application_controller.rb:16:in `not_found'
|
15606
|
+
W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:60:in `show'
|
15607
|
+
actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
15608
|
+
actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
|
15609
|
+
actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
15610
|
+
actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
15611
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
|
15612
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
|
15613
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
|
15614
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
|
15615
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
|
15616
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
15617
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
|
15618
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
15619
|
+
actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
15620
|
+
actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
15621
|
+
actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
15622
|
+
activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
|
15623
|
+
activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
15624
|
+
activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
|
15625
|
+
actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
15626
|
+
actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
15627
|
+
activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
15628
|
+
actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
|
15629
|
+
actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
|
15630
|
+
actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
|
15631
|
+
actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
15632
|
+
actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
|
15633
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
|
15634
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
|
15635
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
|
15636
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
15637
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
|
15638
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
|
15639
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
|
15640
|
+
railties (4.2.1) lib/rails/engine.rb:518:in `call'
|
15641
|
+
railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
|
15642
|
+
railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
|
15643
|
+
actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
15644
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
15645
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
|
15646
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
|
15647
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
|
15648
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
15649
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
15650
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
15651
|
+
rack (1.6.1) lib/rack/etag.rb:24:in `call'
|
15652
|
+
rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
|
15653
|
+
rack (1.6.1) lib/rack/head.rb:13:in `call'
|
15654
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
15655
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
15656
|
+
rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
|
15657
|
+
rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
|
15658
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
15659
|
+
activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
|
15660
|
+
activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
|
15661
|
+
activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
|
15662
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
15663
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
|
15664
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
15665
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
|
15666
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
15667
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
15668
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
15669
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
15670
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
15671
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
15672
|
+
railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
|
15673
|
+
railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
|
15674
|
+
activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
15675
|
+
activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
15676
|
+
activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
15677
|
+
railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
|
15678
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
15679
|
+
rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
|
15680
|
+
rack (1.6.1) lib/rack/runtime.rb:18:in `call'
|
15681
|
+
activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
15682
|
+
rack (1.6.1) lib/rack/lock.rb:17:in `call'
|
15683
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
|
15684
|
+
rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
|
15685
|
+
railties (4.2.1) lib/rails/engine.rb:518:in `call'
|
15686
|
+
railties (4.2.1) lib/rails/application.rb:164:in `call'
|
15687
|
+
rack (1.6.1) lib/rack/lock.rb:17:in `call'
|
15688
|
+
rack (1.6.1) lib/rack/content_length.rb:15:in `call'
|
15689
|
+
rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
|
15690
|
+
D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
15691
|
+
D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
15692
|
+
D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
15693
|
+
|
15694
|
+
|
15695
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (42.0ms)
|
15696
|
+
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)
|
15697
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (41.0ms)
|
15698
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (14.0ms)
|
15699
|
+
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)
|
15700
|
+
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 (1306.1ms)
|
15701
|
+
|
15702
|
+
|
15703
|
+
Started GET "/assets/optimacms/application-6c1e33ec75ab2c9558a3cda2353b0b8f.js?body=1" for 127.0.0.1 at 2015-05-30 03:00:52 +0300
|
15704
|
+
|
15705
|
+
|
15706
|
+
Started GET "/" for 127.0.0.1 at 2015-05-30 03:00:55 +0300
|
15707
|
+
Processing by Optimacms::PagesController#show as HTML
|
15708
|
+
[1m[35m (1.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND url = '')
|
15709
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND url = '') ORDER BY url_parts_count DESC, url_vars_count ASC[0m
|
15710
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 126 LIMIT 1
|
15711
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1[0m
|
15712
|
+
[1m[35mOptimacms::PageTranslation Load (1.0ms)[0m 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
|
15713
|
+
Rendered home/index.html.haml within layouts/main (28.0ms)
|
15714
|
+
Completed 200 OK in 1375ms (Views: 888.1ms | ActiveRecord: 23.0ms)
|
15715
|
+
|
15716
|
+
|
15717
|
+
Started GET "/assets/application-eda3a3cb78c126b622bbb2577e2712d0.css?body=1" for 127.0.0.1 at 2015-05-30 03:00:56 +0300
|
15718
|
+
|
15719
|
+
|
15720
|
+
Started GET "/assets/tpl-c2b2c931e13866c08977ba47487f05d7.css?body=1" for 127.0.0.1 at 2015-05-30 03:00:56 +0300
|
15721
|
+
|
15722
|
+
|
15723
|
+
Started GET "/assets/jquery-5ba2df6cc8d349ca3589408b6c6a6e24.js?body=1" for 127.0.0.1 at 2015-05-30 03:00:56 +0300
|
15724
|
+
|
15725
|
+
|
15726
|
+
Started GET "/assets/jquery_ujs-0c1d9c1df5a197d2f2557ab298f046d7.js?body=1" for 127.0.0.1 at 2015-05-30 03:00:56 +0300
|
15727
|
+
|
15728
|
+
|
15729
|
+
Started GET "/assets/bootstrap-a11ff4fe44240856e2eb15b47d7b47a1.js?body=1" for 127.0.0.1 at 2015-05-30 03:00:56 +0300
|
15730
|
+
|
15731
|
+
|
15732
|
+
Started GET "/assets/application-a4d60c093ea78cdb95331e55a6889ea5.js?body=1" for 127.0.0.1 at 2015-05-30 03:00:56 +0300
|
15733
|
+
|
15734
|
+
|
15735
|
+
Started POST "/cmsadmin/login" for 127.0.0.1 at 2015-05-30 03:01:02 +0300
|
15736
|
+
Processing by Optimacms::Devise::SessionsController#create as HTML
|
15737
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"mj12VSSyAwwprb4djjf5az0c071xgNhYfjhGBe/TItvbWNYySWQ1N96hdEAW9ybLvM2CTctLCjToprlQ+XRtNA==", "cms_admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
|
15738
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`email` = 'admin@example.com' ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
15739
|
+
Completed 401 Unauthorized in 119ms (ActiveRecord: 1.0ms)
|
15740
|
+
Processing by Optimacms::Devise::SessionsController#new as HTML
|
15741
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"mj12VSSyAwwprb4djjf5az0c071xgNhYfjhGBe/TItvbWNYySWQ1N96hdEAW9ybLvM2CTctLCjToprlQ+XRtNA==", "cms_admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
|
15742
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/devise-3.4.1/app/views/devise/shared/_links.html.erb (2.0ms)
|
15743
|
+
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 (41.0ms)
|
15744
|
+
Completed 200 OK in 334ms (Views: 229.0ms | ActiveRecord: 0.0ms)
|
15745
|
+
|
15746
|
+
|
15747
|
+
Started GET "/stylesheets/optimacms/application.css" for 127.0.0.1 at 2015-05-30 03:01:02 +0300
|
15748
|
+
Processing by Optimacms::PagesController#show as HTML
|
15749
|
+
Parameters: {"url"=>"stylesheets/optimacms/application.css"}
|
15750
|
+
[1m[35m (1.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'stylesheets/optimacms/application.css' REGEXP parsed_url)
|
15751
|
+
Completed 404 Not Found in 8ms (ActiveRecord: 1.0ms)
|
15752
|
+
|
15753
|
+
ActionController::RoutingError (Not Found):
|
15754
|
+
W:/myrails/cms/site/app/controllers/optimacms/application_controller.rb:16:in `not_found'
|
15755
|
+
W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:60:in `show'
|
15756
|
+
actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
15757
|
+
actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
|
15758
|
+
actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
15759
|
+
actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
15760
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
|
15761
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
|
15762
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
|
15763
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
|
15764
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
|
15765
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
15766
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
|
15767
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
15768
|
+
actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
15769
|
+
actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
15770
|
+
actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
15771
|
+
activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
|
15772
|
+
activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
15773
|
+
activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
|
15774
|
+
actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
15775
|
+
actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
15776
|
+
activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
15777
|
+
actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
|
15778
|
+
actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
|
15779
|
+
actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
|
15780
|
+
actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
15781
|
+
actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
|
15782
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
|
15783
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
|
15784
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
|
15785
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
15786
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
|
15787
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
|
15788
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
|
15789
|
+
railties (4.2.1) lib/rails/engine.rb:518:in `call'
|
15790
|
+
railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
|
15791
|
+
railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
|
15792
|
+
actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
15793
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
15794
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
|
15795
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
|
15796
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
|
15797
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
15798
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
15799
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
15800
|
+
rack (1.6.1) lib/rack/etag.rb:24:in `call'
|
15801
|
+
rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
|
15802
|
+
rack (1.6.1) lib/rack/head.rb:13:in `call'
|
15803
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
15804
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
15805
|
+
rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
|
15806
|
+
rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
|
15807
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
15808
|
+
activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
|
15809
|
+
activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
|
15810
|
+
activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
|
15811
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
15812
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
|
15813
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
15814
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
|
15815
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
15816
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
15817
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
15818
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
15819
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
15820
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
15821
|
+
railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
|
15822
|
+
railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
|
15823
|
+
activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
15824
|
+
activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
15825
|
+
activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
15826
|
+
railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
|
15827
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
15828
|
+
rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
|
15829
|
+
rack (1.6.1) lib/rack/runtime.rb:18:in `call'
|
15830
|
+
activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
15831
|
+
rack (1.6.1) lib/rack/lock.rb:17:in `call'
|
15832
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
|
15833
|
+
rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
|
15834
|
+
railties (4.2.1) lib/rails/engine.rb:518:in `call'
|
15835
|
+
railties (4.2.1) lib/rails/application.rb:164:in `call'
|
15836
|
+
rack (1.6.1) lib/rack/lock.rb:17:in `call'
|
15837
|
+
rack (1.6.1) lib/rack/content_length.rb:15:in `call'
|
15838
|
+
rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
|
15839
|
+
D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
15840
|
+
D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
15841
|
+
D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
15842
|
+
|
15843
|
+
|
15844
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (39.0ms)
|
15845
|
+
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)
|
15846
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (45.0ms)
|
15847
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (7.0ms)
|
15848
|
+
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)
|
15849
|
+
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 (1051.1ms)
|
15850
|
+
|
15851
|
+
|
15852
|
+
Started POST "/cmsadmin/login" for 127.0.0.1 at 2015-05-30 03:01:13 +0300
|
15853
|
+
Processing by Optimacms::Devise::SessionsController#create as HTML
|
15854
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Lcr7jy9Fdngvzn8+bpwJOdkCCS/0t+OV7BkjOJwl3hpsr1voQpNAQ9jCtWP2XNaZWNNY3058Mfl6h9xtioKR9Q==", "cms_admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
|
15855
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`email` = 'admin@example.com' ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
15856
|
+
[1m[35m (0.0ms)[0m BEGIN
|
15857
|
+
[1m[36mSQL (0.0ms)[0m [1mUPDATE `cms_users` SET `last_sign_in_at` = '2015-05-23 06:13:36', `current_sign_in_at` = '2015-05-30 00:01:13', `sign_in_count` = 5, `updated_at` = '2015-05-30 00:01:13' WHERE `cms_users`.`id` = 3[0m
|
15858
|
+
[1m[35m (5.0ms)[0m COMMIT
|
15859
|
+
Redirected to http://localhost:3001/cmsadmin/pages
|
15860
|
+
Completed 302 Found in 218ms (ActiveRecord: 6.0ms)
|
15861
|
+
|
15862
|
+
|
15863
|
+
Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-30 03:01:13 +0300
|
15864
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
15865
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
15866
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
|
15867
|
+
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 (52.0ms)
|
15868
|
+
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)
|
15869
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (105.0ms)
|
15870
|
+
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)
|
15871
|
+
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)
|
15872
|
+
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 (171.0ms)
|
15873
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (188.0ms)
|
15874
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0[0m
|
15875
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
|
15876
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (497.0ms)
|
15877
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (62.0ms)
|
15878
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (46.0ms)
|
15879
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (13.0ms)
|
15880
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (20.0ms)
|
15881
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (6.0ms)
|
15882
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (26.0ms)
|
15883
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (926.1ms)
|
15884
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (1190.1ms)
|
15885
|
+
Completed 200 OK in 1750ms (Views: 1726.1ms | ActiveRecord: 2.0ms)
|
15886
|
+
|
15887
|
+
|
15888
|
+
Started GET "/assets/jquery2-3168a66918b94ea58383761b3ff6ef0e.js?body=1" for 127.0.0.1 at 2015-05-30 03:01:15 +0300
|
15889
|
+
|
15890
|
+
|
15891
|
+
Started GET "/assets/bootstrap3-typeahead.min-d7ff8b12bfad065ae745058f1616a8e3.js?body=1" for 127.0.0.1 at 2015-05-30 03:01:15 +0300
|
15892
|
+
|
15893
|
+
|
15894
|
+
Started GET "/assets/optimacms/admin-864160b18f60eb2a2a721557ce4cf6f8.js?body=1" for 127.0.0.1 at 2015-05-30 03:01:15 +0300
|
15895
|
+
|
15896
|
+
|
15897
|
+
Started GET "/assets/optimacms/admin_tpl-07408aff24d868a6bcda59a11fbb81cc.css?body=1" for 127.0.0.1 at 2015-05-30 03:01:15 +0300
|
15898
|
+
|
15899
|
+
|
15900
|
+
Started GET "/assets/optimacms/admin-7b9b6e6b201f9e1d1b7b96fb36a35aa7.css?body=1" for 127.0.0.1 at 2015-05-30 03:01:16 +0300
|
15901
|
+
|
15902
|
+
|
15903
|
+
Started GET "/assets/bootstrap3-autocomplete-input.min-5bdeba21cd5f2ff9c9e55068e7f377cf.js?body=1" for 127.0.0.1 at 2015-05-30 03:01:16 +0300
|
15904
|
+
|
15905
|
+
|
15906
|
+
Started GET "/assets/fontawesome-webfont-d930f252f79ad15db0e13fb2d2d678c8.woff?v=4.3.0" for 127.0.0.1 at 2015-05-30 03:01:16 +0300
|
15907
|
+
|
15908
|
+
|
15909
|
+
Started GET "/cmsadmin/pages?parent_id=148" for 127.0.0.1 at 2015-05-30 03:01:21 +0300
|
15910
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
15911
|
+
Parameters: {"parent_id"=>"148"}
|
15912
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
15913
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
|
15914
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (35.0ms)
|
15915
|
+
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)
|
15916
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (51.0ms)
|
15917
|
+
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)
|
15918
|
+
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)
|
15919
|
+
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)
|
15920
|
+
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)
|
15921
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY created_at desc LIMIT 10 OFFSET 0[0m
|
15922
|
+
[1m[35m (1.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )
|
15923
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (129.0ms)
|
15924
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
|
15925
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (9.0ms)
|
15926
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
15927
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
15928
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
15929
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
|
15930
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (610.0ms)
|
15931
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (683.0ms)
|
15932
|
+
Completed 200 OK in 855ms (Views: 833.0ms | ActiveRecord: 4.0ms)
|
15933
|
+
|
15934
|
+
|
15935
|
+
Started GET "/cmsadmin/pages?pg=2" for 127.0.0.1 at 2015-05-30 03:01:29 +0300
|
15936
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
15937
|
+
Parameters: {"pg"=>"2"}
|
15938
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
15939
|
+
[1m[35mOptimacms::Page Load (0.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
|
15940
|
+
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)
|
15941
|
+
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)
|
15942
|
+
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)
|
15943
|
+
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)
|
15944
|
+
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)
|
15945
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (71.0ms)
|
15946
|
+
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)
|
15947
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 148 ) ORDER BY created_at desc LIMIT 10 OFFSET 10[0m
|
15948
|
+
[1m[35m (1.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 148 )
|
15949
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (102.0ms)
|
15950
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
|
15951
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
|
15952
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
15953
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
15954
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
15955
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (8.0ms)
|
15956
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (573.0ms)
|
15957
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (643.0ms)
|
15958
|
+
Completed 200 OK in 787ms (Views: 764.0ms | ActiveRecord: 2.0ms)
|
15959
|
+
|
15960
|
+
|
15961
|
+
Started GET "/cmsadmin/pages?parent_id=0" for 127.0.0.1 at 2015-05-30 03:01:32 +0300
|
15962
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
15963
|
+
Parameters: {"parent_id"=>"0"}
|
15964
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
15965
|
+
[1m[35mOptimacms::Page Load (0.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
|
15966
|
+
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)
|
15967
|
+
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)
|
15968
|
+
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)
|
15969
|
+
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)
|
15970
|
+
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)
|
15971
|
+
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)
|
15972
|
+
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)
|
15973
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0[0m
|
15974
|
+
[1m[35m (1.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
|
15975
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (247.0ms)
|
15976
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (6.0ms)
|
15977
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
|
15978
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (2.0ms)
|
15979
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
15980
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
15981
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (12.0ms)
|
15982
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (653.0ms)
|
15983
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (764.0ms)
|
15984
|
+
Completed 200 OK in 1057ms (Views: 1035.1ms | ActiveRecord: 3.0ms)
|
15985
|
+
|
15986
|
+
|
15987
|
+
Started GET "/cmsadmin/pages?parent_id=0&pg=2" for 127.0.0.1 at 2015-05-30 03:01:34 +0300
|
15988
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
15989
|
+
Parameters: {"parent_id"=>"0", "pg"=>"2"}
|
15990
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
15991
|
+
[1m[35mOptimacms::Page Load (0.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
|
15992
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_field_simple_form.html.haml (35.0ms)
|
15993
|
+
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)
|
15994
|
+
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)
|
15995
|
+
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)
|
15996
|
+
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)
|
15997
|
+
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)
|
15998
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (87.0ms)
|
15999
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 10[0m
|
16000
|
+
[1m[35m (1.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
|
16001
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (312.0ms)
|
16002
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (5.0ms)
|
16003
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
|
16004
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
16005
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
16006
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
16007
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (10.0ms)
|
16008
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (667.0ms)
|
16009
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (763.0ms)
|
16010
|
+
Completed 200 OK in 1127ms (Views: 1098.1ms | ActiveRecord: 2.0ms)
|
16011
|
+
|
16012
|
+
|
16013
|
+
Started GET "/cmsadmin/pages?parent_id=104" for 127.0.0.1 at 2015-05-30 03:01:37 +0300
|
16014
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
16015
|
+
Parameters: {"parent_id"=>"104"}
|
16016
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
16017
|
+
[1m[35mOptimacms::Page Load (0.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 104 LIMIT 1
|
16018
|
+
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)
|
16019
|
+
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)
|
16020
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (46.0ms)
|
16021
|
+
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)
|
16022
|
+
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)
|
16023
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form_inline.html.haml (64.0ms)
|
16024
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (68.0ms)
|
16025
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 104 ) ORDER BY created_at desc LIMIT 10 OFFSET 0[0m
|
16026
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 104 )
|
16027
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (120.0ms)
|
16028
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
|
16029
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (11.0ms)
|
16030
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
16031
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
|
16032
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
|
16033
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
|
16034
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (708.0ms)
|
16035
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (785.0ms)
|
16036
|
+
Completed 200 OK in 952ms (Views: 926.1ms | ActiveRecord: 1.0ms)
|
16037
|
+
|
16038
|
+
|
16039
|
+
Started GET "/news-p2.html" for 127.0.0.1 at 2015-05-30 03:01:47 +0300
|
16040
|
+
Processing by Optimacms::PagesController#show as HTML
|
16041
|
+
Parameters: {"url"=>"news-p2.html"}
|
16042
|
+
[1m[36m (2.0ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'news-p2.html' REGEXP parsed_url)[0m
|
16043
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'news-p2.html' REGEXP parsed_url) ORDER BY url_parts_count DESC, url_vars_count ASC
|
16044
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 63 LIMIT 1[0m
|
16045
|
+
[1m[35mOptimacms::Template Load (0.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1
|
16046
|
+
[1m[36mOptimacms::PageTranslation Load (2.0ms)[0m [1mSELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 137 AND `cms_pages_translation`.`lang` = '' ORDER BY `cms_pages_translation`.`id` ASC LIMIT 1[0m
|
16047
|
+
Processing by NewsController#index_page as HTML
|
16048
|
+
Parameters: {"url"=>"news-p2.html"}
|
16049
|
+
Completed 500 Internal Server Error in 33ms (ActiveRecord: 0.0ms)
|
16050
|
+
Completed 500 Internal Server Error in 90ms (ActiveRecord: 0.0ms)
|
16051
|
+
|
16052
|
+
ActionView::MissingTemplate (Missing template news/v4.html.erb, application/v4.html.erb with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :haml]}. Searched in:
|
16053
|
+
* "W:/myrails/cms/site/test/dummy/app/views"
|
16054
|
+
* "D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views"
|
16055
|
+
* "D:/Ruby215/lib/ruby/gems/2.1.0/gems/kaminari-bootstrap-3.0.1/app/views"
|
16056
|
+
* "D:/Ruby215/lib/ruby/gems/2.1.0/gems/kaminari-0.16.3/app/views"
|
16057
|
+
* "W:/myrails/cms/site/app/views"
|
16058
|
+
* "D:/Ruby215/lib/ruby/gems/2.1.0/gems/devise-3.4.1/app/views"
|
16059
|
+
):
|
16060
|
+
actionview (4.2.1) lib/action_view/path_set.rb:46:in `find'
|
16061
|
+
actionview (4.2.1) lib/action_view/lookup_context.rb:121:in `find'
|
16062
|
+
D:in `find_template'
|
16063
|
+
actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
|
16064
|
+
actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:8:in `render'
|
16065
|
+
actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
16066
|
+
actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
|
16067
|
+
actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
|
16068
|
+
actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
16069
|
+
actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
|
16070
|
+
actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
16071
|
+
actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
|
16072
|
+
actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
|
16073
|
+
actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
|
16074
|
+
actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
|
16075
|
+
activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
16076
|
+
D:/Ruby215/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
|
16077
|
+
activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
16078
|
+
actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
|
16079
|
+
actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
|
16080
|
+
activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
16081
|
+
actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
|
16082
|
+
W:/myrails/cms/site/lib/optimacms/mycontroller.rb:16:in `default_render'
|
16083
|
+
actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
16084
|
+
actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
|
16085
|
+
actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
16086
|
+
actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
16087
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
|
16088
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
|
16089
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
|
16090
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
|
16091
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
|
16092
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
16093
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
|
16094
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
16095
|
+
actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
16096
|
+
actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
16097
|
+
actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
16098
|
+
activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
|
16099
|
+
activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
16100
|
+
activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
|
16101
|
+
actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
16102
|
+
actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
16103
|
+
activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
16104
|
+
actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
|
16105
|
+
actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
|
16106
|
+
actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
|
16107
|
+
actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
16108
|
+
W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:41:in `renderActionInOtherController'
|
16109
|
+
W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:92:in `show'
|
16110
|
+
actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
16111
|
+
actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
|
16112
|
+
actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
16113
|
+
actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
16114
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
|
16115
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
|
16116
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
|
16117
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
|
16118
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
|
16119
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
16120
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
|
16121
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
16122
|
+
actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
16123
|
+
actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
16124
|
+
actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
16125
|
+
activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
|
16126
|
+
activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
16127
|
+
activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
|
16128
|
+
actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
16129
|
+
actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
16130
|
+
activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
16131
|
+
actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
|
16132
|
+
actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
|
16133
|
+
actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
|
16134
|
+
actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
16135
|
+
actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
|
16136
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
|
16137
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
|
16138
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
|
16139
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
16140
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
|
16141
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
|
16142
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
|
16143
|
+
railties (4.2.1) lib/rails/engine.rb:518:in `call'
|
16144
|
+
railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
|
16145
|
+
railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
|
16146
|
+
actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
16147
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
16148
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
|
16149
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
|
16150
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
|
16151
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
16152
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
16153
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
16154
|
+
rack (1.6.1) lib/rack/etag.rb:24:in `call'
|
16155
|
+
rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
|
16156
|
+
rack (1.6.1) lib/rack/head.rb:13:in `call'
|
16157
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
16158
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
16159
|
+
rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
|
16160
|
+
rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
|
16161
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
16162
|
+
activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
|
16163
|
+
activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
|
16164
|
+
activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
|
16165
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
16166
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
|
16167
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
16168
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
|
16169
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
16170
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
16171
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
16172
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
16173
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
16174
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
16175
|
+
railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
|
16176
|
+
railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
|
16177
|
+
activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
16178
|
+
activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
16179
|
+
activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
16180
|
+
railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
|
16181
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
16182
|
+
rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
|
16183
|
+
rack (1.6.1) lib/rack/runtime.rb:18:in `call'
|
16184
|
+
activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
16185
|
+
rack (1.6.1) lib/rack/lock.rb:17:in `call'
|
16186
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
|
16187
|
+
rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
|
16188
|
+
railties (4.2.1) lib/rails/engine.rb:518:in `call'
|
16189
|
+
railties (4.2.1) lib/rails/application.rb:164:in `call'
|
16190
|
+
rack (1.6.1) lib/rack/lock.rb:17:in `call'
|
16191
|
+
rack (1.6.1) lib/rack/content_length.rb:15:in `call'
|
16192
|
+
rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
|
16193
|
+
D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
16194
|
+
D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
16195
|
+
D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
16196
|
+
|
16197
|
+
|
16198
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.0ms)
|
16199
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (48.0ms)
|
16200
|
+
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)
|
16201
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (158.0ms)
|
16202
|
+
|
16203
|
+
|
16204
|
+
Started GET "/news-p2.html" for 127.0.0.1 at 2015-05-30 03:02:02 +0300
|
16205
|
+
Processing by Optimacms::PagesController#show as HTML
|
16206
|
+
Parameters: {"url"=>"news-p2.html"}
|
16207
|
+
[1m[35m (1.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'news-p2.html' REGEXP parsed_url)
|
16208
|
+
[1m[36mOptimacms::Page Load (2.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'news-p2.html' REGEXP parsed_url) ORDER BY url_parts_count DESC, url_vars_count ASC[0m
|
16209
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 63 LIMIT 1
|
16210
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 4 LIMIT 1[0m
|
16211
|
+
[1m[35mOptimacms::PageTranslation Load (1.0ms)[0m SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 137 AND `cms_pages_translation`.`lang` = '' ORDER BY `cms_pages_translation`.`id` ASC LIMIT 1
|
16212
|
+
Processing by NewsController#index_page as HTML
|
16213
|
+
Parameters: {"url"=>"news-p2.html"}
|
16214
|
+
Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms)
|
16215
|
+
Completed 500 Internal Server Error in 37721ms (ActiveRecord: 0.0ms)
|
16216
|
+
|
16217
|
+
ActionView::MissingTemplate (Missing template news/v4.html.erb, application/v4.html.erb with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :haml]}. Searched in:
|
16218
|
+
* "W:/myrails/cms/site/test/dummy/app/views"
|
16219
|
+
* "D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views"
|
16220
|
+
* "D:/Ruby215/lib/ruby/gems/2.1.0/gems/kaminari-bootstrap-3.0.1/app/views"
|
16221
|
+
* "D:/Ruby215/lib/ruby/gems/2.1.0/gems/kaminari-0.16.3/app/views"
|
16222
|
+
* "W:/myrails/cms/site/app/views"
|
16223
|
+
* "D:/Ruby215/lib/ruby/gems/2.1.0/gems/devise-3.4.1/app/views"
|
16224
|
+
):
|
16225
|
+
actionview (4.2.1) lib/action_view/path_set.rb:46:in `find'
|
16226
|
+
actionview (4.2.1) lib/action_view/lookup_context.rb:121:in `find'
|
16227
|
+
D:in `find_template'
|
16228
|
+
actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
|
16229
|
+
actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:8:in `render'
|
16230
|
+
actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
16231
|
+
actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render'
|
16232
|
+
actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template'
|
16233
|
+
actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
16234
|
+
actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body'
|
16235
|
+
actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
16236
|
+
actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
|
16237
|
+
actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render'
|
16238
|
+
actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render'
|
16239
|
+
actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
|
16240
|
+
activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
16241
|
+
D:/Ruby215/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
|
16242
|
+
activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
16243
|
+
actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
|
16244
|
+
actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
|
16245
|
+
activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
16246
|
+
actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
|
16247
|
+
W:/myrails/cms/site/lib/optimacms/mycontroller.rb:16:in `default_render'
|
16248
|
+
actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
16249
|
+
actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
|
16250
|
+
actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
16251
|
+
actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
16252
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
|
16253
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
|
16254
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
|
16255
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
|
16256
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
|
16257
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
16258
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
|
16259
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
16260
|
+
actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
16261
|
+
actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
16262
|
+
actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
16263
|
+
activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
|
16264
|
+
activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
16265
|
+
activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
|
16266
|
+
actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
16267
|
+
actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
16268
|
+
activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
16269
|
+
actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
|
16270
|
+
actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
|
16271
|
+
actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
|
16272
|
+
actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
16273
|
+
W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:41:in `renderActionInOtherController'
|
16274
|
+
W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:92:in `show'
|
16275
|
+
actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
16276
|
+
actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
|
16277
|
+
actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
16278
|
+
actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
16279
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
|
16280
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
|
16281
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
|
16282
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
|
16283
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
|
16284
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
16285
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
|
16286
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
16287
|
+
actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
16288
|
+
actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
16289
|
+
actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
16290
|
+
activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
|
16291
|
+
activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
16292
|
+
activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
|
16293
|
+
actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
16294
|
+
actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
16295
|
+
activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
16296
|
+
actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
|
16297
|
+
actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
|
16298
|
+
actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
|
16299
|
+
actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
16300
|
+
actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
|
16301
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
|
16302
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
|
16303
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
|
16304
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
16305
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
|
16306
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
|
16307
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
|
16308
|
+
railties (4.2.1) lib/rails/engine.rb:518:in `call'
|
16309
|
+
railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
|
16310
|
+
railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
|
16311
|
+
actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
16312
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
16313
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
|
16314
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
|
16315
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
|
16316
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
16317
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
16318
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
16319
|
+
rack (1.6.1) lib/rack/etag.rb:24:in `call'
|
16320
|
+
rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
|
16321
|
+
rack (1.6.1) lib/rack/head.rb:13:in `call'
|
16322
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
16323
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
16324
|
+
rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
|
16325
|
+
rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
|
16326
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
16327
|
+
activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
|
16328
|
+
activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
|
16329
|
+
activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
|
16330
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
16331
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
|
16332
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
16333
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
|
16334
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
16335
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
16336
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
16337
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
16338
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
16339
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
16340
|
+
railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
|
16341
|
+
railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
|
16342
|
+
activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
16343
|
+
activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
16344
|
+
activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
16345
|
+
railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
|
16346
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
16347
|
+
rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
|
16348
|
+
rack (1.6.1) lib/rack/runtime.rb:18:in `call'
|
16349
|
+
activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
16350
|
+
rack (1.6.1) lib/rack/lock.rb:17:in `call'
|
16351
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
|
16352
|
+
rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
|
16353
|
+
railties (4.2.1) lib/rails/engine.rb:518:in `call'
|
16354
|
+
railties (4.2.1) lib/rails/application.rb:164:in `call'
|
16355
|
+
rack (1.6.1) lib/rack/lock.rb:17:in `call'
|
16356
|
+
rack (1.6.1) lib/rack/content_length.rb:15:in `call'
|
16357
|
+
rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
|
16358
|
+
D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
16359
|
+
D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
16360
|
+
D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
16361
|
+
|
16362
|
+
|
16363
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.0ms)
|
16364
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (57.0ms)
|
16365
|
+
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)
|
16366
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (104.0ms)
|
16367
|
+
|
16368
|
+
|
16369
|
+
Started GET "/cmsadmin/pages/new?parent_id=104" for 127.0.0.1 at 2015-05-30 03:16:17 +0300
|
16370
|
+
Processing by Optimacms::Admin::PagesController#new as HTML
|
16371
|
+
Parameters: {"parent_id"=>"104"}
|
16372
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
16373
|
+
[1m[35mOptimacms::Language Load (2.0ms)[0m SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
|
16374
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc[0m
|
16375
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_form_errors.html.haml (12.0ms)
|
16376
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 104 LIMIT 1
|
16377
|
+
[1m[36mOptimacms::Template Load (0.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`type_id` = 1 AND `cms_templates`.`is_folder` = 0[0m
|
16378
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_meta.html.haml (530.0ms)
|
16379
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_modal_div.html.haml (18.0ms)
|
16380
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/templates/_js_form_modal.html.haml (40.0ms)
|
16381
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/common/_js_tinymce.html.haml (54.0ms)
|
16382
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/_form.html.haml (985.1ms)
|
16383
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/new.html.haml within optimacms/admin/layouts/main (1000.1ms)
|
16384
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (4.0ms)
|
16385
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
|
16386
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
16387
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
16388
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
16389
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (7.0ms)
|
16390
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (557.0ms)
|
16391
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (623.0ms)
|
16392
|
+
Completed 200 OK in 1749ms (Views: 1646.1ms | ActiveRecord: 4.0ms)
|
16393
|
+
|
16394
|
+
|
16395
|
+
Started POST "/cmsadmin/pages" for 127.0.0.1 at 2015-05-30 03:16:53 +0300
|
16396
|
+
Processing by Optimacms::Admin::PagesController#create as HTML
|
16397
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"tYMrvR/f/XF30LU1mG9sAo/5iYrSdXLCGQ/mr3cMcK8bfFEH1rJmJPxEB2bL9IhK+yeY5btEGH6PHDlDFK1eiA==", "page"=>{"parent_id"=>"104", "title"=>"news country city", "url"=>"news-{$country}-{$city}-list", "name"=>"news_country_city", "controller_action"=>"news#index", "layout_id"=>"4", "template_id"=>"", "template"=>"", "is_translated"=>"0", "translations_attributes"=>{"0"=>{"lang"=>"", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>""}, "1"=>{"lang"=>"en", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>""}, "2"=>{"lang"=>"ru", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>""}}}, "commit"=>"Save"}
|
16398
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.0ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
16399
|
+
[1m[36m (1.0ms)[0m [1mBEGIN[0m
|
16400
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO `cms_pages` (`parent_id`, `title`, `url`, `name`, `controller_action`, `layout_id`, `url_parts_count`, `url_vars_count`, `parsed_url`, `created_at`, `updated_at`) VALUES (104, 'news country city', 'news-{$country}-{$city}-list', 'news_country_city', 'news#index', 4, 1, 2, '^news-([^/]+)-([^/]+)-list', '2015-05-30 00:16:53', '2015-05-30 00:16:53')
|
16401
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO `cms_pages_translation` (`lang`, `meta_title`, `meta_keywords`, `meta_description`, `item_id`) VALUES ('', '', '', '', 154)[0m
|
16402
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO `cms_pages_translation` (`lang`, `meta_title`, `meta_keywords`, `meta_description`, `item_id`) VALUES ('en', '', '', '', 154)
|
16403
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO `cms_pages_translation` (`lang`, `meta_title`, `meta_keywords`, `meta_description`, `item_id`) VALUES ('ru', '', '', '', 154)[0m
|
16404
|
+
[1m[35m (5.0ms)[0m COMMIT
|
16405
|
+
Redirected to http://localhost:3001/cmsadmin/pages
|
16406
|
+
Completed 302 Found in 123ms (ActiveRecord: 7.0ms)
|
16407
|
+
|
16408
|
+
|
16409
|
+
Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-30 03:16:53 +0300
|
16410
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
16411
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
16412
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 104 LIMIT 1
|
16413
|
+
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)
|
16414
|
+
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)
|
16415
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_fields.html.haml (38.0ms)
|
16416
|
+
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)
|
16417
|
+
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)
|
16418
|
+
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 (52.0ms)
|
16419
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/simple_search_filter-0.0.5/app/views/simple_search_filter/_form.html.haml (56.0ms)
|
16420
|
+
[1m[36mOptimacms::Page Load (0.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 104 ) ORDER BY created_at desc LIMIT 10 OFFSET 0[0m
|
16421
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 104 )
|
16422
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (115.0ms)
|
16423
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (3.0ms)
|
16424
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
|
16425
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
|
16426
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
16427
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (0.0ms)
|
16428
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (6.0ms)
|
16429
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/application.html.haml (557.0ms)
|
16430
|
+
Rendered W:/myrails/cms/site/app/views/optimacms/admin/layouts/basic.html.haml (617.0ms)
|
16431
|
+
Completed 200 OK in 769ms (Views: 751.0ms | ActiveRecord: 2.0ms)
|
16432
|
+
|
16433
|
+
|
16434
|
+
Started GET "/news-ua-kharkiv-list" for 127.0.0.1 at 2015-05-30 03:17:47 +0300
|
16435
|
+
Processing by Optimacms::PagesController#show as HTML
|
16436
|
+
Parameters: {"url"=>"news-ua-kharkiv-list"}
|
16437
|
+
[1m[36m (1.0ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'news-ua-kharkiv-list' REGEXP parsed_url)[0m
|
16438
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'news-ua-kharkiv-list' REGEXP parsed_url) ORDER BY url_parts_count DESC, url_vars_count ASC
|
16439
|
+
Completed 500 Internal Server Error in 183471ms (ActiveRecord: 2.0ms)
|
16440
|
+
|
16441
|
+
NoMethodError (undefined method `path' for nil:NilClass):
|
16442
|
+
W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:92:in `show'
|
16443
|
+
actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
16444
|
+
actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
|
16445
|
+
actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
16446
|
+
actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
16447
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
|
16448
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
|
16449
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
|
16450
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
|
16451
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
|
16452
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
16453
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
|
16454
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
16455
|
+
actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
16456
|
+
actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
16457
|
+
actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
16458
|
+
activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
|
16459
|
+
activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
16460
|
+
activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
|
16461
|
+
actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
16462
|
+
actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
16463
|
+
activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
16464
|
+
actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
|
16465
|
+
actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
|
16466
|
+
actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
|
16467
|
+
actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
16468
|
+
actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
|
16469
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
|
16470
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
|
16471
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
|
16472
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
16473
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
|
16474
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
|
16475
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
|
16476
|
+
railties (4.2.1) lib/rails/engine.rb:518:in `call'
|
16477
|
+
railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
|
16478
|
+
railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
|
16479
|
+
actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
16480
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
16481
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
|
16482
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
|
16483
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
|
16484
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
16485
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
16486
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
16487
|
+
rack (1.6.1) lib/rack/etag.rb:24:in `call'
|
16488
|
+
rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
|
16489
|
+
rack (1.6.1) lib/rack/head.rb:13:in `call'
|
16490
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
16491
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
16492
|
+
rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
|
16493
|
+
rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
|
16494
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
16495
|
+
activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
|
16496
|
+
activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
|
16497
|
+
activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
|
16498
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
16499
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
|
16500
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
16501
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
|
16502
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
16503
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
16504
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
16505
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
16506
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
16507
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
16508
|
+
railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
|
16509
|
+
railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
|
16510
|
+
activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
16511
|
+
activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
16512
|
+
activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
16513
|
+
railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
|
16514
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
16515
|
+
rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
|
16516
|
+
rack (1.6.1) lib/rack/runtime.rb:18:in `call'
|
16517
|
+
activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
16518
|
+
rack (1.6.1) lib/rack/lock.rb:17:in `call'
|
16519
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
|
16520
|
+
rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
|
16521
|
+
railties (4.2.1) lib/rails/engine.rb:518:in `call'
|
16522
|
+
railties (4.2.1) lib/rails/application.rb:164:in `call'
|
16523
|
+
rack (1.6.1) lib/rack/lock.rb:17:in `call'
|
16524
|
+
rack (1.6.1) lib/rack/content_length.rb:15:in `call'
|
16525
|
+
rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
|
16526
|
+
D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
16527
|
+
D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
16528
|
+
D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
16529
|
+
|
16530
|
+
|
16531
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms)
|
16532
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (30.0ms)
|
16533
|
+
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 (7.0ms)
|
16534
|
+
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 (68.0ms)
|
16535
|
+
|
16536
|
+
|
16537
|
+
Started GET "/news-ua-kharkiv-list" for 127.0.0.1 at 2015-05-30 03:21:08 +0300
|
16538
|
+
Processing by Optimacms::PagesController#show as HTML
|
16539
|
+
Parameters: {"url"=>"news-ua-kharkiv-list"}
|
16540
|
+
[1m[36mOptimacms::Language Load (1.0ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages`[0m
|
16541
|
+
[1m[35m (2.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'news-ua-kharkiv-list' REGEXP parsed_url)
|
16542
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'news-ua-kharkiv-list' REGEXP parsed_url) ORDER BY url_parts_count DESC, url_vars_count ASC[0m
|
16543
|
+
Completed 500 Internal Server Error in 13840ms (ActiveRecord: 26.0ms)
|
16544
|
+
|
16545
|
+
NoMethodError (undefined method `path' for nil:NilClass):
|
16546
|
+
W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:92:in `show'
|
16547
|
+
actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
16548
|
+
actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
|
16549
|
+
actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
16550
|
+
actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
16551
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
|
16552
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
|
16553
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
|
16554
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
|
16555
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
|
16556
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
16557
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
|
16558
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
16559
|
+
actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
16560
|
+
actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
16561
|
+
actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
16562
|
+
activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
|
16563
|
+
activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
16564
|
+
activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
|
16565
|
+
actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
16566
|
+
actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
16567
|
+
activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
16568
|
+
actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
|
16569
|
+
actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
|
16570
|
+
actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
|
16571
|
+
actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
16572
|
+
actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
|
16573
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
|
16574
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
|
16575
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
|
16576
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
16577
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
|
16578
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
|
16579
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
|
16580
|
+
railties (4.2.1) lib/rails/engine.rb:518:in `call'
|
16581
|
+
railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
|
16582
|
+
railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
|
16583
|
+
actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
16584
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
16585
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
|
16586
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
|
16587
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
|
16588
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
16589
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
16590
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
16591
|
+
rack (1.6.1) lib/rack/etag.rb:24:in `call'
|
16592
|
+
rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
|
16593
|
+
rack (1.6.1) lib/rack/head.rb:13:in `call'
|
16594
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
16595
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
16596
|
+
rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
|
16597
|
+
rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
|
16598
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
16599
|
+
activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
|
16600
|
+
activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
|
16601
|
+
activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
|
16602
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
16603
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
|
16604
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
16605
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
|
16606
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
16607
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
16608
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
16609
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
16610
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
16611
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
16612
|
+
railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
|
16613
|
+
railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
|
16614
|
+
activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
16615
|
+
activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
16616
|
+
activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
16617
|
+
railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
|
16618
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
16619
|
+
rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
|
16620
|
+
rack (1.6.1) lib/rack/runtime.rb:18:in `call'
|
16621
|
+
activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
16622
|
+
rack (1.6.1) lib/rack/lock.rb:17:in `call'
|
16623
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
|
16624
|
+
rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
|
16625
|
+
railties (4.2.1) lib/rails/engine.rb:518:in `call'
|
16626
|
+
railties (4.2.1) lib/rails/application.rb:164:in `call'
|
16627
|
+
rack (1.6.1) lib/rack/lock.rb:17:in `call'
|
16628
|
+
rack (1.6.1) lib/rack/content_length.rb:15:in `call'
|
16629
|
+
rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
|
16630
|
+
D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
16631
|
+
D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
16632
|
+
D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
16633
|
+
|
16634
|
+
|
16635
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms)
|
16636
|
+
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)
|
16637
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.0ms)
|
16638
|
+
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 (75.0ms)
|
16639
|
+
|
16640
|
+
|
16641
|
+
Started GET "/news-ua-kharkiv-list" for 127.0.0.1 at 2015-05-30 03:21:33 +0300
|
16642
|
+
Processing by Optimacms::PagesController#show as HTML
|
16643
|
+
Parameters: {"url"=>"news-ua-kharkiv-list"}
|
16644
|
+
[1m[35m (1.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'news-ua-kharkiv-list' REGEXP parsed_url)
|
16645
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'news-ua-kharkiv-list' REGEXP parsed_url) ORDER BY url_parts_count DESC, url_vars_count ASC[0m
|
16646
|
+
Completed 500 Internal Server Error in 12628ms (ActiveRecord: 2.0ms)
|
16647
|
+
|
16648
|
+
NoMethodError (undefined method `path' for nil:NilClass):
|
16649
|
+
W:/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:92:in `show'
|
16650
|
+
actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
16651
|
+
actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
|
16652
|
+
actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
16653
|
+
actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
16654
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
|
16655
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
|
16656
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
|
16657
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
|
16658
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
|
16659
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
16660
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
|
16661
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
16662
|
+
actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
16663
|
+
actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
16664
|
+
actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
16665
|
+
activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
|
16666
|
+
activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
16667
|
+
activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
|
16668
|
+
actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
16669
|
+
actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
16670
|
+
activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
16671
|
+
actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
|
16672
|
+
actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
|
16673
|
+
actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
|
16674
|
+
actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
16675
|
+
actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
|
16676
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
|
16677
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
|
16678
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
|
16679
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
16680
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
|
16681
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
|
16682
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
|
16683
|
+
railties (4.2.1) lib/rails/engine.rb:518:in `call'
|
16684
|
+
railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
|
16685
|
+
railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
|
16686
|
+
actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
16687
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
16688
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
|
16689
|
+
actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
|
16690
|
+
actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
|
16691
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
16692
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
16693
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
16694
|
+
rack (1.6.1) lib/rack/etag.rb:24:in `call'
|
16695
|
+
rack (1.6.1) lib/rack/conditionalget.rb:25:in `call'
|
16696
|
+
rack (1.6.1) lib/rack/head.rb:13:in `call'
|
16697
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
16698
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
16699
|
+
rack (1.6.1) lib/rack/session/abstract/id.rb:225:in `context'
|
16700
|
+
rack (1.6.1) lib/rack/session/abstract/id.rb:220:in `call'
|
16701
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
16702
|
+
activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
|
16703
|
+
activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
|
16704
|
+
activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
|
16705
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
16706
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
|
16707
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
16708
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
|
16709
|
+
activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
16710
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
16711
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
16712
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
16713
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
16714
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
16715
|
+
railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
|
16716
|
+
railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
|
16717
|
+
activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
16718
|
+
activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
16719
|
+
activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
16720
|
+
railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
|
16721
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
16722
|
+
rack (1.6.1) lib/rack/methodoverride.rb:22:in `call'
|
16723
|
+
rack (1.6.1) lib/rack/runtime.rb:18:in `call'
|
16724
|
+
activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
16725
|
+
rack (1.6.1) lib/rack/lock.rb:17:in `call'
|
16726
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
|
16727
|
+
rack (1.6.1) lib/rack/sendfile.rb:113:in `call'
|
16728
|
+
railties (4.2.1) lib/rails/engine.rb:518:in `call'
|
16729
|
+
railties (4.2.1) lib/rails/application.rb:164:in `call'
|
16730
|
+
rack (1.6.1) lib/rack/lock.rb:17:in `call'
|
16731
|
+
rack (1.6.1) lib/rack/content_length.rb:15:in `call'
|
16732
|
+
rack (1.6.1) lib/rack/handler/webrick.rb:89:in `service'
|
16733
|
+
D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
16734
|
+
D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
16735
|
+
D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
16736
|
+
|
16737
|
+
|
16738
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.0ms)
|
16739
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (33.0ms)
|
16740
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.0ms)
|
16741
|
+
Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (76.0ms)
|