optimacms 0.1.32 → 0.1.34
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/optimacms/admin/templates_controller.rb +2 -3
- data/app/helpers/optimacms/application_helper.rb +29 -27
- data/app/models/optimacms/template.rb +48 -11
- data/app/models/optimacms/template_type.rb +6 -0
- data/app/views/optimacms/admin/templates/new.html.haml +3 -2
- data/lib/optimacms/version.rb +1 -1
- data/test/dummy/app/views/temp/_h1.html +1 -0
- data/test/dummy/app/views/temp/_part1.html.haml +1 -0
- data/test/dummy/app/views/temp/p1.html.haml +6 -0
- data/test/dummy/app/views/temp/sitemap.xml.builder +1 -0
- data/test/dummy/log/development.log +3531 -0
- data/test/dummy/tmp/pids/server.pid +1 -1
- metadata +10 -8
- data/test/dummy/app/views/temp/1.html.erb +0 -1
- data/test/dummy/app/views/temp/h1.html +0 -1
- data/test/dummy/app/views/temp/t5.html +0 -1
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
14520
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: optimacms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.34
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Max Ivak
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-06-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -405,11 +405,12 @@ files:
|
|
405
405
|
- test/dummy/app/views/services/index.html.haml
|
406
406
|
- test/dummy/app/views/services/index_bottom.html
|
407
407
|
- test/dummy/app/views/services/index_top.html
|
408
|
-
- test/dummy/app/views/temp/
|
409
|
-
- test/dummy/app/views/temp/
|
408
|
+
- test/dummy/app/views/temp/_h1.html
|
409
|
+
- test/dummy/app/views/temp/_part1.html.haml
|
410
410
|
- test/dummy/app/views/temp/html1.html
|
411
|
+
- test/dummy/app/views/temp/p1.html.haml
|
412
|
+
- test/dummy/app/views/temp/sitemap.xml.builder
|
411
413
|
- test/dummy/app/views/temp/t1.html.haml
|
412
|
-
- test/dummy/app/views/temp/t5.html
|
413
414
|
- test/dummy/app/views/temp9/t2.html
|
414
415
|
- test/dummy/app/views/temp9/t9.html
|
415
416
|
- test/dummy/app/views/workers/_breadcrumb_worker.html.haml
|
@@ -2564,11 +2565,12 @@ test_files:
|
|
2564
2565
|
- test/dummy/app/views/services/index.html.haml
|
2565
2566
|
- test/dummy/app/views/services/index_bottom.html
|
2566
2567
|
- test/dummy/app/views/services/index_top.html
|
2567
|
-
- test/dummy/app/views/temp/1.html.erb
|
2568
|
-
- test/dummy/app/views/temp/h1.html
|
2569
2568
|
- test/dummy/app/views/temp/html1.html
|
2569
|
+
- test/dummy/app/views/temp/p1.html.haml
|
2570
|
+
- test/dummy/app/views/temp/sitemap.xml.builder
|
2570
2571
|
- test/dummy/app/views/temp/t1.html.haml
|
2571
|
-
- test/dummy/app/views/temp/
|
2572
|
+
- test/dummy/app/views/temp/_h1.html
|
2573
|
+
- test/dummy/app/views/temp/_part1.html.haml
|
2572
2574
|
- test/dummy/app/views/temp9/t2.html
|
2573
2575
|
- test/dummy/app/views/temp9/t9.html
|
2574
2576
|
- test/dummy/app/views/workers/contacts.html.haml
|
@@ -1 +0,0 @@
|
|
1
|
-
<p>11111</p>
|
@@ -1 +0,0 @@
|
|
1
|
-
<p>hhheeello partial h1</p>
|
@@ -1 +0,0 @@
|
|
1
|
-
<p>555</p>
|