simple_markdown 0.0.0 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +20 -0
  3. data/README.rdoc +3 -0
  4. data/Rakefile +34 -0
  5. data/lib/simple_markdown.rb +2 -0
  6. data/lib/simple_markdown/action_view/helpers.rb +93 -0
  7. data/lib/simple_markdown/railtie.rb +9 -0
  8. data/lib/simple_markdown/version.rb +3 -0
  9. data/lib/tasks/simple_markdown_tasks.rake +4 -0
  10. data/test/dummy/README.rdoc +28 -0
  11. data/test/dummy/Rakefile +6 -0
  12. data/test/dummy/app/assets/javascripts/application.js +13 -0
  13. data/test/dummy/app/assets/javascripts/post.js +2 -0
  14. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  15. data/test/dummy/app/assets/stylesheets/post.css +4 -0
  16. data/test/dummy/app/controllers/application_controller.rb +5 -0
  17. data/test/dummy/app/controllers/post_controller.rb +4 -0
  18. data/test/dummy/app/helpers/application_helper.rb +2 -0
  19. data/test/dummy/app/helpers/post_helper.rb +2 -0
  20. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  21. data/test/dummy/app/views/post/index.html.erb +1 -0
  22. data/test/dummy/bin/bundle +3 -0
  23. data/test/dummy/bin/rails +4 -0
  24. data/test/dummy/bin/rake +4 -0
  25. data/test/dummy/bin/setup +29 -0
  26. data/test/dummy/config.ru +4 -0
  27. data/test/dummy/config/application.rb +26 -0
  28. data/test/dummy/config/boot.rb +5 -0
  29. data/test/dummy/config/database.yml +25 -0
  30. data/test/dummy/config/environment.rb +5 -0
  31. data/test/dummy/config/environments/development.rb +41 -0
  32. data/test/dummy/config/environments/production.rb +79 -0
  33. data/test/dummy/config/environments/test.rb +42 -0
  34. data/test/dummy/config/initializers/assets.rb +11 -0
  35. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  36. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  37. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  38. data/test/dummy/config/initializers/inflections.rb +16 -0
  39. data/test/dummy/config/initializers/mime_types.rb +4 -0
  40. data/test/dummy/config/initializers/session_store.rb +3 -0
  41. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  42. data/test/dummy/config/locales/en.yml +23 -0
  43. data/test/dummy/config/routes.rb +56 -0
  44. data/test/dummy/config/secrets.yml +22 -0
  45. data/test/dummy/db/development.sqlite3 +0 -0
  46. data/test/dummy/db/schema.rb +16 -0
  47. data/test/dummy/db/test.sqlite3 +0 -0
  48. data/test/dummy/log/development.log +190 -0
  49. data/test/dummy/log/test.log +318 -0
  50. data/test/dummy/public/404.html +67 -0
  51. data/test/dummy/public/422.html +67 -0
  52. data/test/dummy/public/500.html +66 -0
  53. data/test/dummy/public/favicon.ico +0 -0
  54. data/test/dummy/test/controllers/post_controller_test.rb +7 -0
  55. data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  56. data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  57. data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  58. data/test/dummy/tmp/cache/assets/development/sprockets/57efcd641a4f06f24e0b64ef86b2179b +0 -0
  59. data/test/dummy/tmp/cache/assets/development/sprockets/603ee1f4cb16b0b11627367ce772e18b +0 -0
  60. data/test/dummy/tmp/cache/assets/development/sprockets/ba003a30a920e6e3704bd61fbb6d5b3d +0 -0
  61. data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  62. data/test/dummy/tmp/cache/assets/development/sprockets/d3839e66c76c6a47fa5d590f5997cb3a +0 -0
  63. data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  64. data/test/dummy/tmp/cache/assets/development/sprockets/d7ba644103566f0c17bba4ca4edeee6a +0 -0
  65. data/test/dummy/tmp/cache/assets/development/sprockets/e4c9f657a03eb67c19f76776e23049b9 +0 -0
  66. data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  67. data/test/simple_markdown_test.rb +15 -0
  68. data/test/test_helper.rb +19 -0
  69. metadata +162 -7
