glow 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. data/MIT-LICENSE +20 -0
  2. data/README.md +70 -0
  3. data/Rakefile +23 -0
  4. data/lib/generators/glow/install/install_generator.rb +19 -0
  5. data/lib/glow.rb +8 -0
  6. data/lib/glow/engine.rb +10 -0
  7. data/lib/glow/filter.rb +19 -0
  8. data/lib/glow/railtie.rb +10 -0
  9. data/lib/glow/version.rb +3 -0
  10. data/lib/tasks/glow_tasks.rake +4 -0
  11. data/test/dummy/Gemfile +9 -0
  12. data/test/dummy/Gemfile.lock +124 -0
  13. data/test/dummy/Rakefile +7 -0
  14. data/test/dummy/app/assets/javascripts/application.js +9 -0
  15. data/test/dummy/app/assets/stylesheets/application.css +7 -0
  16. data/test/dummy/app/controllers/application_controller.rb +3 -0
  17. data/test/dummy/app/controllers/flash_controller.rb +18 -0
  18. data/test/dummy/app/helpers/application_helper.rb +2 -0
  19. data/test/dummy/app/views/flash/ajax.js.erb +1 -0
  20. data/test/dummy/app/views/flash/show.html.erb +13 -0
  21. data/test/dummy/app/views/layouts/application.html.erb +18 -0
  22. data/test/dummy/config.ru +4 -0
  23. data/test/dummy/config/application.rb +43 -0
  24. data/test/dummy/config/boot.rb +8 -0
  25. data/test/dummy/config/database.yml +25 -0
  26. data/test/dummy/config/environment.rb +5 -0
  27. data/test/dummy/config/environments/development.rb +24 -0
  28. data/test/dummy/config/environments/production.rb +51 -0
  29. data/test/dummy/config/environments/test.rb +38 -0
  30. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  31. data/test/dummy/config/initializers/inflections.rb +10 -0
  32. data/test/dummy/config/initializers/mime_types.rb +5 -0
  33. data/test/dummy/config/initializers/secret_token.rb +7 -0
  34. data/test/dummy/config/initializers/session_store.rb +8 -0
  35. data/test/dummy/config/initializers/wrap_parameters.rb +9 -0
  36. data/test/dummy/config/locales/en.yml +5 -0
  37. data/test/dummy/config/routes.rb +6 -0
  38. data/test/dummy/db/development.sqlite3 +0 -0
  39. data/test/dummy/db/test.sqlite3 +0 -0
  40. data/test/dummy/log/development.log +1629 -0
  41. data/test/dummy/log/test.log +1035 -0
  42. data/test/dummy/public/404.html +26 -0
  43. data/test/dummy/public/422.html +26 -0
  44. data/test/dummy/public/500.html +26 -0
  45. data/test/dummy/public/favicon.ico +0 -0
  46. data/test/dummy/public/javascripts/glow.js +28 -0
  47. data/test/dummy/public/javascripts/jquery.js +8981 -0
  48. data/test/dummy/public/javascripts/jquery.min.js +18 -0
  49. data/test/dummy/public/javascripts/jquery_ujs.js +331 -0
  50. data/test/dummy/script/rails +6 -0
  51. data/test/dummy/spec/controllers/flash_controller_spec.rb +33 -0
  52. data/test/dummy/spec/integration/flash_spec.rb +17 -0
  53. data/test/dummy/spec/spec_helper.rb +31 -0
  54. data/test/dummy/tmp/pids/server.pid +1 -0
  55. metadata +180 -0
