painless_partials 0.1.0 → 0.1.1
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.
- data/VERSION +1 -1
- data/lib/template_render_overrider.rb +0 -1
- metadata +7 -10
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.1.1
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.1.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- x@ES
|
|
@@ -14,18 +14,15 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-12-
|
|
17
|
+
date: 2010-12-05 00:00:00 +03:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies: []
|
|
20
20
|
|
|
21
21
|
description: |
|
|
22
|
-
In case when we need to override some partial which may be plased
|
|
23
|
-
it may be painfull to findout which partial are rendered
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
:as-minimum: markup html/xml by comments with partial paths (done)
|
|
27
|
-
:as-maximum: provide service for partial coping from gem into main app (50% done)
|
|
28
|
-
or into some extension (site-theme and so on)
|
|
22
|
+
[Rails 3.0+] In case when we need to override some partial which may be plased
|
|
23
|
+
in some engine-gem it may be painfull to findout which partial are rendered
|
|
24
|
+
in certain place. This gem aimed to help with this job. It markups html/xml
|
|
25
|
+
by comments with partials paths.
|
|
29
26
|
|
|
30
27
|
It is usefurl, for example, in development of application based on spree.
|
|
31
28
|
|