ueditor.rails 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (26) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/default.config.js +6 -7
  3. data/lib/ueditor/helpers/js_helper.rb +8 -3
  4. data/lib/ueditor/version.rb +1 -1
  5. data/lib/ueditor.rails.rb +0 -1
  6. data/test/dummy/app/views/dummy/bla.html.erb +2 -0
  7. data/test/dummy/app/views/dummy/new.html.erb +1 -0
  8. data/test/dummy/app/views/layouts/application.html.erb +2 -2
  9. data/test/dummy/config/routes.rb +5 -1
  10. data/test/dummy/log/development.log +2015 -0
  11. data/test/dummy/tmp/cache/assets/development/sprockets/0f941886593d207e4ec1f3aba81f3189 +0 -0
  12. data/test/dummy/tmp/cache/assets/development/sprockets/19694ecb6829b547affeb420f6c4f4ba +0 -0
  13. data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  14. data/test/dummy/tmp/cache/assets/development/sprockets/46854749351fc47882835fdd5d926bea +0 -0
  15. data/test/dummy/tmp/cache/assets/development/sprockets/46de6851f078c896ce0a451fe8e67691 +0 -0
  16. data/test/dummy/tmp/cache/assets/development/sprockets/77b1469bf8cd50f035d79b8326f184b4 +0 -0
  17. data/test/dummy/tmp/cache/assets/development/sprockets/8165d0bcd2b5c04b4a98f4f0cbabef64 +0 -0
  18. data/test/dummy/tmp/cache/assets/development/sprockets/ccf03bf3f93142e696fc061f7fe1555a +0 -0
  19. data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  20. data/test/dummy/tmp/cache/assets/development/sprockets/d1051816874f7078fea20f1cd0f26545 +0 -0
  21. data/test/dummy/tmp/cache/assets/development/sprockets/d5634dc56e970484137b31bf0f8c15ae +0 -0
  22. data/test/dummy/tmp/cache/assets/development/sprockets/da3b8093655f85ac690e62d9a6c4202e +0 -0
  23. data/test/dummy/tmp/cache/assets/development/sprockets/e357c8a9ad97f42187ce017e3bf4a3ce +0 -0
  24. data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  25. data/test/dummy/tmp/cache/assets/development/sprockets/fa046bb067616da9d14862739bf2c67c +0 -0
  26. metadata +16 -2
@@ -49,3 +49,2018 @@ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.js" for 127
49
49
 
50
50
 
51
51
  Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.swf?noCache=1402544479336" for 127.0.0.1 at 2014-06-12 11:41:19 +0800
