optimacms 0.1.14 → 0.1.15

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: edd2451b5701cc30dff19fe4e8587ec829b713df
4
- data.tar.gz: f7ca96f3f0b8250167a21af1bdac307d9a19b1cd
3
+ metadata.gz: 7e2dc6fa03ea942a6e9d3ef195a06363bc18a0f4
4
+ data.tar.gz: 798925d1118f0e30a770763fce5347e74d3016b7
5
5
  SHA512:
6
- metadata.gz: c9b95dead01c57644d03843e1c50702a0eceb6682d2d02d62b1ceac9f7a14de2f4f66607ddd1b917c4ea486c5755f7e300b67a0d4f4635cef4911329de82dfea
7
- data.tar.gz: 0006fd2078b9156e88be5fa708638bb60eb9da7e0d3a6f9457407c24eff9e329a497c3cc893fb8f21f7c89b18f9bfbb0b5048dd3b547d6d1825d315db7bc634b
6
+ metadata.gz: 3fa5a83ba90ddd2100feb359fbcc9c2eb454785e0bd9ed272662c0188258f93467fa990121ead23da1bb9e362063b8383b24cab31f22ba0aa18679122e44466d
7
+ data.tar.gz: bc4891f031058002b7d7154b38a621044a85ec2d93c4b98c87921d353c2a284294f67232914dab33ff842ab08e28c8bab47e6c0e93a51e3f14e21e48e8a1d430
@@ -1,7 +1,7 @@
1
1
  module Optimacms
2
2
  module ApplicationHelper
3
3
 
4
- #include ActionView::Helpers::ApplicationHelper
4
+ include ActionView::Helpers::ApplicationHelper
5
5
  x=0
6
6
 
7
7
  def method_missing(method, *args, &block)
@@ -1,3 +1,3 @@
1
1
  module Optimacms
2
- VERSION = "0.1.14"
2
+ VERSION = "0.1.15"
3
3
  end
@@ -190214,3 +190214,72 @@ Started GET "/assets/optimacms/admin-418e8fa2b242e98677a52fb576eeb71e.js?body=1"
190214
190214
 
190215
190215
 
190216
190216
  Started GET "/assets/fontawesome-webfont-4e6f7f280e31959e974630bb4fbb4a0f.woff2?v=4.3.0" for 127.0.0.1 at 2015-05-04 05:38:55 +0300
190217
+
190218
+
190219
+ Started GET "/" for 127.0.0.1 at 2015-05-04 06:49:46 +0300
190220
+ Processing by HomeController#index as HTML
190221
+ Rendered home/index.html.haml within layouts/application (4.0ms)
190222
+ Completed 200 OK in 793ms (Views: 790.0ms | ActiveRecord: 0.0ms)
190223
+
190224
+
190225
+ Started GET "/assets/jquery-b55ce73fa241d3305f217fb9c3f49faf.js?body=1" for 127.0.0.1 at 2015-05-04 06:49:49 +0300
190226
+
190227
+
190228
+ Started GET "/assets/jquery_ujs-70d72f952728c353b94038382e7befd0.js?body=1" for 127.0.0.1 at 2015-05-04 06:49:49 +0300
190229
+
190230
+
190231
+ Started GET "/assets/application-90301e30872e4a0c196399426708e00f.css?body=1" for 127.0.0.1 at 2015-05-04 06:49:49 +0300
190232
+
190233
+
190234
+ Started GET "/assets/bootstrap-58ca6b043268446acfe07ba24bfa47c2.js?body=1" for 127.0.0.1 at 2015-05-04 06:49:49 +0300
190235
+
190236
+
190237
+ Started GET "/assets/application-f1b81d202be5de5ae3a1ccd5a34ce92e.js?body=1" for 127.0.0.1 at 2015-05-04 06:49:49 +0300
190238
+
190239
+
190240
+ Started GET "/cmsadmin/pages" for 127.0.0.1 at 2015-05-04 06:49:51 +0300
190241
+ Processing by Optimacms::Admin::PagesController#index as HTML
190242
+ Optimacms::CmsAdminUser Load (1.0ms) SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 2 ORDER BY `cms_users`.`id` ASC LIMIT 1
190243
+ Optimacms::Language Load (1.0ms) SELECT `cms_languages`.* FROM `cms_languages`
190244
+ Optimacms::Page Load (0.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
190245
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/tableview/_filter_field.html.haml (3.0ms)
190246
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/tableview/_filter_field.html.haml (1.0ms)
190247
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/tableview/_filter_fields.html.haml (16.0ms)
190248
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/tableview/_buttons_apply_clear.html.haml (1.0ms)
190249
+ Optimacms::Page Load (1.0ms) SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id = '' ) ORDER BY created_at desc LIMIT 10 OFFSET 0
190250
+  (0.0ms) SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id = '' )
190251
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (605.0ms)
190252
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/optimacms/admin/shared/_top.html.haml (10.0ms)
190253
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/optimacms/admin/shared/_leftmenu.html.haml (21.0ms)
190254
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (3.0ms)
190255
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/optimacms/admin/shared/_flash.html.haml (19.0ms)
190256
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/optimacms/admin/shared/_version.html.haml (1.0ms)
190257
+ Rendered D:/mmx/projects/www/myrails/cms/site/app/views/optimacms/admin/shared/_footer.html.haml (15.0ms)
190258
+ Completed 200 OK in 1890ms (Views: 1663.1ms | ActiveRecord: 37.0ms)
190259
+
190260
+
190261
+ Started GET "/assets/bootstrap-58ca6b043268446acfe07ba24bfa47c2.js?body=1" for 127.0.0.1 at 2015-05-04 06:49:53 +0300
190262
+
190263
+
190264
+ Started GET "/assets/jquery_ujs-70d72f952728c353b94038382e7befd0.js?body=1" for 127.0.0.1 at 2015-05-04 06:49:53 +0300
190265
+
190266
+
190267
+ Started GET "/assets/optimacms/admin_tpl-c9b933b254debdd7871424d173cfd981.css?body=1" for 127.0.0.1 at 2015-05-04 06:49:53 +0300
190268
+
190269
+
190270
+ Started GET "/assets/optimacms/admin-0c0aebfc056277cafc0b70767f4986bf.css?body=1" for 127.0.0.1 at 2015-05-04 06:49:53 +0300
190271
+
190272
+
190273
+ Started GET "/assets/optimacms/application-f3310b2f82b7d77d8fed25b3ce9b645f.js?body=1" for 127.0.0.1 at 2015-05-04 06:49:53 +0300
190274
+
190275
+
190276
+ Started GET "/assets/jquery2-e8c714946b114c8c2255318fee69a51d.js?body=1" for 127.0.0.1 at 2015-05-04 06:49:53 +0300
190277
+
190278
+
190279
+ Started GET "/assets/bootstrap3-typeahead.min-3880b907fcc8e9822fd6e7e943b5c171.js?body=1" for 127.0.0.1 at 2015-05-04 06:49:53 +0300
190280
+
190281
+
190282
+ Started GET "/assets/bootstrap3-autocomplete-input.min-fc7040ba3cdbf1284fe40644eef92726.js?body=1" for 127.0.0.1 at 2015-05-04 06:49:54 +0300
190283
+
190284
+
190285
+ Started GET "/assets/optimacms/admin-418e8fa2b242e98677a52fb576eeb71e.js?body=1" for 127.0.0.1 at 2015-05-04 06:49:54 +0300
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.14
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Ivak