mountable_cms 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (106) hide show
  1. data/MIT-LICENSE +20 -0
  2. data/README.md +16 -0
  3. data/Rakefile +39 -0
  4. data/app/assets/javascripts/mountable_cms/application.js +9 -0
  5. data/app/assets/javascripts/mountable_cms/pages.js +4 -0
  6. data/app/assets/javascripts/mountable_cms/pages.js~ +4 -0
  7. data/app/assets/stylesheets/mountable_cms/application.css +7 -0
  8. data/app/assets/stylesheets/mountable_cms/pages.css.scss +39 -0
  9. data/app/assets/stylesheets/mountable_cms/pages.css.scss~ +33 -0
  10. data/app/assets/stylesheets/mountable_cms/pages.css~ +8 -0
  11. data/app/controllers/mountable_cms/application_controller.rb +4 -0
  12. data/app/controllers/mountable_cms/pages_controller.rb +56 -0
  13. data/app/controllers/mountable_cms/pages_controller.rb~ +4 -0
  14. data/app/helpers/mountable_cms/application_helper.rb +4 -0
  15. data/app/helpers/mountable_cms/pages_helper.rb +24 -0
  16. data/app/helpers/mountable_cms/pages_helper.rb~ +17 -0
  17. data/app/models/mountable_cms/page.rb +8 -0
  18. data/app/models/mountable_cms/page.rb~ +4 -0
  19. data/app/views/layouts/mountable_cms/application.html.haml +10 -0
  20. data/app/views/layouts/mountable_cms/application.html.haml~ +10 -0
  21. data/app/views/mountable_cms/pages/_form.html.haml +14 -0
  22. data/app/views/mountable_cms/pages/_form.html.haml~ +14 -0
  23. data/app/views/mountable_cms/pages/edit.html.haml +2 -0
  24. data/app/views/mountable_cms/pages/edit.html.haml~ +2 -0
  25. data/app/views/mountable_cms/pages/index.html.haml +18 -0
  26. data/app/views/mountable_cms/pages/index.html.haml~ +1 -0
  27. data/app/views/mountable_cms/pages/new.html.haml +2 -0
  28. data/app/views/mountable_cms/pages/new.html.haml~ +2 -0
  29. data/config/routes.rb +4 -0
  30. data/config/routes.rb~ +4 -0
  31. data/db/migrate/20120521104805_create_mountable_cms_pages.rb +11 -0
  32. data/lib/mountable_cms.rb +4 -0
  33. data/lib/mountable_cms/engine.rb +10 -0
  34. data/lib/mountable_cms/engine.rb~ +9 -0
  35. data/lib/mountable_cms/version.rb +3 -0
  36. data/lib/tasks/mountable_cms_tasks.rake +4 -0
  37. data/test/dummy/Rakefile +7 -0
  38. data/test/dummy/app/assets/javascripts/application.js +9 -0
  39. data/test/dummy/app/assets/stylesheets/application.css +7 -0
  40. data/test/dummy/app/controllers/application_controller.rb +3 -0
  41. data/test/dummy/app/helpers/application_helper.rb +2 -0
  42. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  43. data/test/dummy/config.ru +4 -0
  44. data/test/dummy/config/application.rb +45 -0
  45. data/test/dummy/config/boot.rb +10 -0
  46. data/test/dummy/config/database.yml +25 -0
  47. data/test/dummy/config/environment.rb +5 -0
  48. data/test/dummy/config/environments/development.rb +30 -0
  49. data/test/dummy/config/environments/production.rb +60 -0
  50. data/test/dummy/config/environments/test.rb +39 -0
  51. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  52. data/test/dummy/config/initializers/inflections.rb +10 -0
  53. data/test/dummy/config/initializers/mime_types.rb +5 -0
  54. data/test/dummy/config/initializers/secret_token.rb +7 -0
  55. data/test/dummy/config/initializers/session_store.rb +8 -0
  56. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  57. data/test/dummy/config/locales/en.yml +5 -0
  58. data/test/dummy/config/routes.rb +4 -0
  59. data/test/dummy/db/development.sqlite3 +0 -0
  60. data/test/dummy/db/migrate/20120521134944_create_mountable_cms_pages.rb +11 -0
  61. data/test/dummy/db/schema.rb +23 -0
  62. data/test/dummy/log/development.log +5394 -0
  63. data/test/dummy/public/404.html +26 -0
  64. data/test/dummy/public/422.html +26 -0
  65. data/test/dummy/public/500.html +26 -0
  66. data/test/dummy/public/favicon.ico +0 -0
  67. data/test/dummy/script/rails +6 -0
  68. data/test/dummy/tmp/cache/assets/C2E/E70/sprockets%2F244629dc72382f943792a75e1451e295 +3048 -0
  69. data/test/dummy/tmp/cache/assets/C84/DE0/sprockets%2F715d659ea5fa3c71433503a0983098e6 +12373 -0
  70. data/test/dummy/tmp/cache/assets/CB3/6D0/sprockets%2F6e6c30786a9378cb47d5e3561e32c401 +0 -0
  71. data/test/dummy/tmp/cache/assets/CD6/840/sprockets%2F87c676d41005221b3b9b84242e9bc1dd +0 -0
  72. data/test/dummy/tmp/cache/assets/CD9/E40/sprockets%2F566c80c3deac071c61851e1334d0e579 +0 -0
  73. data/test/dummy/tmp/cache/assets/CE3/C70/sprockets%2F0b2cfa91f89c2ad4a3584859542a8803 +0 -0
  74. data/test/dummy/tmp/cache/assets/CFA/240/sprockets%2F35a054e67624df5b1b0a6121b027be7f +0 -0
  75. data/test/dummy/tmp/cache/assets/D06/140/sprockets%2F95aaf408967e0f91fb5f122a4b64201a +0 -0
  76. data/test/dummy/tmp/cache/assets/D07/050/sprockets%2F339cb1b7b0750f3cf351e21776a570fe +0 -0
  77. data/test/dummy/tmp/cache/assets/D16/220/sprockets%2Fb3b6e90d80c526bec99b674e267206c5 +0 -0
  78. data/test/dummy/tmp/cache/assets/D23/3F0/sprockets%2F2e178f610e1cbad6c30bf4b5062d2330 +0 -0
  79. data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  80. data/test/dummy/tmp/cache/assets/D38/790/sprockets%2Fcb27da438d74b411b52962f86fad26a1 +0 -0
  81. data/test/dummy/tmp/cache/assets/D43/510/sprockets%2F290c407807c7f384a9fee7852aa0ea6b +0 -0
  82. data/test/dummy/tmp/cache/assets/D44/810/sprockets%2F5e148a60a47e203870ccf5c4def385e9 +84 -0
  83. data/test/dummy/tmp/cache/assets/D48/A30/sprockets%2Fe580af152f5c6e835305d3e59f0c7e7d +0 -0
  84. data/test/dummy/tmp/cache/assets/D52/F00/sprockets%2F1b3a577e87ba386a3f8e29ede078f096 +0 -0
  85. data/test/dummy/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4 +0 -0
  86. data/test/dummy/tmp/cache/assets/D59/C30/sprockets%2F1693c21ecc863f979db1678cade5985e +0 -0
  87. data/test/dummy/tmp/cache/assets/D69/F10/sprockets%2F214424fa1b99a35f5c9ccad38d60e70d +444 -0
  88. data/test/dummy/tmp/cache/assets/D6E/270/sprockets%2F74aef784bdd5560009a0e8afd8b233d6 +0 -0
  89. data/test/dummy/tmp/cache/assets/D74/520/sprockets%2Fd7bc5320571cd40537e76cf47fdf9c3b +0 -0
  90. data/test/dummy/tmp/cache/assets/D7A/BA0/sprockets%2Fb6178ecda81dcf8e9d20e883177a473a +0 -0
  91. data/test/dummy/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384 +0 -0
  92. data/test/dummy/tmp/cache/assets/D96/9A0/sprockets%2F355ff606efa21b832c0a56cd81fe1b4f +0 -0
  93. data/test/dummy/tmp/cache/assets/DC5/9A0/sprockets%2F71541ca0c61fc824f5b48c4cfd5c1cde +0 -0
  94. data/test/dummy/tmp/cache/assets/DD2/7B0/sprockets%2Fdb3c6daae7266da7f717c3ec98c7214c +0 -0
  95. data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  96. data/test/dummy/tmp/cache/assets/E5B/E70/sprockets%2Fb4fefca484ce24afc83cd35bafa8a771 +3052 -0
  97. data/test/dummy/tmp/cache/assets/E90/770/sprockets%2Faebbdd7bbc4ef96d479aff10266e4dcb +439 -0
  98. data/test/dummy/tmp/pids/server.pid +1 -0
  99. data/test/fixtures/mountable_cms/pages.yml +11 -0
  100. data/test/functional/mountable_cms/pages_controller_test.rb +9 -0
  101. data/test/integration/navigation_test.rb +10 -0
  102. data/test/mountable_cms_test.rb +7 -0
  103. data/test/test_helper.rb +10 -0
  104. data/test/unit/helpers/mountable_cms/pages_helper_test.rb +6 -0
  105. data/test/unit/mountable_cms/page_test.rb +9 -0
  106. metadata +325 -0
