the_role 3.8.2 → 3.8.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +37 -29
- data/the_role.gemspec +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: 035962223e41c36703f30a5bd23d9e7865ac19ea
|
4
|
+
data.tar.gz: c2036de5c35886e0328c54c18e303fbd27bf067f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97a43bed38546c115833170bc8a252dbda279e4f2d245998e8794c18b7e50a7e6cd6ea811e51819f316520ad9aa284d4b2352cedfdc542f2a37d91c6156b0a43
|
7
|
+
data.tar.gz: 43e8a38e8be3d63d9c69c5bfdc7dcbc0ff6c7182d9fc694dd22e6dfcfcae144bb62f374b7945d2644b4c848e770c08fb34d7468a889e77e914e9d52cf518feb0
|
data/README.md
CHANGED
@@ -115,36 +115,44 @@ You have to know about them before using of TheRole:
|
|
115
115
|
|
116
116
|
<hr>
|
117
117
|
|
118
|
+
### FAQ
|
119
|
+
|
118
120
|
<div align="center" class='center' style="text-align:center">
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
<
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
121
|
+
|
122
|
+
<table>
|
123
|
+
<tr>
|
124
|
+
<td>
|
125
|
+
<table>
|
126
|
+
<tr>
|
127
|
+
<td width="350px" valign="top" style='vertical-align:top'>
|
128
|
+
<p align="left" class="left" style="text-align:left"><a href='https://github.com/TheRole/docs/blob/master/FAQ.md#why-therole-was-created'>Why TheRole was created?</a></p>
|
129
|
+
<p align="left" class="left" style="text-align:left"><a href='https://github.com/TheRole/docs/blob/master/FAQ.md#who-is-administrator'>Who is Administrator?</a></p>
|
130
|
+
<p align="left" class="left" style="text-align:left"><a href='https://github.com/TheRole/docs/blob/master/FAQ.md#who-is-moderator'>Who is Moderator?</a></p>
|
131
|
+
<p align="left" class="left" style="text-align:left"><a href='https://github.com/TheRole/docs/blob/master/FAQ.md#who-is-owner'>Who is Owner?</a></p>
|
132
|
+
<p align="left" class="left" style="text-align:left"><a href='https://github.com/TheRole/docs/blob/master/Ownership.md'>Few words about Ownership</a></p>
|
133
|
+
<p align="left" class="left" style="text-align:left"><a href='https://github.com/TheRole/docs/blob/master/Customization.md'>Customization, Rake tasks, code generators</a></p>
|
134
|
+
</td>
|
135
|
+
</tr>
|
136
|
+
</table>
|
137
|
+
</td>
|
138
|
+
|
139
|
+
<td>
|
140
|
+
<table>
|
141
|
+
<tr>
|
142
|
+
<td width="350px" valign="top" style='vertical-align:top'>
|
143
|
+
<p align="left" class="left" style="text-align:left"><a href='https://github.com/TheRole/docs/blob/master/FAQ.md##what-does-it-mean-semantic'>What does it mean semantic?</a></p>
|
144
|
+
<p align="left" class="left" style="text-align:left"><a href='https://github.com/TheRole/docs/blob/master/FAQ.md#virtual-sections-and-rules'>Virtual sections and rules</a></p>
|
145
|
+
<p align="left" class="left" style="text-align:left"><a href='https://github.com/TheRole/docs/blob/master/Limitations.md'>Limitations</a></p>
|
146
|
+
<p align="left" class="left" style="text-align:left"><a href='https://github.com/TheRole/docs/blob/master/Contributing.md'>Contributing</a></p>
|
147
|
+
<p align="left" class="left" style="text-align:left"><a href='https://github.com/TheRole/docs/blob/master/MigrationsFromV2.md'>Migration form TheRole 2 to TheRole 3</a></p>
|
148
|
+
<p align="left" class="left" style="text-align:left"><a href='https://github.com/TheRole/docs/blob/master/forPostgresSQLusers.md'>PSQL: how to use native :json column?</a></p>
|
149
|
+
</td>
|
150
|
+
</tr>
|
151
|
+
</table>
|
152
|
+
</td>
|
153
|
+
</tr>
|
154
|
+
</table>
|
155
|
+
|
148
156
|
</div>
|
149
157
|
|
150
158
|
<hr>
|
data/the_role.gemspec
CHANGED