optimacms 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d73262a8a383ac630a483b4793a38529a774ecb4
4
- data.tar.gz: 8926b97d59db3027ce8371250eaa6123b9bfc690
3
+ metadata.gz: 25b9f802954ca4bb509e4b7bc23ee59f68faec3a
4
+ data.tar.gz: a5e4e4d7780a955fe16a270a11fe431ddc9b1857
5
5
  SHA512:
6
- metadata.gz: 0acbd57bac0d6d5288006908e962bc689994fe9295a8e0739163e1b2e87a7b1975c5816bb642a0decf362e21e36342b4e8d8b77476c2c933d1b50332fb27c4a4
7
- data.tar.gz: 268cfb704173e6f43b19400949b43b7d0f5f3452eb00c1f9be6cd5d7976b44566e732fc4b8817f98bf8222c3d82e8ef99256d6177cb679f1fcd9a8aa93aecdc9
6
+ metadata.gz: 02fea7a619ed35c6e02c8bbf320f40b3f53e127d2b1610daaf224c070983cfca00303622d8eb6fdd8fc2f9ed34060abfcff9f5cbbdef8b7bc645b8e36d81b32f
7
+ data.tar.gz: 6fecad147162631701695674effd21e767f02c7c2d498681ce1ff569d726fb43fa4f60fdcb151b33631ee572e69346672f9f4aa02bfa436c05ce0b844bbd83e9
@@ -1,22 +1,24 @@
1
1
  module Optimacms
2
- class Admin::AdminBaseController < ApplicationController
3
- layout 'optimacms/admin/layouts/main'
2
+ module Admin
3
+ class AdminBaseController < ApplicationController
4
+ layout 'optimacms/admin/layouts/main'
4
5
 
5
- add_flash_types :success
6
+ add_flash_types :success
6
7
 
7
- helper ApplicationHelper
8
- helper FormsHelper
8
+ helper ApplicationHelper
9
+ helper FormsHelper
9
10
 
10
11
 
11
- #### modal
12
+ #### modal
12
13
 
13
- def set_layout_modal
14
- if @modal==1
15
- self.class.layout false
16
- end
14
+ def set_layout_modal
15
+ if @modal==1
16
+ self.class.layout false
17
+ end
17
18
 
18
- end
19
+ end
19
20
 
20
21
 
22
+ end
21
23
  end
22
24
  end
@@ -1,8 +1,6 @@
1
1
  require 'el_finder/action'
2
2
 
3
3
  module Optimacms
4
-
5
-
6
4
  class ElfinderController < ApplicationController
7
5
  skip_before_filter :verify_authenticity_token, :only => ['elfinder']
8
6
 
@@ -1,3 +1,3 @@
1
1
  module Optimacms
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -178670,3 +178670,319 @@ Started GET "/assets/bootstrap-58ca6b043268446acfe07ba24bfa47c2.js?body=1" for 1
178670
178670
 
178671
178671
 
178672
178672
  Started GET "/assets/optimacms/admin-c3f984d72d9f37670133dbb88033526b.js?body=1" for 127.0.0.1 at 2015-04-20 14:17:29 +0300