@@ -0,0 +1,318 @@
1
+  (0.2ms) begin transaction
2
+ ---------------------------------
3
+ SimpleMarkdownTest: test_markdown
4
+ ---------------------------------
5
+  (0.5ms) rollback transaction
6
+  (0.1ms) begin transaction
7
+ ------------------------------
8
+ SimpleMarkdownTest: test_truth
9
+ ------------------------------
10
+  (0.1ms) rollback transaction
11
+  (0.2ms) begin transaction
12
+ ---------------------------------
13
+ SimpleMarkdownTest: test_markdown
14
+ ---------------------------------
15
+  (0.1ms) rollback transaction
16
+  (0.1ms) begin transaction
17
+ ------------------------------
18
+ SimpleMarkdownTest: test_truth
19
+ ------------------------------
20
+  (0.1ms) rollback transaction
21
+  (0.1ms) begin transaction
22
+ ---------------------------------
23
+ SimpleMarkdownTest: test_markdown
24
+ ---------------------------------
25
+  (0.1ms) rollback transaction
26
+  (0.1ms) begin transaction
27
+ ------------------------------
28
+ SimpleMarkdownTest: test_truth
29
+ ------------------------------
30
+  (0.0ms) rollback transaction
31
+  (0.1ms) begin transaction
32
+ ------------------------------
33
+ SimpleMarkdownTest: test_truth
34
+ ------------------------------
35
+  (0.1ms) rollback transaction
36
+  (0.1ms) begin transaction
37
+ ---------------------------------
38
+ SimpleMarkdownTest: test_markdown
39
+ ---------------------------------
40
+  (0.0ms) rollback transaction
41
+  (0.3ms) begin transaction
42
+ ------------------------------
43
+ SimpleMarkdownTest: test_truth
44
+ ------------------------------
45
+  (0.1ms) rollback transaction
46
+  (0.1ms) begin transaction
47
+ ---------------------------------
48
+ SimpleMarkdownTest: test_markdown
49
+ ---------------------------------
50
+  (0.1ms) rollback transaction
51
+  (0.2ms) begin transaction
52
+ ---------------------------------
53
+ SimpleMarkdownTest: test_markdown
54
+ ---------------------------------
55
+  (0.1ms) rollback transaction
56
+  (0.1ms) begin transaction
57
+ ------------------------------
58
+ SimpleMarkdownTest: test_truth
59
+ ------------------------------
60
+  (0.1ms) rollback transaction
61
+  (0.2ms) begin transaction
62
+ ---------------------------------
63
+ SimpleMarkdownTest: test_markdown
64
+ ---------------------------------
65
+  (0.1ms) rollback transaction
66
+  (0.1ms) begin transaction
67
+ ------------------------------
68
+ SimpleMarkdownTest: test_truth
69
+ ------------------------------
70
+  (0.1ms) rollback transaction
71
+  (0.2ms) begin transaction
72
+ ---------------------------------
73
+ SimpleMarkdownTest: test_markdown
74
+ ---------------------------------
75
+  (0.1ms) rollback transaction
76
+  (0.1ms) begin transaction
77
+ ------------------------------
78
+ SimpleMarkdownTest: test_truth
79
+ ------------------------------
80
+  (0.1ms) rollback transaction
81
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
82
+  (0.1ms) select sqlite_version(*)
83
+  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
84
+  (0.1ms) SELECT version FROM "schema_migrations"
85
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
86
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
87
+  (0.3ms) begin transaction
88
+ ---------------------------------
89
+ SimpleMarkdownTest: test_markdown
90
+ ---------------------------------
91
+  (0.1ms) rollback transaction
92
+  (0.1ms) begin transaction
93
+ ------------------------------
94
+ SimpleMarkdownTest: test_truth
95
+ ------------------------------
96
+  (0.1ms) rollback transaction
97
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
98
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
99
+  (0.1ms) select sqlite_version(*)
100
+  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
101
+  (0.1ms) SELECT version FROM "schema_migrations"
102
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
103
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
104
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
105
+  (7.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
106
+  (0.1ms) select sqlite_version(*)
107
+  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
108
+  (0.1ms) SELECT version FROM "schema_migrations"
109
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
110
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
111
+  (0.1ms) begin transaction
112
+ ------------------------------
113
+ SimpleMarkdownTest: test_truth
114
+ ------------------------------
115
+  (0.1ms) rollback transaction
116
+  (0.1ms) begin transaction
117
+ ---------------------------------
118
+ PostControllerTest: test_markdown
119
+ ---------------------------------
120
+  (0.1ms) rollback transaction
121
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
122
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
123
+  (0.1ms) select sqlite_version(*)
124
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
125
+  (0.1ms) SELECT version FROM "schema_migrations"
126
+  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
127
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
128
+  (0.1ms) begin transaction
129
+ ---------------------------------
130
+ PostControllerTest: test_markdown
131
+ ---------------------------------
132
+  (0.1ms) rollback transaction
133
+  (0.1ms) begin transaction
134
+ ------------------------------
135
+ SimpleMarkdownTest: test_truth
136
+ ------------------------------
137
+  (0.1ms) rollback transaction
138
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
139
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
140
+  (0.1ms) select sqlite_version(*)
141
+  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
142
+  (0.1ms) SELECT version FROM "schema_migrations"
143
+  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
144
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
145
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
146
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
147
+  (0.1ms) select sqlite_version(*)
148
+  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
149
+  (0.1ms) SELECT version FROM "schema_migrations"
150
+  (1.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
151
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
152
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
153
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
154
+  (0.1ms) select sqlite_version(*)
155
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
156
+  (0.1ms) SELECT version FROM "schema_migrations"
157
+  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
158
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
159
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
160
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
161
+  (0.1ms) select sqlite_version(*)
162
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
163
+  (0.2ms) SELECT version FROM "schema_migrations"
164
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
165
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
166
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
167
+  (3.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
168
+  (0.1ms) select sqlite_version(*)
169
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
170
+  (0.1ms) SELECT version FROM "schema_migrations"
171
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
172
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
173
+  (0.1ms) begin transaction
174
+ ---------------------------------
175
+ SimpleMarkdownTest: test_markdown
176
+ ---------------------------------
177
+  (0.2ms) rollback transaction
178
+  (0.1ms) begin transaction
179
+ ------------------------------
180
+ SimpleMarkdownTest: test_truth
181
+ ------------------------------
182
+  (0.1ms) rollback transaction
183
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
184
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
185
+  (0.1ms) select sqlite_version(*)
186
+  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
187
+  (0.1ms) SELECT version FROM "schema_migrations"
188
+  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
189
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
190
+  (0.1ms) begin transaction
191
+ ---------------------------------
192
+ SimpleMarkdownTest: test_markdown
193
+ ---------------------------------
194
+  (0.1ms) rollback transaction
195
+  (0.1ms) begin transaction
196
+ ------------------------------
197
+ SimpleMarkdownTest: test_truth
198
+ ------------------------------
199
+  (0.1ms) rollback transaction
200
+ ActiveRecord::SchemaMigration Load (1.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
201
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
202
+  (0.1ms) select sqlite_version(*)
203
+  (1.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
204
+  (0.2ms) SELECT version FROM "schema_migrations"
205
+  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
206
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
207
+  (0.1ms) begin transaction
208
+ ---------------------------------
209
+ SimpleMarkdownTest: test_markdown
210
+ ---------------------------------
211
+  (0.0ms) rollback transaction
212
+  (0.1ms) begin transaction
213
+ ------------------------------
214
+ SimpleMarkdownTest: test_truth
215
+ ------------------------------
216
+  (0.1ms) rollback transaction
217
+ ActiveRecord::SchemaMigration Load (1.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
218
+  (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
219
+  (0.2ms) select sqlite_version(*)
220
+  (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
221
+  (0.1ms) SELECT version FROM "schema_migrations"
222
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
223
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
224
+  (0.1ms) begin transaction
225
+ ---------------------------------
226
+ SimpleMarkdownTest: test_markdown
227
+ ---------------------------------
228
+  (0.1ms) rollback transaction
229
+  (0.1ms) begin transaction
230
+ ------------------------------
231
+ SimpleMarkdownTest: test_truth
232
+ ------------------------------
233
+  (0.0ms) rollback transaction
234
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
235
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
236
+  (0.1ms) select sqlite_version(*)
237
+  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
238
+  (0.1ms) SELECT version FROM "schema_migrations"
239
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
240
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
241
+  (0.1ms) begin transaction
242
+ ---------------------------------
243
+ SimpleMarkdownTest: test_markdown
244
+ ---------------------------------
245
+  (0.1ms) rollback transaction
246
+  (0.1ms) begin transaction
247
+ ------------------------------
248
+ SimpleMarkdownTest: test_truth
249
+ ------------------------------
250
+  (0.0ms) rollback transaction
251
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
252
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
253
+  (0.1ms) select sqlite_version(*)
254
+  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
255
+  (0.1ms) SELECT version FROM "schema_migrations"
256
+  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
257
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
258
+  (0.1ms) begin transaction
259
+ ------------------------------
260
+ SimpleMarkdownTest: test_truth
261
+ ------------------------------
262
+  (0.1ms) rollback transaction
263
+  (0.1ms) begin transaction
264
+ ---------------------------------
265
+ SimpleMarkdownTest: test_markdown
266
+ ---------------------------------
267
+  (0.0ms) rollback transaction
268
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
269
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
270
+  (0.1ms) select sqlite_version(*)
271
+  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
272
+  (0.1ms) SELECT version FROM "schema_migrations"
273
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
274
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
275
+  (0.1ms) begin transaction
276
+ ------------------------------
277
+ SimpleMarkdownTest: test_truth
278
+ ------------------------------
279
+  (0.0ms) rollback transaction
280
+  (0.1ms) begin transaction
281
+ ---------------------------------
282
+ SimpleMarkdownTest: test_markdown
283
+ ---------------------------------
284
+  (0.0ms) rollback transaction
285
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
286
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
287
+  (0.1ms) select sqlite_version(*)
288
+  (2.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
289
+  (0.2ms) SELECT version FROM "schema_migrations"
290
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
291
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
292
+  (0.1ms) begin transaction
293
+ ---------------------------------
294
+ SimpleMarkdownTest: test_markdown
295
+ ---------------------------------
296
+  (0.1ms) rollback transaction
297
+  (0.1ms) begin transaction
298
+ ------------------------------
299
+ SimpleMarkdownTest: test_truth
300
+ ------------------------------
301
+  (0.0ms) rollback transaction
302
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
303
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
304
+  (0.1ms) select sqlite_version(*)
305
+  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
306
+  (0.1ms) SELECT version FROM "schema_migrations"
307
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
308
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
309
+  (0.1ms) begin transaction
310
+ ---------------------------------
311
+ SimpleMarkdownTest: test_markdown
312
+ ---------------------------------
313
+  (0.1ms) rollback transaction
314
+  (0.1ms) begin transaction
315
+ ------------------------------
316
+ SimpleMarkdownTest: test_truth
317
+ ------------------------------
318
+  (0.1ms) rollback transaction
@@ -0,0 +1,67 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>The page you were looking for doesn't exist (404)</title>
5
+ <meta name="viewport" content="width=device-width,initial-scale=1">
6
+ <style>
7
+ body {
8
+ background-color: #EFEFEF;
9
+ color: #2E2F30;
10
+ text-align: center;
11
+ font-family: arial, sans-serif;
12
+ margin: 0;
13
+ }
14
+
15
+ div.dialog {
16
+ width: 95%;
17
+ max-width: 33em;
18
+ margin: 4em auto 0;
19
+ }
20
+
21
+ div.dialog > div {
22
+ border: 1px solid #CCC;
23
+ border-right-color: #999;
24
+ border-left-color: #999;
25
+ border-bottom-color: #BBB;
26
+ border-top: #B00100 solid 4px;
27
+ border-top-left-radius: 9px;
28
+ border-top-right-radius: 9px;
29
+ background-color: white;
30
+ padding: 7px 12% 0;
31
+ box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
32
+ }
33
+
34
+ h1 {
35
+ font-size: 100%;
36
+ color: #730E15;
37
+ line-height: 1.5em;
38
+ }
39
+
40
+ div.dialog > p {
41
+ margin: 0 0 1em;
42
+ padding: 1em;
43
+ background-color: #F7F7F7;
44
+ border: 1px solid #CCC;
45
+ border-right-color: #999;
46
+ border-left-color: #999;
47
+ border-bottom-color: #999;
48
+ border-bottom-left-radius: 4px;
49
+ border-bottom-right-radius: 4px;
50
+ border-top-color: #DADADA;
51
+ color: #666;
52
+ box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
53
+ }
54
+ </style>
55
+ </head>
56
+
57
+ <body>
58
+ <!-- This file lives in public/404.html -->
59
+ <div class="dialog">
60
+ <div>
61
+ <h1>The page you were looking for doesn't exist.</h1>
62
+ <p>You may have mistyped the address or the page may have moved.</p>
63
+ </div>
64
+ <p>If you are the application owner check the logs for more information.</p>
65
+ </div>
66
+ </body>
67
+ </html>
@@ -0,0 +1,67 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>The change you wanted was rejected (422)</title>
5
+ <meta name="viewport" content="width=device-width,initial-scale=1">
6
+ <style>
7
+ body {
8
+ background-color: #EFEFEF;
9
+ color: #2E2F30;
10
+ text-align: center;
11
+ font-family: arial, sans-serif;
12
+ margin: 0;
13
+ }
14
+
15
+ div.dialog {
16
+ width: 95%;
17
+ max-width: 33em;
18
+ margin: 4em auto 0;
19
+ }
20
+
21
+ div.dialog > div {
22
+ border: 1px solid #CCC;
23
+ border-right-color: #999;
24
+ border-left-color: #999;
25
+ border-bottom-color: #BBB;
26
+ border-top: #B00100 solid 4px;
27
+ border-top-left-radius: 9px;
28
+ border-top-right-radius: 9px;
29
+ background-color: white;
30
+ padding: 7px 12% 0;
31
+ box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
32
+ }
33
+
34
+ h1 {
35
+ font-size: 100%;
36
+ color: #730E15;
37
+ line-height: 1.5em;
38
+ }
39
+
40
+ div.dialog > p {
41
+ margin: 0 0 1em;
42
+ padding: 1em;
43
+ background-color: #F7F7F7;
44
+ border: 1px solid #CCC;
45
+ border-right-color: #999;
46
+ border-left-color: #999;
47
+ border-bottom-color: #999;
48
+ border-bottom-left-radius: 4px;
49
+ border-bottom-right-radius: 4px;
50
+ border-top-color: #DADADA;
51
+ color: #666;
52
+ box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
53
+ }
54
+ </style>
55
+ </head>
56
+
57
+ <body>
58
+ <!-- This file lives in public/422.html -->
59
+ <div class="dialog">
60
+ <div>
61
+ <h1>The change you wanted was rejected.</h1>
62
+ <p>Maybe you tried to change something you didn't have access to.</p>
63
+ </div>
64
+ <p>If you are the application owner check the logs for more information.</p>
65
+ </div>
66
+ </body>
67
+ </html>