Thank you to anyone who has already donated - your generous donations helped make three months of treatment possible.
My brother Nate continues to fight stage IV Hodgkin's lymphoma. He's just 31, with a wife and baby girl. They have no active income (since he's been unable to return to work), no insurance, and cannot afford the treatment he needs. Nate and his family need your help. Please consider a donation, every dollar helps. Thanks.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 |
Psych::SyntaxError in Admin/konkurrancers#new Showing C:/Rails/konkurranceportalen/app/views/admin/konkurrancers/new.html.erb where line #4 raised: couldn't parse YAML at line 20 column 14 Extracted source (around line #4): 1: <h1>New konkurrancer</h1> 2: 3: <%= simple_form_for [:admin, @konkurrancer] do |f| %> 4: <%= f.input :name %> 5: <%= f.button :submit %> 6: <% end %> Rails.root: C:/Rails/konkurranceportalen Application Trace | Framework Trace | Full Trace app/views/admin/konkurrancers/new.html.erb:4:in `block in _app_views_admin_konkurrancers_new_html_erb___672871683_34753416_550249071' app/views/admin/konkurrancers/new.html.erb:3:in `_app_views_admin_konkurrancers_new_html_erb___672871683_34753416_550249071' app/controllers/admin/konkurrancers_controller.rb:27:in `new' C:/Ruby192/lib/ruby/1.9.1/psych.rb:148:in `parse' C:/Ruby192/lib/ruby/1.9.1/psych.rb:148:in `parse_stream' C:/Ruby192/lib/ruby/1.9.1/psych.rb:119:in `parse' C:/Ruby192/lib/ruby/1.9.1/psych.rb:106:in `load' C:/Ruby192/lib/ruby/1.9.1/psych.rb:205:in `load_file' i18n (0.5.0) lib/i18n/backend/base.rb:170:in `load_yml' i18n (0.5.0) lib/i18n/backend/base.rb:156:in `load_file' i18n (0.5.0) lib/i18n/backend/base.rb:15:in `block in load_translations' i18n (0.5.0) lib/i18n/backend/base.rb:15:in `each' i18n (0.5.0) lib/i18n/backend/base.rb:15:in `load_translations' i18n (0.5.0) lib/i18n/backend/simple.rb:55:in `init_translations' i18n (0.5.0) lib/i18n/backend/simple.rb:69:in `lookup' i18n (0.5.0) lib/i18n/backend/base.rb:26:in `translate' i18n (0.5.0) lib/i18n.rb:155:in `translate' simple_form (1.3.1) lib/simple_form/inputs/base.rb:151:in `translate' simple_form (1.3.1) lib/simple_form/components/placeholders.rb:18:in `placeholder_text' simple_form (1.3.1) lib/simple_form/components/placeholders.rb:14:in `placeholder_present?' simple_form (1.3.1) lib/simple_form/inputs/string_input.rb:23:in `has_placeholder?' simple_form (1.3.1) lib/simple_form/components/placeholders.rb:5:in `placeholder' simple_form (1.3.1) lib/simple_form/inputs/base.rb:53:in `block in render' simple_form (1.3.1) lib/simple_form/inputs/base.rb:51:in `each' simple_form (1.3.1) lib/simple_form/inputs/base.rb:51:in `render' simple_form (1.3.1) lib/simple_form/form_builder.rb:89:in `input' actionpack (3.0.3) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.0.3) lib/action_view/helpers/capture_helper.rb:172:in `with_output_buffer' actionpack (3.0.3) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.0.3) lib/action_view/helpers/form_helper.rb:544:in `fields_for' actionpack (3.0.3) lib/action_view/helpers/form_helper.rb:320:in `form_for' simple_form (1.3.1) lib/simple_form/action_view_extensions/form_helper.rb:61:in `block in simple_form_for' simple_form (1.3.1) lib/simple_form/action_view_extensions/form_helper.rb:27:in `with_custom_field_error_proc' simple_form (1.3.1) lib/simple_form/action_view_extensions/form_helper.rb:60:in `simple_form_for' actionpack (3.0.3) lib/action_view/template.rb:135:in `block in render' activesupport (3.0.3) lib/active_support/notifications.rb:54:in `instrument' actionpack (3.0.3) lib/action_view/template.rb:127:in `render' actionpack (3.0.3) lib/action_view/render/rendering.rb:59:in `block in _render_template' activesupport (3.0.3) lib/active_support/notifications.rb:52:in `block in instrument' activesupport (3.0.3) lib/active_support/notifications/instrumenter.rb:21:in `instrument' activesupport (3.0.3) lib/active_support/notifications.rb:52:in `instrument' actionpack (3.0.3) lib/action_view/render/rendering.rb:56:in `_render_template' actionpack (3.0.3) lib/action_view/render/rendering.rb:26:in `render' actionpack (3.0.3) lib/abstract_controller/rendering.rb:114:in `_render_template' actionpack (3.0.3) lib/abstract_controller/rendering.rb:108:in `render_to_body' actionpack (3.0.3) lib/action_controller/metal/renderers.rb:47:in `render_to_body' actionpack (3.0.3) lib/action_controller/metal/compatibility.rb:55:in `render_to_body' actionpack (3.0.3) lib/abstract_controller/rendering.rb:101:in `render_to_string' actionpack (3.0.3) lib/abstract_controller/rendering.rb:92:in `render' actionpack (3.0.3) lib/action_controller/metal/rendering.rb:17:in `render' actionpack (3.0.3) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.0.3) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' C:/Ruby192/lib/ruby/1.9.1/benchmark.rb:309:in `realtime' activesupport (3.0.3) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.0.3) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.0.3) lib/action_controller/metal/instrumentation.rb:78:in `cleanup_view_runtime' activerecord (3.0.3) lib/active_record/railties/controller_runtime.rb:15:in `cleanup_view_runtime' actionpack (3.0.3) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.0.3) lib/action_controller/metal/mime_responds.rb:261:in `block in retrieve_response_from_mimes' actionpack (3.0.3) lib/action_controller/metal/mime_responds.rb:192:in `call' actionpack (3.0.3) lib/action_controller/metal/mime_responds.rb:192:in `respond_to' actionpack (3.0.3) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.0.3) lib/abstract_controller/base.rb:151:in `process_action' actionpack (3.0.3) lib/action_controller/metal/rendering.rb:11:in `process_action' actionpack (3.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.0.3) lib/active_support/callbacks.rb:435:in `_run__380113176__process_action__671011648__callbacks' activesupport (3.0.3) lib/active_support/callbacks.rb:409:in `_run_process_action_callbacks' activesupport (3.0.3) lib/active_support/callbacks.rb:93:in `run_callbacks' actionpack (3.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.0.3) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.0.3) lib/active_support/notifications.rb:52:in `block in instrument' activesupport (3.0.3) lib/active_support/notifications/instrumenter.rb:21:in `instrument' activesupport (3.0.3) lib/active_support/notifications.rb:52:in `instrument' actionpack (3.0.3) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.0.3) lib/action_controller/metal/rescue.rb:17:in `process_action' actionpack (3.0.3) lib/abstract_controller/base.rb:120:in `process' actionpack (3.0.3) lib/abstract_controller/rendering.rb:40:in `process' actionpack (3.0.3) lib/action_controller/metal.rb:138:in `dispatch' actionpack (3.0.3) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.0.3) lib/action_controller/metal.rb:178:in `block in action' actionpack (3.0.3) lib/action_dispatch/routing/route_set.rb:62:in `call' actionpack (3.0.3) lib/action_dispatch/routing/route_set.rb:62:in `dispatch' actionpack (3.0.3) lib/action_dispatch/routing/route_set.rb:27:in `call' rack-mount (0.6.13) lib/rack/mount/route_set.rb:148:in `block in call' rack-mount (0.6.13) lib/rack/mount/code_generation.rb:93:in `block in recognize' rack-mount (0.6.13) lib/rack/mount/code_generation.rb:75:in `optimized_each' rack-mount (0.6.13) lib/rack/mount/code_generation.rb:92:in `recognize' rack-mount (0.6.13) lib/rack/mount/route_set.rb:139:in `call' actionpack (3.0.3) lib/action_dispatch/routing/route_set.rb:492:in `call' actionpack (3.0.3) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' actionpack (3.0.3) lib/action_dispatch/middleware/head.rb:14:in `call' rack (1.2.1) lib/rack/methodoverride.rb:24:in `call' actionpack (3.0.3) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.0.3) lib/action_dispatch/middleware/flash.rb:182:in `call' actionpack (3.0.3) lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call' actionpack (3.0.3) lib/action_dispatch/middleware/cookies.rb:295:in `call' activerecord (3.0.3) lib/active_record/query_cache.rb:32:in `block in call' activerecord (3.0.3) lib/active_record/connection_adapters/abstract/query_cache.rb:28:in `cache' activerecord (3.0.3) lib/active_record/query_cache.rb:12:in `cache' activerecord (3.0.3) lib/active_record/query_cache.rb:31:in `call' activerecord (3.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:353:in `call' actionpack (3.0.3) lib/action_dispatch/middleware/callbacks.rb:46:in `block in call' activesupport (3.0.3) lib/active_support/callbacks.rb:415:in `_run_call_callbacks' actionpack (3.0.3) lib/action_dispatch/middleware/callbacks.rb:44:in `call' rack (1.2.1) lib/rack/sendfile.rb:107:in `call' actionpack (3.0.3) lib/action_dispatch/middleware/remote_ip.rb:48:in `call' actionpack (3.0.3) lib/action_dispatch/middleware/show_exceptions.rb:46:in `call' railties (3.0.3) lib/rails/rack/logger.rb:13:in `call' rack (1.2.1) lib/rack/runtime.rb:17:in `call' activesupport (3.0.3) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.2.1) lib/rack/lock.rb:11:in `block in call' <internal:prelude>:10:in `synchronize' rack (1.2.1) lib/rack/lock.rb:11:in `call' actionpack (3.0.3) lib/action_dispatch/middleware/static.rb:30:in `call' railties (3.0.3) lib/rails/application.rb:168:in `call' railties (3.0.3) lib/rails/application.rb:77:in `method_missing' railties (3.0.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.2.1) lib/rack/content_length.rb:13:in `call' rack (1.2.1) lib/rack/handler/webrick.rb:52:in `service' C:/Ruby192/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' C:/Ruby192/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' C:/Ruby192/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' C:/Ruby192/lib/ruby/1.9.1/psych.rb:148:in `parse' C:/Ruby192/lib/ruby/1.9.1/psych.rb:148:in `parse_stream' C:/Ruby192/lib/ruby/1.9.1/psych.rb:119:in `parse' C:/Ruby192/lib/ruby/1.9.1/psych.rb:106:in `load' C:/Ruby192/lib/ruby/1.9.1/psych.rb:205:in `load_file' i18n (0.5.0) lib/i18n/backend/base.rb:170:in `load_yml' i18n (0.5.0) lib/i18n/backend/base.rb:156:in `load_file' i18n (0.5.0) lib/i18n/backend/base.rb:15:in `block in load_translations' i18n (0.5.0) lib/i18n/backend/base.rb:15:in `each' i18n (0.5.0) lib/i18n/backend/base.rb:15:in `load_translations' i18n (0.5.0) lib/i18n/backend/simple.rb:55:in `init_translations' i18n (0.5.0) lib/i18n/backend/simple.rb:69:in `lookup' i18n (0.5.0) lib/i18n/backend/base.rb:26:in `translate' i18n (0.5.0) lib/i18n.rb:155:in `translate' simple_form (1.3.1) lib/simple_form/inputs/base.rb:151:in `translate' simple_form (1.3.1) lib/simple_form/components/placeholders.rb:18:in `placeholder_text' simple_form (1.3.1) lib/simple_form/components/placeholders.rb:14:in `placeholder_present?' simple_form (1.3.1) lib/simple_form/inputs/string_input.rb:23:in `has_placeholder?' simple_form (1.3.1) lib/simple_form/components/placeholders.rb:5:in `placeholder' simple_form (1.3.1) lib/simple_form/inputs/base.rb:53:in `block in render' simple_form (1.3.1) lib/simple_form/inputs/base.rb:51:in `each' simple_form (1.3.1) lib/simple_form/inputs/base.rb:51:in `render' simple_form (1.3.1) lib/simple_form/form_builder.rb:89:in `input' app/views/admin/konkurrancers/new.html.erb:4:in `block in _app_views_admin_konkurrancers_new_html_erb___672871683_34753416_550249071' actionpack (3.0.3) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.0.3) lib/action_view/helpers/capture_helper.rb:172:in `with_output_buffer' actionpack (3.0.3) lib/action_view/helpers/capture_helper.rb:40:in `capture' actionpack (3.0.3) lib/action_view/helpers/form_helper.rb:544:in `fields_for' actionpack (3.0.3) lib/action_view/helpers/form_helper.rb:320:in `form_for' simple_form (1.3.1) lib/simple_form/action_view_extensions/form_helper.rb:61:in `block in simple_form_for' simple_form (1.3.1) lib/simple_form/action_view_extensions/form_helper.rb:27:in `with_custom_field_error_proc' simple_form (1.3.1) lib/simple_form/action_view_extensions/form_helper.rb:60:in `simple_form_for' app/views/admin/konkurrancers/new.html.erb:3:in `_app_views_admin_konkurrancers_new_html_erb___672871683_34753416_550249071' actionpack (3.0.3) lib/action_view/template.rb:135:in `block in render' activesupport (3.0.3) lib/active_support/notifications.rb:54:in `instrument' actionpack (3.0.3) lib/action_view/template.rb:127:in `render' actionpack (3.0.3) lib/action_view/render/rendering.rb:59:in `block in _render_template' activesupport (3.0.3) lib/active_support/notifications.rb:52:in `block in instrument' activesupport (3.0.3) lib/active_support/notifications/instrumenter.rb:21:in `instrument' activesupport (3.0.3) lib/active_support/notifications.rb:52:in `instrument' actionpack (3.0.3) lib/action_view/render/rendering.rb:56:in `_render_template' actionpack (3.0.3) lib/action_view/render/rendering.rb:26:in `render' actionpack (3.0.3) lib/abstract_controller/rendering.rb:114:in `_render_template' actionpack (3.0.3) lib/abstract_controller/rendering.rb:108:in `render_to_body' actionpack (3.0.3) lib/action_controller/metal/renderers.rb:47:in `render_to_body' actionpack (3.0.3) lib/action_controller/metal/compatibility.rb:55:in `render_to_body' actionpack (3.0.3) lib/abstract_controller/rendering.rb:101:in `render_to_string' actionpack (3.0.3) lib/abstract_controller/rendering.rb:92:in `render' actionpack (3.0.3) lib/action_controller/metal/rendering.rb:17:in `render' actionpack (3.0.3) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.0.3) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' C:/Ruby192/lib/ruby/1.9.1/benchmark.rb:309:in `realtime' activesupport (3.0.3) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.0.3) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.0.3) lib/action_controller/metal/instrumentation.rb:78:in `cleanup_view_runtime' activerecord (3.0.3) lib/active_record/railties/controller_runtime.rb:15:in `cleanup_view_runtime' actionpack (3.0.3) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.0.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.0.3) lib/action_controller/metal/mime_responds.rb:261:in `block in retrieve_response_from_mimes' actionpack (3.0.3) lib/action_controller/metal/mime_responds.rb:192:in `call' actionpack (3.0.3) lib/action_controller/metal/mime_responds.rb:192:in `respond_to' app/controllers/admin/konkurrancers_controller.rb:27:in `new' actionpack (3.0.3) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.0.3) lib/abstract_controller/base.rb:151:in `process_action' actionpack (3.0.3) lib/action_controller/metal/rendering.rb:11:in `process_action' actionpack (3.0.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.0.3) lib/active_support/callbacks.rb:435:in `_run__380113176__process_action__671011648__callbacks' activesupport (3.0.3) lib/active_support/callbacks.rb:409:in `_run_process_action_callbacks' activesupport (3.0.3) lib/active_support/callbacks.rb:93:in `run_callbacks' actionpack (3.0.3) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.0.3) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.0.3) lib/active_support/notifications.rb:52:in `block in instrument' activesupport (3.0.3) lib/active_support/notifications/instrumenter.rb:21:in `instrument' activesupport (3.0.3) lib/active_support/notifications.rb:52:in `instrument' actionpack (3.0.3) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.0.3) lib/action_controller/metal/rescue.rb:17:in `process_action' actionpack (3.0.3) lib/abstract_controller/base.rb:120:in `process' actionpack (3.0.3) lib/abstract_controller/rendering.rb:40:in `process' actionpack (3.0.3) lib/action_controller/metal.rb:138:in `dispatch' actionpack (3.0.3) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.0.3) lib/action_controller/metal.rb:178:in `block in action' actionpack (3.0.3) lib/action_dispatch/routing/route_set.rb:62:in `call' actionpack (3.0.3) lib/action_dispatch/routing/route_set.rb:62:in `dispatch' actionpack (3.0.3) lib/action_dispatch/routing/route_set.rb:27:in `call' rack-mount (0.6.13) lib/rack/mount/route_set.rb:148:in `block in call' rack-mount (0.6.13) lib/rack/mount/code_generation.rb:93:in `block in recognize' rack-mount (0.6.13) lib/rack/mount/code_generation.rb:75:in `optimized_each' rack-mount (0.6.13) lib/rack/mount/code_generation.rb:92:in `recognize' rack-mount (0.6.13) lib/rack/mount/route_set.rb:139:in `call' actionpack (3.0.3) lib/action_dispatch/routing/route_set.rb:492:in `call' actionpack (3.0.3) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' actionpack (3.0.3) lib/action_dispatch/middleware/head.rb:14:in `call' rack (1.2.1) lib/rack/methodoverride.rb:24:in `call' actionpack (3.0.3) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.0.3) lib/action_dispatch/middleware/flash.rb:182:in `call' actionpack (3.0.3) lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call' actionpack (3.0.3) lib/action_dispatch/middleware/cookies.rb:295:in `call' activerecord (3.0.3) lib/active_record/query_cache.rb:32:in `block in call' activerecord (3.0.3) lib/active_record/connection_adapters/abstract/query_cache.rb:28:in `cache' activerecord (3.0.3) lib/active_record/query_cache.rb:12:in `cache' activerecord (3.0.3) lib/active_record/query_cache.rb:31:in `call' activerecord (3.0.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:353:in `call' actionpack (3.0.3) lib/action_dispatch/middleware/callbacks.rb:46:in `block in call' activesupport (3.0.3) lib/active_support/callbacks.rb:415:in `_run_call_callbacks' actionpack (3.0.3) lib/action_dispatch/middleware/callbacks.rb:44:in `call' rack (1.2.1) lib/rack/sendfile.rb:107:in `call' actionpack (3.0.3) lib/action_dispatch/middleware/remote_ip.rb:48:in `call' actionpack (3.0.3) lib/action_dispatch/middleware/show_exceptions.rb:46:in `call' railties (3.0.3) lib/rails/rack/logger.rb:13:in `call' rack (1.2.1) lib/rack/runtime.rb:17:in `call' activesupport (3.0.3) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.2.1) lib/rack/lock.rb:11:in `block in call' <internal:prelude>:10:in `synchronize' rack (1.2.1) lib/rack/lock.rb:11:in `call' actionpack (3.0.3) lib/action_dispatch/middleware/static.rb:30:in `call' railties (3.0.3) lib/rails/application.rb:168:in `call' railties (3.0.3) lib/rails/application.rb:77:in `method_missing' railties (3.0.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.2.1) lib/rack/content_length.rb:13:in `call' rack (1.2.1) lib/rack/handler/webrick.rb:52:in `service' C:/Ruby192/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' C:/Ruby192/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' C:/Ruby192/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' Request Parameters: None Show session dump _csrf_token: "aNaG+LKtjVMqWdM6PQQ79bgtN95fMVqtw8jDRHEAtq8=" session_id: "1aa77c8004eda04428ca23c3f04f2671" Show env dump GATEWAY_INTERFACE: "CGI/1.1" HTTP_ACCEPT: "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" HTTP_ACCEPT_CHARSET: "ISO-8859-1,utf-8;q=0.7,*;q=0.7" HTTP_ACCEPT_ENCODING: "gzip,deflate" HTTP_ACCEPT_LANGUAGE: "da,en-us;q=0.7,en;q=0.3" HTTP_CACHE_CONTROL: "max-age=0" HTTP_CONNECTION: "keep-alive" HTTP_COOKIE: "_konkurranceportalen_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMWFhNzdjODAwNGVkYTA0NDI4Y2EyM2MzZjA0ZjI2NzFJIhBfY3NyZl90b2tlbgY7AEZJIjFhTmFHK0xLdGpWTXFXZE02UFFRNzliZ3ROOTVmTVZxdHc4akRSSEVBdHE4PQY7AEY%3D--c8bf1145482501cba3cf66b74165b606895a17cd" HTTP_HOST: "localhost:3000" HTTP_KEEP_ALIVE: "115" HTTP_USER_AGENT: "Mozilla/5.0 (Windows; U; Windows NT 6.1; da; rv:1.9.2.15) Gecko/20110303 Firefox/3.6.15" HTTP_VERSION: "HTTP/1.1" PATH_INFO: "/admin/konkurrancers/new" QUERY_STRING: "" REMOTE_ADDR: "127.0.0.1" REMOTE_HOST: "Iceberg-Pc" REQUEST_METHOD: "GET" REQUEST_PATH: "/" REQUEST_URI: "http://localhost:3000/admin/konkurrancers/new" SCRIPT_NAME: "" SERVER_NAME: "localhost" SERVER_PORT: "3000" SERVER_PROTOCOL: "HTTP/1.1" SERVER_SOFTWARE: "WEBrick/1.3.1 (Ruby/1.9.2/2010-12-25)" action_controller.instance: #<Admin::KonkurrancersController:0x5f08470 @action_has_layout=true, @view_context_class=nil, @_headers={"Content-Type"=>"text/html"}, @_status=200, @_response=#<ActionDispatch::Response:0x5f08380 @writer=#<Proc:0x5f08308@C:/Ruby192/lib/ruby/gems/1.9.1/gems/actionpack-3.0.3/lib/action_dispatch/http/response.rb:43 (lambda)>, @block=nil, @length=0, @header={}, @status=200, @body=[], @cookie=[], @sending_file=false, @blank=false, @cache_control={}, @etag=nil, @request=#<ActionDispatch::Request:0x5f08398 @env={"GATEWAY_INTERFACE"=>"CGI/1.1", "PATH_INFO"=>"/admin/konkurrancers/new", "QUERY_STRING"=>"", "REMOTE_ADDR"=>"127.0.0.1", "REMOTE_HOST"=>"Iceberg-Pc", "REQUEST_METHOD"=>"GET", "REQUEST_URI"=>"http://localhost:3000/admin/konkurrancers/new", "SCRIPT_NAME"=>"", "SERVER_NAME"=>"localhost", "SERVER_PORT"=>"3000", "SERVER_PROTOCOL"=>"HTTP/1.1", "SERVER_SOFTWARE"=>"WEBrick/1.3.1 (Ruby/1.9.2/2010-12-25)", "HTTP_HOST"=>"localhost:3000", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Windows; U; Windows NT 6.1; da; rv:1.9.2.15) Gecko/20110303 Firefox/3.6.15", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_LANGUAGE"=>"da,en-us;q=0.7,en;q=0.3", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.7", "HTTP_KEEP_ALIVE"=>"115", "HTTP_CONNECTION"=>"keep-alive", "HTTP_COOKIE"=>"_konkurranceportalen_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMWFhNzdjODAwNGVkYTA0NDI4Y2EyM2MzZjA0ZjI2NzFJIhBfY3NyZl90b2tlbgY7AEZJIjFhTmFHK0xLdGpWTXFXZE02UFFRNzliZ3ROOTVmTVZxdHc4akRSSEVBdHE4PQY7AEY%3D--c8bf1145482501cba3cf66b74165b606895a17cd", "HTTP_CACHE_CONTROL"=>"max-age=0", "rack.version"=>[1, 1], "rack.input"=>#<StringIO:0x3f43248>, "rack.errors"=>#<IO:<STDERR>>, "rack.multithread"=>false, "rack.multiprocess"=>false, "rack.run_once"=>false, "rack.url_scheme"=>"http", "HTTP_VERSION"=>"HTTP/1.1", "REQUEST_PATH"=>"/", "action_dispatch.parameter_filter"=>[:password], "action_dispatch.secret_token"=>"ac9bb9ed63418bb112f366a0a01d21c1e939d5c0016c741e894e7e97a3118a3e46865e378bf65bec689dce1008b5c3cea1502ef599c477f56a53f660bc7869b8", "action_dispatch.remote_ip"=>127.0.0.1, "rack.session"=>{"session_id"=>"1aa77c8004eda04428ca23c3f04f2671", "_csrf_token"=>"aNaG+LKtjVMqWdM6PQQ79bgtN95fMVqtw8jDRHEAtq8="}, "rack.session.options"=>{:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :id=>"1aa77c8004eda04428ca23c3f04f2671"}, "rack.request.cookie_string"=>"_konkurranceportalen_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMWFhNzdjODAwNGVkYTA0NDI4Y2EyM2MzZjA0ZjI2NzFJIhBfY3NyZl90b2tlbgY7AEZJIjFhTmFHK0xLdGpWTXFXZE02UFFRNzliZ3ROOTVmTVZxdHc4akRSSEVBdHE4PQY7AEY%3D--c8bf1145482501cba3cf66b74165b606895a17cd", "rack.request.cookie_hash"=>{"_konkurranceportalen_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMWFhNzdjODAwNGVkYTA0NDI4Y2EyM2MzZjA0ZjI2NzFJIhBfY3NyZl90b2tlbgY7AEZJIjFhTmFHK0xLdGpWTXFXZE02UFFRNzliZ3ROOTVmTVZxdHc4akRSSEVBdHE4PQY7AEY=--c8bf1145482501cba3cf66b74165b606895a17cd"}, "action_dispatch.cookies"=>{"_konkurranceportalen_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMWFhNzdjODAwNGVkYTA0NDI4Y2EyM2MzZjA0ZjI2NzFJIhBfY3NyZl90b2tlbgY7AEZJIjFhTmFHK0xLdGpWTXFXZE02UFFRNzliZ3ROOTVmTVZxdHc4akRSSEVBdHE4PQY7AEY=--c8bf1145482501cba3cf66b74165b606895a17cd"}, "action_dispatch.request.unsigned_session_cookie"=>{"session_id"=>"1aa77c8004eda04428ca23c3f04f2671", "_csrf_token"=>"aNaG+LKtjVMqWdM6PQQ79bgtN95fMVqtw8jDRHEAtq8="}, "action_dispatch.request.path_parameters"=>{:action=>"new", :controller=>"admin/konkurrancers"}, "action_controller.instance"=>#<Admin::KonkurrancersController:0x5f08470 ...>, "action_dispatch.request.content_type"=>nil, "action_dispatch.request.request_parameters"=>{}, "rack.request.query_string"=>"", "rack.request.query_hash"=>{}, "action_dispatch.request.query_parameters"=>{}, "action_dispatch.request.parameters"=>{"action"=>"new", "controller"=>"admin/konkurrancers"}, "action_dispatch.request.formats"=>[text/html]}, @fullpath="/admin/konkurrancers/new", @request_method="GET", @filtered_parameters={"action"=>"new", "controller"=>"admin/konkurrancers"}, @method="GET", @symbolized_path_params={:action=>"new", :controller=>"admin/konkurrancers"}>, @content_type="text/html">, @_request=#<ActionDispatch::Request:0x5f08398 @env={"GATEWAY_INTERFACE"=>"CGI/1.1", "PATH_INFO"=>"/admin/konkurrancers/new", "QUERY_STRING"=>"", "REMOTE_ADDR"=>"127.0.0.1", "REMOTE_HOST"=>"Iceberg-Pc", "REQUEST_METHOD"=>"GET", "REQUEST_URI"=>"http://localhost:3000/admin/konkurrancers/new", "SCRIPT_NAME"=>"", "SERVER_NAME"=>"localhost", "SERVER_PORT"=>"3000", "SERVER_PROTOCOL"=>"HTTP/1.1", "SERVER_SOFTWARE"=>"WEBrick/1.3.1 (Ruby/1.9.2/2010-12-25)", "HTTP_HOST"=>"localhost:3000", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Windows; U; Windows NT 6.1; da; rv:1.9.2.15) Gecko/20110303 Firefox/3.6.15", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_LANGUAGE"=>"da,en-us;q=0.7,en;q=0.3", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.7", "HTTP_KEEP_ALIVE"=>"115", "HTTP_CONNECTION"=>"keep-alive", "HTTP_COOKIE"=>"_konkurranceportalen_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMWFhNzdjODAwNGVkYTA0NDI4Y2EyM2MzZjA0ZjI2NzFJIhBfY3NyZl90b2tlbgY7AEZJIjFhTmFHK0xLdGpWTXFXZE02UFFRNzliZ3ROOTVmTVZxdHc4akRSSEVBdHE4PQY7AEY%3D--c8bf1145482501cba3cf66b74165b606895a17cd", "HTTP_CACHE_CONTROL"=>"max-age=0", "rack.version"=>[1, 1], "rack.input"=>#<StringIO:0x3f43248>, "rack.errors"=>#<IO:<STDERR>>, "rack.multithread"=>false, "rack.multiprocess"=>false, "rack.run_once"=>false, "rack.url_scheme"=>"http", "HTTP_VERSION"=>"HTTP/1.1", "REQUEST_PATH"=>"/", "action_dispatch.parameter_filter"=>[:password], "action_dispatch.secret_token"=>"ac9bb9ed63418bb112f366a0a01d21c1e939d5c0016c741e894e7e97a3118a3e46865e378bf65bec689dce1008b5c3cea1502ef599c477f56a53f660bc7869b8", "action_dispatch.remote_ip"=>127.0.0.1, "rack.session"=>{"session_id"=>"1aa77c8004eda04428ca23c3f04f2671", "_csrf_token"=>"aNaG+LKtjVMqWdM6PQQ79bgtN95fMVqtw8jDRHEAtq8="}, "rack.session.options"=>{:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :id=>"1aa77c8004eda04428ca23c3f04f2671"}, "rack.request.cookie_string"=>"_konkurranceportalen_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMWFhNzdjODAwNGVkYTA0NDI4Y2EyM2MzZjA0ZjI2NzFJIhBfY3NyZl90b2tlbgY7AEZJIjFhTmFHK0xLdGpWTXFXZE02UFFRNzliZ3ROOTVmTVZxdHc4akRSSEVBdHE4PQY7AEY%3D--c8bf1145482501cba3cf66b74165b606895a17cd", "rack.request.cookie_hash"=>{"_konkurranceportalen_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMWFhNzdjODAwNGVkYTA0NDI4Y2EyM2MzZjA0ZjI2NzFJIhBfY3NyZl90b2tlbgY7AEZJIjFhTmFHK0xLdGpWTXFXZE02UFFRNzliZ3ROOTVmTVZxdHc4akRSSEVBdHE4PQY7AEY=--c8bf1145482501cba3cf66b74165b606895a17cd"}, "action_dispatch.cookies"=>{"_konkurranceportalen_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMWFhNzdjODAwNGVkYTA0NDI4Y2EyM2MzZjA0ZjI2NzFJIhBfY3NyZl90b2tlbgY7AEZJIjFhTmFHK0xLdGpWTXFXZE02UFFRNzliZ3ROOTVmTVZxdHc4akRSSEVBdHE4PQY7AEY=--c8bf1145482501cba3cf66b74165b606895a17cd"}, "action_dispatch.request.unsigned_session_cookie"=>{"session_id"=>"1aa77c8004eda04428ca23c3f04f2671", "_csrf_token"=>"aNaG+LKtjVMqWdM6PQQ79bgtN95fMVqtw8jDRHEAtq8="}, "action_dispatch.request.path_parameters"=>{:action=>"new", :controller=>"admin/konkurrancers"}, "action_controller.instance"=>#<Admin::KonkurrancersController:0x5f08470 ...>, "action_dispatch.request.content_type"=>nil, "action_dispatch.request.request_parameters"=>{}, "rack.request.query_string"=>"", "rack.request.query_hash"=>{}, "action_dispatch.request.query_parameters"=>{}, "action_dispatch.request.parameters"=>{"action"=>"new", "controller"=>"admin/konkurrancers"}, "action_dispatch.request.formats"=>[text/html]}, @fullpath="/admin/konkurrancers/new", @request_method="GET", @filtered_parameters={"action"=>"new", "controller"=>"admin/konkurrancers"}, @method="GET", @symbolized_path_params={:action=>"new", :controller=>"admin/konkurrancers"}>, @_env={"GATEWAY_INTERFACE"=>"CGI/1.1", "PATH_INFO"=>"/admin/konkurrancers/new", "QUERY_STRING"=>"", "REMOTE_ADDR"=>"127.0.0.1", "REMOTE_HOST"=>"Iceberg-Pc", "REQUEST_METHOD"=>"GET", "REQUEST_URI"=>"http://localhost:3000/admin/konkurrancers/new", "SCRIPT_NAME"=>"", "SERVER_NAME"=>"localhost", "SERVER_PORT"=>"3000", "SERVER_PROTOCOL"=>"HTTP/1.1", "SERVER_SOFTWARE"=>"WEBrick/1.3.1 (Ruby/1.9.2/2010-12-25)", "HTTP_HOST"=>"localhost:3000", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Windows; U; Windows NT 6.1; da; rv:1.9.2.15) Gecko/20110303 Firefox/3.6.15", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_LANGUAGE"=>"da,en-us;q=0.7,en;q=0.3", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.7", "HTTP_KEEP_ALIVE"=>"115", "HTTP_CONNECTION"=>"keep-alive", "HTTP_COOKIE"=>"_konkurranceportalen_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMWFhNzdjODAwNGVkYTA0NDI4Y2EyM2MzZjA0ZjI2NzFJIhBfY3NyZl90b2tlbgY7AEZJIjFhTmFHK0xLdGpWTXFXZE02UFFRNzliZ3ROOTVmTVZxdHc4akRSSEVBdHE4PQY7AEY%3D--c8bf1145482501cba3cf66b74165b606895a17cd", "HTTP_CACHE_CONTROL"=>"max-age=0", "rack.version"=>[1, 1], "rack.input"=>#<StringIO:0x3f43248>, "rack.errors"=>#<IO:<STDERR>>, "rack.multithread"=>false, "rack.multiprocess"=>false, "rack.run_once"=>false, "rack.url_scheme"=>"http", "HTTP_VERSION"=>"HTTP/1.1", "REQUEST_PATH"=>"/", "action_dispatch.parameter_filter"=>[:password], "action_dispatch.secret_token"=>"ac9bb9ed63418bb112f366a0a01d21c1e939d5c0016c741e894e7e97a3118a3e46865e378bf65bec689dce1008b5c3cea1502ef599c477f56a53f660bc7869b8", "action_dispatch.remote_ip"=>127.0.0.1, "rack.session"=>{"session_id"=>"1aa77c8004eda04428ca23c3f04f2671", "_csrf_token"=>"aNaG+LKtjVMqWdM6PQQ79bgtN95fMVqtw8jDRHEAtq8="}, "rack.session.options"=>{:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :id=>"1aa77c8004eda04428ca23c3f04f2671"}, "rack.request.cookie_string"=>"_konkurranceportalen_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMWFhNzdjODAwNGVkYTA0NDI4Y2EyM2MzZjA0ZjI2NzFJIhBfY3NyZl90b2tlbgY7AEZJIjFhTmFHK0xLdGpWTXFXZE02UFFRNzliZ3ROOTVmTVZxdHc4akRSSEVBdHE4PQY7AEY%3D--c8bf1145482501cba3cf66b74165b606895a17cd", "rack.request.cookie_hash"=>{"_konkurranceportalen_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMWFhNzdjODAwNGVkYTA0NDI4Y2EyM2MzZjA0ZjI2NzFJIhBfY3NyZl90b2tlbgY7AEZJIjFhTmFHK0xLdGpWTXFXZE02UFFRNzliZ3ROOTVmTVZxdHc4akRSSEVBdHE4PQY7AEY=--c8bf1145482501cba3cf66b74165b606895a17cd"}, "action_dispatch.cookies"=>{"_konkurranceportalen_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMWFhNzdjODAwNGVkYTA0NDI4Y2EyM2MzZjA0ZjI2NzFJIhBfY3NyZl90b2tlbgY7AEZJIjFhTmFHK0xLdGpWTXFXZE02UFFRNzliZ3ROOTVmTVZxdHc4akRSSEVBdHE4PQY7AEY=--c8bf1145482501cba3cf66b74165b606895a17cd"}, "action_dispatch.request.unsigned_session_cookie"=>{"session_id"=>"1aa77c8004eda04428ca23c3f04f2671", "_csrf_token"=>"aNaG+LKtjVMqWdM6PQQ79bgtN95fMVqtw8jDRHEAtq8="}, "action_dispatch.request.path_parameters"=>{:action=>"new", :controller=>"admin/konkurrancers"}, "action_controller.instance"=>#<Admin::KonkurrancersController:0x5f08470 ...>, "action_dispatch.request.content_type"=>nil, "action_dispatch.request.request_parameters"=>{}, "rack.request.query_string"=>"", "rack.request.query_hash"=>{}, "action_dispatch.request.query_parameters"=>{}, "action_dispatch.request.parameters"=>{"action"=>"new", "controller"=>"admin/konkurrancers"}, "action_dispatch.request.formats"=>[text/html]}, @lookup_context=#<ActionView::LookupContext:0x5f07be8 @details_key=#<ActionView::LookupContext::DetailsKey:0x3b4c000 @hash=1606255>, @details={:handlers=>[:erb, :rjs, :builder, :rhtml, :rxml], :formats=>[:html], :locale=>[:en, :en]}, @skip_default_locale=false, @frozen_formats=true, @view_paths=[C:/Rails/konkurranceportalen/app/views, C:/Rails/konkurranceportalen/vendor/plugins/vote_fu/app/views, C:/Rails/konkurranceportalen/vendor/plugins/dynamic_form/app/views]>, @_action_name="new", @_response_body=nil, @_config={}, @konkurrancer=#<Konkurrancer id: nil, name: nil, banner1: nil, banner2: nil, deadline: nil, tracking: nil, vaerdi: nil, arrangeor: nil, note: nil, udtraekkes: nil, created_at: nil, updated_at: nil, kategori_id: nil, cached_slug: nil>> action_dispatch.cookies: {"_konkurranceportalen_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMWFhNzdjODAwNGVkYTA0NDI4Y2EyM2MzZjA0ZjI2NzFJIhBfY3NyZl90b2tlbgY7AEZJIjFhTmFHK0xLdGpWTXFXZE02UFFRNzliZ3ROOTVmTVZxdHc4akRSSEVBdHE4PQY7AEY=--c8bf1145482501cba3cf66b74165b606895a17cd"} action_dispatch.parameter_filter: [:password] action_dispatch.remote_ip: 127.0.0.1 action_dispatch.request.content_type: nil action_dispatch.request.formats: [text/html] action_dispatch.request.parameters: {"action"=>"new", "controller"=>"admin/konkurrancers"} action_dispatch.request.path_parameters: {:action=>"new", :controller=>"admin/konkurrancers"} action_dispatch.request.query_parameters: {} action_dispatch.request.request_parameters: {} action_dispatch.request.unsigned_session_cookie: {"session_id"=>"1aa77c8004eda04428ca23c3f04f2671", "_csrf_token"=>"aNaG+LKtjVMqWdM6PQQ79bgtN95fMVqtw8jDRHEAtq8="} action_dispatch.secret_token: "ac9bb9ed63418bb112f366a0a01d21c1e939d5c0016c741e894e7e97a3118a3e46865e378bf65bec689dce1008b5c3cea1502ef599c477f56a53f660bc7869b8" rack.errors: #<IO:<STDERR>> rack.input: #<StringIO:0x3f43248> rack.multiprocess: false rack.multithread: false rack.request.cookie_hash: {"_konkurranceportalen_session"=>"BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMWFhNzdjODAwNGVkYTA0NDI4Y2EyM2MzZjA0ZjI2NzFJIhBfY3NyZl90b2tlbgY7AEZJIjFhTmFHK0xLdGpWTXFXZE02UFFRNzliZ3ROOTVmTVZxdHc4akRSSEVBdHE4PQY7AEY=--c8bf1145482501cba3cf66b74165b606895a17cd"} rack.request.cookie_string: "_konkurranceportalen_session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiIlMWFhNzdjODAwNGVkYTA0NDI4Y2EyM2MzZjA0ZjI2NzFJIhBfY3NyZl90b2tlbgY7AEZJIjFhTmFHK0xLdGpWTXFXZE02UFFRNzliZ3ROOTVmTVZxdHc4akRSSEVBdHE4PQY7AEY%3D--c8bf1145482501cba3cf66b74165b606895a17cd" rack.request.query_hash: {} rack.request.query_string: "" rack.run_once: false rack.session: {"session_id"=>"1aa77c8004eda04428ca23c3f04f2671", "_csrf_token"=>"aNaG+LKtjVMqWdM6PQQ79bgtN95fMVqtw8jDRHEAtq8="} rack.session.options: {:path=>"/", :domain=>nil, :expire_after=>nil, :secure=>false, :httponly=>true, :id=>"1aa77c8004eda04428ca23c3f04f2671"} rack.url_scheme: "http" rack.version: [1, 1] Response Headers: None |