scaffold_plus 1.2.0 → 1.2.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.
- checksums.yaml +4 -4
- data/README.md +3 -0
- data/lib/scaffold_plus/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 50d302dc3f95b88359a6225eecd90c2b42e2b1a1
|
|
4
|
+
data.tar.gz: 84209f42800021b06ef49179f759976c885b477a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ef3389982dd0ffc31a98b44dc697986e26b7c4c1360f4b402065e9fc6f0e54a7b7c546922f0921ca55ac0550fd2dc66cbb8d6650d8104d2d221fbe2528532fc8
|
|
7
|
+
data.tar.gz: 0f244a6fc9a876c2573b7a4421a41e7052c2101044469e3da5b4ed266a78573ff20dc9b4eccb644c3ffeb83cd53bc2d6a53efc3a71b077145b9e6ffb72ceecc7
|
data/README.md
CHANGED
|
@@ -31,6 +31,9 @@ It can also add a migration for the parent_id and a counter.
|
|
|
31
31
|
This helper works on config/routes.rb and adds code for a collection
|
|
32
32
|
to a newly created resource route.
|
|
33
33
|
|
|
34
|
+
### Add ancestry to create a tree structure (or hierarchy)
|
|
35
|
+
rails generate scaffold_plus:ancestry
|
|
36
|
+
|
|
34
37
|
## Testing
|
|
35
38
|
|
|
36
39
|
Since I have no experience with test driven development (yet), this is
|