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,12 @@
1
+ * this is a list with three paragraphs in
2
+ the first item. This is the first paragraph.
3
+
4
+ And this is the second paragraph.
5
+
6
+ 1. This is an indented, numbered list.
7
+ 2. This is the second item in that list
8
+
9
+ This is the third conventional paragraph in the
10
+ first list item.
11
+
12
+ * This is the second item in the original list
@@ -0,0 +1,145 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>module &lt; - 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="module">
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/helper.rb
51
+ </ul>
52
+ </nav>
53
+
54
+
55
+ </div>
56
+
57
+ <div id="class-metadata">
58
+
59
+
60
+
61
+
62
+ </div>
63
+
64
+ <div id="project-metadata">
65
+ <nav id="fileindex-section" class="section project-section">
66
+ <h3 class="section-header">Pages</h3>
67
+
68
+ <ul>
69
+
70
+ <li class="file"><a href="./Gemfile.html">Gemfile</a>
71
+
72
+ <li class="file"><a href="./Gemfile~.html">Gemfile~</a>
73
+
74
+ <li class="file"><a href="./README_rdoc.html">README</a>
75
+
76
+ <li class="file"><a href="./Rakefile.html">Rakefile</a>
77
+
78
+ <li class="file"><a href="./doc/README_rdoc.html">README</a>
79
+
80
+ </ul>
81
+ </nav>
82
+
83
+ <nav id="classindex-section" class="section project-section">
84
+ <h3 class="section-header">Class and Module Index</h3>
85
+
86
+ <ul class="link-list">
87
+
88
+ <li><a href="./Everything.html">Everything</a>
89
+
90
+ <li><a href="./Everything/Scaffold.html">Everything::Scaffold</a>
91
+
92
+ <li><a href="./The_silver_spoon.html">The_silver_spoon</a>
93
+
94
+ <li><a href="./The_silver_spoon/Install.html">The_silver_spoon::Install</a>
95
+
96
+ <li><a href="./<.html"><</a>
97
+
98
+ <li><a href="./ApplicationHelper.html">ApplicationHelper</a>
99
+
100
+ <li><a href="./Create.html">Create</a>
101
+
102
+ <li><a href="./FileUploader.html">FileUploader</a>
103
+
104
+ <li><a href="./Object.html">Object</a>
105
+
106
+ <li><a href="./Thesilverspoon.html">Thesilverspoon</a>
107
+
108
+ </ul>
109
+ </nav>
110
+
111
+ </div>
112
+ </nav>
113
+
114
+ <div id="documentation">
115
+ <h1 class="module">module <</h1>
116
+
117
+ <div id="description" class="description">
118
+
119
+ </div><!-- description -->
120
+
121
+
122
+
123
+
124
+ <section id="5Buntitled-5D" class="documentation-section">
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+ <!-- Methods -->
134
+
135
+ </section><!-- 5Buntitled-5D -->
136
+
137
+ </div><!-- documentation -->
138
+
139
+
140
+ <footer id="validator-badges">
141
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
142
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
143
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
144
+ </footer>
145
+
@@ -0,0 +1,255 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>module ApplicationHelper - 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="module">
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/application_helper.rb
51
+ </ul>
52
+ </nav>
53
+
54
+
55
+ </div>
56
+
57
+ <div id="class-metadata">
58
+
59
+
60
+
61
+ <!-- Method Quickref -->
62
+ <nav id="method-list-section" class="section">
63
+ <h3 class="section-header">Methods</h3>
64
+
65
+ <ul class="link-list">
66
+
67
+ <li><a href="#method-i-devise_mapping">#devise_mapping</a>
68
+
69
+ <li><a href="#method-i-resource">#resource</a>
70
+
71
+ <li><a href="#method-i-resource_name">#resource_name</a>
72
+
73
+ </ul>
74
+ </nav>
75
+
76
+ </div>
77
+
78
+ <div id="project-metadata">
79
+ <nav id="fileindex-section" class="section project-section">
80
+ <h3 class="section-header">Pages</h3>
81
+
82
+ <ul>
83
+
84
+ <li class="file"><a href="./Gemfile.html">Gemfile</a>
85
+
86
+ <li class="file"><a href="./Gemfile~.html">Gemfile~</a>
87
+
88
+ <li class="file"><a href="./README_rdoc.html">README</a>
89
+
90
+ <li class="file"><a href="./Rakefile.html">Rakefile</a>
91
+
92
+ <li class="file"><a href="./doc/README_rdoc.html">README</a>
93
+
94
+ </ul>
95
+ </nav>
96
+
97
+ <nav id="classindex-section" class="section project-section">
98
+ <h3 class="section-header">Class and Module Index</h3>
99
+
100
+ <ul class="link-list">
101
+
102
+ <li><a href="./Everything.html">Everything</a>
103
+
104
+ <li><a href="./Everything/Scaffold.html">Everything::Scaffold</a>
105
+
106
+ <li><a href="./The_silver_spoon.html">The_silver_spoon</a>
107
+
108
+ <li><a href="./The_silver_spoon/Install.html">The_silver_spoon::Install</a>
109
+
110
+ <li><a href="./<.html"><</a>
111
+
112
+ <li><a href="./ApplicationHelper.html">ApplicationHelper</a>
113
+
114
+ <li><a href="./Create.html">Create</a>
115
+
116
+ <li><a href="./FileUploader.html">FileUploader</a>
117
+
118
+ <li><a href="./Object.html">Object</a>
119
+
120
+ <li><a href="./Thesilverspoon.html">Thesilverspoon</a>
121
+
122
+ </ul>
123
+ </nav>
124
+
125
+ </div>
126
+ </nav>
127
+
128
+ <div id="documentation">
129
+ <h1 class="module">module ApplicationHelper</h1>
130
+
131
+ <div id="description" class="description">
132
+
133
+ </div><!-- description -->
134
+
135
+
136
+
137
+
138
+ <section id="5Buntitled-5D" class="documentation-section">
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+ <!-- Methods -->
148
+
149
+ <section id="public-instance-5Buntitled-5D-method-details" class="method-section section">
150
+ <h3 class="section-header">Public Instance Methods</h3>
151
+
152
+
153
+ <div id="method-i-devise_mapping" class="method-detail ">
154
+
155
+ <div class="method-heading">
156
+ <span class="method-name">devise_mapping</span><span
157
+ class="method-args">()</span>
158
+ <span class="method-click-advice">click to toggle source</span>
159
+ </div>
160
+
161
+
162
+ <div class="method-description">
163
+
164
+
165
+
166
+
167
+
168
+ <div class="method-source-code" id="devise_mapping-source">
169
+ <pre><span class="ruby-comment"># File lib/templates/application_helper.rb, line 10</span>
170
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">devise_mapping</span>
171
+ <span class="ruby-ivar">@devise_mapping</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">Devise</span>.<span class="ruby-identifier">mappings</span>[<span class="ruby-value">:user</span>]
172
+ <span class="ruby-keyword">end</span></pre>
173
+ </div><!-- devise_mapping-source -->
174
+
175
+ </div>
176
+
177
+
178
+
179
+
180
+ </div><!-- devise_mapping-method -->
181
+
182
+
183
+ <div id="method-i-resource" class="method-detail ">
184
+
185
+ <div class="method-heading">
186
+ <span class="method-name">resource</span><span
187
+ class="method-args">()</span>
188
+ <span class="method-click-advice">click to toggle source</span>
189
+ </div>
190
+
191
+
192
+ <div class="method-description">
193
+
194
+
195
+
196
+
197
+
198
+ <div class="method-source-code" id="resource-source">
199
+ <pre><span class="ruby-comment"># File lib/templates/application_helper.rb, line 6</span>
200
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">resource</span>
201
+ <span class="ruby-ivar">@resource</span> <span class="ruby-operator">||=</span> <span class="ruby-constant">User</span>.<span class="ruby-identifier">new</span>
202
+ <span class="ruby-keyword">end</span></pre>
203
+ </div><!-- resource-source -->
204
+
205
+ </div>
206
+
207
+
208
+
209
+
210
+ </div><!-- resource-method -->
211
+
212
+
213
+ <div id="method-i-resource_name" class="method-detail ">
214
+
215
+ <div class="method-heading">
216
+ <span class="method-name">resource_name</span><span
217
+ class="method-args">()</span>
218
+ <span class="method-click-advice">click to toggle source</span>
219
+ </div>
220
+
221
+
222
+ <div class="method-description">
223
+
224
+
225
+
226
+
227
+
228
+ <div class="method-source-code" id="resource_name-source">
229
+ <pre><span class="ruby-comment"># File lib/templates/application_helper.rb, line 2</span>
230
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">resource_name</span>
231
+ <span class="ruby-value">:user</span>
232
+ <span class="ruby-keyword">end</span></pre>
233
+ </div><!-- resource_name-source -->
234
+
235
+ </div>
236
+
237
+
238
+
239
+
240
+ </div><!-- resource_name-method -->
241
+
242
+
243
+ </section><!-- public-instance-method-details -->
244
+
245
+ </section><!-- 5Buntitled-5D -->
246
+
247
+ </div><!-- documentation -->
248
+
249
+
250
+ <footer id="validator-badges">
251
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
252
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
253
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
254
+ </footer>
255
+
@@ -0,0 +1,151 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>class Create - 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/migration.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">%= class_name.pluralize.delete('::') %> < ActiveRecord::Migration def self.up create_table :<%= table_name || plural_name.split('/').last %> do |t| <%- for attribute in model_attributes -%> t.<%= attribute.type %> :<%= attribute.name %> <%- end -%> <%- unless options[:skip_timestamps] -%> t.timestamps <%- end -%> end end def self.down drop_table :<%= table_name || plural_name.split('/').last %> end end
63
+
64
+ </nav>
65
+
66
+
67
+
68
+ </div>
69
+
70
+ <div id="project-metadata">
71
+ <nav id="fileindex-section" class="section project-section">
72
+ <h3 class="section-header">Pages</h3>
73
+
74
+ <ul>
75
+
76
+ <li class="file"><a href="./Gemfile.html">Gemfile</a>
77
+
78
+ <li class="file"><a href="./Gemfile~.html">Gemfile~</a>
79
+
80
+ <li class="file"><a href="./README_rdoc.html">README</a>
81
+
82
+ <li class="file"><a href="./Rakefile.html">Rakefile</a>
83
+
84
+ <li class="file"><a href="./doc/README_rdoc.html">README</a>
85
+
86
+ </ul>
87
+ </nav>
88
+
89
+ <nav id="classindex-section" class="section project-section">
90
+ <h3 class="section-header">Class and Module Index</h3>
91
+
92
+ <ul class="link-list">
93
+
94
+ <li><a href="./Everything.html">Everything</a>
95
+
96
+ <li><a href="./Everything/Scaffold.html">Everything::Scaffold</a>
97
+
98
+ <li><a href="./The_silver_spoon.html">The_silver_spoon</a>
99
+
100
+ <li><a href="./The_silver_spoon/Install.html">The_silver_spoon::Install</a>
101
+
102
+ <li><a href="./<.html"><</a>
103
+
104
+ <li><a href="./ApplicationHelper.html">ApplicationHelper</a>
105
+
106
+ <li><a href="./Create.html">Create</a>
107
+
108
+ <li><a href="./FileUploader.html">FileUploader</a>
109
+
110
+ <li><a href="./Object.html">Object</a>
111
+
112
+ <li><a href="./Thesilverspoon.html">Thesilverspoon</a>
113
+
114
+ </ul>
115
+ </nav>
116
+
117
+ </div>
118
+ </nav>
119
+
120
+ <div id="documentation">
121
+ <h1 class="class">class Create</h1>
122
+
123
+ <div id="description" class="description">
124
+
125
+ </div><!-- description -->
126
+
127
+
128
+
129
+
130
+ <section id="5Buntitled-5D" class="documentation-section">
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+
139
+ <!-- Methods -->
140
+
141
+ </section><!-- 5Buntitled-5D -->
142
+
143
+ </div><!-- documentation -->
144
+
145
+
146
+ <footer id="validator-badges">
147
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
148
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
149
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
150
+ </footer>
151
+