thesilverspoon 0.0.12 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. data/README.rdoc +12 -0
  2. data/doc/<.html +145 -0
  3. data/doc/ApplicationHelper.html +255 -0
  4. data/doc/Create.html +151 -0
  5. data/doc/Everything.html +147 -0
  6. data/doc/Everything/Scaffold.html +502 -0
  7. data/doc/FileUploader.html +243 -0
  8. data/doc/Gemfile.html +112 -0
  9. data/doc/Gemfile~.html +112 -0
  10. data/doc/Object.html +528 -0
  11. data/doc/README.rdoc +12 -0
  12. data/doc/README.rdoc~ +12 -0
  13. data/doc/README_rdoc.html +107 -0
  14. data/doc/Rakefile.html +109 -0
  15. data/doc/The_silver_spoon.html +145 -0
  16. data/doc/The_silver_spoon/Install.html +602 -0
  17. data/doc/Thesilverspoon.html +158 -0
  18. data/doc/created.rid +23 -0
  19. data/doc/doc/README_rdoc.html +107 -0
  20. data/doc/images/add.png +0 -0
  21. data/doc/images/brick.png +0 -0
  22. data/doc/images/brick_link.png +0 -0
  23. data/doc/images/bug.png +0 -0
  24. data/doc/images/bullet_black.png +0 -0
  25. data/doc/images/bullet_toggle_minus.png +0 -0
  26. data/doc/images/bullet_toggle_plus.png +0 -0
  27. data/doc/images/date.png +0 -0
  28. data/doc/images/delete.png +0 -0
  29. data/doc/images/find.png +0 -0
  30. data/doc/images/loadingAnimation.gif +0 -0
  31. data/doc/images/macFFBgHack.png +0 -0
  32. data/doc/images/package.png +0 -0
  33. data/doc/images/page_green.png +0 -0
  34. data/doc/images/page_white_text.png +0 -0
  35. data/doc/images/page_white_width.png +0 -0
  36. data/doc/images/plugin.png +0 -0
  37. data/doc/images/ruby.png +0 -0
  38. data/doc/images/tag_blue.png +0 -0
  39. data/doc/images/tag_green.png +0 -0
  40. data/doc/images/transparent.png +0 -0
  41. data/doc/images/wrench.png +0 -0
  42. data/doc/images/wrench_orange.png +0 -0
  43. data/doc/images/zoom.png +0 -0
  44. data/doc/index.html +104 -0
  45. data/doc/js/darkfish.js +153 -0
  46. data/doc/js/jquery.js +18 -0
  47. data/doc/js/navigation.js +142 -0
  48. data/doc/js/search.js +94 -0
  49. data/doc/js/search_index.js +1 -0
  50. data/doc/js/searcher.js +228 -0
  51. data/doc/rdoc.css +543 -0
  52. data/doc/table_of_contents.html +160 -0
  53. data/lib/integratedscaffold.rb +36 -12
  54. data/lib/thesilverspoon.rb +15 -7
  55. data/lib/thesilverspoon.rb~ +14 -6
  56. data/lib/thesilverspoon/version.rb +1 -1
  57. data/lib/thesilverspoon/version.rb~ +1 -1
  58. data/thesilverspoon.gemspec +2 -0
  59. data/thesilverspoon.gemspec~ +2 -0
  60. metadata +70 -18