52
+
53
+
54
+ Started GET "/" for 127.0.0.1 at 2014-06-20 10:10:34 +0800
55
+ Processing by DummyController#new as HTML
56
+ Rendered dummy/new.html.erb within layouts/application (40.5ms)
57
+ Completed 200 OK in 222ms (Views: 173.7ms)
58
+
59
+
60
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 10:10:34 +0800
61
+
62
+
63
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 10:10:34 +0800
64
+
65
+
66
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 10:10:34 +0800
67
+
68
+
69
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 10:10:34 +0800
70
+
71
+
72
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 10:10:34 +0800
73
+
74
+
75
+ Started GET "/assets/ueditor/lang/zh-cn/zh-cn.js" for 127.0.0.1 at 2014-06-20 10:10:35 +0800
76
+
77
+
78
+ Started GET "/assets/ueditor/themes/default/css/ueditor.css" for 127.0.0.1 at 2014-06-20 10:10:35 +0800
79
+
80
+
81
+ Started GET "/assets/ueditor/themes/default/images/icons.png" for 127.0.0.1 at 2014-06-20 10:10:35 +0800
82
+
83
+
84
+ Started GET "/assets/ueditor/themes/default/images/scale.png" for 127.0.0.1 at 2014-06-20 10:10:35 +0800
85
+
86
+
87
+ Started GET "/assets/ueditor/themes/iframe.css" for 127.0.0.1 at 2014-06-20 10:10:35 +0800
88
+
89
+
90
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.js" for 127.0.0.1 at 2014-06-20 10:10:36 +0800
91
+
92
+
93
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.css" for 127.0.0.1 at 2014-06-20 10:10:36 +0800
94
+
95
+
96
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.js" for 127.0.0.1 at 2014-06-20 10:10:36 +0800
97
+
98
+
99
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.swf?noCache=1403230236251" for 127.0.0.1 at 2014-06-20 10:10:36 +0800
100
+
101
+
102
+ Started GET "/" for 127.0.0.1 at 2014-06-20 10:15:25 +0800
103
+ Processing by DummyController#new as HTML
104
+ Rendered dummy/new.html.erb within layouts/application (29.3ms)
105
+ Completed 200 OK in 137ms (Views: 134.9ms)
106
+
107
+
108
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 10:15:26 +0800
109
+
110
+
111
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 10:15:26 +0800
112
+
113
+
114
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 10:15:26 +0800
115
+
116
+
117
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 10:15:26 +0800
118
+
119
+
120
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 10:15:26 +0800
121
+
122
+
123
+ Started GET "/assets/ueditor/lang/zh-cn/zh-cn.js" for 127.0.0.1 at 2014-06-20 10:15:26 +0800
124
+
125
+
126
+ Started GET "/assets/ueditor/themes/default/css/ueditor.css" for 127.0.0.1 at 2014-06-20 10:15:26 +0800
127
+
128
+
129
+ Started GET "/assets/ueditor/themes/default/images/icons.png" for 127.0.0.1 at 2014-06-20 10:15:27 +0800
130
+
131
+
132
+ Started GET "/assets/ueditor/themes/default/images/scale.png" for 127.0.0.1 at 2014-06-20 10:15:27 +0800
133
+
134
+
135
+ Started GET "/assets/ueditor/themes/iframe.css" for 127.0.0.1 at 2014-06-20 10:15:27 +0800
136
+
137
+
138
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.js" for 127.0.0.1 at 2014-06-20 10:15:28 +0800
139
+
140
+
141
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.css" for 127.0.0.1 at 2014-06-20 10:15:28 +0800
142
+
143
+
144
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.js" for 127.0.0.1 at 2014-06-20 10:15:28 +0800
145
+
146
+
147
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.swf?noCache=1403230528281" for 127.0.0.1 at 2014-06-20 10:15:28 +0800
148
+
149
+
150
+ Started GET "/" for 127.0.0.1 at 2014-06-20 10:17:15 +0800
151
+ Processing by DummyController#new as HTML
152
+ Rendered dummy/new.html.erb within layouts/application (4.8ms)
153
+ Completed 200 OK in 67ms (Views: 66.7ms)
154
+
155
+
156
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 10:17:15 +0800
157
+
158
+
159
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 10:17:15 +0800
160
+
161
+
162
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 10:17:15 +0800
163
+
164
+
165
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 10:17:15 +0800
166
+
167
+
168
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 10:17:15 +0800
169
+
170
+
171
+ Started GET "/assets/ueditor/lang/zh-cn/zh-cn.js" for 127.0.0.1 at 2014-06-20 10:17:15 +0800
172
+
173
+
174
+ Started GET "/assets/ueditor/themes/default/css/ueditor.css" for 127.0.0.1 at 2014-06-20 10:17:15 +0800
175
+
176
+
177
+ Started GET "/assets/ueditor/themes/default/images/icons.png" for 127.0.0.1 at 2014-06-20 10:17:16 +0800
178
+
179
+
180
+ Started GET "/assets/ueditor/themes/default/images/scale.png" for 127.0.0.1 at 2014-06-20 10:17:16 +0800
181
+
182
+
183
+ Started GET "/assets/ueditor/themes/iframe.css" for 127.0.0.1 at 2014-06-20 10:17:16 +0800
184
+
185
+
186
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.js" for 127.0.0.1 at 2014-06-20 10:17:16 +0800
187
+
188
+
189
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.css" for 127.0.0.1 at 2014-06-20 10:17:16 +0800
190
+
191
+
192
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.js" for 127.0.0.1 at 2014-06-20 10:17:16 +0800
193
+
194
+
195
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.swf?noCache=1403230636426" for 127.0.0.1 at 2014-06-20 10:17:16 +0800
196
+
197
+
198
+ Started GET "/assets/ueditor/themes/default/images/sparator_v.png" for 127.0.0.1 at 2014-06-20 10:18:30 +0800
199
+
200
+
201
+ Started GET "/assets/ueditor/themes/default/images/icons-all.gif" for 127.0.0.1 at 2014-06-20 10:18:30 +0800
202
+
203
+
204
+ Started GET "/" for 127.0.0.1 at 2014-06-20 10:18:56 +0800
205
+ Processing by DummyController#new as HTML
206
+ Rendered dummy/new.html.erb within layouts/application (5.5ms)
207
+ Completed 200 OK in 68ms (Views: 68.0ms)
208
+
209
+
210
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 10:18:57 +0800
211
+
212
+
213
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 10:18:57 +0800
214
+
215
+
216
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 10:18:57 +0800
217
+
218
+
219
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 10:18:57 +0800
220
+
221
+
222
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 10:18:57 +0800
223
+
224
+
225
+ Started GET "/undefinedlang/zh-cn/zh-cn.js" for 127.0.0.1 at 2014-06-20 10:18:57 +0800
226
+
227
+ ActionController::RoutingError (No route matches [GET] "/undefinedlang/zh-cn/zh-cn.js"):
228
+ actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
229
+ actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
230
+ railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
231
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
232
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
233
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
234
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
235
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
236
+ actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
237
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
238
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
239
+ activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
240
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
241
+ actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
242
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
243
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
244
+ railties (4.1.1) lib/rails/application.rb:144:in `call'
245
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
246
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
247
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
248
+ /Users/kaid/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
249
+ /Users/kaid/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
250
+ /Users/kaid/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
251
+
252
+
253
+ Rendered /Users/kaid/.rvm/gems/ruby-2.1.2@global/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms)
254
+ Rendered /Users/kaid/.rvm/gems/ruby-2.1.2@global/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.0ms)
255
+ Rendered /Users/kaid/.rvm/gems/ruby-2.1.2@global/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (8.2ms)
256
+ Rendered /Users/kaid/.rvm/gems/ruby-2.1.2@global/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (80.4ms)
257
+
258
+
259
+ Started GET "/undefinedthemes/default/css/ueditor.css" for 127.0.0.1 at 2014-06-20 10:18:57 +0800
260
+
261
+ ActionController::RoutingError (No route matches [GET] "/undefinedthemes/default/css/ueditor.css"):
262
+ actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
263
+ actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
264
+ railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
265
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
266
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
267
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
268
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
269
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
270
+ actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
271
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
272
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
273
+ activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
274
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
275
+ actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
276
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
277
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
278
+ railties (4.1.1) lib/rails/application.rb:144:in `call'
279
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
280
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
281
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
282
+ /Users/kaid/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
283
+ /Users/kaid/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
284
+ /Users/kaid/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
285
+
286
+
287
+ Rendered /Users/kaid/.rvm/gems/ruby-2.1.2@global/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms)
288
+ Rendered /Users/kaid/.rvm/gems/ruby-2.1.2@global/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms)
289
+ Rendered /Users/kaid/.rvm/gems/ruby-2.1.2@global/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.4ms)
290
+ Rendered /Users/kaid/.rvm/gems/ruby-2.1.2@global/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (35.8ms)
291
+
292
+
293
+ Started GET "/" for 127.0.0.1 at 2014-06-20 10:19:04 +0800
294
+ Processing by DummyController#new as HTML
295
+ Rendered dummy/new.html.erb within layouts/application (4.8ms)
296
+ Completed 200 OK in 117ms (Views: 116.9ms)
297
+
298
+
299
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 10:19:05 +0800
300
+
301
+
302
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 10:19:05 +0800
303
+
304
+
305
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 10:19:05 +0800
306
+
307
+
308
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 10:19:05 +0800
309
+
310
+
311
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 10:19:05 +0800
312
+
313
+
314
+ Started GET "/assets/ueditor/lang/zh-cn/zh-cn.js" for 127.0.0.1 at 2014-06-20 10:19:05 +0800
315
+
316
+
317
+ Started GET "/assets/ueditor/themes/default/css/ueditor.css" for 127.0.0.1 at 2014-06-20 10:19:05 +0800
318
+
319
+
320
+ Started GET "/assets/ueditor/themes/default/images/icons.png" for 127.0.0.1 at 2014-06-20 10:19:05 +0800
321
+
322
+
323
+ Started GET "/assets/ueditor/themes/default/images/scale.png" for 127.0.0.1 at 2014-06-20 10:19:05 +0800
324
+
325
+
326
+ Started GET "/assets/ueditor/themes/iframe.css" for 127.0.0.1 at 2014-06-20 10:19:05 +0800
327
+
328
+
329
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.js" for 127.0.0.1 at 2014-06-20 10:19:06 +0800
330
+
331
+
332
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.css" for 127.0.0.1 at 2014-06-20 10:19:06 +0800
333
+
334
+
335
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.js" for 127.0.0.1 at 2014-06-20 10:19:06 +0800
336
+
337
+
338
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.swf?noCache=1403230746144" for 127.0.0.1 at 2014-06-20 10:19:06 +0800
339
+
340
+
341
+ Started GET "/" for 127.0.0.1 at 2014-06-20 10:21:18 +0800
342
+ Processing by DummyController#new as HTML
343
+ Rendered dummy/new.html.erb within layouts/application (23.8ms)
344
+ Completed 200 OK in 116ms (Views: 114.8ms)
345
+
346
+
347
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 10:21:18 +0800
348
+
349
+
350
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 10:21:18 +0800
351
+
352
+
353
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 10:21:18 +0800
354
+
355
+
356
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 10:21:18 +0800
357
+
358
+
359
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 10:21:18 +0800
360
+
361
+
362
+ Started GET "/assets/ueditor/lang/zh-cn/zh-cn.js" for 127.0.0.1 at 2014-06-20 10:21:18 +0800
363
+
364
+
365
+ Started GET "/assets/ueditor/themes/default/css/ueditor.css" for 127.0.0.1 at 2014-06-20 10:21:18 +0800
366
+
367
+
368
+ Started GET "/assets/ueditor/themes/default/images/icons.png" for 127.0.0.1 at 2014-06-20 10:21:19 +0800
369
+
370
+
371
+ Started GET "/assets/ueditor/themes/default/images/scale.png" for 127.0.0.1 at 2014-06-20 10:21:19 +0800
372
+
373
+
374
+ Started GET "/assets/ueditor/themes/iframe.css" for 127.0.0.1 at 2014-06-20 10:21:19 +0800
375
+
376
+
377
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.js" for 127.0.0.1 at 2014-06-20 10:21:19 +0800
378
+
379
+
380
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.css" for 127.0.0.1 at 2014-06-20 10:21:19 +0800
381
+
382
+
383
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.js" for 127.0.0.1 at 2014-06-20 10:21:19 +0800
384
+
385
+
386
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.swf?noCache=1403230879835" for 127.0.0.1 at 2014-06-20 10:21:19 +0800
387
+
388
+
389
+ Started POST "/?&" for 127.0.0.1 at 2014-06-20 10:22:43 +0800
390
+
391
+ ActionController::RoutingError (No route matches [POST] "/"):
392
+ actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
393
+ actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
394
+ railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
395
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
396
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
397
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
398
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
399
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
400
+ actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
401
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
402
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
403
+ activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
404
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
405
+ actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
406
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
407
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
408
+ railties (4.1.1) lib/rails/application.rb:144:in `call'
409
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
410
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
411
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
412
+ /Users/kaid/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
413
+ /Users/kaid/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
414
+ /Users/kaid/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
415
+
416
+
417
+ Rendered /Users/kaid/.rvm/gems/ruby-2.1.2@global/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
418
+ Rendered /Users/kaid/.rvm/gems/ruby-2.1.2@global/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.3ms)
419
+ Rendered /Users/kaid/.rvm/gems/ruby-2.1.2@global/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.6ms)
420
+ Rendered /Users/kaid/.rvm/gems/ruby-2.1.2@global/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (37.5ms)
421
+
422
+
423
+ Started GET "/assets/ueditor/themes/default/images/wordpaste.png" for 127.0.0.1 at 2014-06-20 10:22:44 +0800
424
+
425
+
426
+ Started GET "/" for 127.0.0.1 at 2014-06-20 10:26:04 +0800
427
+ Processing by DummyController#new as HTML
428
+ Rendered dummy/new.html.erb within layouts/application (21.0ms)
429
+ Completed 200 OK in 34ms (Views: 32.3ms)
430
+
431
+
432
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 10:26:04 +0800
433
+
434
+
435
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 10:26:04 +0800
436
+
437
+
438
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 10:26:04 +0800
439
+
440
+
441
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 10:26:04 +0800
442
+
443
+
444
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 10:26:04 +0800
445
+
446
+
447
+ Started GET "/assets/ueditor/lang/zh-cn/zh-cn.js" for 127.0.0.1 at 2014-06-20 10:26:04 +0800
448
+
449
+
450
+ Started GET "/assets/ueditor/themes/default/css/ueditor.css" for 127.0.0.1 at 2014-06-20 10:26:04 +0800
451
+
452
+
453
+ Started GET "/assets/ueditor/themes/default/images/icons.png" for 127.0.0.1 at 2014-06-20 10:26:05 +0800
454
+
455
+
456
+ Started GET "/assets/ueditor/themes/default/images/scale.png" for 127.0.0.1 at 2014-06-20 10:26:05 +0800
457
+
458
+
459
+ Started GET "/assets/ueditor/themes/iframe.css" for 127.0.0.1 at 2014-06-20 10:26:05 +0800
460
+
461
+
462
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.js" for 127.0.0.1 at 2014-06-20 10:26:05 +0800
463
+
464
+
465
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.css" for 127.0.0.1 at 2014-06-20 10:26:05 +0800
466
+
467
+
468
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.js" for 127.0.0.1 at 2014-06-20 10:26:05 +0800
469
+
470
+
471
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.swf?noCache=1403231165948" for 127.0.0.1 at 2014-06-20 10:26:06 +0800
472
+
473
+
474
+ Started POST "/?&" for 127.0.0.1 at 2014-06-20 10:26:16 +0800
475
+
476
+ ActionController::RoutingError (No route matches [POST] "/"):
477
+ actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
478
+ actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
479
+ railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
480
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
481
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
482
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
483
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
484
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
485
+ actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
486
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
487
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
488
+ activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
489
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
490
+ actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
491
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
492
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
493
+ railties (4.1.1) lib/rails/application.rb:144:in `call'
494
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
495
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
496
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
497
+ /Users/kaid/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
498
+ /Users/kaid/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
499
+ /Users/kaid/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
500
+
501
+
502
+ Rendered /Users/kaid/.rvm/gems/ruby-2.1.2@global/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms)
503
+ Rendered /Users/kaid/.rvm/gems/ruby-2.1.2@global/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms)
504
+ Rendered /Users/kaid/.rvm/gems/ruby-2.1.2@global/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.7ms)
505
+ Rendered /Users/kaid/.rvm/gems/ruby-2.1.2@global/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (42.9ms)
506
+
507
+
508
+ Started GET "/assets/ueditor/themes/default/images/wordpaste.png" for 127.0.0.1 at 2014-06-20 10:26:17 +0800
509
+
510
+
511
+ Started GET "/" for 127.0.0.1 at 2014-06-20 10:53:11 +0800
512
+ Processing by DummyController#new as HTML
513
+ Rendered dummy/new.html.erb within layouts/application (26.9ms)
514
+ Completed 200 OK in 47ms (Views: 44.3ms)
515
+
516
+
517
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 10:53:11 +0800
518
+
519
+
520
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 10:53:11 +0800
521
+
522
+
523
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 10:53:11 +0800
524
+
525
+
526
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 10:53:11 +0800
527
+
528
+
529
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 10:53:11 +0800
530
+
531
+
532
+ Started GET "/assets/ueditor/lang/zh-cn/zh-cn.js" for 127.0.0.1 at 2014-06-20 10:53:12 +0800
533
+
534
+
535
+ Started GET "/assets/ueditor/themes/default/css/ueditor.css" for 127.0.0.1 at 2014-06-20 10:53:12 +0800
536
+
537
+
538
+ Started GET "/assets/ueditor/themes/default/images/icons.png" for 127.0.0.1 at 2014-06-20 10:53:12 +0800
539
+
540
+
541
+ Started GET "/assets/ueditor/themes/default/images/scale.png" for 127.0.0.1 at 2014-06-20 10:53:12 +0800
542
+
543
+
544
+ Started GET "/assets/ueditor/themes/iframe.css" for 127.0.0.1 at 2014-06-20 10:53:12 +0800
545
+
546
+
547
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.js" for 127.0.0.1 at 2014-06-20 10:53:13 +0800
548
+
549
+
550
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.css" for 127.0.0.1 at 2014-06-20 10:53:13 +0800
551
+
552
+
553
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.js" for 127.0.0.1 at 2014-06-20 10:53:13 +0800
554
+
555
+
556
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.swf?noCache=1403232793163" for 127.0.0.1 at 2014-06-20 10:53:13 +0800
557
+
558
+
559
+ Started GET "/" for 127.0.0.1 at 2014-06-20 10:53:36 +0800
560
+ Processing by DummyController#new as HTML
561
+ Rendered dummy/new.html.erb within layouts/application (34.8ms)
562
+ Completed 200 OK in 170ms (Views: 137.7ms)
563
+
564
+
565
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 10:53:36 +0800
566
+
567
+
568
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 10:53:36 +0800
569
+
570
+
571
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 10:53:36 +0800
572
+
573
+
574
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 10:53:36 +0800
575
+
576
+
577
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 10:53:36 +0800
578
+
579
+
580
+ Started GET "/assets/ueditor/themes/default/css/ueditor.css" for 127.0.0.1 at 2014-06-20 10:53:36 +0800
581
+
582
+
583
+ Started GET "/assets/ueditor/lang/zh-cn/zh-cn.js" for 127.0.0.1 at 2014-06-20 10:53:36 +0800
584
+
585
+
586
+ Started GET "/assets/ueditor/themes/default/images/icons.png" for 127.0.0.1 at 2014-06-20 10:53:37 +0800
587
+
588
+
589
+ Started GET "/assets/ueditor/themes/default/images/scale.png" for 127.0.0.1 at 2014-06-20 10:53:37 +0800
590
+
591
+
592
+ Started GET "/assets/ueditor/themes/iframe.css" for 127.0.0.1 at 2014-06-20 10:53:37 +0800
593
+
594
+
595
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.js" for 127.0.0.1 at 2014-06-20 10:53:37 +0800
596
+
597
+
598
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.css" for 127.0.0.1 at 2014-06-20 10:53:37 +0800
599
+
600
+
601
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.js" for 127.0.0.1 at 2014-06-20 10:53:37 +0800
602
+
603
+
604
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.swf?noCache=1403232818010" for 127.0.0.1 at 2014-06-20 10:53:38 +0800
605
+
606
+
607
+ Started GET "/" for 127.0.0.1 at 2014-06-20 10:55:05 +0800
608
+ Processing by DummyController#new as HTML
609
+ Rendered dummy/new.html.erb within layouts/application (2.8ms)
610
+ Completed 200 OK in 9ms (Views: 8.4ms)
611
+
612
+
613
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 10:55:05 +0800
614
+
615
+
616
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 10:55:05 +0800
617
+
618
+
619
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 10:55:05 +0800
620
+
621
+
622
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 10:55:05 +0800
623
+
624
+
625
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 10:55:05 +0800
626
+
627
+
628
+ Started GET "/" for 127.0.0.1 at 2014-06-20 10:56:39 +0800
629
+ Processing by DummyController#new as HTML
630
+ Rendered dummy/new.html.erb within layouts/application (4.2ms)
631
+ Completed 200 OK in 10ms (Views: 10.3ms)
632
+
633
+
634
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 10:56:39 +0800
635
+
636
+
637
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 10:56:39 +0800
638
+
639
+
640
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 10:56:40 +0800
641
+
642
+
643
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 10:56:40 +0800
644
+
645
+
646
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 10:56:40 +0800
647
+
648
+
649
+ Started GET "/" for 127.0.0.1 at 2014-06-20 10:56:42 +0800
650
+ Processing by DummyController#new as HTML
651
+ Rendered dummy/new.html.erb within layouts/application (2.6ms)
652
+ Completed 200 OK in 7ms (Views: 6.3ms)
653
+
654
+
655
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 10:56:42 +0800
656
+
657
+
658
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 10:56:42 +0800
659
+
660
+
661
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 10:56:42 +0800
662
+
663
+
664
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 10:56:42 +0800
665
+
666
+
667
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 10:56:42 +0800
668
+
669
+
670
+ Started GET "/" for 127.0.0.1 at 2014-06-20 11:16:49 +0800
671
+ Processing by DummyController#new as HTML
672
+ Rendered dummy/new.html.erb within layouts/application (24.1ms)
673
+ Completed 200 OK in 42ms (Views: 40.4ms)
674
+
675
+
676
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:16:49 +0800
677
+
678
+
679
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:16:49 +0800
680
+
681
+
682
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:16:49 +0800
683
+
684
+
685
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:16:49 +0800
686
+
687
+
688
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:16:49 +0800
689
+
690
+
691
+ Started GET "/" for 127.0.0.1 at 2014-06-20 11:16:51 +0800
692
+ Processing by DummyController#new as HTML
693
+ Rendered dummy/new.html.erb within layouts/application (5.6ms)
694
+ Completed 200 OK in 10ms (Views: 10.3ms)
695
+
696
+
697
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:16:51 +0800
698
+
699
+
700
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:16:51 +0800
701
+
702
+
703
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:16:51 +0800
704
+
705
+
706
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:16:51 +0800
707
+
708
+
709
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:16:51 +0800
710
+
711
+
712
+ Started GET "/" for 127.0.0.1 at 2014-06-20 11:16:52 +0800
713
+ Processing by DummyController#new as HTML
714
+ Rendered dummy/new.html.erb within layouts/application (3.8ms)
715
+ Completed 200 OK in 9ms (Views: 8.5ms)
716
+
717
+
718
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:16:52 +0800
719
+
720
+
721
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:16:52 +0800
722
+
723
+
724
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:16:52 +0800
725
+
726
+
727
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:16:52 +0800
728
+
729
+
730
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:16:52 +0800
731
+
732
+
733
+ Started GET "/" for 127.0.0.1 at 2014-06-20 11:17:00 +0800
734
+ Processing by DummyController#new as HTML
735
+ Rendered dummy/new.html.erb within layouts/application (30.0ms)
736
+ Completed 200 OK in 138ms (Views: 105.3ms)
737
+
738
+
739
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:17:00 +0800
740
+
741
+
742
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:17:00 +0800
743
+
744
+
745
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:17:00 +0800
746
+
747
+
748
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:17:00 +0800
749
+
750
+
751
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:17:00 +0800
752
+
753
+
754
+ Started GET "/" for 127.0.0.1 at 2014-06-20 11:17:04 +0800
755
+ Processing by DummyController#new as HTML
756
+ Rendered dummy/new.html.erb within layouts/application (3.1ms)
757
+ Completed 200 OK in 12ms (Views: 11.9ms)
758
+
759
+
760
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:17:05 +0800
761
+
762
+
763
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:17:05 +0800
764
+
765
+
766
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:17:05 +0800
767
+
768
+
769
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:17:05 +0800
770
+
771
+
772
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:17:05 +0800
773
+
774
+
775
+ Started GET "/" for 127.0.0.1 at 2014-06-20 11:22:21 +0800
776
+ Processing by DummyController#new as HTML
777
+ Rendered dummy/new.html.erb within layouts/application (33.0ms)
778
+ Completed 200 OK in 169ms (Views: 135.9ms)
779
+
780
+
781
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:22:21 +0800
782
+
783
+
784
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:22:21 +0800
785
+
786
+
787
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:22:21 +0800
788
+
789
+
790
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:22:21 +0800
791
+
792
+
793
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:22:21 +0800
794
+
795
+
796
+ Started GET "/" for 127.0.0.1 at 2014-06-20 11:24:48 +0800
797
+ Processing by DummyController#new as HTML
798
+ Rendered dummy/new.html.erb within layouts/application (10.7ms)
799
+ Completed 500 Internal Server Error in 54ms
800
+
801
+ ActionView::Template::Error (undefined method `unindent' for #<String:0x0000010639df30>):
802
+ 2: <%= form_for @dummy_model, :url => "/dummy" do |f| %>
803
+ 3: <div><%= label_tag do %>
804
+ 4: <h3>f.uetext_area</h3>
805
+ 5: <%= f.uetext_area :desc %>
806
+ 6: <% end %></div>
807
+ 7:
808
+ 8: <div><%= label_tag do %>
809
+ app/views/dummy/new.html.erb:5:in `block (2 levels) in _app_views_dummy_new_html_erb__571238693743896360_2162509940'
810
+ app/views/dummy/new.html.erb:3:in `block in _app_views_dummy_new_html_erb__571238693743896360_2162509940'
811
+ app/views/dummy/new.html.erb:2:in `_app_views_dummy_new_html_erb__571238693743896360_2162509940'
812
+
813
+
814
+ Rendered /Users/kaid/.rvm/gems/ruby-2.1.2@global/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
815
+ Rendered /Users/kaid/.rvm/gems/ruby-2.1.2@global/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (18.3ms)
816
+ Rendered /Users/kaid/.rvm/gems/ruby-2.1.2@global/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (33.4ms)
817
+
818
+
819
+ Started GET "/" for 127.0.0.1 at 2014-06-20 11:25:59 +0800
820
+ Processing by DummyController#new as HTML
821
+ Rendered dummy/new.html.erb within layouts/application (32.4ms)
822
+ Completed 200 OK in 180ms (Views: 140.7ms)
823
+
824
+
825
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:25:59 +0800
826
+
827
+
828
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:25:59 +0800
829
+
830
+
831
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:25:59 +0800
832
+
833
+
834
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:25:59 +0800
835
+
836
+
837
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:25:59 +0800
838
+
839
+
840
+ Started GET "/" for 127.0.0.1 at 2014-06-20 11:27:24 +0800
841
+ Processing by DummyController#new as HTML
842
+ Rendered dummy/new.html.erb within layouts/application (34.3ms)
843
+ Completed 200 OK in 162ms (Views: 127.9ms)
844
+
845
+
846
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:27:24 +0800
847
+
848
+
849
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:27:24 +0800
850
+
851
+
852
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:27:24 +0800
853
+
854
+
855
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:27:24 +0800
856
+
857
+
858
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:27:24 +0800
859
+
860
+
861
+ Started GET "/" for 127.0.0.1 at 2014-06-20 11:28:56 +0800
862
+ Processing by DummyController#new as HTML
863
+ Rendered dummy/new.html.erb within layouts/application (31.7ms)
864
+ Completed 200 OK in 132ms (Views: 75.0ms)
865
+
866
+
867
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:28:57 +0800
868
+
869
+
870
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:28:57 +0800
871
+
872
+
873
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:28:57 +0800
874
+
875
+
876
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:28:57 +0800
877
+
878
+
879
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:28:57 +0800
880
+
881
+
882
+ Started GET "/assets/ueditor/themes/default/css/ueditor.css" for 127.0.0.1 at 2014-06-20 11:28:57 +0800
883
+
884
+
885
+ Started GET "/assets/ueditor/lang/zh-cn/zh-cn.js" for 127.0.0.1 at 2014-06-20 11:28:57 +0800
886
+
887
+
888
+ Started GET "/assets/ueditor/themes/default/images/icons.png" for 127.0.0.1 at 2014-06-20 11:28:58 +0800
889
+
890
+
891
+ Started GET "/assets/ueditor/themes/default/images/scale.png" for 127.0.0.1 at 2014-06-20 11:28:58 +0800
892
+
893
+
894
+ Started GET "/assets/ueditor/themes/iframe.css" for 127.0.0.1 at 2014-06-20 11:28:58 +0800
895
+
896
+
897
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.js" for 127.0.0.1 at 2014-06-20 11:28:58 +0800
898
+
899
+
900
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.css" for 127.0.0.1 at 2014-06-20 11:28:58 +0800
901
+
902
+
903
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.js" for 127.0.0.1 at 2014-06-20 11:28:58 +0800
904
+
905
+
906
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.swf?noCache=1403234938426" for 127.0.0.1 at 2014-06-20 11:28:58 +0800
907
+
908
+
909
+ Started POST "/dummy" for 127.0.0.1 at 2014-06-20 11:29:47 +0800
910
+ Processing by DummyController#create as HTML
911
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"W46HEhRE9M4CaaiX0tUg48zIBXmVvvjd/YGK8MlJmcM=", "dummy_model"=>{"desc"=>""}, "dummy"=>"", "commit"=>"save"}
912
+ Redirected to http://localhost:4444/
913
+ Completed 302 Found in 5ms
914
+
915
+
916
+ Started GET "/" for 127.0.0.1 at 2014-06-20 11:29:47 +0800
917
+ Processing by DummyController#new as HTML
918
+ Rendered dummy/new.html.erb within layouts/application (15.1ms)
919
+ Completed 200 OK in 27ms (Views: 26.5ms)
920
+
921
+
922
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:29:47 +0800
923
+
924
+
925
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:29:47 +0800
926
+
927
+
928
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:29:47 +0800
929
+
930
+
931
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:29:47 +0800
932
+
933
+
934
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:29:47 +0800
935
+
936
+
937
+ Started GET "/assets/ueditor/lang/zh-cn/zh-cn.js" for 127.0.0.1 at 2014-06-20 11:29:48 +0800
938
+
939
+
940
+ Started GET "/assets/ueditor/themes/default/css/ueditor.css" for 127.0.0.1 at 2014-06-20 11:29:48 +0800
941
+
942
+
943
+ Started GET "/assets/ueditor/themes/default/images/scale.png" for 127.0.0.1 at 2014-06-20 11:29:48 +0800
944
+
945
+
946
+ Started GET "/assets/ueditor/themes/default/images/icons.png" for 127.0.0.1 at 2014-06-20 11:29:48 +0800
947
+
948
+
949
+ Started GET "/assets/ueditor/themes/iframe.css" for 127.0.0.1 at 2014-06-20 11:29:48 +0800
950
+
951
+
952
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.css" for 127.0.0.1 at 2014-06-20 11:29:49 +0800
953
+
954
+
955
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.js" for 127.0.0.1 at 2014-06-20 11:29:49 +0800
956
+
957
+
958
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.js" for 127.0.0.1 at 2014-06-20 11:29:49 +0800
959
+
960
+
961
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.swf?noCache=1403234989143" for 127.0.0.1 at 2014-06-20 11:29:49 +0800
962
+
963
+
964
+ Started POST "/dummy" for 127.0.0.1 at 2014-06-20 11:29:51 +0800
965
+ Processing by DummyController#create as HTML
966
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"W46HEhRE9M4CaaiX0tUg48zIBXmVvvjd/YGK8MlJmcM=", "dummy_model"=>{"desc"=>""}, "dummy"=>"", "commit"=>"save"}
967
+ Redirected to http://localhost:4444/
968
+ Completed 302 Found in 1ms
969
+
970
+
971
+ Started GET "/" for 127.0.0.1 at 2014-06-20 11:29:51 +0800
972
+ Processing by DummyController#new as HTML
973
+ Rendered dummy/new.html.erb within layouts/application (4.0ms)
974
+ Completed 200 OK in 8ms (Views: 8.2ms)
975
+
976
+
977
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:29:52 +0800
978
+
979
+
980
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:29:52 +0800
981
+
982
+
983
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:29:52 +0800
984
+
985
+
986
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:29:52 +0800
987
+
988
+
989
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:29:52 +0800
990
+
991
+
992
+ Started GET "/assets/ueditor/lang/zh-cn/zh-cn.js" for 127.0.0.1 at 2014-06-20 11:29:52 +0800
993
+
994
+
995
+ Started GET "/assets/ueditor/themes/default/css/ueditor.css" for 127.0.0.1 at 2014-06-20 11:29:52 +0800
996
+
997
+
998
+ Started GET "/assets/ueditor/themes/default/images/scale.png" for 127.0.0.1 at 2014-06-20 11:29:52 +0800
999
+
1000
+
1001
+ Started GET "/assets/ueditor/themes/default/images/icons.png" for 127.0.0.1 at 2014-06-20 11:29:52 +0800
1002
+
1003
+
1004
+ Started GET "/assets/ueditor/themes/iframe.css" for 127.0.0.1 at 2014-06-20 11:29:52 +0800
1005
+
1006
+
1007
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.css" for 127.0.0.1 at 2014-06-20 11:29:53 +0800
1008
+
1009
+
1010
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.js" for 127.0.0.1 at 2014-06-20 11:29:53 +0800
1011
+
1012
+
1013
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.js" for 127.0.0.1 at 2014-06-20 11:29:53 +0800
1014
+
1015
+
1016
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.swf?noCache=1403234993188" for 127.0.0.1 at 2014-06-20 11:29:53 +0800
1017
+
1018
+
1019
+ Started GET "/" for 127.0.0.1 at 2014-06-20 11:33:57 +0800
1020
+ Processing by DummyController#new as HTML
1021
+ Rendered dummy/new.html.erb within layouts/application (35.5ms)
1022
+ Completed 200 OK in 177ms (Views: 139.8ms)
1023
+
1024
+
1025
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:33:57 +0800
1026
+
1027
+
1028
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:33:57 +0800
1029
+
1030
+
1031
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:33:57 +0800
1032
+
1033
+
1034
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:33:57 +0800
1035
+
1036
+
1037
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:33:57 +0800
1038
+
1039
+
1040
+ Started GET "/assets/ueditor/lang/zh-cn/zh-cn.js" for 127.0.0.1 at 2014-06-20 11:33:58 +0800
1041
+
1042
+
1043
+ Started GET "/assets/ueditor/themes/default/css/ueditor.css" for 127.0.0.1 at 2014-06-20 11:33:58 +0800
1044
+
1045
+
1046
+ Started GET "/assets/ueditor/themes/default/images/icons.png" for 127.0.0.1 at 2014-06-20 11:33:58 +0800
1047
+
1048
+
1049
+ Started GET "/assets/ueditor/themes/default/images/scale.png" for 127.0.0.1 at 2014-06-20 11:33:58 +0800
1050
+
1051
+
1052
+ Started GET "/assets/ueditor/themes/iframe.css" for 127.0.0.1 at 2014-06-20 11:33:58 +0800
1053
+
1054
+
1055
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.js" for 127.0.0.1 at 2014-06-20 11:33:58 +0800
1056
+
1057
+
1058
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.css" for 127.0.0.1 at 2014-06-20 11:33:58 +0800
1059
+
1060
+
1061
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.js" for 127.0.0.1 at 2014-06-20 11:33:58 +0800
1062
+
1063
+
1064
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.swf?noCache=1403235239098" for 127.0.0.1 at 2014-06-20 11:33:59 +0800
1065
+
1066
+
1067
+ Started GET "/" for 127.0.0.1 at 2014-06-20 11:34:24 +0800
1068
+ Processing by DummyController#new as HTML
1069
+ Rendered dummy/new.html.erb within layouts/application (6.1ms)
1070
+ Completed 200 OK in 11ms (Views: 11.2ms)
1071
+
1072
+
1073
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:34:24 +0800
1074
+
1075
+
1076
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:34:24 +0800
1077
+
1078
+
1079
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:34:24 +0800
1080
+
1081
+
1082
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:34:24 +0800
1083
+
1084
+
1085
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:34:24 +0800
1086
+
1087
+
1088
+ Started GET "/assets/ueditor/lang/zh-cn/zh-cn.js" for 127.0.0.1 at 2014-06-20 11:34:24 +0800
1089
+
1090
+
1091
+ Started GET "/assets/ueditor/themes/default/css/ueditor.css" for 127.0.0.1 at 2014-06-20 11:34:24 +0800
1092
+
1093
+
1094
+ Started GET "/assets/ueditor/themes/default/images/icons.png" for 127.0.0.1 at 2014-06-20 11:34:25 +0800
1095
+
1096
+
1097
+ Started GET "/assets/ueditor/themes/default/images/scale.png" for 127.0.0.1 at 2014-06-20 11:34:25 +0800
1098
+
1099
+
1100
+ Started GET "/assets/ueditor/themes/iframe.css" for 127.0.0.1 at 2014-06-20 11:34:25 +0800
1101
+
1102
+
1103
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.js" for 127.0.0.1 at 2014-06-20 11:34:25 +0800
1104
+
1105
+
1106
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.css" for 127.0.0.1 at 2014-06-20 11:34:25 +0800
1107
+
1108
+
1109
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.js" for 127.0.0.1 at 2014-06-20 11:34:25 +0800
1110
+
1111
+
1112
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.swf?noCache=1403235265581" for 127.0.0.1 at 2014-06-20 11:34:25 +0800
1113
+
1114
+
1115
+ Started GET "/dummy/bla" for 127.0.0.1 at 2014-06-20 11:34:43 +0800
1116
+ Processing by DummyController#bla as HTML
1117
+ Rendered dummy/bla.html.erb within layouts/application (0.6ms)
1118
+ Completed 200 OK in 6ms (Views: 5.6ms)
1119
+
1120
+
1121
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:34:43 +0800
1122
+
1123
+
1124
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:34:43 +0800
1125
+
1126
+
1127
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:34:43 +0800
1128
+
1129
+
1130
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:34:43 +0800
1131
+
1132
+
1133
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:34:43 +0800
1134
+
1135
+
1136
+ Started GET "/dummy/new" for 127.0.0.1 at 2014-06-20 11:34:47 +0800
1137
+ Processing by DummyController#new as HTML
1138
+ Rendered dummy/new.html.erb within layouts/application (3.4ms)
1139
+ Completed 200 OK in 9ms (Views: 8.4ms)
1140
+
1141
+
1142
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:34:47 +0800
1143
+
1144
+
1145
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:34:47 +0800
1146
+
1147
+
1148
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:34:47 +0800
1149
+
1150
+
1151
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:34:47 +0800
1152
+
1153
+
1154
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:34:47 +0800
1155
+
1156
+
1157
+ Started GET "/assets/ueditor/lang/zh-cn/zh-cn.js" for 127.0.0.1 at 2014-06-20 11:34:47 +0800
1158
+
1159
+
1160
+ Started GET "/assets/ueditor/themes/default/css/ueditor.css" for 127.0.0.1 at 2014-06-20 11:34:47 +0800
1161
+
1162
+
1163
+ Started GET "/assets/ueditor/themes/default/images/icons.png" for 127.0.0.1 at 2014-06-20 11:34:48 +0800
1164
+
1165
+
1166
+ Started GET "/assets/ueditor/themes/default/images/scale.png" for 127.0.0.1 at 2014-06-20 11:34:48 +0800
1167
+
1168
+
1169
+ Started GET "/assets/ueditor/themes/iframe.css" for 127.0.0.1 at 2014-06-20 11:34:48 +0800
1170
+
1171
+
1172
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.js" for 127.0.0.1 at 2014-06-20 11:34:48 +0800
1173
+
1174
+
1175
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.css" for 127.0.0.1 at 2014-06-20 11:34:48 +0800
1176
+
1177
+
1178
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.js" for 127.0.0.1 at 2014-06-20 11:34:48 +0800
1179
+
1180
+
1181
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.swf?noCache=1403235288332" for 127.0.0.1 at 2014-06-20 11:34:48 +0800
1182
+
1183
+
1184
+ Started GET "/dummy/bla" for 127.0.0.1 at 2014-06-20 11:35:40 +0800
1185
+ Processing by DummyController#bla as HTML
1186
+ Rendered dummy/bla.html.erb within layouts/application (0.3ms)
1187
+ Completed 200 OK in 6ms (Views: 5.4ms)
1188
+
1189
+
1190
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:35:40 +0800
1191
+
1192
+
1193
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:40 +0800
1194
+
1195
+
1196
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:40 +0800
1197
+
1198
+
1199
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:40 +0800
1200
+
1201
+
1202
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:40 +0800
1203
+
1204
+
1205
+ Started GET "/dummy/new" for 127.0.0.1 at 2014-06-20 11:35:42 +0800
1206
+ Processing by DummyController#new as HTML
1207
+ Rendered dummy/new.html.erb within layouts/application (3.4ms)
1208
+ Completed 200 OK in 8ms (Views: 8.2ms)
1209
+
1210
+
1211
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:42 +0800
1212
+
1213
+
1214
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:42 +0800
1215
+
1216
+
1217
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:42 +0800
1218
+
1219
+
1220
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:42 +0800
1221
+
1222
+
1223
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:35:42 +0800
1224
+
1225
+
1226
+ Started GET "/assets/ueditor/lang/zh-cn/zh-cn.js" for 127.0.0.1 at 2014-06-20 11:35:42 +0800
1227
+
1228
+
1229
+ Started GET "/assets/ueditor/themes/default/css/ueditor.css" for 127.0.0.1 at 2014-06-20 11:35:42 +0800
1230
+
1231
+
1232
+ Started GET "/assets/ueditor/themes/default/images/icons.png" for 127.0.0.1 at 2014-06-20 11:35:43 +0800
1233
+
1234
+
1235
+ Started GET "/assets/ueditor/themes/default/images/scale.png" for 127.0.0.1 at 2014-06-20 11:35:43 +0800
1236
+
1237
+
1238
+ Started GET "/assets/ueditor/themes/iframe.css" for 127.0.0.1 at 2014-06-20 11:35:43 +0800
1239
+
1240
+
1241
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.css" for 127.0.0.1 at 2014-06-20 11:35:43 +0800
1242
+
1243
+
1244
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.js" for 127.0.0.1 at 2014-06-20 11:35:43 +0800
1245
+
1246
+
1247
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.js" for 127.0.0.1 at 2014-06-20 11:35:43 +0800
1248
+
1249
+
1250
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.swf?noCache=1403235343653" for 127.0.0.1 at 2014-06-20 11:35:43 +0800
1251
+
1252
+
1253
+ Started GET "/dummy/bla" for 127.0.0.1 at 2014-06-20 11:35:44 +0800
1254
+ Processing by DummyController#bla as HTML
1255
+ Rendered dummy/bla.html.erb within layouts/application (0.3ms)
1256
+ Completed 200 OK in 7ms (Views: 6.4ms)
1257
+
1258
+
1259
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:44 +0800
1260
+
1261
+
1262
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:44 +0800
1263
+
1264
+
1265
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:44 +0800
1266
+
1267
+
1268
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:35:44 +0800
1269
+
1270
+
1271
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:44 +0800
1272
+
1273
+
1274
+ Started GET "/dummy/new" for 127.0.0.1 at 2014-06-20 11:35:46 +0800
1275
+ Processing by DummyController#new as HTML
1276
+ Rendered dummy/new.html.erb within layouts/application (4.0ms)
1277
+ Completed 200 OK in 9ms (Views: 9.1ms)
1278
+
1279
+
1280
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:46 +0800
1281
+
1282
+
1283
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:46 +0800
1284
+
1285
+
1286
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:46 +0800
1287
+
1288
+
1289
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:46 +0800
1290
+
1291
+
1292
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:35:46 +0800
1293
+
1294
+
1295
+ Started GET "/assets/ueditor/lang/zh-cn/zh-cn.js" for 127.0.0.1 at 2014-06-20 11:35:47 +0800
1296
+
1297
+
1298
+ Started GET "/assets/ueditor/themes/default/css/ueditor.css" for 127.0.0.1 at 2014-06-20 11:35:47 +0800
1299
+
1300
+
1301
+ Started GET "/assets/ueditor/themes/default/images/icons.png" for 127.0.0.1 at 2014-06-20 11:35:47 +0800
1302
+
1303
+
1304
+ Started GET "/assets/ueditor/themes/default/images/scale.png" for 127.0.0.1 at 2014-06-20 11:35:47 +0800
1305
+
1306
+
1307
+ Started GET "/assets/ueditor/themes/iframe.css" for 127.0.0.1 at 2014-06-20 11:35:47 +0800
1308
+
1309
+
1310
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.js" for 127.0.0.1 at 2014-06-20 11:35:47 +0800
1311
+
1312
+
1313
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.css" for 127.0.0.1 at 2014-06-20 11:35:47 +0800
1314
+
1315
+
1316
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.js" for 127.0.0.1 at 2014-06-20 11:35:47 +0800
1317
+
1318
+
1319
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.swf?noCache=1403235348048" for 127.0.0.1 at 2014-06-20 11:35:48 +0800
1320
+
1321
+
1322
+ Started GET "/dummy/bla" for 127.0.0.1 at 2014-06-20 11:35:48 +0800
1323
+ Processing by DummyController#bla as HTML
1324
+ Rendered dummy/bla.html.erb within layouts/application (0.2ms)
1325
+ Completed 200 OK in 5ms (Views: 4.5ms)
1326
+
1327
+
1328
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:48 +0800
1329
+
1330
+
1331
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:48 +0800
1332
+
1333
+
1334
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:35:48 +0800
1335
+
1336
+
1337
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:48 +0800
1338
+
1339
+
1340
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:48 +0800
1341
+
1342
+
1343
+ Started GET "/dummy/new" for 127.0.0.1 at 2014-06-20 11:35:50 +0800
1344
+ Processing by DummyController#new as HTML
1345
+ Rendered dummy/new.html.erb within layouts/application (4.5ms)
1346
+ Completed 200 OK in 12ms (Views: 12.1ms)
1347
+
1348
+
1349
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:50 +0800
1350
+
1351
+
1352
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:50 +0800
1353
+
1354
+
1355
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:50 +0800
1356
+
1357
+
1358
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:50 +0800
1359
+
1360
+
1361
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:35:50 +0800
1362
+
1363
+
1364
+ Started GET "/assets/ueditor/themes/default/css/ueditor.css" for 127.0.0.1 at 2014-06-20 11:35:50 +0800
1365
+
1366
+
1367
+ Started GET "/assets/ueditor/lang/zh-cn/zh-cn.js" for 127.0.0.1 at 2014-06-20 11:35:50 +0800
1368
+
1369
+
1370
+ Started GET "/assets/ueditor/themes/default/images/icons.png" for 127.0.0.1 at 2014-06-20 11:35:51 +0800
1371
+
1372
+
1373
+ Started GET "/assets/ueditor/themes/default/images/scale.png" for 127.0.0.1 at 2014-06-20 11:35:51 +0800
1374
+
1375
+
1376
+ Started GET "/assets/ueditor/themes/iframe.css" for 127.0.0.1 at 2014-06-20 11:35:51 +0800
1377
+
1378
+
1379
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.js" for 127.0.0.1 at 2014-06-20 11:35:51 +0800
1380
+
1381
+
1382
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.css" for 127.0.0.1 at 2014-06-20 11:35:51 +0800
1383
+
1384
+
1385
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.js" for 127.0.0.1 at 2014-06-20 11:35:51 +0800
1386
+
1387
+
1388
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.swf?noCache=1403235351479" for 127.0.0.1 at 2014-06-20 11:35:51 +0800
1389
+
1390
+
1391
+ Started GET "/dummy/bla" for 127.0.0.1 at 2014-06-20 11:35:53 +0800
1392
+ Processing by DummyController#bla as HTML
1393
+ Rendered dummy/bla.html.erb within layouts/application (0.2ms)
1394
+ Completed 200 OK in 5ms (Views: 4.9ms)
1395
+
1396
+
1397
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:35:53 +0800
1398
+
1399
+
1400
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:53 +0800
1401
+
1402
+
1403
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:53 +0800
1404
+
1405
+
1406
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:53 +0800
1407
+
1408
+
1409
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:53 +0800
1410
+
1411
+
1412
+ Started GET "/dummy/new" for 127.0.0.1 at 2014-06-20 11:35:58 +0800
1413
+ Processing by DummyController#new as HTML
1414
+ Rendered dummy/new.html.erb within layouts/application (4.6ms)
1415
+ Completed 200 OK in 12ms (Views: 12.3ms)
1416
+
1417
+
1418
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:35:58 +0800
1419
+
1420
+
1421
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:58 +0800
1422
+
1423
+
1424
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:58 +0800
1425
+
1426
+
1427
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:58 +0800
1428
+
1429
+
1430
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:35:58 +0800
1431
+
1432
+
1433
+ Started GET "/assets/ueditor/lang/zh-cn/zh-cn.js" for 127.0.0.1 at 2014-06-20 11:35:58 +0800
1434
+
1435
+
1436
+ Started GET "/assets/ueditor/themes/default/css/ueditor.css" for 127.0.0.1 at 2014-06-20 11:35:58 +0800
1437
+
1438
+
1439
+ Started GET "/assets/ueditor/themes/default/images/icons.png" for 127.0.0.1 at 2014-06-20 11:35:59 +0800
1440
+
1441
+
1442
+ Started GET "/assets/ueditor/themes/default/images/scale.png" for 127.0.0.1 at 2014-06-20 11:35:59 +0800
1443
+
1444
+
1445
+ Started GET "/assets/ueditor/themes/iframe.css" for 127.0.0.1 at 2014-06-20 11:35:59 +0800
1446
+
1447
+
1448
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.css" for 127.0.0.1 at 2014-06-20 11:35:59 +0800
1449
+
1450
+
1451
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.js" for 127.0.0.1 at 2014-06-20 11:35:59 +0800
1452
+
1453
+
1454
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.js" for 127.0.0.1 at 2014-06-20 11:35:59 +0800
1455
+
1456
+
1457
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.swf?noCache=1403235359787" for 127.0.0.1 at 2014-06-20 11:35:59 +0800
1458
+
1459
+
1460
+ Started GET "/dummy/bla" for 127.0.0.1 at 2014-06-20 11:37:28 +0800
1461
+ Processing by DummyController#bla as HTML
1462
+ Rendered dummy/bla.html.erb within layouts/application (0.2ms)
1463
+ Completed 200 OK in 5ms (Views: 5.1ms)
1464
+
1465
+
1466
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:29 +0800
1467
+
1468
+
1469
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:37:29 +0800
1470
+
1471
+
1472
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:29 +0800
1473
+
1474
+
1475
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:29 +0800
1476
+
1477
+
1478
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:29 +0800
1479
+
1480
+
1481
+ Started GET "/dummy/new" for 127.0.0.1 at 2014-06-20 11:37:30 +0800
1482
+ Processing by DummyController#new as HTML
1483
+ Rendered dummy/new.html.erb within layouts/application (3.1ms)
1484
+ Completed 200 OK in 8ms (Views: 8.1ms)
1485
+
1486
+
1487
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:30 +0800
1488
+
1489
+
1490
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:30 +0800
1491
+
1492
+
1493
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:30 +0800
1494
+
1495
+
1496
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:30 +0800
1497
+
1498
+
1499
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:37:30 +0800
1500
+
1501
+
1502
+ Started GET "/assets/ueditor/lang/zh-cn/zh-cn.js" for 127.0.0.1 at 2014-06-20 11:37:30 +0800
1503
+
1504
+
1505
+ Started GET "/assets/ueditor/themes/default/css/ueditor.css" for 127.0.0.1 at 2014-06-20 11:37:30 +0800
1506
+
1507
+
1508
+ Started GET "/assets/ueditor/themes/default/images/icons.png" for 127.0.0.1 at 2014-06-20 11:37:31 +0800
1509
+
1510
+
1511
+ Started GET "/assets/ueditor/themes/default/images/scale.png" for 127.0.0.1 at 2014-06-20 11:37:31 +0800
1512
+
1513
+
1514
+ Started GET "/assets/ueditor/themes/iframe.css" for 127.0.0.1 at 2014-06-20 11:37:31 +0800
1515
+
1516
+
1517
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.css" for 127.0.0.1 at 2014-06-20 11:37:31 +0800
1518
+
1519
+
1520
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.js" for 127.0.0.1 at 2014-06-20 11:37:31 +0800
1521
+
1522
+
1523
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.js" for 127.0.0.1 at 2014-06-20 11:37:31 +0800
1524
+
1525
+
1526
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.swf?noCache=1403235451699" for 127.0.0.1 at 2014-06-20 11:37:31 +0800
1527
+
1528
+
1529
+ Started GET "/dummy/bla" for 127.0.0.1 at 2014-06-20 11:37:31 +0800
1530
+ Processing by DummyController#bla as HTML
1531
+ Rendered dummy/bla.html.erb within layouts/application (0.2ms)
1532
+ Completed 200 OK in 6ms (Views: 5.4ms)
1533
+
1534
+
1535
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:32 +0800
1536
+
1537
+
1538
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:37:32 +0800
1539
+
1540
+
1541
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:32 +0800
1542
+
1543
+
1544
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:32 +0800
1545
+
1546
+
1547
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:32 +0800
1548
+
1549
+
1550
+ Started GET "/dummy/new" for 127.0.0.1 at 2014-06-20 11:37:33 +0800
1551
+ Processing by DummyController#new as HTML
1552
+ Rendered dummy/new.html.erb within layouts/application (3.6ms)
1553
+ Completed 200 OK in 9ms (Views: 9.1ms)
1554
+
1555
+
1556
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:37:33 +0800
1557
+
1558
+
1559
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:33 +0800
1560
+
1561
+
1562
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:33 +0800
1563
+
1564
+
1565
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:33 +0800
1566
+
1567
+
1568
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:33 +0800
1569
+
1570
+
1571
+ Started GET "/assets/ueditor/lang/zh-cn/zh-cn.js" for 127.0.0.1 at 2014-06-20 11:37:33 +0800
1572
+
1573
+
1574
+ Started GET "/assets/ueditor/themes/default/css/ueditor.css" for 127.0.0.1 at 2014-06-20 11:37:33 +0800
1575
+
1576
+
1577
+ Started GET "/assets/ueditor/themes/default/images/icons.png" for 127.0.0.1 at 2014-06-20 11:37:34 +0800
1578
+
1579
+
1580
+ Started GET "/assets/ueditor/themes/default/images/scale.png" for 127.0.0.1 at 2014-06-20 11:37:34 +0800
1581
+
1582
+
1583
+ Started GET "/assets/ueditor/themes/iframe.css" for 127.0.0.1 at 2014-06-20 11:37:34 +0800
1584
+
1585
+
1586
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.js" for 127.0.0.1 at 2014-06-20 11:37:34 +0800
1587
+
1588
+
1589
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.css" for 127.0.0.1 at 2014-06-20 11:37:34 +0800
1590
+
1591
+
1592
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.js" for 127.0.0.1 at 2014-06-20 11:37:34 +0800
1593
+
1594
+
1595
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.swf?noCache=1403235454867" for 127.0.0.1 at 2014-06-20 11:37:34 +0800
1596
+
1597
+
1598
+ Started GET "/dummy/bla" for 127.0.0.1 at 2014-06-20 11:37:35 +0800
1599
+ Processing by DummyController#bla as HTML
1600
+ Rendered dummy/bla.html.erb within layouts/application (0.3ms)
1601
+ Completed 200 OK in 7ms (Views: 6.4ms)
1602
+
1603
+
1604
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:35 +0800
1605
+
1606
+
1607
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:35 +0800
1608
+
1609
+
1610
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:35 +0800
1611
+
1612
+
1613
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:37:35 +0800
1614
+
1615
+
1616
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:35 +0800
1617
+
1618
+
1619
+ Started GET "/dummy/new" for 127.0.0.1 at 2014-06-20 11:37:36 +0800
1620
+ Processing by DummyController#new as HTML
1621
+ Rendered dummy/new.html.erb within layouts/application (3.6ms)
1622
+ Completed 200 OK in 9ms (Views: 9.3ms)
1623
+
1624
+
1625
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:37:36 +0800
1626
+
1627
+
1628
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:36 +0800
1629
+
1630
+
1631
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:36 +0800
1632
+
1633
+
1634
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:36 +0800
1635
+
1636
+
1637
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:36 +0800
1638
+
1639
+
1640
+ Started GET "/assets/ueditor/lang/zh-cn/zh-cn.js" for 127.0.0.1 at 2014-06-20 11:37:36 +0800
1641
+
1642
+
1643
+ Started GET "/assets/ueditor/themes/default/css/ueditor.css" for 127.0.0.1 at 2014-06-20 11:37:36 +0800
1644
+
1645
+
1646
+ Started GET "/assets/ueditor/themes/default/images/icons.png" for 127.0.0.1 at 2014-06-20 11:37:37 +0800
1647
+
1648
+
1649
+ Started GET "/assets/ueditor/themes/default/images/scale.png" for 127.0.0.1 at 2014-06-20 11:37:37 +0800
1650
+
1651
+
1652
+ Started GET "/assets/ueditor/themes/iframe.css" for 127.0.0.1 at 2014-06-20 11:37:37 +0800
1653
+
1654
+
1655
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.css" for 127.0.0.1 at 2014-06-20 11:37:37 +0800
1656
+
1657
+
1658
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.js" for 127.0.0.1 at 2014-06-20 11:37:37 +0800
1659
+
1660
+
1661
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.js" for 127.0.0.1 at 2014-06-20 11:37:37 +0800
1662
+
1663
+
1664
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.swf?noCache=1403235457949" for 127.0.0.1 at 2014-06-20 11:37:37 +0800
1665
+
1666
+
1667
+ Started GET "/dummy/bla" for 127.0.0.1 at 2014-06-20 11:37:39 +0800
1668
+ Processing by DummyController#bla as HTML
1669
+ Rendered dummy/bla.html.erb within layouts/application (0.3ms)
1670
+ Completed 200 OK in 6ms (Views: 5.6ms)
1671
+
1672
+
1673
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:39 +0800
1674
+
1675
+
1676
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:39 +0800
1677
+
1678
+
1679
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:39 +0800
1680
+
1681
+
1682
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:37:39 +0800
1683
+
1684
+
1685
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:39 +0800
1686
+
1687
+
1688
+ Started GET "/dummy/new" for 127.0.0.1 at 2014-06-20 11:37:42 +0800
1689
+ Processing by DummyController#new as HTML
1690
+ Rendered dummy/new.html.erb within layouts/application (3.9ms)
1691
+ Completed 200 OK in 10ms (Views: 9.3ms)
1692
+
1693
+
1694
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:42 +0800
1695
+
1696
+
1697
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:37:42 +0800
1698
+
1699
+
1700
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:42 +0800
1701
+
1702
+
1703
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:42 +0800
1704
+
1705
+
1706
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:37:42 +0800
1707
+
1708
+
1709
+ Started GET "/assets/ueditor/lang/zh-cn/zh-cn.js" for 127.0.0.1 at 2014-06-20 11:37:42 +0800
1710
+
1711
+
1712
+ Started GET "/assets/ueditor/themes/default/css/ueditor.css" for 127.0.0.1 at 2014-06-20 11:37:42 +0800
1713
+
1714
+
1715
+ Started GET "/assets/ueditor/themes/default/images/icons.png" for 127.0.0.1 at 2014-06-20 11:37:43 +0800
1716
+
1717
+
1718
+ Started GET "/assets/ueditor/themes/default/images/scale.png" for 127.0.0.1 at 2014-06-20 11:37:43 +0800
1719
+
1720
+
1721
+ Started GET "/assets/ueditor/themes/iframe.css" for 127.0.0.1 at 2014-06-20 11:37:43 +0800
1722
+
1723
+
1724
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.js" for 127.0.0.1 at 2014-06-20 11:37:43 +0800
1725
+
1726
+
1727
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.css" for 127.0.0.1 at 2014-06-20 11:37:43 +0800
1728
+
1729
+
1730
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.js" for 127.0.0.1 at 2014-06-20 11:37:43 +0800
1731
+
1732
+
1733
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.swf?noCache=1403235463706" for 127.0.0.1 at 2014-06-20 11:37:43 +0800
1734
+
1735
+
1736
+ Started GET "/" for 127.0.0.1 at 2014-06-20 11:42:19 +0800
1737
+ Processing by DummyController#new as HTML
1738
+ Rendered dummy/new.html.erb within layouts/application (20.4ms)
1739
+ Completed 200 OK in 38ms (Views: 36.7ms)
1740
+
1741
+
1742
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:42:19 +0800
1743
+
1744
+
1745
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:42:19 +0800
1746
+
1747
+
1748
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:42:19 +0800
1749
+
1750
+
1751
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:42:19 +0800
1752
+
1753
+
1754
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:42:19 +0800
1755
+
1756
+
1757
+ Started GET "/assets/ueditor/lang/zh-cn/zh-cn.js" for 127.0.0.1 at 2014-06-20 11:42:20 +0800
1758
+
1759
+
1760
+ Started GET "/assets/ueditor/themes/default/css/ueditor.css" for 127.0.0.1 at 2014-06-20 11:42:20 +0800
1761
+
1762
+
1763
+ Started GET "/assets/ueditor/themes/default/images/icons.png" for 127.0.0.1 at 2014-06-20 11:42:20 +0800
1764
+
1765
+
1766
+ Started GET "/assets/ueditor/themes/default/images/scale.png" for 127.0.0.1 at 2014-06-20 11:42:20 +0800
1767
+
1768
+
1769
+ Started GET "/assets/ueditor/themes/iframe.css" for 127.0.0.1 at 2014-06-20 11:42:20 +0800
1770
+
1771
+
1772
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.js" for 127.0.0.1 at 2014-06-20 11:42:20 +0800
1773
+
1774
+
1775
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.css" for 127.0.0.1 at 2014-06-20 11:42:20 +0800
1776
+
1777
+
1778
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.js" for 127.0.0.1 at 2014-06-20 11:42:20 +0800
1779
+
1780
+
1781
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.swf?noCache=1403235740736" for 127.0.0.1 at 2014-06-20 11:42:20 +0800
1782
+
1783
+
1784
+ Started GET "/" for 127.0.0.1 at 2014-06-20 11:45:12 +0800
1785
+ Processing by DummyController#new as HTML
1786
+ Rendered dummy/new.html.erb within layouts/application (3.4ms)
1787
+ Completed 200 OK in 9ms (Views: 9.2ms)
1788
+
1789
+
1790
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:45:13 +0800
1791
+
1792
+
1793
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:45:13 +0800
1794
+
1795
+
1796
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:45:13 +0800
1797
+
1798
+
1799
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:45:13 +0800
1800
+
1801
+
1802
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:45:13 +0800
1803
+
1804
+
1805
+ Started GET "/assets/ueditor/lang/zh-cn/zh-cn.js" for 127.0.0.1 at 2014-06-20 11:45:13 +0800
1806
+
1807
+
1808
+ Started GET "/assets/ueditor/themes/default/css/ueditor.css" for 127.0.0.1 at 2014-06-20 11:45:13 +0800
1809
+
1810
+
1811
+ Started GET "/assets/ueditor/themes/default/images/icons.png" for 127.0.0.1 at 2014-06-20 11:45:13 +0800
1812
+
1813
+
1814
+ Started GET "/assets/ueditor/themes/default/images/scale.png" for 127.0.0.1 at 2014-06-20 11:45:13 +0800
1815
+
1816
+
1817
+ Started GET "/assets/ueditor/themes/iframe.css" for 127.0.0.1 at 2014-06-20 11:45:13 +0800
1818
+
1819
+
1820
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.js" for 127.0.0.1 at 2014-06-20 11:45:14 +0800
1821
+
1822
+
1823
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.css" for 127.0.0.1 at 2014-06-20 11:45:14 +0800
1824
+
1825
+
1826
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.js" for 127.0.0.1 at 2014-06-20 11:45:14 +0800
1827
+
1828
+
1829
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.swf?noCache=1403235914398" for 127.0.0.1 at 2014-06-20 11:45:14 +0800
1830
+
1831
+
1832
+ Started GET "/" for 127.0.0.1 at 2014-06-20 11:46:27 +0800
1833
+ Processing by DummyController#new as HTML
1834
+ Rendered dummy/new.html.erb within layouts/application (32.1ms)
1835
+ Completed 200 OK in 186ms (Views: 145.9ms)
1836
+
1837
+
1838
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:46:28 +0800
1839
+
1840
+
1841
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:46:28 +0800
1842
+
1843
+
1844
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:46:28 +0800
1845
+
1846
+
1847
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:46:28 +0800
1848
+
1849
+
1850
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:46:28 +0800
1851
+
1852
+
1853
+ Started GET "/assets/ueditor/lang/zh-cn/zh-cn.js" for 127.0.0.1 at 2014-06-20 11:46:28 +0800
1854
+
1855
+
1856
+ Started GET "/assets/ueditor/themes/default/css/ueditor.css" for 127.0.0.1 at 2014-06-20 11:46:28 +0800
1857
+
1858
+
1859
+ Started GET "/assets/ueditor/themes/default/images/icons.png" for 127.0.0.1 at 2014-06-20 11:46:29 +0800
1860
+
1861
+
1862
+ Started GET "/assets/ueditor/themes/default/images/scale.png" for 127.0.0.1 at 2014-06-20 11:46:29 +0800
1863
+
1864
+
1865
+ Started GET "/assets/ueditor/themes/iframe.css" for 127.0.0.1 at 2014-06-20 11:46:29 +0800
1866
+
1867
+
1868
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.js" for 127.0.0.1 at 2014-06-20 11:46:29 +0800
1869
+
1870
+
1871
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.css" for 127.0.0.1 at 2014-06-20 11:46:29 +0800
1872
+
1873
+
1874
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.js" for 127.0.0.1 at 2014-06-20 11:46:29 +0800
1875
+
1876
+
1877
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.swf?noCache=1403235989489" for 127.0.0.1 at 2014-06-20 11:46:29 +0800
1878
+
1879
+
1880
+ Started GET "/" for 127.0.0.1 at 2014-06-20 11:48:31 +0800
1881
+ Processing by DummyController#new as HTML
1882
+ Rendered dummy/new.html.erb within layouts/application (2.9ms)
1883
+ Completed 200 OK in 8ms (Views: 7.8ms)
1884
+
1885
+
1886
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:48:32 +0800
1887
+
1888
+
1889
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:48:32 +0800
1890
+
1891
+
1892
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:48:32 +0800
1893
+
1894
+
1895
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:48:32 +0800
1896
+
1897
+
1898
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:48:32 +0800
1899
+
1900
+
1901
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:48:32 +0800
1902
+
1903
+
1904
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:48:32 +0800
1905
+
1906
+
1907
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:48:32 +0800
1908
+
1909
+
1910
+ Started GET "/assets/ueditor/themes/default/css/ueditor.css" for 127.0.0.1 at 2014-06-20 11:48:32 +0800
1911
+
1912
+
1913
+ Started GET "/assets/ueditor/lang/zh-cn/zh-cn.js" for 127.0.0.1 at 2014-06-20 11:48:32 +0800
1914
+
1915
+
1916
+ Started GET "/assets/ueditor/themes/default/images/icons.png" for 127.0.0.1 at 2014-06-20 11:48:32 +0800
1917
+
1918
+
1919
+ Started GET "/assets/ueditor/themes/default/images/scale.png" for 127.0.0.1 at 2014-06-20 11:48:32 +0800
1920
+
1921
+
1922
+ Started GET "/assets/ueditor/themes/iframe.css" for 127.0.0.1 at 2014-06-20 11:48:32 +0800
1923
+
1924
+
1925
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.js" for 127.0.0.1 at 2014-06-20 11:48:33 +0800
1926
+
1927
+
1928
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.css" for 127.0.0.1 at 2014-06-20 11:48:33 +0800
1929
+
1930
+
1931
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.js" for 127.0.0.1 at 2014-06-20 11:48:33 +0800
1932
+
1933
+
1934
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.swf?noCache=1403236113107" for 127.0.0.1 at 2014-06-20 11:48:33 +0800
1935
+
1936
+
1937
+ Started GET "/" for 127.0.0.1 at 2014-06-20 11:49:46 +0800
1938
+ Processing by DummyController#new as HTML
1939
+ Rendered dummy/new.html.erb within layouts/application (29.9ms)
1940
+ Completed 200 OK in 157ms (Views: 124.9ms)
1941
+
1942
+
1943
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:49:47 +0800
1944
+
1945
+
1946
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:49:47 +0800
1947
+
1948
+
1949
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:49:47 +0800
1950
+
1951
+
1952
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:49:47 +0800
1953
+
1954
+
1955
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:49:47 +0800
1956
+
1957
+
1958
+ Started GET "/" for 127.0.0.1 at 2014-06-20 11:49:52 +0800
1959
+ Processing by DummyController#new as HTML
1960
+ Rendered dummy/new.html.erb within layouts/application (6.4ms)
1961
+ Completed 200 OK in 13ms (Views: 12.8ms)
1962
+
1963
+
1964
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:49:53 +0800
1965
+
1966
+
1967
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:49:53 +0800
1968
+
1969
+
1970
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:49:53 +0800
1971
+
1972
+
1973
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:49:53 +0800
1974
+
1975
+
1976
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:49:53 +0800
1977
+
1978
+
1979
+ Started GET "/" for 127.0.0.1 at 2014-06-20 11:50:32 +0800
1980
+ Processing by DummyController#new as HTML
1981
+ Rendered dummy/new.html.erb within layouts/application (30.7ms)
1982
+ Completed 200 OK in 127ms (Views: 72.3ms)
1983
+
1984
+
1985
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:50:32 +0800
1986
+
1987
+
1988
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:50:32 +0800
1989
+
1990
+
1991
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:50:32 +0800
1992
+
1993
+
1994
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:50:32 +0800
1995
+
1996
+
1997
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:50:32 +0800
1998
+
1999
+
2000
+ Started GET "/" for 127.0.0.1 at 2014-06-20 11:50:51 +0800
2001
+ Processing by DummyController#new as HTML
2002
+ Rendered dummy/new.html.erb within layouts/application (29.7ms)
2003
+ Completed 200 OK in 141ms (Views: 109.4ms)
2004
+
2005
+
2006
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:50:51 +0800
2007
+
2008
+
2009
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:50:51 +0800
2010
+
2011
+
2012
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:50:51 +0800
2013
+
2014
+
2015
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:50:51 +0800
2016
+
2017
+
2018
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:50:51 +0800
2019
+
2020
+
2021
+ Started GET "/" for 127.0.0.1 at 2014-06-20 11:51:58 +0800
2022
+ Processing by DummyController#new as HTML
2023
+ Rendered dummy/new.html.erb within layouts/application (30.1ms)
2024
+ Completed 200 OK in 154ms (Views: 121.8ms)
2025
+
2026
+
2027
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-20 11:51:58 +0800
2028
+
2029
+
2030
+ Started GET "/assets/ueditor/ueditor.all.min.js?body=1" for 127.0.0.1 at 2014-06-20 11:51:58 +0800
2031
+
2032
+
2033
+ Started GET "/assets/default.config.js?body=1" for 127.0.0.1 at 2014-06-20 11:51:58 +0800
2034
+
2035
+
2036
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-20 11:51:58 +0800
2037
+
2038
+
2039
+ Started GET "/assets/ueditor.js?body=1" for 127.0.0.1 at 2014-06-20 11:51:58 +0800
2040
+
2041
+
2042
+ Started GET "/assets/ueditor/themes/default/css/ueditor.css" for 127.0.0.1 at 2014-06-20 11:51:58 +0800
2043
+
2044
+
2045
+ Started GET "/assets/ueditor/lang/zh-cn/zh-cn.js" for 127.0.0.1 at 2014-06-20 11:51:58 +0800
2046
+
2047
+
2048
+ Started GET "/assets/ueditor/themes/default/images/scale.png" for 127.0.0.1 at 2014-06-20 11:51:59 +0800
2049
+
2050
+
2051
+ Started GET "/assets/ueditor/themes/default/images/icons.png" for 127.0.0.1 at 2014-06-20 11:51:59 +0800
2052
+
2053
+
2054
+ Started GET "/assets/ueditor/themes/iframe.css" for 127.0.0.1 at 2014-06-20 11:51:59 +0800
2055
+
2056
+
2057
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.js" for 127.0.0.1 at 2014-06-20 11:51:59 +0800
2058
+
2059
+
2060
+ Started GET "/assets/ueditor/third-party/codemirror/codemirror.css" for 127.0.0.1 at 2014-06-20 11:51:59 +0800
2061
+
2062
+
2063
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.js" for 127.0.0.1 at 2014-06-20 11:51:59 +0800
2064
+
2065
+
2066
+ Started GET "/assets/ueditor/third-party/zeroclipboard/ZeroClipboard.swf?noCache=1403236319830" for 127.0.0.1 at 2014-06-20 11:51:59 +0800