@@ -0,0 +1,439 @@
1
+ o: ActiveSupport::Cache::Entry :@expires_in0:@compressedF: @value{ " lengthi�(" source"�(/* -------------------------------------------------------------------------------------------------
2
+
3
+ It's *strongly* suggested that you don't modify this file. Instead, load a new stylesheet after
4
+ this one in your layouts (eg formtastic_changes.css) and override the styles to suit your needs.
5
+ This will allow you to update formtastic.css with new releases without clobbering your own changes.
6
+
7
+ This stylesheet forms part of the Formtastic Rails Plugin
8
+ (c) 2008-2011 Justin French
9
+
10
+ --------------------------------------------------------------------------------------------------*/
11
+
12
+ /* NORMALIZE AND RESET - obviously inspired by Yahoo's reset.css, but scoped to just .formtastic
13
+ --------------------------------------------------------------------------------------------------*/
14
+
15
+ .formtastic,
16
+ .formtastic ul,
17
+ .formtastic ol,
18
+ .formtastic li,
19
+ .formtastic fieldset,
20
+ .formtastic legend,
21
+ .formtastic input,
22
+ .formtastic button,
23
+ .formtastic textarea,
24
+ .formtastic select,
25
+ .formtastic p {
26
+ margin:0;
27
+ padding:0;
28
+ }
29
+
30
+ .formtastic fieldset {
31
+ border:0;
32
+ }
33
+
34
+ .formtastic em,
35
+ .formtastic strong {
36
+ font-style:normal;
37
+ font-weight:normal;
38
+ }
39
+
40
+ .formtastic ol,
41
+ .formtastic ul {
42
+ list-style:none;
43
+ }
44
+
45
+ .formtastic abbr,
46
+ .formtastic acronym {
47
+ border:0;
48
+ font-variant:normal;
49
+ }
50
+
51
+ .formtastic input,
52
+ .formtastic button,
53
+ .formtastic textarea {
54
+ font-family:sans-serif;
55
+ font-size:inherit;
56
+ font-weight:inherit;
57
+ }
58
+
59
+ .formtastic input,
60
+ .formtastic textarea,
61
+ .formtastic select {
62
+ font-size:100%;
63
+ }
64
+
65
+ .formtastic legend {
66
+ white-space:normal;
67
+ color:#000;
68
+ }
69
+
70
+
71
+ /* SEMANTIC ERRORS
72
+ --------------------------------------------------------------------------------------------------*/
73
+ .formtastic .errors {
74
+ color:#cc0000;
75
+ margin:0.5em 0 1.5em 25%;
76
+ list-style:square;
77
+ }
78
+
79
+ .formtastic .errors li {
80
+ padding:0;
81
+ border:none;
82
+ display:list-item;
83
+ }
84
+
85
+
86
+ /* BUTTONS & ACTIONS
87
+ --------------------------------------------------------------------------------------------------*/
88
+ .formtastic .buttons,
89
+ .formtastic .actions {
90
+ overflow:hidden; /* clear containing floats */
91
+ padding-left:25%;
92
+ }
93
+
94
+ .formtastic .button,
95
+ .formtastic .action {
96
+ float:left;
97
+ padding-right:0.5em;
98
+ }
99
+
100
+ .formtastic .button_action button {
101
+ padding:3px 8px;
102
+ }
103
+
104
+ .formtastic .link_action a {
105
+ display:block;
106
+ padding:3px 0;
107
+ }
108
+
109
+
110
+ /* INPUTS
111
+ --------------------------------------------------------------------------------------------------*/
112
+ .formtastic .inputs {
113
+ overflow:hidden; /* clear containing floats */
114
+ }
115
+
116
+ .formtastic .input {
117
+ overflow:hidden; /* clear containing floats */
118
+ padding:0.5em 0; /* padding and negative margin juggling is for Firefox */
119
+ margin-top:-0.5em;
120
+ margin-bottom:1em;
121
+ }
122
+
123
+
124
+ /* LEFT ALIGNED LABELS
125
+ --------------------------------------------------------------------------------------------------*/
126
+ .formtastic .input .label {
127
+ display:block;
128
+ width:25%;
129
+ float:left;
130
+ padding-top:.2em;
131
+ }
132
+
133
+ .formtastic .fragments .label,
134
+ .formtastic .choices .label {
135
+ position:absolute;
136
+ width:95%;
137
+ left:0px;
138
+ }
139
+
140
+ .formtastic .fragments .label label,
141
+ .formtastic .choices .label label {
142
+ position:absolute;
143
+ }
144
+
145
+ /* NESTED FIELDSETS AND LEGENDS (radio, check boxes and date/time inputs use nested fieldsets)
146
+ --------------------------------------------------------------------------------------------------*/
147
+ .formtastic .choices {
148
+ position:relative;
149
+ }
150
+
151
+ .formtastic .choices-group {
152
+ float:left;
153
+ width:74%;
154
+ margin:0;
155
+ padding:0 0 0 25%;
156
+ }
157
+
158
+ .formtastic .choice {
159
+ padding:0;
160
+ border:0;
161
+ }
162
+
163
+
164
+ /* INLINE HINTS
165
+ --------------------------------------------------------------------------------------------------*/
166
+ .formtastic .input .inline-hints {
167
+ color:#666;
168
+ margin:0.5em 0 0 25%;
169
+ }
170
+
171
+
172
+ /* INLINE ERRORS
173
+ --------------------------------------------------------------------------------------------------*/
174
+ .formtastic .inline-errors {
175
+ color:#cc0000;
176
+ margin:0.5em 0 0 25%;
177
+ }
178
+
179
+ .formtastic .errors {
180
+ color:#cc0000;
181
+ margin:0.5em 0 0 25%;
182
+ list-style:square;
183
+ }
184
+
185
+ .formtastic .errors li {
186
+ padding:0;
187
+ border:none;
188
+ display:list-item;
189
+ }
190
+
191
+
192
+ /* STRING, NUMERIC, PASSWORD, EMAIL, URL, PHONE, SEARCH (ETC) OVERRIDES
193
+ --------------------------------------------------------------------------------------------------*/
194
+ .formtastic .stringish input {
195
+ width:72%;
196
+ }
197
+
198
+ .formtastic .stringish input[size] {
199
+ width:auto;
200
+ max-width:72%;
201
+ }
202
+
203
+
204
+ /* TEXTAREA OVERRIDES
205
+ --------------------------------------------------------------------------------------------------*/
206
+ .formtastic .text textarea {
207
+ width:72%;
208
+ }
209
+
210
+ .formtastic .text textarea[cols] {
211
+ width:auto;
212
+ max-width:72%;
213
+ }
214
+
215
+
216
+ /* HIDDEN OVERRIDES
217
+ --------------------------------------------------------------------------------------------------*/
218
+ .formtastic .hidden {
219
+ display:none;
220
+ }
221
+
222
+
223
+ /* BOOLEAN LABELS
224
+ --------------------------------------------------------------------------------------------------*/
225
+ .formtastic .boolean label {
226
+ padding-left:25%;
227
+ display:block;
228
+ }
229
+
230
+
231
+ /* CHOICE GROUPS
232
+ --------------------------------------------------------------------------------------------------*/
233
+ .formtastic .choices-group {
234
+ margin-bottom:-0.5em;
235
+ }
236
+
237
+ .formtastic .choice {
238
+ margin:0.1em 0 0.5em 0;
239
+ }
240
+
241
+ .formtastic .choice label {
242
+ float:none;
243
+ width:100%;
244
+ line-height:100%;
245
+ padding-top:0;
246
+ margin-bottom:0.6em;
247
+ }
248
+
249
+
250
+ /* ADJUSTMENTS FOR INPUTS INSIDE LABELS (boolean input, radio input, check_boxes input)
251
+ --------------------------------------------------------------------------------------------------*/
252
+ .formtastic .choice label input,
253
+ .formtastic .boolean label input {
254
+ margin:0 0.3em 0 0.1em;
255
+ line-height:100%;
256
+ }
257
+
258
+
259
+ /* FRAGMENTED INPUTS (DATE/TIME/DATETIME)
260
+ --------------------------------------------------------------------------------------------------*/
261
+ .formtastic .fragments {
262
+ position:relative;
263
+ }
264
+
265
+ .formtastic .fragments-group {
266
+ float:left;
267
+ width:74%;
268
+ margin:0;
269
+ padding:0 0 0 25%;
270
+ }
271
+
272
+ .formtastic .fragment {
273
+ float:left;
274
+ width:auto;
275
+ margin:0 .3em 0 0;
276
+ padding:0;
277
+ border:0;
278
+ }
279
+
280
+ .formtastic .fragment label {
281
+ display:none;
282
+ }
283
+
284
+ .formtastic .fragment label input {
285
+ display:inline;
286
+ margin:0;
287
+ padding:0;
288
+ }
289
+
290
+ .CodeMirror {
291
+ line-height: 1em;
292
+ font-family: monospace;
293
+ }
294
+
295
+ .CodeMirror-scroll {
296
+ overflow: auto;
297
+ height: 300px;
298
+ /* This is needed to prevent an IE[67] bug where the scrolled content
299
+ is visible outside of the scrolling box. */
300
+ position: relative;
301
+ outline: none;
302
+ }
303
+
304
+ .CodeMirror-gutter {
305
+ position: absolute; left: 0; top: 0;
306
+ z-index: 10;
307
+ background-color: #f7f7f7;
308
+ border-right: 1px solid #eee;
309
+ min-width: 2em;
310
+ height: 100%;
311
+ }
312
+ .CodeMirror-gutter-text {
313
+ color: #aaa;
314
+ text-align: right;
315
+ padding: .4em .2em .4em .4em;
316
+ white-space: pre !important;
317
+ }
318
+ .CodeMirror-lines {
319
+ padding: .4em;
320
+ white-space: pre;
321
+ }
322
+
323
+ .CodeMirror pre {
324
+ -moz-border-radius: 0;
325
+ -webkit-border-radius: 0;
326
+ -o-border-radius: 0;
327
+ border-radius: 0;
328
+ border-width: 0; margin: 0; padding: 0; background: transparent;
329
+ font-family: inherit;
330
+ font-size: inherit;
331
+ padding: 0; margin: 0;
332
+ white-space: pre;
333
+ word-wrap: normal;
334
+ line-height: inherit;
335
+ }
336
+
337
+ .CodeMirror-wrap pre {
338
+ word-wrap: break-word;
339
+ white-space: pre-wrap;
340
+ word-break: normal;
341
+ }
342
+ .CodeMirror-wrap .CodeMirror-scroll {
343
+ overflow-x: hidden;
344
+ }
345
+
346
+ .CodeMirror textarea {
347
+ outline: none !important;
348
+ }
349
+
350
+ .CodeMirror pre.CodeMirror-cursor {
351
+ z-index: 10;
352
+ position: absolute;
353
+ visibility: hidden;
354
+ border-left: 1px solid black;
355
+ border-right:none;
356
+ width:0;
357
+ }
358
+ .CodeMirror pre.CodeMirror-cursor.CodeMirror-overwrite {}
359
+ .CodeMirror-focused pre.CodeMirror-cursor {
360
+ visibility: visible;
361
+ }
362
+
363
+ div.CodeMirror-selected { background: #d9d9d9; }
364
+ .CodeMirror-focused div.CodeMirror-selected { background: #d7d4f0; }
365
+
366
+ .CodeMirror-searching {
367
+ background: #ffa;
368
+ background: rgba(255, 255, 0, .4);
369
+ }
370
+
371
+ /* Default theme */
372
+
373
+ .cm-s-default span.cm-keyword {color: #708;}
374
+ .cm-s-default span.cm-atom {color: #219;}
375
+ .cm-s-default span.cm-number {color: #164;}
376
+ .cm-s-default span.cm-def {color: #00f;}
377
+ .cm-s-default span.cm-variable {color: black;}
378
+ .cm-s-default span.cm-variable-2 {color: #05a;}
379
+ .cm-s-default span.cm-variable-3 {color: #085;}
380
+ .cm-s-default span.cm-property {color: black;}
381
+ .cm-s-default span.cm-operator {color: black;}
382
+ .cm-s-default span.cm-comment {color: #a50;}
383
+ .cm-s-default span.cm-string {color: #a11;}
384
+ .cm-s-default span.cm-string-2 {color: #f50;}
385
+ .cm-s-default span.cm-meta {color: #555;}
386
+ .cm-s-default span.cm-error {color: #f00;}
387
+ .cm-s-default span.cm-qualifier {color: #555;}
388
+ .cm-s-default span.cm-builtin {color: #30a;}
389
+ .cm-s-default span.cm-bracket {color: #cc7;}
390
+ .cm-s-default span.cm-tag {color: #170;}
391
+ .cm-s-default span.cm-attribute {color: #00c;}
392
+ .cm-s-default span.cm-header {color: #a0a;}
393
+ .cm-s-default span.cm-quote {color: #090;}
394
+ .cm-s-default span.cm-hr {color: #999;}
395
+ .cm-s-default span.cm-link {color: #00c;}
396
+
397
+ span.cm-header, span.cm-strong {font-weight: bold;}
398
+ span.cm-em {font-style: italic;}
399
+ span.cm-emstrong {font-style: italic; font-weight: bold;}
400
+ span.cm-link {text-decoration: underline;}
401
+
402
+ div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
403
+ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
404
+ .cm-s-neat span.cm-comment { color: #a86; }
405
+ .cm-s-neat span.cm-keyword { line-height: 1em; font-weight: bold; color: blue; }
406
+ .cm-s-neat span.cm-string { color: #a22; }
407
+ .cm-s-neat span.cm-builtin { line-height: 1em; font-weight: bold; color: #077; }
408
+ .cm-s-neat span.cm-special { line-height: 1em; font-weight: bold; color: #0aa; }
409
+ .cm-s-neat span.cm-variable { color: black; }
410
+ .cm-s-neat span.cm-number, .cm-s-neat span.cm-atom { color: #3a3; }
411
+ .cm-s-neat span.cm-meta {color: #555;}
412
+ .cm-s-neat span.cm-link { color: #3a3; }
413
+ /*
414
+ Place all the styles related to the matching controller here.
415
+ They will automatically be included in application.css.
416
+
417
+ */
418
+ body#mountable_cms {
419
+ font-family: Verdana, Helvetica, Arial, Sans-Serif;
420
+ background-color: Azure;
421
+ color: CornflowerBlue;
422
+ margin: 0; }
423
+ body#mountable_cms h1 {
424
+ background-color: CornflowerBlue;
425
+ color: Azure;
426
+ margin: 0;
427
+ padding: 30px; }
428
+ body#mountable_cms .wrapper {
429
+ padding: 30px; }
430
+ body#mountable_cms table {
431
+ width: 100%; }
432
+ body#mountable_cms table th {
433
+ border-bottom: 2px solid CornflowerBlue; }
434
+ body#mountable_cms table tr:nth-child(odd) td {
435
+ background-color: GhostWhite; }
436
+ body#mountable_cms .CodeMirror-scroll {
437
+ border: 1px solid CornflowerBlue;
438
+ background-color: GhostWhite; }
439
+ " digest"%b61004f9b4b9e1fad4b1987ce4ee877d"
@@ -0,0 +1 @@
1
+ 11245
@@ -0,0 +1,11 @@
1
+ # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
2
+
3
+ one:
4
+ path: MyString
5
+ handler: MyString
6
+ content: MyText
7
+
8
+ two:
9
+ path: MyString
10
+ handler: MyString
11
+ content: MyText