corral_acl 0.9.0 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +7 -1
- data/Gemfile +12 -1
- data/LICENSE +1 -1
- data/README.md +2 -2
- data/Rakefile +34 -0
- data/bin/test +9 -0
- data/corral.gemspec +12 -12
- data/lib/corral/version.rb +1 -1
- data/lib/tasks/corral_tasks.rake +4 -0
- data/test/corral_test.rb +7 -0
- data/test/dummy/Rakefile +6 -0
- data/test/dummy/app/assets/config/manifest.js +4 -0
- data/test/dummy/app/assets/images/.keep +0 -0
- data/test/dummy/app/assets/javascripts/application.js +13 -0
- data/test/dummy/app/assets/javascripts/cable.js +13 -0
- data/test/dummy/app/assets/javascripts/channels/.keep +0 -0
- data/test/dummy/app/assets/stylesheets/application.css +15 -0
- data/test/dummy/app/channels/application_cable/channel.rb +4 -0
- data/test/dummy/app/channels/application_cable/connection.rb +4 -0
- data/test/dummy/app/controllers/application_controller.rb +3 -0
- data/test/dummy/app/controllers/concerns/.keep +0 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/jobs/application_job.rb +2 -0
- data/test/dummy/app/mailers/application_mailer.rb +4 -0
- data/test/dummy/app/models/application_record.rb +3 -0
- data/test/dummy/app/models/concerns/.keep +0 -0
- data/test/dummy/app/views/layouts/application.html.erb +14 -0
- data/test/dummy/app/views/layouts/mailer.html.erb +13 -0
- data/test/dummy/app/views/layouts/mailer.text.erb +1 -0
- data/test/dummy/bin/bundle +3 -0
- data/test/dummy/bin/rails +4 -0
- data/test/dummy/bin/rake +4 -0
- data/test/dummy/bin/setup +34 -0
- data/test/dummy/bin/update +29 -0
- data/test/dummy/config.ru +5 -0
- data/test/dummy/config/application.rb +15 -0
- data/test/dummy/config/boot.rb +5 -0
- data/test/dummy/config/cable.yml +9 -0
- data/test/dummy/config/database.yml +25 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +54 -0
- data/test/dummy/config/environments/production.rb +86 -0
- data/test/dummy/config/environments/test.rb +42 -0
- data/test/dummy/config/initializers/application_controller_renderer.rb +6 -0
- data/test/dummy/config/initializers/assets.rb +11 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/cookies_serializer.rb +5 -0
- data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/test/dummy/config/initializers/inflections.rb +16 -0
- data/test/dummy/config/initializers/mime_types.rb +4 -0
- data/test/dummy/config/initializers/new_framework_defaults.rb +24 -0
- data/test/dummy/config/initializers/session_store.rb +3 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/test/dummy/config/locales/en.yml +23 -0
- data/test/dummy/config/puma.rb +47 -0
- data/test/dummy/config/routes.rb +3 -0
- data/test/dummy/config/secrets.yml +22 -0
- data/test/dummy/config/spring.rb +6 -0
- data/test/dummy/lib/assets/.keep +0 -0
- data/test/dummy/log/.keep +0 -0
- data/test/dummy/public/404.html +67 -0
- data/test/dummy/public/422.html +67 -0
- data/test/dummy/public/500.html +66 -0
- data/test/dummy/public/apple-touch-icon-precomposed.png +0 -0
- data/test/dummy/public/apple-touch-icon.png +0 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/test_helper.rb +20 -0
- metadata +90 -51
- data/.rspec +0 -2
- data/doc/Ability.html +0 -257
- data/doc/Corral.html +0 -131
- data/doc/Corral/Ability.html +0 -802
- data/doc/Corral/AccessDenied.html +0 -146
- data/doc/Corral/AuthorizationNotPerformed.html +0 -145
- data/doc/Corral/ControllerAdditions.html +0 -513
- data/doc/Corral/ControllerAdditions/ClassMethods.html +0 -277
- data/doc/Corral/Error.html +0 -141
- data/doc/Corral/Generators.html +0 -117
- data/doc/Corral/Generators/AbilityGenerator.html +0 -195
- data/doc/Corral/NullRule.html +0 -226
- data/doc/Corral/SubjectRule.html +0 -406
- data/doc/_index.html +0 -194
- data/doc/class_list.html +0 -51
- data/doc/css/common.css +0 -1
- data/doc/css/full_list.css +0 -58
- data/doc/css/style.css +0 -474
- data/doc/doc/_index.html +0 -87
- data/doc/doc/class_list.html +0 -51
- data/doc/doc/css/common.css +0 -1
- data/doc/doc/css/full_list.css +0 -58
- data/doc/doc/css/style.css +0 -474
- data/doc/doc/file_list.html +0 -51
- data/doc/doc/frames.html +0 -17
- data/doc/doc/index.html +0 -87
- data/doc/doc/js/app.js +0 -243
- data/doc/doc/js/full_list.js +0 -216
- data/doc/doc/js/jquery.js +0 -4
- data/doc/doc/method_list.html +0 -51
- data/doc/doc/top-level-namespace.html +0 -102
- data/doc/file.README.html +0 -82
- data/doc/file_list.html +0 -56
- data/doc/frames.html +0 -17
- data/doc/index.html +0 -82
- data/doc/js/app.js +0 -243
- data/doc/js/full_list.js +0 -216
- data/doc/js/jquery.js +0 -4
- data/doc/method_list.html +0 -211
- data/doc/top-level-namespace.html +0 -114
- data/spec/corral/ability_spec.rb +0 -26
- data/spec/spec_helper.rb +0 -97
@@ -1,277 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8">
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
|
-
<title>
|
7
|
-
Module: Corral::ControllerAdditions::ClassMethods
|
8
|
-
|
9
|
-
— Documentation by YARD 0.9.0
|
10
|
-
|
11
|
-
</title>
|
12
|
-
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
|
14
|
-
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
|
16
|
-
|
17
|
-
<script type="text/javascript" charset="utf-8">
|
18
|
-
pathId = "Corral::ControllerAdditions::ClassMethods";
|
19
|
-
relpath = '../../';
|
20
|
-
</script>
|
21
|
-
|
22
|
-
|
23
|
-
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
|
24
|
-
|
25
|
-
<script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
|
26
|
-
|
27
|
-
|
28
|
-
</head>
|
29
|
-
<body>
|
30
|
-
<div class="nav_wrap">
|
31
|
-
<iframe id="nav" src="../../class_list.html"></iframe>
|
32
|
-
<div id="resizer"></div>
|
33
|
-
</div>
|
34
|
-
|
35
|
-
<div id="main" tabindex="-1">
|
36
|
-
<div id="header">
|
37
|
-
<div id="menu">
|
38
|
-
|
39
|
-
<a href="../../_index.html">Index (C)</a> »
|
40
|
-
<span class='title'><span class='object_link'><a href="../../Corral.html" title="Corral (module)">Corral</a></span></span> » <span class='title'><span class='object_link'><a href="../ControllerAdditions.html" title="Corral::ControllerAdditions (module)">ControllerAdditions</a></span></span>
|
41
|
-
»
|
42
|
-
<span class="title">ClassMethods</span>
|
43
|
-
|
44
|
-
</div>
|
45
|
-
|
46
|
-
<div id="search">
|
47
|
-
|
48
|
-
<a class="full_list_link" id="class_list_link"
|
49
|
-
href="../../class_list.html">
|
50
|
-
|
51
|
-
<svg width="24" height="24">
|
52
|
-
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
-
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
-
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
-
</svg>
|
56
|
-
</a>
|
57
|
-
|
58
|
-
</div>
|
59
|
-
<div class="clear"></div>
|
60
|
-
</div>
|
61
|
-
|
62
|
-
<iframe id="search_frame" src="../../class_list.html"></iframe>
|
63
|
-
|
64
|
-
<div id="content"><h1>Module: Corral::ControllerAdditions::ClassMethods
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
</h1>
|
69
|
-
<div class="box_info">
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
<dl>
|
82
|
-
<dt>Defined in:</dt>
|
83
|
-
<dd>lib/corral/controller_additions.rb</dd>
|
84
|
-
</dl>
|
85
|
-
|
86
|
-
</div>
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
<h2>
|
97
|
-
Instance Method Summary
|
98
|
-
<small><a href="#" class="summary_toggle">collapse</a></small>
|
99
|
-
</h2>
|
100
|
-
|
101
|
-
<ul class="summary">
|
102
|
-
|
103
|
-
<li class="public ">
|
104
|
-
<span class="summary_signature">
|
105
|
-
|
106
|
-
<a href="#check_authorization-instance_method" title="#check_authorization (instance method)">#<strong>check_authorization</strong>(options = {}) ⇒ Object </a>
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
</span>
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
<span class="summary_desc"><div class='inline'>
|
121
|
-
<p>Add this to a controller to ensure it performs authorization through
|
122
|
-
<code>authorized</code>! or <code>authorize_resource</code> call.</p>
|
123
|
-
</div></span>
|
124
|
-
|
125
|
-
</li>
|
126
|
-
|
127
|
-
|
128
|
-
<li class="public ">
|
129
|
-
<span class="summary_signature">
|
130
|
-
|
131
|
-
<a href="#skip_authorization_check-instance_method" title="#skip_authorization_check (instance method)">#<strong>skip_authorization_check</strong>(*args) ⇒ Object </a>
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
</span>
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
<span class="summary_desc"><div class='inline'>
|
146
|
-
<p>Call this in the class of a controller to skip the check_authorization
|
147
|
-
behavior on the actions.</p>
|
148
|
-
</div></span>
|
149
|
-
|
150
|
-
</li>
|
151
|
-
|
152
|
-
|
153
|
-
</ul>
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
<div id="instance_method_details" class="method_details_list">
|
159
|
-
<h2>Instance Method Details</h2>
|
160
|
-
|
161
|
-
|
162
|
-
<div class="method_details first">
|
163
|
-
<h3 class="signature first" id="check_authorization-instance_method">
|
164
|
-
|
165
|
-
#<strong>check_authorization</strong>(options = {}) ⇒ <tt>Object</tt>
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
</h3><div class="docstring">
|
172
|
-
<div class="discussion">
|
173
|
-
|
174
|
-
<p>Add this to a controller to ensure it performs authorization through
|
175
|
-
<code>authorized</code>! or <code>authorize_resource</code> call. If
|
176
|
-
neither of these authorization methods are called, a
|
177
|
-
Corral::AuthorizationNotPerformed exception will be raised. This can be
|
178
|
-
placed in ApplicationController to ensure all controller actions do
|
179
|
-
authorization.</p>
|
180
|
-
|
181
|
-
|
182
|
-
</div>
|
183
|
-
</div>
|
184
|
-
<div class="tags">
|
185
|
-
|
186
|
-
|
187
|
-
</div><table class="source_code">
|
188
|
-
<tr>
|
189
|
-
<td>
|
190
|
-
<pre class="lines">
|
191
|
-
|
192
|
-
|
193
|
-
7
|
194
|
-
8
|
195
|
-
9
|
196
|
-
10
|
197
|
-
11
|
198
|
-
12
|
199
|
-
13
|
200
|
-
14</pre>
|
201
|
-
</td>
|
202
|
-
<td>
|
203
|
-
<pre class="code"><span class="info file"># File 'lib/corral/controller_additions.rb', line 7</span>
|
204
|
-
|
205
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_check_authorization'>check_authorization</span><span class='lparen'>(</span><span class='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
206
|
-
<span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_after_filter'>after_filter</span><span class='lparen'>(</span><span class='id identifier rubyid_options'>options</span><span class='period'>.</span><span class='id identifier rubyid_slice'>slice</span><span class='lparen'>(</span><span class='symbol'>:only</span><span class='comma'>,</span> <span class='symbol'>:except</span><span class='rparen'>)</span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_controller'>controller</span><span class='op'>|</span>
|
207
|
-
<span class='kw'>next</span> <span class='kw'>if</span> <span class='id identifier rubyid_controller'>controller</span><span class='period'>.</span><span class='id identifier rubyid_instance_variable_defined?'>instance_variable_defined?</span><span class='lparen'>(</span><span class='symbol'>:@_authorized</span><span class='rparen'>)</span>
|
208
|
-
<span class='kw'>next</span> <span class='kw'>if</span> <span class='id identifier rubyid_options'>options</span><span class='lbracket'>[</span><span class='symbol'>:if</span><span class='rbracket'>]</span> <span class='op'>&&</span> <span class='op'>!</span><span class='id identifier rubyid_controller'>controller</span><span class='period'>.</span><span class='id identifier rubyid_send'>send</span><span class='lparen'>(</span><span class='id identifier rubyid_options'>options</span><span class='lbracket'>[</span><span class='symbol'>:if</span><span class='rbracket'>]</span><span class='rparen'>)</span>
|
209
|
-
<span class='kw'>next</span> <span class='kw'>if</span> <span class='id identifier rubyid_options'>options</span><span class='lbracket'>[</span><span class='symbol'>:unless</span><span class='rbracket'>]</span> <span class='op'>&&</span> <span class='id identifier rubyid_controller'>controller</span><span class='period'>.</span><span class='id identifier rubyid_send'>send</span><span class='lparen'>(</span><span class='id identifier rubyid_options'>options</span><span class='lbracket'>[</span><span class='symbol'>:unless</span><span class='rbracket'>]</span><span class='rparen'>)</span>
|
210
|
-
<span class='id identifier rubyid_raise'>raise</span> <span class='const'>AuthorizationNotPerformed</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>This action failed the check_authorization because it did not authorize a resource. Add skip_authorization_check to bypass this check.</span><span class='tstring_end'>"</span></span>
|
211
|
-
<span class='kw'>end</span>
|
212
|
-
<span class='kw'>end</span></pre>
|
213
|
-
</td>
|
214
|
-
</tr>
|
215
|
-
</table>
|
216
|
-
</div>
|
217
|
-
|
218
|
-
<div class="method_details ">
|
219
|
-
<h3 class="signature " id="skip_authorization_check-instance_method">
|
220
|
-
|
221
|
-
#<strong>skip_authorization_check</strong>(*args) ⇒ <tt>Object</tt>
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
</h3><div class="docstring">
|
228
|
-
<div class="discussion">
|
229
|
-
|
230
|
-
<p>Call this in the class of a controller to skip the check_authorization
|
231
|
-
behavior on the actions. Any arguments are passed to the
|
232
|
-
<code>before_filter</code> called.</p>
|
233
|
-
|
234
|
-
|
235
|
-
</div>
|
236
|
-
</div>
|
237
|
-
<div class="tags">
|
238
|
-
|
239
|
-
|
240
|
-
</div><table class="source_code">
|
241
|
-
<tr>
|
242
|
-
<td>
|
243
|
-
<pre class="lines">
|
244
|
-
|
245
|
-
|
246
|
-
18
|
247
|
-
19
|
248
|
-
20
|
249
|
-
21
|
250
|
-
22</pre>
|
251
|
-
</td>
|
252
|
-
<td>
|
253
|
-
<pre class="code"><span class="info file"># File 'lib/corral/controller_additions.rb', line 18</span>
|
254
|
-
|
255
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_skip_authorization_check'>skip_authorization_check</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_args'>args</span><span class='rparen'>)</span>
|
256
|
-
<span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_before_filter'>before_filter</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_args'>args</span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_controller'>controller</span><span class='op'>|</span>
|
257
|
-
<span class='id identifier rubyid_controller'>controller</span><span class='period'>.</span><span class='id identifier rubyid_instance_variable_set'>instance_variable_set</span><span class='lparen'>(</span><span class='symbol'>:@_authorized</span><span class='comma'>,</span> <span class='kw'>true</span><span class='rparen'>)</span>
|
258
|
-
<span class='kw'>end</span>
|
259
|
-
<span class='kw'>end</span></pre>
|
260
|
-
</td>
|
261
|
-
</tr>
|
262
|
-
</table>
|
263
|
-
</div>
|
264
|
-
|
265
|
-
</div>
|
266
|
-
|
267
|
-
</div>
|
268
|
-
|
269
|
-
<div id="footer">
|
270
|
-
Generated on Wed Jul 6 11:31:38 2016 by
|
271
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
272
|
-
0.9.0 (ruby-2.3.1).
|
273
|
-
</div>
|
274
|
-
|
275
|
-
</div>
|
276
|
-
</body>
|
277
|
-
</html>
|
data/doc/Corral/Error.html
DELETED
@@ -1,141 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8">
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
|
-
<title>
|
7
|
-
Exception: Corral::Error
|
8
|
-
|
9
|
-
— Documentation by YARD 0.9.0
|
10
|
-
|
11
|
-
</title>
|
12
|
-
|
13
|
-
<link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
|
14
|
-
|
15
|
-
<link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
|
16
|
-
|
17
|
-
<script type="text/javascript" charset="utf-8">
|
18
|
-
pathId = "Corral::Error";
|
19
|
-
relpath = '../';
|
20
|
-
</script>
|
21
|
-
|
22
|
-
|
23
|
-
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
|
24
|
-
|
25
|
-
<script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
|
26
|
-
|
27
|
-
|
28
|
-
</head>
|
29
|
-
<body>
|
30
|
-
<div class="nav_wrap">
|
31
|
-
<iframe id="nav" src="../class_list.html"></iframe>
|
32
|
-
<div id="resizer"></div>
|
33
|
-
</div>
|
34
|
-
|
35
|
-
<div id="main" tabindex="-1">
|
36
|
-
<div id="header">
|
37
|
-
<div id="menu">
|
38
|
-
|
39
|
-
<a href="../_index.html">Index (E)</a> »
|
40
|
-
<span class='title'><span class='object_link'><a href="../Corral.html" title="Corral (module)">Corral</a></span></span>
|
41
|
-
»
|
42
|
-
<span class="title">Error</span>
|
43
|
-
|
44
|
-
</div>
|
45
|
-
|
46
|
-
<div id="search">
|
47
|
-
|
48
|
-
<a class="full_list_link" id="class_list_link"
|
49
|
-
href="../class_list.html">
|
50
|
-
|
51
|
-
<svg width="24" height="24">
|
52
|
-
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
-
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
-
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
-
</svg>
|
56
|
-
</a>
|
57
|
-
|
58
|
-
</div>
|
59
|
-
<div class="clear"></div>
|
60
|
-
</div>
|
61
|
-
|
62
|
-
<iframe id="search_frame" src="../class_list.html"></iframe>
|
63
|
-
|
64
|
-
<div id="content"><h1>Exception: Corral::Error
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
</h1>
|
69
|
-
<div class="box_info">
|
70
|
-
|
71
|
-
<dl>
|
72
|
-
<dt>Inherits:</dt>
|
73
|
-
<dd>
|
74
|
-
<span class="inheritName">StandardError</span>
|
75
|
-
|
76
|
-
<ul class="fullTree">
|
77
|
-
<li>Object</li>
|
78
|
-
|
79
|
-
<li class="next">StandardError</li>
|
80
|
-
|
81
|
-
<li class="next">Corral::Error</li>
|
82
|
-
|
83
|
-
</ul>
|
84
|
-
<a href="#" class="inheritanceTree">show all</a>
|
85
|
-
|
86
|
-
</dd>
|
87
|
-
</dl>
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
<dl>
|
100
|
-
<dt>Defined in:</dt>
|
101
|
-
<dd>lib/corral/exceptions.rb</dd>
|
102
|
-
</dl>
|
103
|
-
|
104
|
-
</div>
|
105
|
-
|
106
|
-
<h2>Overview</h2><div class="docstring">
|
107
|
-
<div class="discussion">
|
108
|
-
|
109
|
-
<p>A general exception</p>
|
110
|
-
|
111
|
-
|
112
|
-
</div>
|
113
|
-
</div>
|
114
|
-
<div class="tags">
|
115
|
-
|
116
|
-
|
117
|
-
</div><div id="subclasses">
|
118
|
-
<h2>Direct Known Subclasses</h2>
|
119
|
-
<p class="children"><span class='object_link'><a href="AccessDenied.html" title="Corral::AccessDenied (class)">AccessDenied</a></span>, <span class='object_link'><a href="AuthorizationNotPerformed.html" title="Corral::AuthorizationNotPerformed (class)">AuthorizationNotPerformed</a></span></p>
|
120
|
-
</div>
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
</div>
|
132
|
-
|
133
|
-
<div id="footer">
|
134
|
-
Generated on Wed Jul 6 11:31:38 2016 by
|
135
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
136
|
-
0.9.0 (ruby-2.3.1).
|
137
|
-
</div>
|
138
|
-
|
139
|
-
</div>
|
140
|
-
</body>
|
141
|
-
</html>
|
data/doc/Corral/Generators.html
DELETED
@@ -1,117 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8">
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
|
-
<title>
|
7
|
-
Module: Corral::Generators
|
8
|
-
|
9
|
-
— Documentation by YARD 0.9.0
|
10
|
-
|
11
|
-
</title>
|
12
|
-
|
13
|
-
<link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
|
14
|
-
|
15
|
-
<link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
|
16
|
-
|
17
|
-
<script type="text/javascript" charset="utf-8">
|
18
|
-
pathId = "Corral::Generators";
|
19
|
-
relpath = '../';
|
20
|
-
</script>
|
21
|
-
|
22
|
-
|
23
|
-
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
|
24
|
-
|
25
|
-
<script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
|
26
|
-
|
27
|
-
|
28
|
-
</head>
|
29
|
-
<body>
|
30
|
-
<div class="nav_wrap">
|
31
|
-
<iframe id="nav" src="../class_list.html"></iframe>
|
32
|
-
<div id="resizer"></div>
|
33
|
-
</div>
|
34
|
-
|
35
|
-
<div id="main" tabindex="-1">
|
36
|
-
<div id="header">
|
37
|
-
<div id="menu">
|
38
|
-
|
39
|
-
<a href="../_index.html">Index (G)</a> »
|
40
|
-
<span class='title'><span class='object_link'><a href="../Corral.html" title="Corral (module)">Corral</a></span></span>
|
41
|
-
»
|
42
|
-
<span class="title">Generators</span>
|
43
|
-
|
44
|
-
</div>
|
45
|
-
|
46
|
-
<div id="search">
|
47
|
-
|
48
|
-
<a class="full_list_link" id="class_list_link"
|
49
|
-
href="../class_list.html">
|
50
|
-
|
51
|
-
<svg width="24" height="24">
|
52
|
-
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
-
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
-
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
-
</svg>
|
56
|
-
</a>
|
57
|
-
|
58
|
-
</div>
|
59
|
-
<div class="clear"></div>
|
60
|
-
</div>
|
61
|
-
|
62
|
-
<iframe id="search_frame" src="../class_list.html"></iframe>
|
63
|
-
|
64
|
-
<div id="content"><h1>Module: Corral::Generators
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
</h1>
|
69
|
-
<div class="box_info">
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
<dl>
|
82
|
-
<dt>Defined in:</dt>
|
83
|
-
<dd>lib/generators/corral/ability/ability_generator.rb</dd>
|
84
|
-
</dl>
|
85
|
-
|
86
|
-
</div>
|
87
|
-
|
88
|
-
<h2>Defined Under Namespace</h2>
|
89
|
-
<p class="children">
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Generators/AbilityGenerator.html" title="Corral::Generators::AbilityGenerator (class)">AbilityGenerator</a></span>
|
95
|
-
|
96
|
-
|
97
|
-
</p>
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
</div>
|
108
|
-
|
109
|
-
<div id="footer">
|
110
|
-
Generated on Wed Jul 6 11:31:38 2016 by
|
111
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
112
|
-
0.9.0 (ruby-2.3.1).
|
113
|
-
</div>
|
114
|
-
|
115
|
-
</div>
|
116
|
-
</body>
|
117
|
-
</html>
|