178673
+
178674
+
178675
+ Started GET "/" for 127.0.0.1 at 2015-04-21 22:18:06 +0300
178676
+ Processing by HomeController#index as HTML
178677
+ Rendered home/index.html.haml within layouts/application (56.0ms)
178678
+ Completed 200 OK in 1210ms (Views: 1207.1ms | ActiveRecord: 0.0ms)
178679
+
178680
+
178681
+ Started GET "/project-repair/49" for 127.0.0.1 at 2015-04-21 22:18:07 +0300
178682
+ Processing by Optimacms::PagesController#show as HTML
178683
+ Parameters: {"url"=>"project-repair/49"}
178684
+ Optimacms::Language Load (0.0ms) SELECT `cms_languages`.* FROM `cms_languages`
178685
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'project-repair/49' REGEXP parsed_url)
178686
+ Completed 404 Not Found in 597ms (ActiveRecord: 46.0ms)
178687
+
178688
+ ActionController::RoutingError (Not Found):
178689
+ D:/mmx/projects/www/myrails/cms/site/app/controllers/optimacms/application_controller.rb:15:in `not_found'
178690
+ D:/mmx/projects/www/myrails/cms/site/app/controllers/optimacms/pages_controller.rb:60:in `show'
178691
+ actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
178692
+ actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action'
178693
+ actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
178694
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
178695
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
178696
+ activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call'
178697
+ activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
178698
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
178699
+ activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call'
178700
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
178701
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
178702
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
178703
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
178704
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
178705
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
178706
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
178707
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
178708
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
178709
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
178710
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
178711
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
178712
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
178713
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
178714
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
178715
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
178716
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
178717
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
178718
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
178719
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
178720
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
178721
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
178722
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
178723
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
178724
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
178725
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
178726
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
178727
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
178728
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
178729
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
178730
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
178731
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
178732
+ rack (1.6.0) lib/rack/etag.rb:24:in `call'
178733
+ rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
178734
+ rack (1.6.0) lib/rack/head.rb:13:in `call'
178735
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
178736
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
178737
+ rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
178738
+ rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
178739
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
178740
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
178741
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
178742
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
178743
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
178744
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
178745
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
178746
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
178747
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
178748
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
178749
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
178750
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
178751
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
178752
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
178753
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
178754
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
178755
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
178756
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
178757
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
178758
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
178759
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
178760
+ rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
178761
+ rack (1.6.0) lib/rack/runtime.rb:18:in `call'
178762
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
178763
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
178764
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
178765
+ rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
178766
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
178767
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
178768
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
178769
+ rack (1.6.0) lib/rack/content_length.rb:15:in `call'
178770
+ rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
178771
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
178772
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
178773
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
178774
+
178775
+
178776
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (44.0ms)
178777
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (7.0ms)
178778
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (50.0ms)
178779
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (34.0ms)
178780
+ 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)
178781
+ 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 (1185.1ms)
178782
+
178783
+
178784
+ Started GET "/assets/jquery_ujs-70d72f952728c353b94038382e7befd0.js?body=1" for 127.0.0.1 at 2015-04-21 22:18:10 +0300
178785
+
178786
+
178787
+ Started GET "/assets/bootstrap-58ca6b043268446acfe07ba24bfa47c2.js?body=1" for 127.0.0.1 at 2015-04-21 22:18:10 +0300
178788
+
178789
+
178790
+ Started GET "/assets/application-90301e30872e4a0c196399426708e00f.css?body=1" for 127.0.0.1 at 2015-04-21 22:18:10 +0300
178791
+
178792
+
178793
+ Started GET "/assets/jquery-b55ce73fa241d3305f217fb9c3f49faf.js?body=1" for 127.0.0.1 at 2015-04-21 22:18:10 +0300
178794
+
178795
+
178796
+ Started GET "/assets/application-f1b81d202be5de5ae3a1ccd5a34ce92e.js?body=1" for 127.0.0.1 at 2015-04-21 22:18:10 +0300
178797
+
178798
+
178799
+ Started GET "/" for 127.0.0.1 at 2015-04-21 22:18:11 +0300
178800
+ Processing by HomeController#index as HTML
178801
+ Rendered home/index.html.haml within layouts/application (3.0ms)
178802
+ Completed 200 OK in 467ms (Views: 465.0ms | ActiveRecord: 0.0ms)
178803
+
178804
+
178805
+ Started GET "/cmsadmin/" for 127.0.0.1 at 2015-04-21 22:18:11 +0300
178806
+ Processing by Optimacms::Admin::DashboardController#index as HTML
178807
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/optimacms/admin/dashboard/index.html.haml within optimacms/admin/layouts/main (48.0ms)
178808
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (44.0ms)
178809
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (43.0ms)
178810
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (11.0ms)
178811
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (17.0ms)
178812
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (5.0ms)
178813
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (18.0ms)
178814
+ Completed 200 OK in 1295ms (Views: 1294.1ms | ActiveRecord: 0.0ms)
178815
+
178816
+
178817
+ Started GET "/assets/optimacms/admin-0c0aebfc056277cafc0b70767f4986bf.css?body=1" for 127.0.0.1 at 2015-04-21 22:18:12 +0300
178818
+
178819
+
178820
+ Started GET "/assets/optimacms/admin_tpl-c9b933b254debdd7871424d173cfd981.css?body=1" for 127.0.0.1 at 2015-04-21 22:18:13 +0300
178821
+
178822
+
178823
+ Started GET "/assets/bootstrap3-autocomplete-input.min-4cad9cdce726899e47ddd285c0b0cdb4.js?body=1" for 127.0.0.1 at 2015-04-21 22:18:13 +0300
178824
+
178825
+
178826
+ Started GET "/assets/optimacms/application-f3310b2f82b7d77d8fed25b3ce9b645f.js?body=1" for 127.0.0.1 at 2015-04-21 22:18:13 +0300
178827
+
178828
+
178829
+ Started GET "/assets/bootstrap3-typeahead.min-3880b907fcc8e9822fd6e7e943b5c171.js?body=1" for 127.0.0.1 at 2015-04-21 22:18:13 +0300
178830
+
178831
+
178832
+ Started GET "/assets/jquery2-e8c714946b114c8c2255318fee69a51d.js?body=1" for 127.0.0.1 at 2015-04-21 22:18:13 +0300
178833
+
178834
+
178835
+ Started GET "/assets/optimacms/admin-c3f984d72d9f37670133dbb88033526b.js?body=1" for 127.0.0.1 at 2015-04-21 22:18:13 +0300
178836
+
178837
+
178838
+ Started GET "/assets/fontawesome-webfont-b4cacb8e4e25ca3b16a52bc06aeff9be.woff?v=4.3.0" for 127.0.0.1 at 2015-04-21 22:18:13 +0300
178839
+
178840
+
178841
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-04-21 22:18:48 +0300
178842
+ Processing by Optimacms::Admin::PagesController#index as HTML
178843
+ Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.0ms)
178844
+
178845
+ LoadError (Unable to autoload constant FormFilter, expected D:/mmx/projects/www/myrails/cms/site/lib/optimacms/filters/form_filter.rb to define it):
178846
+ activesupport (4.2.1) lib/active_support/dependencies.rb:495:in `load_missing_constant'
178847
+ activesupport (4.2.1) lib/active_support/dependencies.rb:184:in `const_missing'
178848
+ activesupport (4.2.1) lib/active_support/dependencies.rb:526:in `load_missing_constant'
178849
+ activesupport (4.2.1) lib/active_support/dependencies.rb:184:in `const_missing'
178850
+ activesupport (4.2.1) lib/active_support/dependencies.rb:526:in `load_missing_constant'
178851
+ activesupport (4.2.1) lib/active_support/dependencies.rb:184:in `const_missing'
178852
+ activesupport (4.2.1) lib/active_support/dependencies.rb:526:in `load_missing_constant'
178853
+ activesupport (4.2.1) lib/active_support/dependencies.rb:184:in `const_missing'
178854
+ D:/mmx/projects/www/myrails/cms/site/app/controllers/optimacms/admin/pages_controller.rb:155:in `init_filter'
178855
+ D:/mmx/projects/www/myrails/cms/site/app/controllers/optimacms/admin/pages_controller.rb:147:in `init_tabledata'
178856
+ activesupport (4.2.1) lib/active_support/callbacks.rb:432:in `block in make_lambda'
178857
+ activesupport (4.2.1) lib/active_support/callbacks.rb:145:in `call'
178858
+ activesupport (4.2.1) lib/active_support/callbacks.rb:145:in `block in halting_and_conditional'
178859
+ activesupport (4.2.1) lib/active_support/callbacks.rb:504:in `call'
178860
+ activesupport (4.2.1) lib/active_support/callbacks.rb:504:in `block in call'
178861
+ activesupport (4.2.1) lib/active_support/callbacks.rb:504:in `each'
178862
+ activesupport (4.2.1) lib/active_support/callbacks.rb:504:in `call'
178863
+ activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks'
178864
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks'
178865
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
178866
+ actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
178867
+ actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
178868
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
178869
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument'
178870
+ activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
178871
+ activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument'
178872
+ actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
178873
+ actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
178874
+ activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
178875
+ actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process'
178876
+ actionview (4.2.1) lib/action_view/rendering.rb:30:in `process'
178877
+ actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch'
178878
+ actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
178879
+ actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action'
178880
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
178881
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
178882
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
178883
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
178884
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
178885
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
178886
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
178887
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
178888
+ railties (4.2.1) lib/rails/railtie.rb:194:in `public_send'
178889
+ railties (4.2.1) lib/rails/railtie.rb:194:in `method_missing'
178890
+ actionpack (4.2.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
178891
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
178892
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each'
178893
+ actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve'
178894
+ actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call'
178895
+ rack (1.6.0) lib/rack/etag.rb:24:in `call'
178896
+ rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
178897
+ rack (1.6.0) lib/rack/head.rb:13:in `call'
178898
+ actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
178899
+ actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
178900
+ rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
178901
+ rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
178902
+ actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
178903
+ activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call'
178904
+ activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call'
178905
+ activerecord (4.2.1) lib/active_record/migration.rb:378:in `call'
178906
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
178907
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call'
178908
+ activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks'
178909
+ activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks'
178910
+ activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
178911
+ actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
178912
+ actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
178913
+ actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
178914
+ actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
178915
+ actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
178916
+ railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
178917
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
178918
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
178919
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
178920
+ activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
178921
+ railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
178922
+ actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
178923
+ rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
178924
+ rack (1.6.0) lib/rack/runtime.rb:18:in `call'
178925
+ activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
178926
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
178927
+ actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
178928
+ rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
178929
+ railties (4.2.1) lib/rails/engine.rb:518:in `call'
178930
+ railties (4.2.1) lib/rails/application.rb:164:in `call'
178931
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
178932
+ rack (1.6.0) lib/rack/content_length.rb:15:in `call'
178933
+ rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
178934
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
178935
+ D:/Ruby215/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
178936
+ D:/Ruby215/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
178937
+
178938
+
178939
+ Rendered D:/Ruby215/lib/ruby/gems/2.1.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.0ms)
178940
+ 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)
178941
+ 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 (6.0ms)
178942
+ 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 (176.0ms)
178943
+
178944
+
178945
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-04-21 22:18:51 +0300
178946
+ Processing by Optimacms::Admin::PagesController#index as HTML
178947
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 148 LIMIT 1
178948
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/tableview/_filter_field.html.haml (21.0ms)
178949
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/tableview/_filter_field.html.haml (1.0ms)
178950
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/tableview/_filter_fields.html.haml (54.0ms)
178951
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/tableview/_buttons_apply_clear.html.haml (3.0ms)
178952
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id = '148' ) ORDER BY created_at desc LIMIT 10 OFFSET 0
178953
+  (1.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id = '148' )
178954
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (241.0ms)
178955
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (0.0ms)
178956
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (8.0ms)
178957
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.0ms)
178958
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (0.0ms)
178959
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
178960
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (5.0ms)
178961
+ Completed 200 OK in 993ms (Views: 819.0ms | ActiveRecord: 3.0ms)
178962
+
178963
+
178964
+ Started GET "/assets/optimacms/admin-0c0aebfc056277cafc0b70767f4986bf.css?body=1" for 127.0.0.1 at 2015-04-21 22:18:52 +0300
178965
+
178966
+
178967
+ Started GET "/assets/optimacms/admin_tpl-c9b933b254debdd7871424d173cfd981.css?body=1" for 127.0.0.1 at 2015-04-21 22:18:52 +0300
178968
+
178969
+
178970
+ Started GET "/assets/bootstrap3-typeahead.min-3880b907fcc8e9822fd6e7e943b5c171.js?body=1" for 127.0.0.1 at 2015-04-21 22:18:52 +0300
178971
+
178972
+
178973
+ Started GET "/assets/optimacms/application-f3310b2f82b7d77d8fed25b3ce9b645f.js?body=1" for 127.0.0.1 at 2015-04-21 22:18:52 +0300
178974
+
178975
+
178976
+ Started GET "/assets/jquery2-e8c714946b114c8c2255318fee69a51d.js?body=1" for 127.0.0.1 at 2015-04-21 22:18:52 +0300
178977
+
178978
+
178979
+ Started GET "/assets/bootstrap3-autocomplete-input.min-4cad9cdce726899e47ddd285c0b0cdb4.js?body=1" for 127.0.0.1 at 2015-04-21 22:18:52 +0300
178980
+
178981
+
178982
+ Started GET "/assets/jquery_ujs-70d72f952728c353b94038382e7befd0.js?body=1" for 127.0.0.1 at 2015-04-21 22:18:52 +0300
178983
+
178984
+
178985
+ Started GET "/assets/bootstrap-58ca6b043268446acfe07ba24bfa47c2.js?body=1" for 127.0.0.1 at 2015-04-21 22:18:52 +0300
178986
+
178987
+
178988
+ Started GET "/assets/optimacms/admin-c3f984d72d9f37670133dbb88033526b.js?body=1" for 127.0.0.1 at 2015-04-21 22:18:52 +0300
@@ -0,0 +1 @@
1
+ 9372
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: optimacms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Ivak
@@ -220,7 +220,6 @@ files:
220
220
  - app/controllers/optimacms/admin/layouts_controller.rb
221
221
  - app/controllers/optimacms/admin/pages_controller.rb
222
222
  - app/controllers/optimacms/admin/templates_controller.rb
223
- - app/controllers/optimacms/admin/works_controller.rb
224
223
  - app/controllers/optimacms/application_controller.rb
225
224
  - app/controllers/optimacms/dev_controller.rb
226
225
  - app/controllers/optimacms/elfinder_controller.rb
@@ -2382,6 +2381,7 @@ files:
2382
2381
  - test/dummy/tmp/cache/assets/development/sprockets/fedc8f629673405d3bbcd26e9e0b977d
2383
2382
  - test/dummy/tmp/cache/assets/development/sprockets/ff9ed89418a3f78032b8f8184dd98e80
2384
2383
  - test/dummy/tmp/cache/assets/development/sprockets/fff5cc1f57d172a75379719781f39cea
2384
+ - test/dummy/tmp/pids/server.pid
2385
2385
  - test/fixtures/optimacms/articles.yml
2386
2386
  - test/integration/navigation_test.rb
2387
2387
  - test/models/optimacms/article_test.rb
@@ -4486,6 +4486,7 @@ test_files:
4486
4486
  - test/dummy/tmp/cache/assets/development/sprockets/fedc8f629673405d3bbcd26e9e0b977d
4487
4487
  - test/dummy/tmp/cache/assets/development/sprockets/ff9ed89418a3f78032b8f8184dd98e80
4488
4488
  - test/dummy/tmp/cache/assets/development/sprockets/fff5cc1f57d172a75379719781f39cea
4489
+ - test/dummy/tmp/pids/server.pid
4489
4490
  - test/fixtures/optimacms/articles.yml
4490
4491
  - test/integration/navigation_test.rb
4491
4492
  - test/models/optimacms/article_test.rb
@@ -1,27 +0,0 @@
1
- class OptimaCMS::WorksController < OptimaCMS::AdminBaseController
2
-
3
- def index
4
-
5
- end
6
-
7
- def new
8
-
9
- end
10
-
11
- def create
12
-
13
- end
14
-
15
- def edit
16
-
17
- end
18
-
19
- def update
20
-
21
- end
22
-
23
-
24
- def destroy
25
-
26
- end
27
- end