@@ -0,0 +1,243 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>class FileUploader - RDoc Documentation</title>
8
+
9
+ <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
10
+
11
+ <script type="text/javascript">
12
+ var rdoc_rel_prefix = "./";
13
+ </script>
14
+
15
+ <script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
16
+ <script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
17
+ <script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
18
+ <script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
19
+ <script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
20
+ <script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
21
+
22
+
23
+ <body id="top" class="class">
24
+ <nav id="metadata">
25
+ <nav id="home-section" class="section">
26
+ <h3 class="section-header">
27
+ <a href="./index.html">Home</a>
28
+ <a href="./table_of_contents.html#classes">Classes</a>
29
+ <a href="./table_of_contents.html#methods">Methods</a>
30
+ </h3>
31
+ </nav>
32
+
33
+
34
+ <nav id="search-section" class="section project-section" class="initially-hidden">
35
+ <form action="#" method="get" accept-charset="utf-8">
36
+ <h3 class="section-header">
37
+ <input type="text" name="search" placeholder="Search" id="search-field"
38
+ title="Type to search, Up and Down to navigate, Enter to load">
39
+ </h3>
40
+ </form>
41
+
42
+ <ul id="search-results" class="initially-hidden"></ul>
43
+ </nav>
44
+
45
+
46
+ <div id="file-metadata">
47
+ <nav id="file-list-section" class="section">
48
+ <h3 class="section-header">Defined In</h3>
49
+ <ul>
50
+ <li>lib/templates/file_uploader.rb
51
+ </ul>
52
+ </nav>
53
+
54
+
55
+ </div>
56
+
57
+ <div id="class-metadata">
58
+
59
+ <nav id="parent-class-section" class="section">
60
+ <h3 class="section-header">Parent</h3>
61
+
62
+ <p class="link">CarrierWave::Uploader::Base
63
+
64
+ </nav>
65
+
66
+ <!-- Included Modules -->
67
+ <nav id="includes-section" class="section">
68
+ <h3 class="section-header">Included Modules</h3>
69
+
70
+ <ul class="link-list">
71
+
72
+
73
+ <li><span class="include">CarrierWave::MiniMagick</span>
74
+
75
+
76
+ </ul>
77
+ </nav>
78
+
79
+ <!-- Method Quickref -->
80
+ <nav id="method-list-section" class="section">
81
+ <h3 class="section-header">Methods</h3>
82
+
83
+ <ul class="link-list">
84
+
85
+ <li><a href="#method-i-extension_white_list">#extension_white_list</a>
86
+
87
+ <li><a href="#method-i-store_dir">#store_dir</a>
88
+
89
+ </ul>
90
+ </nav>
91
+
92
+ </div>
93
+
94
+ <div id="project-metadata">
95
+ <nav id="fileindex-section" class="section project-section">
96
+ <h3 class="section-header">Pages</h3>
97
+
98
+ <ul>
99
+
100
+ <li class="file"><a href="./Gemfile.html">Gemfile</a>
101
+
102
+ <li class="file"><a href="./Gemfile~.html">Gemfile~</a>
103
+
104
+ <li class="file"><a href="./README_rdoc.html">README</a>
105
+
106
+ <li class="file"><a href="./Rakefile.html">Rakefile</a>
107
+
108
+ <li class="file"><a href="./doc/README_rdoc.html">README</a>
109
+
110
+ </ul>
111
+ </nav>
112
+
113
+ <nav id="classindex-section" class="section project-section">
114
+ <h3 class="section-header">Class and Module Index</h3>
115
+
116
+ <ul class="link-list">
117
+
118
+ <li><a href="./Everything.html">Everything</a>
119
+
120
+ <li><a href="./Everything/Scaffold.html">Everything::Scaffold</a>
121
+
122
+ <li><a href="./The_silver_spoon.html">The_silver_spoon</a>
123
+
124
+ <li><a href="./The_silver_spoon/Install.html">The_silver_spoon::Install</a>
125
+
126
+ <li><a href="./<.html"><</a>
127
+
128
+ <li><a href="./ApplicationHelper.html">ApplicationHelper</a>
129
+
130
+ <li><a href="./Create.html">Create</a>
131
+
132
+ <li><a href="./FileUploader.html">FileUploader</a>
133
+
134
+ <li><a href="./Object.html">Object</a>
135
+
136
+ <li><a href="./Thesilverspoon.html">Thesilverspoon</a>
137
+
138
+ </ul>
139
+ </nav>
140
+
141
+ </div>
142
+ </nav>
143
+
144
+ <div id="documentation">
145
+ <h1 class="class">class FileUploader</h1>
146
+
147
+ <div id="description" class="description">
148
+
149
+ </div><!-- description -->
150
+
151
+
152
+
153
+
154
+ <section id="5Buntitled-5D" class="documentation-section">
155
+
156
+
157
+
158
+
159
+
160
+
161
+
162
+
163
+ <!-- Methods -->
164
+
165
+ <section id="public-instance-5Buntitled-5D-method-details" class="method-section section">
166
+ <h3 class="section-header">Public Instance Methods</h3>
167
+
168
+
169
+ <div id="method-i-extension_white_list" class="method-detail ">
170
+
171
+ <div class="method-heading">
172
+ <span class="method-name">extension_white_list</span><span
173
+ class="method-args">()</span>
174
+ <span class="method-click-advice">click to toggle source</span>
175
+ </div>
176
+
177
+
178
+ <div class="method-description">
179
+
180
+ <p>Add a white list of extensions which are allowed to be uploaded. For images
181
+ you might use something like this:</p>
182
+
183
+
184
+
185
+ <div class="method-source-code" id="extension_white_list-source">
186
+ <pre><span class="ruby-comment"># File lib/templates/file_uploader.rb, line 37</span>
187
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">extension_white_list</span>
188
+ [<span class="ruby-value">:xls</span>]
189
+ <span class="ruby-keyword">end</span></pre>
190
+ </div><!-- extension_white_list-source -->
191
+
192
+ </div>
193
+
194
+
195
+
196
+
197
+ </div><!-- extension_white_list-method -->
198
+
199
+
200
+ <div id="method-i-store_dir" class="method-detail ">
201
+
202
+ <div class="method-heading">
203
+ <span class="method-name">store_dir</span><span
204
+ class="method-args">()</span>
205
+ <span class="method-click-advice">click to toggle source</span>
206
+ </div>
207
+
208
+
209
+ <div class="method-description">
210
+
211
+ <p>Override the directory where uploaded files will be stored. This is a
212
+ sensible default for uploaders that are meant to be mounted:</p>
213
+
214
+
215
+
216
+ <div class="method-source-code" id="store_dir-source">
217
+ <pre><span class="ruby-comment"># File lib/templates/file_uploader.rb, line 14</span>
218
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">store_dir</span>
219
+ <span class="ruby-node">&quot;#{::Rails.root.to_s}/public/excel_uploaded_files/&quot;</span>
220
+ <span class="ruby-keyword">end</span></pre>
221
+ </div><!-- store_dir-source -->
222
+
223
+ </div>
224
+
225
+
226
+
227
+
228
+ </div><!-- store_dir-method -->
229
+
230
+
231
+ </section><!-- public-instance-method-details -->
232
+
233
+ </section><!-- 5Buntitled-5D -->
234
+
235
+ </div><!-- documentation -->
236
+
237
+
238
+ <footer id="validator-badges">
239
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
240
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
241
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
242
+ </footer>
243
+
@@ -0,0 +1,112 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>Gemfile - RDoc Documentation</title>
8
+
9
+ <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
10
+
11
+ <script type="text/javascript">
12
+ var rdoc_rel_prefix = "./";
13
+ </script>
14
+
15
+ <script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
16
+ <script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
17
+ <script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
18
+ <script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
19
+ <script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
20
+ <script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
21
+
22
+
23
+ <body class="file">
24
+ <nav id="metadata">
25
+ <nav id="home-section" class="section">
26
+ <h3 class="section-header">
27
+ <a href="./index.html">Home</a>
28
+ <a href="./table_of_contents.html#classes">Classes</a>
29
+ <a href="./table_of_contents.html#methods">Methods</a>
30
+ </h3>
31
+ </nav>
32
+
33
+
34
+ <nav id="search-section" class="section project-section" class="initially-hidden">
35
+ <form action="#" method="get" accept-charset="utf-8">
36
+ <h3 class="section-header">
37
+ <input type="text" name="search" placeholder="Search" id="search-field"
38
+ title="Type to search, Up and Down to navigate, Enter to load">
39
+ </h3>
40
+ </form>
41
+
42
+ <ul id="search-results" class="initially-hidden"></ul>
43
+ </nav>
44
+
45
+
46
+ <div id="project-metadata">
47
+ <nav id="fileindex-section" class="section project-section">
48
+ <h3 class="section-header">Pages</h3>
49
+
50
+ <ul>
51
+
52
+ <li class="file"><a href="./Gemfile.html">Gemfile</a>
53
+
54
+ <li class="file"><a href="./Gemfile~.html">Gemfile~</a>
55
+
56
+ <li class="file"><a href="./README_rdoc.html">README</a>
57
+
58
+ <li class="file"><a href="./Rakefile.html">Rakefile</a>
59
+
60
+ <li class="file"><a href="./doc/README_rdoc.html">README</a>
61
+
62
+ </ul>
63
+ </nav>
64
+
65
+ <nav id="classindex-section" class="section project-section">
66
+ <h3 class="section-header">Class and Module Index</h3>
67
+
68
+ <ul class="link-list">
69
+
70
+ <li><a href="./Everything.html">Everything</a>
71
+
72
+ <li><a href="./Everything/Scaffold.html">Everything::Scaffold</a>
73
+
74
+ <li><a href="./The_silver_spoon.html">The_silver_spoon</a>
75
+
76
+ <li><a href="./The_silver_spoon/Install.html">The_silver_spoon::Install</a>
77
+
78
+ <li><a href="./<.html"><</a>
79
+
80
+ <li><a href="./ApplicationHelper.html">ApplicationHelper</a>
81
+
82
+ <li><a href="./Create.html">Create</a>
83
+
84
+ <li><a href="./FileUploader.html">FileUploader</a>
85
+
86
+ <li><a href="./Object.html">Object</a>
87
+
88
+ <li><a href="./Thesilverspoon.html">Thesilverspoon</a>
89
+
90
+ </ul>
91
+ </nav>
92
+
93
+ </div>
94
+ </nav>
95
+
96
+ <div id="documentation" class="description">
97
+
98
+ <p>source “<a href="http://rubygems.org">rubygems.org</a>”</p>
99
+
100
+ <p># Specify your gem’s dependencies in thesilverspoon.gemspec gem
101
+ ‘rails_admin’, :git =&gt; ‘git://github.com/sferik/rails_admin.git’ gemspec</p>
102
+
103
+ </div>
104
+
105
+
106
+
107
+ <footer id="validator-badges">
108
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
109
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
110
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
111
+ </footer>
112
+
@@ -0,0 +1,112 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>Gemfile~ - RDoc Documentation</title>
8
+
9
+ <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
10
+
11
+ <script type="text/javascript">
12
+ var rdoc_rel_prefix = "./";
13
+ </script>
14
+
15
+ <script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
16
+ <script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
17
+ <script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
18
+ <script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
19
+ <script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
20
+ <script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
21
+
22
+
23
+ <body class="file">
24
+ <nav id="metadata">
25
+ <nav id="home-section" class="section">
26
+ <h3 class="section-header">
27
+ <a href="./index.html">Home</a>
28
+ <a href="./table_of_contents.html#classes">Classes</a>
29
+ <a href="./table_of_contents.html#methods">Methods</a>
30
+ </h3>
31
+ </nav>
32
+
33
+
34
+ <nav id="search-section" class="section project-section" class="initially-hidden">
35
+ <form action="#" method="get" accept-charset="utf-8">
36
+ <h3 class="section-header">
37
+ <input type="text" name="search" placeholder="Search" id="search-field"
38
+ title="Type to search, Up and Down to navigate, Enter to load">
39
+ </h3>
40
+ </form>
41
+
42
+ <ul id="search-results" class="initially-hidden"></ul>
43
+ </nav>
44
+
45
+
46
+ <div id="project-metadata">
47
+ <nav id="fileindex-section" class="section project-section">
48
+ <h3 class="section-header">Pages</h3>
49
+
50
+ <ul>
51
+
52
+ <li class="file"><a href="./Gemfile.html">Gemfile</a>
53
+
54
+ <li class="file"><a href="./Gemfile~.html">Gemfile~</a>
55
+
56
+ <li class="file"><a href="./README_rdoc.html">README</a>
57
+
58
+ <li class="file"><a href="./Rakefile.html">Rakefile</a>
59
+
60
+ <li class="file"><a href="./doc/README_rdoc.html">README</a>
61
+
62
+ </ul>
63
+ </nav>
64
+
65
+ <nav id="classindex-section" class="section project-section">
66
+ <h3 class="section-header">Class and Module Index</h3>
67
+
68
+ <ul class="link-list">
69
+
70
+ <li><a href="./Everything.html">Everything</a>
71
+
72
+ <li><a href="./Everything/Scaffold.html">Everything::Scaffold</a>
73
+
74
+ <li><a href="./The_silver_spoon.html">The_silver_spoon</a>
75
+
76
+ <li><a href="./The_silver_spoon/Install.html">The_silver_spoon::Install</a>
77
+
78
+ <li><a href="./<.html"><</a>
79
+
80
+ <li><a href="./ApplicationHelper.html">ApplicationHelper</a>
81
+
82
+ <li><a href="./Create.html">Create</a>
83
+
84
+ <li><a href="./FileUploader.html">FileUploader</a>
85
+
86
+ <li><a href="./Object.html">Object</a>
87
+
88
+ <li><a href="./Thesilverspoon.html">Thesilverspoon</a>
89
+
90
+ </ul>
91
+ </nav>
92
+
93
+ </div>
94
+ </nav>
95
+
96
+ <div id="documentation" class="description">
97
+
98
+ <p>source “<a href="http://rubygems.org">rubygems.org</a>”</p>
99
+
100
+ <p># Specify your gem’s dependencies in thesilverspoon.gemspec gem
101
+ ‘rails_admin’, :git =&gt; ‘git://github.com/sferik/rails_admin.git’ gemspec</p>
102
+
103
+ </div>
104
+
105
+
106
+
107
+ <footer id="validator-badges">
108
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
109
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
110
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
111
+ </footer>
112
+