@@ -0,0 +1,1035 @@
1
+ Processing by FlashController#create as HTML
2
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
3
+ Redirected to http://test.host/flash
4
+ Completed 302 Found in 2ms
5
+ Processing by FlashController#create as JS
6
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
7
+ Completed 200 OK in 80ms (Views: 79.9ms | ActiveRecord: 0.0ms)
8
+ Processing by FlashController#create as HTML
9
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
10
+ Redirected to http://test.host/flash
11
+ Completed 302 Found in 2ms
12
+ Processing by FlashController#create as JS
13
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
14
+ Completed 200 OK in 74ms (Views: 73.0ms | ActiveRecord: 0.0ms)
15
+ Processing by FlashController#create as HTML
16
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
17
+ Redirected to http://test.host/flash
18
+ Completed 302 Found in 2ms
19
+ Processing by FlashController#create as JS
20
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
21
+ Completed 200 OK in 60ms (Views: 59.2ms | ActiveRecord: 0.0ms)
22
+ Processing by FlashController#create as HTML
23
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
24
+ Redirected to http://test.host/flash
25
+ Completed 500 Internal Server Error in 2ms
26
+ Processing by FlashController#create as JS
27
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
28
+ Completed 500 Internal Server Error in 117ms
29
+ Processing by FlashController#create as HTML
30
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
31
+ Redirected to http://test.host/flash
32
+ Completed 302 Found in 2ms
33
+ Processing by FlashController#create as JS
34
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
35
+ Completed 200 OK in 80ms (Views: 79.1ms | ActiveRecord: 0.0ms)
36
+ Processing by FlashController#create as HTML
37
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
38
+ Redirected to http://test.host/flash
39
+ Completed 302 Found in 2ms
40
+ Processing by FlashController#create as JS
41
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
42
+ Completed 200 OK in 59ms (Views: 58.6ms | ActiveRecord: 0.0ms)
43
+ Processing by FlashController#create as HTML
44
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
45
+ Redirected to http://test.host/flash
46
+ Completed 302 Found in 2ms
47
+ Processing by FlashController#create as JS
48
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
49
+ Completed 200 OK in 76ms (Views: 75.5ms | ActiveRecord: 0.0ms)
50
+ Processing by FlashController#show as HTML
51
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
52
+ Completed 500 Internal Server Error in 16ms
53
+ Processing by FlashController#create as HTML
54
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
55
+ Redirected to http://test.host/flash
56
+ Completed 302 Found in 2ms
57
+ Processing by FlashController#show as HTML
58
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
59
+ ERROR: compiling _app_views_layouts_application_html_erb__415041104170559274_70351340817760__3229794525078700588 RAISED /Users/daniel/code/glow/test/dummy/app/views/layouts/application.html.erb:13: unknown regexp options - bdy
60
+ unmatched close parenthesis: /head>
61
+ <body>
62
+
63
+ ');@output_buffer.append= ( yield );@output_buffer.safe_concat('
64
+ ');@output_buffer.safe_concat('
65
+ </
66
+ /Users/daniel/code/glow/test/dummy/app/views/layouts/application.html.erb:14: syntax error, unexpected '<'
67
+ </html>
68
+ ^
69
+ /Users/daniel/code/glow/test/dummy/app/views/layouts/application.html.erb:14: unterminated regexp meets end of file
70
+ Function body: def _app_views_layouts_application_html_erb__415041104170559274_70351340817760__3229794525078700588(local_assigns)
71
+ _old_virtual_path, @_virtual_path = @_virtual_path, "layouts/application";_old_output_buffer = @output_buffer;;@output_buffer = ActionView::OutputBuffer.new;@output_buffer.safe_concat('<!DOCTYPE html>
72
+ <html>
73
+ <head>
74
+ <title>Dummy</title>
75
+ ');@output_buffer.append= (# stylesheet_link_tag "application" );@output_buffer.safe_concat('
76
+ ');@output_buffer.safe_concat(' ');@output_buffer.append= (# javascript_include_tag "application" );@output_buffer.safe_concat('
77
+ ');@output_buffer.safe_concat(' ');@output_buffer.append= (# csrf_meta_tags );@output_buffer.safe_concat('
78
+ ');@output_buffer.safe_concat('</head>
79
+ <body>
80
+
81
+ ');@output_buffer.append= ( yield );@output_buffer.safe_concat('
82
+ ');@output_buffer.safe_concat('
83
+ </body>
84
+ </html>
85
+ ');@output_buffer.to_s
86
+ ensure
87
+ @_virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
88
+ end
89
+ Backtrace: /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_view/template.rb:258:in `module_eval'
90
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_view/template.rb:258:in `compile'
91
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_view/template.rb:134:in `block in render'
92
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/notifications.rb:52:in `block in instrument'
93
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
94
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/notifications.rb:52:in `instrument'
95
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_view/template.rb:127:in `render'
96
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_view/render/layouts.rb:80:in `_render_layout'
97
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_view/render/rendering.rb:62:in `block in _render_template'
98
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/notifications.rb:52:in `block in instrument'
99
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
100
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/notifications.rb:52:in `instrument'
101
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_view/render/rendering.rb:56:in `_render_template'
102
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_view/render/rendering.rb:26:in `render'
103
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/abstract_controller/rendering.rb:115:in `_render_template'
104
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/abstract_controller/rendering.rb:109:in `render_to_body'
105
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/metal/renderers.rb:47:in `render_to_body'
106
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/metal/compatibility.rb:55:in `render_to_body'
107
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/abstract_controller/rendering.rb:102:in `render_to_string'
108
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/abstract_controller/rendering.rb:93:in `render'
109
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/metal/rendering.rb:17:in `render'
110
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
111
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
112
+ /Users/daniel/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime'
113
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/core_ext/benchmark.rb:5:in `ms'
114
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/metal/instrumentation.rb:40:in `block in render'
115
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/metal/instrumentation.rb:78:in `cleanup_view_runtime'
116
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.0.10/lib/active_record/railties/controller_runtime.rb:15:in `cleanup_view_runtime'
117
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/metal/instrumentation.rb:39:in `render'
118
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
119
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
120
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/abstract_controller/base.rb:150:in `process_action'
121
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/metal/rendering.rb:11:in `process_action'
122
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
123
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/callbacks.rb:436:in `_run__609123427687543740__process_action__427775662161006969__callbacks'
124
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/callbacks.rb:410:in `_run_process_action_callbacks'
125
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/callbacks.rb:94:in `run_callbacks'
126
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/abstract_controller/callbacks.rb:17:in `process_action'
127
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/metal/rescue.rb:17:in `process_action'
128
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
129
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/notifications.rb:52:in `block in instrument'
130
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
131
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/notifications.rb:52:in `instrument'
132
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
133
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/abstract_controller/base.rb:119:in `process'
134
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/abstract_controller/rendering.rb:41:in `process'
135
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/metal/testing.rb:12:in `process_with_new_base_test'
136
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/test_case.rb:412:in `process'
137
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/test_case.rb:47:in `process'
138
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/test_case.rb:350:in `get'
139
+ /Users/daniel/code/glow/test/functional/flash_controller_test.rb:6:in `test_redirect'
140
+ /Users/daniel/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/minitest/unit.rb:695:in `run'
141
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/testing/setup_and_teardown.rb:35:in `block in run'
142
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/callbacks.rb:434:in `_run_setup_callbacks'
143
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/testing/setup_and_teardown.rb:34:in `run'
144
+ /Users/daniel/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/minitest/unit.rb:656:in `block (2 levels) in run_test_suites'
145
+ /Users/daniel/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/minitest/unit.rb:650:in `each'
146
+ /Users/daniel/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/minitest/unit.rb:650:in `block in run_test_suites'
147
+ /Users/daniel/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/minitest/unit.rb:649:in `each'
148
+ /Users/daniel/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/minitest/unit.rb:649:in `run_test_suites'
149
+ /Users/daniel/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/minitest/unit.rb:609:in `run'
150
+ /Users/daniel/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/minitest/unit.rb:508:in `block in autorun'
151
+ Rendered flash/show.html.erb within layouts/application (44.1ms)
152
+ Completed 500 Internal Server Error in 52ms
153
+ Processing by FlashController#create as JS
154
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
155
+ Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.0ms)
156
+ Processing by FlashController#show as HTML
157
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
158
+ ERROR: compiling _app_views_layouts_application_html_erb__415041104170559274_70351340817760__3229794525078700588 RAISED /Users/daniel/code/glow/test/dummy/app/views/layouts/application.html.erb:13: unknown regexp options - bdy
159
+ unmatched close parenthesis: /head>
160
+ <body>
161
+
162
+ ');@output_buffer.append= ( yield );@output_buffer.safe_concat('
163
+ ');@output_buffer.safe_concat('
164
+ </
165
+ /Users/daniel/code/glow/test/dummy/app/views/layouts/application.html.erb:14: syntax error, unexpected '<'
166
+ </html>
167
+ ^
168
+ /Users/daniel/code/glow/test/dummy/app/views/layouts/application.html.erb:14: unterminated regexp meets end of file
169
+ Function body: def _app_views_layouts_application_html_erb__415041104170559274_70351340817760__3229794525078700588(local_assigns)
170
+ _old_virtual_path, @_virtual_path = @_virtual_path, "layouts/application";_old_output_buffer = @output_buffer;;@output_buffer = ActionView::OutputBuffer.new;@output_buffer.safe_concat('<!DOCTYPE html>
171
+ <html>
172
+ <head>
173
+ <title>Dummy</title>
174
+ ');@output_buffer.append= (# stylesheet_link_tag "application" );@output_buffer.safe_concat('
175
+ ');@output_buffer.safe_concat(' ');@output_buffer.append= (# javascript_include_tag "application" );@output_buffer.safe_concat('
176
+ ');@output_buffer.safe_concat(' ');@output_buffer.append= (# csrf_meta_tags );@output_buffer.safe_concat('
177
+ ');@output_buffer.safe_concat('</head>
178
+ <body>
179
+
180
+ ');@output_buffer.append= ( yield );@output_buffer.safe_concat('
181
+ ');@output_buffer.safe_concat('
182
+ </body>
183
+ </html>
184
+ ');@output_buffer.to_s
185
+ ensure
186
+ @_virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
187
+ end
188
+ Backtrace: /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_view/template.rb:258:in `module_eval'
189
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_view/template.rb:258:in `compile'
190
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_view/template.rb:134:in `block in render'
191
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/notifications.rb:52:in `block in instrument'
192
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
193
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/notifications.rb:52:in `instrument'
194
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_view/template.rb:127:in `render'
195
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_view/render/layouts.rb:80:in `_render_layout'
196
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_view/render/rendering.rb:62:in `block in _render_template'
197
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/notifications.rb:52:in `block in instrument'
198
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
199
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/notifications.rb:52:in `instrument'
200
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_view/render/rendering.rb:56:in `_render_template'
201
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_view/render/rendering.rb:26:in `render'
202
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/abstract_controller/rendering.rb:115:in `_render_template'
203
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/abstract_controller/rendering.rb:109:in `render_to_body'
204
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/metal/renderers.rb:47:in `render_to_body'
205
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/metal/compatibility.rb:55:in `render_to_body'
206
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/abstract_controller/rendering.rb:102:in `render_to_string'
207
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/abstract_controller/rendering.rb:93:in `render'
208
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/metal/rendering.rb:17:in `render'
209
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
210
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
211
+ /Users/daniel/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime'
212
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/core_ext/benchmark.rb:5:in `ms'
213
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/metal/instrumentation.rb:40:in `block in render'
214
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/metal/instrumentation.rb:78:in `cleanup_view_runtime'
215
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.0.10/lib/active_record/railties/controller_runtime.rb:15:in `cleanup_view_runtime'
216
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/metal/instrumentation.rb:39:in `render'
217
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
218
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
219
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/abstract_controller/base.rb:150:in `process_action'
220
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/metal/rendering.rb:11:in `process_action'
221
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
222
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/callbacks.rb:436:in `_run__609123427687543740__process_action__427775662161006969__callbacks'
223
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/callbacks.rb:410:in `_run_process_action_callbacks'
224
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/callbacks.rb:94:in `run_callbacks'
225
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/abstract_controller/callbacks.rb:17:in `process_action'
226
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/metal/rescue.rb:17:in `process_action'
227
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
228
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/notifications.rb:52:in `block in instrument'
229
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
230
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/notifications.rb:52:in `instrument'
231
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
232
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/abstract_controller/base.rb:119:in `process'
233
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/abstract_controller/rendering.rb:41:in `process'
234
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/metal/testing.rb:12:in `process_with_new_base_test'
235
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/test_case.rb:412:in `process'
236
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/test_case.rb:47:in `process'
237
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.10/lib/action_controller/test_case.rb:350:in `get'
238
+ /Users/daniel/code/glow/test/functional/flash_controller_test.rb:12:in `test_xhr'
239
+ /Users/daniel/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/minitest/unit.rb:695:in `run'
240
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/testing/setup_and_teardown.rb:35:in `block in run'
241
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/callbacks.rb:434:in `_run_setup_callbacks'
242
+ /Users/daniel/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/testing/setup_and_teardown.rb:34:in `run'
243
+ /Users/daniel/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/minitest/unit.rb:656:in `block (2 levels) in run_test_suites'
244
+ /Users/daniel/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/minitest/unit.rb:650:in `each'
245
+ /Users/daniel/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/minitest/unit.rb:650:in `block in run_test_suites'
246
+ /Users/daniel/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/minitest/unit.rb:649:in `each'
247
+ /Users/daniel/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/minitest/unit.rb:649:in `run_test_suites'
248
+ /Users/daniel/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/minitest/unit.rb:609:in `run'
249
+ /Users/daniel/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/minitest/unit.rb:508:in `block in autorun'
250
+ Completed 500 Internal Server Error in 3ms
251
+ Processing by FlashController#create as HTML
252
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
253
+ Redirected to http://test.host/flash
254
+ Completed 302 Found in 2ms
255
+ Processing by FlashController#show as HTML
256
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
257
+ Rendered flash/show.html.erb within layouts/application (2.1ms)
258
+ Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)
259
+ Processing by FlashController#create as JS
260
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
261
+ Completed 200 OK in 56ms (Views: 55.0ms | ActiveRecord: 0.0ms)
262
+ Processing by FlashController#show as HTML
263
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
264
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
265
+ Processing by FlashController#create as HTML
266
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
267
+ Redirected to http://test.host/flash
268
+ Completed 302 Found in 3ms
269
+ Processing by FlashController#show as HTML
270
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
271
+ Rendered flash/show.html.erb within layouts/application (2.0ms)
272
+ Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)
273
+ Processing by FlashController#create as JS
274
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
275
+ Completed 200 OK in 57ms (Views: 56.7ms | ActiveRecord: 0.0ms)
276
+ Processing by FlashController#show as HTML
277
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
278
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
279
+ Processing by FlashController#create as HTML
280
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
281
+ Redirected to http://test.host/flash
282
+ Completed 302 Found in 2ms
283
+ Processing by FlashController#show as HTML
284
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
285
+ Rendered flash/show.html.erb within layouts/application (2.1ms)
286
+ Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms)
287
+ Processing by FlashController#create as JS
288
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
289
+ Completed 200 OK in 58ms (Views: 57.0ms | ActiveRecord: 0.0ms)
290
+ Processing by FlashController#show as HTML
291
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
292
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
293
+ Processing by FlashController#create as HTML
294
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
295
+ Redirected to http://test.host/flash
296
+ Completed 302 Found in 2ms
297
+ Processing by FlashController#create as JS
298
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
299
+ Completed 200 OK in 72ms (Views: 71.0ms | ActiveRecord: 0.0ms)
300
+ Processing by FlashController#create as HTML
301
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
302
+ Redirected to http://test.host/flash
303
+ Completed 302 Found in 3ms
304
+ Processing by FlashController#create as JS
305
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
306
+ Completed 200 OK in 87ms (Views: 86.4ms | ActiveRecord: 0.0ms)
307
+ Processing by FlashController#create as HTML
308
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
309
+ Redirected to http://test.host/flash
310
+ Completed 302 Found in 2ms
311
+ Processing by FlashController#create as JS
312
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
313
+ Completed 200 OK in 88ms (Views: 87.4ms | ActiveRecord: 0.0ms)
314
+ Processing by FlashController#create as HTML
315
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
316
+ Redirected to http://test.host/flash
317
+ Completed 302 Found in 2ms
318
+ Processing by FlashController#create as JS
319
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
320
+ Completed 200 OK in 59ms (Views: 58.3ms | ActiveRecord: 0.0ms)
321
+ Processing by FlashController#create as HTML
322
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
323
+ Redirected to http://test.host/flash
324
+ Completed 302 Found in 2ms
325
+ Processing by FlashController#create as JS
326
+ Parameters: {"message"=>"utf8: ✓", "type"=>:notice}
327
+ Completed 200 OK in 59ms (Views: 58.5ms | ActiveRecord: 0.0ms)
328
+ Processing by FlashController#create as JS
329
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
330
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
331
+ Processing by FlashController#create as HTML
332
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
333
+ Redirected to http://test.host/flash
334
+ Completed 302 Found in 2ms
335
+ Processing by FlashController#create as JS
336
+ Parameters: {"message"=>"utf8: ✓", "type"=>:notice}
337
+ Completed 200 OK in 59ms (Views: 58.8ms | ActiveRecord: 0.0ms)
338
+ Processing by FlashController#create as JS
339
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
340
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
341
+ Processing by FlashController#create as HTML
342
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
343
+ Redirected to http://test.host/flash
344
+ Completed 302 Found in 2ms
345
+ Processing by FlashController#create as JS
346
+ Parameters: {"message"=>"utf8: ✓", "type"=>:notice}
347
+ Completed 200 OK in 95ms (Views: 94.4ms | ActiveRecord: 0.0ms)
348
+ Processing by FlashController#create as JS
349
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
350
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
351
+ Processing by FlashController#create as HTML
352
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
353
+ Redirected to http://test.host/flash
354
+ Completed 302 Found in 2ms
355
+ Processing by FlashController#create as JS
356
+ Parameters: {"message"=>"utf8: ✓", "type"=>:notice}
357
+ Completed 200 OK in 60ms (Views: 59.5ms | ActiveRecord: 0.0ms)
358
+ Processing by FlashController#create as JS
359
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
360
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
361
+
362
+
363
+ Started GET "/" for 127.0.0.1 at 2011-08-29 11:40:48 +0200
364
+ Processing by FlashController#show as HTML
365
+ Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.0ms)
366
+
367
+
368
+ Started GET "/flash?message=utf8%3A+%E2%9C%93+&type=notice" for 127.0.0.1 at 2011-08-29 11:40:49 +0200
369
+ Processing by FlashController#show as HTML
370
+ Parameters: {"message"=>"utf8: ✓ ", "type"=>"notice"}
371
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
372
+ Processing by FlashController#create as HTML
373
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
374
+ Redirected to http://test.host/flash
375
+ Completed 302 Found in 2ms
376
+ Processing by FlashController#create as JS
377
+ Parameters: {"message"=>"utf8: ✓", "type"=>:notice}
378
+ Completed 200 OK in 58ms (Views: 57.2ms | ActiveRecord: 0.0ms)
379
+ Processing by FlashController#create as JS
380
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
381
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
382
+
383
+
384
+ Started GET "/" for 127.0.0.1 at 2011-08-29 11:41:29 +0200
385
+ Processing by FlashController#show as HTML
386
+ Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms)
387
+
388
+
389
+ Started GET "/flash?message=utf8%3A+%E2%9C%93+&type=notice" for 127.0.0.1 at 2011-08-29 11:41:29 +0200
390
+ Processing by FlashController#show as HTML
391
+ Parameters: {"message"=>"utf8: ✓ ", "type"=>"notice"}
392
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
393
+ Processing by FlashController#create as HTML
394
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
395
+ Redirected to http://test.host/flash
396
+ Completed 302 Found in 2ms
397
+ Processing by FlashController#create as JS
398
+ Parameters: {"message"=>"utf8: ✓", "type"=>:notice}
399
+ Completed 200 OK in 50ms (Views: 49.4ms)
400
+ Processing by FlashController#create as JS
401
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
402
+ Completed 200 OK in 2ms (Views: 1.3ms)
403
+
404
+
405
+ Started GET "/" for 127.0.0.1 at 2011-08-29 12:19:48 +0200
406
+ Processing by FlashController#show as HTML
407
+ Completed 200 OK in 31ms (Views: 30.1ms)
408
+
409
+
410
+ Started GET "/javascripts/prototype.js" for 127.0.0.1 at 2011-08-29 12:19:48 +0200
411
+
412
+
413
+ Started GET "/javascripts/effects.js" for 127.0.0.1 at 2011-08-29 12:19:48 +0200
414
+
415
+
416
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 12:19:48 +0200
417
+
418
+
419
+ Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at 2011-08-29 12:19:48 +0200
420
+
421
+
422
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 12:19:48 +0200
423
+
424
+
425
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 12:19:48 +0200
426
+
427
+
428
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 12:19:48 +0200
429
+
430
+
431
+ Started GET "/flash/notice?message=utf8%3A+%E2%9C%93+" for 127.0.0.1 at 2011-08-29 12:19:49 +0200
432
+ Processing by FlashController#create as HTML
433
+ Parameters: {"message"=>"utf8: ✓ ", "type"=>"notice"}
434
+ Redirected to http://127.0.0.1:51289/flash
435
+ Completed 302 Found in 2ms
436
+
437
+
438
+ Started GET "/flash" for 127.0.0.1 at 2011-08-29 12:19:49 +0200
439
+ Processing by FlashController#show as HTML
440
+ Completed 200 OK in 5ms (Views: 4.9ms)
441
+
442
+
443
+ Started GET "/javascripts/effects.js" for 127.0.0.1 at 2011-08-29 12:19:49 +0200
444
+
445
+
446
+ Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at 2011-08-29 12:19:49 +0200
447
+
448
+
449
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 12:19:49 +0200
450
+
451
+
452
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 12:19:49 +0200
453
+
454
+
455
+ Started GET "/javascripts/prototype.js" for 127.0.0.1 at 2011-08-29 12:19:49 +0200
456
+
457
+
458
+ Started GET "/javascripts/effects.js" for 127.0.0.1 at 2011-08-29 12:19:49 +0200
459
+
460
+
461
+ Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at 2011-08-29 12:19:49 +0200
462
+
463
+
464
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 12:19:49 +0200
465
+
466
+
467
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 12:19:49 +0200
468
+ Processing by FlashController#create as HTML
469
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
470
+ Redirected to http://test.host/flash
471
+ Completed 302 Found in 2ms
472
+ Processing by FlashController#create as JS
473
+ Parameters: {"message"=>"utf8: ✓", "type"=>:notice}
474
+ Completed 200 OK in 49ms (Views: 48.8ms)
475
+ Processing by FlashController#create as JS
476
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
477
+ Completed 200 OK in 2ms (Views: 1.4ms)
478
+
479
+
480
+ Started GET "/" for 127.0.0.1 at 2011-08-29 12:21:05 +0200
481
+ Processing by FlashController#show as HTML
482
+ Completed 200 OK in 16ms (Views: 15.1ms)
483
+
484
+
485
+ Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at 2011-08-29 12:21:05 +0200
486
+
487
+
488
+ Started GET "/javascripts/effects.js" for 127.0.0.1 at 2011-08-29 12:21:05 +0200
489
+
490
+
491
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 12:21:05 +0200
492
+
493
+
494
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 12:21:05 +0200
495
+
496
+
497
+ Started GET "/javascripts/prototype.js" for 127.0.0.1 at 2011-08-29 12:21:05 +0200
498
+
499
+
500
+ Started GET "/javascripts/effects.js" for 127.0.0.1 at 2011-08-29 12:21:05 +0200
501
+
502
+
503
+ Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at 2011-08-29 12:21:05 +0200
504
+
505
+
506
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 12:21:05 +0200
507
+
508
+
509
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 12:21:05 +0200
510
+
511
+
512
+ Started GET "/flash/notice?message=ajax%3A+%E2%9C%93+" for 127.0.0.1 at 2011-08-29 12:21:05 +0200
513
+ Processing by FlashController#create as HTML
514
+ Parameters: {"message"=>"ajax: ✓ ", "type"=>"notice"}
515
+ Redirected to http://127.0.0.1:51334/flash
516
+ Completed 302 Found in 2ms
517
+
518
+
519
+ Started GET "/flash" for 127.0.0.1 at 2011-08-29 12:21:05 +0200
520
+ Processing by FlashController#show as HTML
521
+ Completed 200 OK in 5ms (Views: 4.9ms)
522
+
523
+
524
+ Started GET "/javascripts/prototype.js" for 127.0.0.1 at 2011-08-29 12:21:05 +0200
525
+
526
+
527
+ Started GET "/javascripts/effects.js" for 127.0.0.1 at 2011-08-29 12:21:05 +0200
528
+
529
+
530
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 12:21:05 +0200
531
+
532
+
533
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 12:21:05 +0200
534
+
535
+
536
+ Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at 2011-08-29 12:21:05 +0200
537
+
538
+
539
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 12:21:05 +0200
540
+
541
+
542
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 12:21:05 +0200
543
+
544
+
545
+ Started GET "/" for 127.0.0.1 at 2011-08-29 12:21:08 +0200
546
+ Processing by FlashController#show as HTML
547
+ Completed 200 OK in 7ms (Views: 6.9ms)
548
+
549
+
550
+ Started GET "/javascripts/prototype.js" for 127.0.0.1 at 2011-08-29 12:21:08 +0200
551
+
552
+
553
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 12:21:08 +0200
554
+
555
+
556
+ Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at 2011-08-29 12:21:08 +0200
557
+
558
+
559
+ Started GET "/javascripts/effects.js" for 127.0.0.1 at 2011-08-29 12:21:08 +0200
560
+
561
+
562
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 12:21:08 +0200
563
+
564
+
565
+ Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at 2011-08-29 12:21:08 +0200
566
+
567
+
568
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 12:21:08 +0200
569
+
570
+
571
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 12:21:08 +0200
572
+
573
+
574
+ Started GET "/flash/notice?message=utf8%3A+%E2%9C%93+" for 127.0.0.1 at 2011-08-29 12:21:08 +0200
575
+ Processing by FlashController#create as HTML
576
+ Parameters: {"message"=>"utf8: ✓ ", "type"=>"notice"}
577
+ Redirected to http://127.0.0.1:51334/flash
578
+ Completed 302 Found in 2ms
579
+
580
+
581
+ Started GET "/flash" for 127.0.0.1 at 2011-08-29 12:21:08 +0200
582
+ Processing by FlashController#show as HTML
583
+ Completed 200 OK in 7ms (Views: 7.2ms)
584
+
585
+
586
+ Started GET "/javascripts/prototype.js" for 127.0.0.1 at 2011-08-29 12:21:08 +0200
587
+
588
+
589
+ Started GET "/javascripts/effects.js" for 127.0.0.1 at 2011-08-29 12:21:08 +0200
590
+
591
+
592
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 12:21:08 +0200
593
+
594
+
595
+ Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at 2011-08-29 12:21:08 +0200
596
+
597
+
598
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 12:21:08 +0200
599
+
600
+
601
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 12:21:08 +0200
602
+
603
+
604
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 12:21:08 +0200
605
+ Processing by FlashController#create as HTML
606
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
607
+ Redirected to http://test.host/flash
608
+ Completed 302 Found in 2ms
609
+ Processing by FlashController#create as JS
610
+ Parameters: {"message"=>"utf8: ✓", "type"=>:notice}
611
+ Completed 200 OK in 321ms (Views: 320.9ms)
612
+ Processing by FlashController#create as JS
613
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
614
+ Completed 200 OK in 2ms (Views: 1.4ms)
615
+
616
+
617
+ Started GET "/" for 127.0.0.1 at 2011-08-29 12:28:40 +0200
618
+ Processing by FlashController#show as HTML
619
+ Completed 200 OK in 15ms (Views: 14.3ms)
620
+
621
+
622
+ Started GET "/javascripts/prototype.js" for 127.0.0.1 at 2011-08-29 12:28:40 +0200
623
+
624
+
625
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 12:28:40 +0200
626
+
627
+
628
+ Started GET "/javascripts/effects.js" for 127.0.0.1 at 2011-08-29 12:28:40 +0200
629
+
630
+
631
+ Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at 2011-08-29 12:28:40 +0200
632
+
633
+
634
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 12:28:40 +0200
635
+
636
+
637
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 12:28:40 +0200
638
+
639
+
640
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 12:28:40 +0200
641
+
642
+
643
+ Started GET "/" for 127.0.0.1 at 2011-08-29 12:28:42 +0200
644
+ Processing by FlashController#show as HTML
645
+ Completed 200 OK in 6ms (Views: 5.3ms)
646
+
647
+
648
+ Started GET "/javascripts/prototype.js" for 127.0.0.1 at 2011-08-29 12:28:42 +0200
649
+
650
+
651
+ Started GET "/javascripts/effects.js" for 127.0.0.1 at 2011-08-29 12:28:42 +0200
652
+
653
+
654
+ Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at 2011-08-29 12:28:42 +0200
655
+
656
+
657
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 12:28:42 +0200
658
+
659
+
660
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 12:28:42 +0200
661
+
662
+
663
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 12:28:42 +0200
664
+
665
+
666
+ Started GET "/flash/notice?message=utf8%3A+%E2%9C%93+" for 127.0.0.1 at 2011-08-29 12:28:43 +0200
667
+ Processing by FlashController#create as HTML
668
+ Parameters: {"message"=>"utf8: ✓ ", "type"=>"notice"}
669
+ Redirected to http://127.0.0.1:51448/flash
670
+ Completed 302 Found in 2ms
671
+
672
+
673
+ Started GET "/flash" for 127.0.0.1 at 2011-08-29 12:28:43 +0200
674
+ Processing by FlashController#show as HTML
675
+ Completed 200 OK in 8ms (Views: 7.3ms)
676
+
677
+
678
+ Started GET "/javascripts/prototype.js" for 127.0.0.1 at 2011-08-29 12:28:43 +0200
679
+
680
+
681
+ Started GET "/javascripts/effects.js" for 127.0.0.1 at 2011-08-29 12:28:43 +0200
682
+
683
+
684
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 12:28:43 +0200
685
+
686
+
687
+ Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at 2011-08-29 12:28:43 +0200
688
+
689
+
690
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 12:28:43 +0200
691
+
692
+
693
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 12:28:43 +0200
694
+
695
+
696
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 12:28:43 +0200
697
+ Processing by FlashController#create as HTML
698
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
699
+ Redirected to http://test.host/flash
700
+ Completed 302 Found in 2ms
701
+ Processing by FlashController#create as JS
702
+ Parameters: {"message"=>"utf8: ✓", "type"=>:notice}
703
+ Completed 200 OK in 51ms (Views: 51.0ms)
704
+ Processing by FlashController#create as JS
705
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
706
+ Completed 200 OK in 2ms (Views: 1.4ms)
707
+
708
+
709
+ Started GET "/" for 127.0.0.1 at 2011-08-29 12:29:29 +0200
710
+ Processing by FlashController#show as HTML
711
+ Completed 200 OK in 18ms (Views: 17.0ms)
712
+
713
+
714
+ Started GET "/javascripts/prototype.js" for 127.0.0.1 at 2011-08-29 12:29:29 +0200
715
+
716
+
717
+ Started GET "/javascripts/effects.js" for 127.0.0.1 at 2011-08-29 12:29:29 +0200
718
+
719
+
720
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 12:29:29 +0200
721
+
722
+
723
+ Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at 2011-08-29 12:29:29 +0200
724
+
725
+
726
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 12:29:29 +0200
727
+
728
+
729
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 12:29:29 +0200
730
+
731
+
732
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 12:29:29 +0200
733
+
734
+
735
+ Started GET "/" for 127.0.0.1 at 2011-08-29 12:29:32 +0200
736
+ Processing by FlashController#show as HTML
737
+ Completed 200 OK in 5ms (Views: 4.6ms)
738
+
739
+
740
+ Started GET "/javascripts/prototype.js" for 127.0.0.1 at 2011-08-29 12:29:32 +0200
741
+
742
+
743
+ Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at 2011-08-29 12:29:32 +0200
744
+
745
+
746
+ Started GET "/javascripts/effects.js" for 127.0.0.1 at 2011-08-29 12:29:32 +0200
747
+
748
+
749
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 12:29:32 +0200
750
+
751
+
752
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 12:29:32 +0200
753
+
754
+
755
+ Started GET "/javascripts/effects.js" for 127.0.0.1 at 2011-08-29 12:29:32 +0200
756
+
757
+
758
+ Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at 2011-08-29 12:29:32 +0200
759
+
760
+
761
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 12:29:32 +0200
762
+
763
+
764
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 12:29:32 +0200
765
+
766
+
767
+ Started GET "/flash/notice?message=utf8%3A+%E2%9C%93+" for 127.0.0.1 at 2011-08-29 12:29:32 +0200
768
+ Processing by FlashController#create as HTML
769
+ Parameters: {"message"=>"utf8: ✓ ", "type"=>"notice"}
770
+ Redirected to http://127.0.0.1:51534/flash
771
+ Completed 302 Found in 2ms
772
+
773
+
774
+ Started GET "/flash" for 127.0.0.1 at 2011-08-29 12:29:32 +0200
775
+ Processing by FlashController#show as HTML
776
+ Completed 200 OK in 6ms (Views: 5.9ms)
777
+
778
+
779
+ Started GET "/javascripts/prototype.js" for 127.0.0.1 at 2011-08-29 12:29:32 +0200
780
+
781
+
782
+ Started GET "/javascripts/effects.js" for 127.0.0.1 at 2011-08-29 12:29:32 +0200
783
+
784
+
785
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 12:29:32 +0200
786
+
787
+
788
+ Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at 2011-08-29 12:29:32 +0200
789
+
790
+
791
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 12:29:32 +0200
792
+
793
+
794
+ Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at 2011-08-29 12:29:32 +0200
795
+
796
+
797
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 12:29:32 +0200
798
+
799
+
800
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 12:29:32 +0200
801
+
802
+
803
+ Started GET "/flash/notice?message=utf8%3A+%E2%9C%93+" for 127.0.0.1 at 2011-08-29 12:29:46 +0200
804
+ Processing by FlashController#create as HTML
805
+ Parameters: {"message"=>"utf8: ✓ ", "type"=>"notice"}
806
+ Redirected to http://127.0.0.1:51534/flash
807
+ Completed 302 Found in 1ms
808
+
809
+
810
+ Started GET "/flash" for 127.0.0.1 at 2011-08-29 12:29:47 +0200
811
+ Processing by FlashController#show as HTML
812
+ Completed 200 OK in 8ms (Views: 8.1ms)
813
+
814
+
815
+ Started GET "/javascripts/prototype.js" for 127.0.0.1 at 2011-08-29 12:29:47 +0200
816
+
817
+
818
+ Started GET "/javascripts/effects.js" for 127.0.0.1 at 2011-08-29 12:29:47 +0200
819
+
820
+
821
+ Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at 2011-08-29 12:29:47 +0200
822
+
823
+
824
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 12:29:47 +0200
825
+
826
+
827
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 12:29:47 +0200
828
+
829
+
830
+ Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at 2011-08-29 12:29:47 +0200
831
+
832
+
833
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 12:29:48 +0200
834
+
835
+
836
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 12:29:48 +0200
837
+ Processing by FlashController#create as HTML
838
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
839
+ Redirected to http://test.host/flash
840
+ Completed 302 Found in 2ms
841
+ Processing by FlashController#create as JS
842
+ Parameters: {"message"=>"utf8: ✓", "type"=>:notice}
843
+ Completed 200 OK in 51ms (Views: 50.3ms)
844
+ Processing by FlashController#create as JS
845
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
846
+ Completed 200 OK in 2ms (Views: 1.4ms)
847
+
848
+
849
+ Started GET "/" for 127.0.0.1 at 2011-08-29 14:41:44 +0200
850
+ Processing by FlashController#show as HTML
851
+ Completed 200 OK in 14ms (Views: 12.7ms)
852
+
853
+
854
+ Started GET "/javascripts/prototype.js" for 127.0.0.1 at 2011-08-29 14:41:44 +0200
855
+
856
+
857
+ Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at 2011-08-29 14:41:44 +0200
858
+
859
+
860
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 14:41:44 +0200
861
+
862
+
863
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 14:41:44 +0200
864
+
865
+
866
+ Started GET "/javascripts/effects.js" for 127.0.0.1 at 2011-08-29 14:41:44 +0200
867
+
868
+
869
+ Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at 2011-08-29 14:41:44 +0200
870
+
871
+
872
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 14:41:44 +0200
873
+
874
+
875
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 14:41:44 +0200
876
+
877
+
878
+ Started GET "/" for 127.0.0.1 at 2011-08-29 14:41:47 +0200
879
+ Processing by FlashController#show as HTML
880
+ Completed 200 OK in 6ms (Views: 5.9ms)
881
+
882
+
883
+ Started GET "/javascripts/prototype.js" for 127.0.0.1 at 2011-08-29 14:41:47 +0200
884
+
885
+
886
+ Started GET "/javascripts/effects.js" for 127.0.0.1 at 2011-08-29 14:41:47 +0200
887
+
888
+
889
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 14:41:47 +0200
890
+
891
+
892
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 14:41:47 +0200
893
+
894
+
895
+ Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at 2011-08-29 14:41:47 +0200
896
+
897
+
898
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 14:41:47 +0200
899
+
900
+
901
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 14:41:47 +0200
902
+
903
+
904
+ Started GET "/flash/notice?message=utf8%3A+%E2%9C%93+" for 127.0.0.1 at 2011-08-29 14:41:47 +0200
905
+ Processing by FlashController#create as HTML
906
+ Parameters: {"message"=>"utf8: ✓ ", "type"=>"notice"}
907
+ Redirected to http://127.0.0.1:51771/flash
908
+ Completed 302 Found in 1ms
909
+
910
+
911
+ Started GET "/flash" for 127.0.0.1 at 2011-08-29 14:41:47 +0200
912
+ Processing by FlashController#show as HTML
913
+ Completed 200 OK in 6ms (Views: 5.3ms)
914
+
915
+
916
+ Started GET "/javascripts/prototype.js" for 127.0.0.1 at 2011-08-29 14:41:47 +0200
917
+
918
+
919
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 14:41:47 +0200
920
+
921
+
922
+ Started GET "/javascripts/effects.js" for 127.0.0.1 at 2011-08-29 14:41:47 +0200
923
+
924
+
925
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 14:41:47 +0200
926
+
927
+
928
+ Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at 2011-08-29 14:41:47 +0200
929
+
930
+
931
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 14:41:47 +0200
932
+
933
+
934
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 14:41:47 +0200
935
+ Processing by FlashController#create as HTML
936
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
937
+ Redirected to http://test.host/flash
938
+ Completed 302 Found in 2ms
939
+ Processing by FlashController#create as JS
940
+ Parameters: {"message"=>"utf8: ✓", "type"=>:notice}
941
+ Completed 200 OK in 77ms (Views: 76.2ms)
942
+ Processing by FlashController#create as JS
943
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
944
+ Completed 200 OK in 2ms (Views: 1.4ms)
945
+
946
+
947
+ Started GET "/" for 127.0.0.1 at 2011-08-29 16:05:07 +0200
948
+ Processing by FlashController#show as HTML
949
+ Completed 200 OK in 52ms (Views: 50.9ms)
950
+
951
+
952
+ Started GET "/javascripts/prototype.js" for 127.0.0.1 at 2011-08-29 16:05:07 +0200
953
+
954
+
955
+ Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at 2011-08-29 16:05:07 +0200
956
+
957
+
958
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 16:05:07 +0200
959
+
960
+
961
+ Started GET "/javascripts/effects.js" for 127.0.0.1 at 2011-08-29 16:05:07 +0200
962
+
963
+
964
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 16:05:07 +0200
965
+
966
+
967
+ Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at 2011-08-29 16:05:07 +0200
968
+
969
+
970
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 16:05:07 +0200
971
+
972
+
973
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 16:05:07 +0200
974
+
975
+
976
+ Started GET "/" for 127.0.0.1 at 2011-08-29 16:05:12 +0200
977
+ Processing by FlashController#show as HTML
978
+ Completed 200 OK in 8ms (Views: 8.2ms)
979
+
980
+
981
+ Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at 2011-08-29 16:05:12 +0200
982
+
983
+
984
+ Started GET "/javascripts/effects.js" for 127.0.0.1 at 2011-08-29 16:05:12 +0200
985
+
986
+
987
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 16:05:12 +0200
988
+
989
+
990
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 16:05:12 +0200
991
+
992
+
993
+ Started GET "/javascripts/prototype.js" for 127.0.0.1 at 2011-08-29 16:05:12 +0200
994
+
995
+
996
+ Started GET "/javascripts/effects.js" for 127.0.0.1 at 2011-08-29 16:05:12 +0200
997
+
998
+
999
+ Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at 2011-08-29 16:05:12 +0200
1000
+
1001
+
1002
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 16:05:12 +0200
1003
+
1004
+
1005
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 16:05:12 +0200
1006
+
1007
+
1008
+ Started GET "/flash/notice?message=utf8%3A+%E2%9C%93+" for 127.0.0.1 at 2011-08-29 16:05:12 +0200
1009
+ Processing by FlashController#create as HTML
1010
+ Parameters: {"message"=>"utf8: ✓ ", "type"=>"notice"}
1011
+ Redirected to http://127.0.0.1:52579/flash
1012
+ Completed 302 Found in 1ms
1013
+
1014
+
1015
+ Started GET "/flash" for 127.0.0.1 at 2011-08-29 16:05:12 +0200
1016
+ Processing by FlashController#show as HTML
1017
+ Completed 200 OK in 13ms (Views: 12.7ms)
1018
+
1019
+
1020
+ Started GET "/javascripts/prototype.js" for 127.0.0.1 at 2011-08-29 16:05:12 +0200
1021
+
1022
+
1023
+ Started GET "/javascripts/effects.js" for 127.0.0.1 at 2011-08-29 16:05:13 +0200
1024
+
1025
+
1026
+ Started GET "/javascripts/dragdrop.js" for 127.0.0.1 at 2011-08-29 16:05:13 +0200
1027
+
1028
+
1029
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 16:05:13 +0200
1030
+
1031
+
1032
+ Started GET "/javascripts/controls.js" for 127.0.0.1 at 2011-08-29 16:05:13 +0200
1033
+
1034
+
1035
+ Started GET "/javascripts/rails.js" for 127.0.0.1 at 2011-08-29 16:05:13 +0200