| |   |
| 4275 | 4275 | Rendering template within layouts/normal |
| 4276 | 4276 | Rendering index/welcome |
| 4277 | 4277 | Completed in 0.00414 (241 reqs/sec) | Rendering: 0.00195 (47%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
| DEPRECATION WARNING: config.action_view.cache_template_extensions option has been deprecated and has no affect. Please remove it from your config files. See http://www.rubyonrails.org/deprecation for details. (called from send at ./script/../config/../vendor/rails/railties/lib/initializer.rb:455) |
| DEPRECATION WARNING: config.action_view.cache_template_extensions option has been deprecated and has no affect. Please remove it from your config files. See http://www.rubyonrails.org/deprecation for details. (called from send at ./script/../config/../vendor/rails/railties/lib/initializer.rb:455) |
| DEPRECATION WARNING: config.action_view.cache_template_extensions option has been deprecated and has no affect. Please remove it from your config files. See http://www.rubyonrails.org/deprecation for details. (called from send at ./script/../config/../vendor/rails/railties/lib/initializer.rb:455) |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-08-30 16:34:41) [GET] |
| Session ID: BAh7CToMdXNlcl9pZGkfOhFvcmlnaW5hbF91cmkiGi9hZG1pbi9saXN0YV91 |
| c3VhcmlvcyIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZs |
| YXNoSGFzaHsABjoKQHVzZWR7ADoMY3NyZl9pZCIlYzQwNjdiYzhiZjg4Mjdi |
| M2Q3Njk5ZmVlNjRiMWY3YTg=--79e965329ec609bcae558292f28f973c92baffe5 |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| [4;36;1mUser Load (0.000295)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 26) LIMIT 1[0m |
|
|
| ActionView::TemplateError (You have a nil object when you didn't expect it! |
| The error occurred while evaluating nil.role) on line #21 of layouts/normal.html.erb: |
| 18: <%= link_to "Cerrar Sesion", :controller => 'account', :action => 'logout' %> | |
| 19: <%= link_to "Cambiar Contraseña", :controller => 'account', :action => 'change_password' %> | |
| 20: <%= link_to "Mis Talleres", :controller => 'account', :action => 'mis_talleres' %> |
| 21: <% if User.find_by_id(session[:user_id]).role == 'admin' %> |
| 22: | <%= link_to "Administracion", :controller => 'admin', :action => 'index' %> |
| 23: <%end%> |
| 24: <%else%> |
|
| app/views/layouts/normal.html.erb:21:in `_run_erb_47app47views47layouts47normal46html46erb' |
| vendor/rails/actionpack/lib/action_view/base.rb:338:in `send' |
| vendor/rails/actionpack/lib/action_view/base.rb:338:in `execute' |
| vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `send' |
| vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `render' |
| vendor/rails/actionpack/lib/action_view/template.rb:35:in `render' |
| vendor/rails/actionpack/lib/action_view/template.rb:22:in `render_template' |
| vendor/rails/actionpack/lib/action_view/base.rb:245:in `render_file' |
| vendor/rails/actionpack/lib/action_controller/layout.rb:257:in `render_without_benchmark' |
| vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render' |
| vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:8:in `realtime' |
| vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render' |
| vendor/rails/actionpack/lib/action_controller/base.rb:1157:in `default_render' |
| vendor/rails/actionpack/lib/action_controller/base.rb:1163:in `perform_action_without_filters' |
| vendor/rails/actionpack/lib/action_controller/filters.rb:580:in `call_filters' |
| vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark' |
| vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' |
| vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching' |
| vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' |
| vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' |
| vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache' |
| vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' |
| vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send' |
| vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters' |
| vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support' |
| vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process' |
| vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-08-30 16:34:55) [GET] |
| Session ID: 1602ec35eb22a53c5be557841529d8d2 |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00605 (165 reqs/sec) | Rendering: 0.00389 (64%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing AccountController#login (for 127.0.0.1 at 2009-08-30 16:34:57) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"login", "controller"=>"account"} |
| Rendering template within layouts/normal |
| Rendering account/login |
| Completed in 0.01304 (76 reqs/sec) | Rendering: 0.01076 (82%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/account/login] |
|
|
| Processing AccountController#login (for 127.0.0.1 at 2009-08-30 16:35:01) [POST] |
| Session ID: BAh7BzoMY3NyZl9pZCIlZTY5OWYwZmZlZjcwNWE1ZmE5NmE2MzhkYWE1OTVi |
| ZmEiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh |
| c2h7AAY6CkB1c2VkewA=--0e8c5e6d6741896c08765c4c27acb2829ad05044 |
| Parameters: {"commit"=>"Iniciar Sesion", "authenticity_token"=>"ab57f10df31b860820bc44f7dbd9d4d2726ecc1a", "action"=>"login", "controller"=>"account", "user"=>{"login"=>"fitoria", "password"=>"qwerty"}} |
| [4;35;1mUser Load (0.000399)[0m [0mSELECT * FROM "users" WHERE ("users"."password" = 'ba0d78f4f642cd3bef63fe9b62233c79949cee13' AND "users"."login" = 'fitoria') LIMIT 1[0m |
| Redirected to http://0.0.0.0:3000/admin |
| Completed in 0.01842 (54 reqs/sec) | DB: 0.00040 (2%) | 302 Found [http://0.0.0.0/account/login] |
|
|
| Processing AdminController#index (for 127.0.0.1 at 2009-08-30 16:35:01) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewYiC25vdGljZSIUSW5pY2lvIGV4aXN0b3NvBjoK |
| QHVzZWR7BkAIRjoMY3NyZl9pZCIlZTY5OWYwZmZlZjcwNWE1ZmE5NmE2Mzhk |
| YWE1OTViZmE=--0872617e03ee4aefc588cd0c66288ec9427971f8 |
| Parameters: {"action"=>"index", "controller"=>"admin"} |
| [4;36;1mUser Load (0.000417)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| Rendering template within layouts/admin |
| Rendering admin/index |
| Completed in 0.02695 (37 reqs/sec) | Rendering: 0.00942 (34%) | DB: 0.00042 (1%) | 200 OK [http://0.0.0.0/admin] |
|
|
| Processing ApplicationController#index (for 127.0.0.1 at 2009-08-30 16:35:01) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiVlNjk5ZjBmZmVmNzA1YTVmYTk2 |
| YTYzOGRhYTU5NWJmYSIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsGIgtub3RpY2UiFEluaWNpbyBleGlzdG9zbwY6CkB1 |
| c2VkewZACVQ=--d52f2db5451757feafce00bd2483b6313493f58c |
| Parameters: {} |
|
|
| ActionController::RoutingError (No route matches "/javascripts/scriptaculous/prototype.js" with {:method=>:get}): |
| /vendor/rails/actionpack/lib/action_controller/routing/recognition_optimisation.rb:67:in `recognize_path' |
| /vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:384:in `recognize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:148:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found) |
|
|
| Processing ApplicationController#index (for 127.0.0.1 at 2009-08-30 16:35:01) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiVlNjk5ZjBmZmVmNzA1YTVmYTk2 |
| YTYzOGRhYTU5NWJmYSIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsGIgtub3RpY2UiFEluaWNpbyBleGlzdG9zbwY6CkB1 |
| c2VkewZACVQ=--d52f2db5451757feafce00bd2483b6313493f58c |
| Parameters: {} |
|
|
| ActionController::RoutingError (No route matches "/javascripts/scriptaculous/scriptaculous.js" with {:method=>:get}): |
| /vendor/rails/actionpack/lib/action_controller/routing/recognition_optimisation.rb:67:in `recognize_path' |
| /vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:384:in `recognize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:148:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found) |
|
|
| Processing AdminController#lista_talleres (for 127.0.0.1 at 2009-08-30 16:35:03) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxjc3JmX2lkIiVlNjk5ZjBm |
| ZmVmNzA1YTVmYTk2YTYzOGRhYTU5NWJmYQ==--fbd869137b53b2116610b6770b3c65992be67f74 |
| Parameters: {"action"=>"lista_talleres", "controller"=>"admin"} |
| [4;35;1mUser Load (0.000474)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| [4;36;1mTaller Load (0.000902)[0m [0;1mSELECT * FROM "tallers" [0m |
| Rendering template within layouts/admin |
| Rendering admin/lista_talleres |
| Completed in 0.03828 (26 reqs/sec) | Rendering: 0.01548 (40%) | DB: 0.00138 (3%) | 200 OK [http://0.0.0.0/admin/lista_talleres] |
|
|
| Processing ApplicationController#index (for 127.0.0.1 at 2009-08-30 16:35:03) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiVlNjk5ZjBmZmVmNzA1YTVmYTk2 |
| YTYzOGRhYTU5NWJmYSIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f910a4913005424ede6ac0bab801cc04823b4cc6 |
| Parameters: {} |
|
|
| ActionController::RoutingError (No route matches "/javascripts/scriptaculous/scriptaculous.js" with {:method=>:get}): |
| /vendor/rails/actionpack/lib/action_controller/routing/recognition_optimisation.rb:67:in `recognize_path' |
| /vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:384:in `recognize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:148:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found) |
|
|
| Processing ApplicationController#index (for 127.0.0.1 at 2009-08-30 16:35:03) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiVlNjk5ZjBmZmVmNzA1YTVmYTk2 |
| YTYzOGRhYTU5NWJmYSIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f910a4913005424ede6ac0bab801cc04823b4cc6 |
| Parameters: {} |
|
|
| ActionController::RoutingError (No route matches "/javascripts/scriptaculous/prototype.js" with {:method=>:get}): |
| /vendor/rails/actionpack/lib/action_controller/routing/recognition_optimisation.rb:67:in `recognize_path' |
| /vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:384:in `recognize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:148:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found) |
|
|
| Processing AdminController#lista_talleres (for 127.0.0.1 at 2009-08-30 16:35:15) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxjc3JmX2lkIiVlNjk5ZjBm |
| ZmVmNzA1YTVmYTk2YTYzOGRhYTU5NWJmYQ==--fbd869137b53b2116610b6770b3c65992be67f74 |
| Parameters: {"action"=>"lista_talleres", "controller"=>"admin"} |
| [4;35;1mUser Load (0.000405)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| [4;36;1mTaller Load (0.000999)[0m [0;1mSELECT * FROM "tallers" [0m |
| Rendering template within layouts/admin |
| Rendering admin/lista_talleres |
| Completed in 0.03455 (28 reqs/sec) | Rendering: 0.01300 (37%) | DB: 0.00140 (4%) | 200 OK [http://0.0.0.0/admin/lista_talleres] |
|
|
| Processing ApplicationController#index (for 127.0.0.1 at 2009-08-30 16:35:15) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiVlNjk5ZjBmZmVmNzA1YTVmYTk2 |
| YTYzOGRhYTU5NWJmYSIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f910a4913005424ede6ac0bab801cc04823b4cc6 |
| Parameters: {} |
|
|
| ActionController::RoutingError (No route matches "/javascripts/scriptaculous/scriptaculous.js" with {:method=>:get}): |
| /vendor/rails/actionpack/lib/action_controller/routing/recognition_optimisation.rb:67:in `recognize_path' |
| /vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:384:in `recognize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:148:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found) |
|
|
| Processing ApplicationController#index (for 127.0.0.1 at 2009-08-30 16:35:15) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiVlNjk5ZjBmZmVmNzA1YTVmYTk2 |
| YTYzOGRhYTU5NWJmYSIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f910a4913005424ede6ac0bab801cc04823b4cc6 |
| Parameters: {} |
|
|
| ActionController::RoutingError (No route matches "/javascripts/scriptaculous/prototype.js" with {:method=>:get}): |
| /vendor/rails/actionpack/lib/action_controller/routing/recognition_optimisation.rb:67:in `recognize_path' |
| /vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:384:in `recognize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:148:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found) |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-08-30 16:35:18) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxjc3JmX2lkIiVlNjk5ZjBm |
| ZmVmNzA1YTVmYTk2YTYzOGRhYTU5NWJmYQ==--fbd869137b53b2116610b6770b3c65992be67f74 |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| [4;35;1mUser Load (0.001424)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| Completed in 0.01995 (50 reqs/sec) | Rendering: 0.01635 (81%) | DB: 0.00142 (7%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing TallersController#index (for 127.0.0.1 at 2009-08-30 16:35:19) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiVlNjk5ZjBmZmVmNzA1YTVmYTk2 |
| YTYzOGRhYTU5NWJmYSIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f910a4913005424ede6ac0bab801cc04823b4cc6 |
| Parameters: {"action"=>"index", "controller"=>"tallers"} |
| [4;36;1mTaller Load (0.001405)[0m [0;1mSELECT * FROM "tallers" [0m |
| Rendering template within layouts/normal |
| Rendering tallers/index |
| [4;35;1mUser Load (0.001445)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| Completed in 0.03451 (28 reqs/sec) | Rendering: 0.02215 (64%) | DB: 0.00285 (8%) | 200 OK [http://0.0.0.0/tallers] |
|
|
| Processing TallersController#index (for 127.0.0.1 at 2009-08-30 16:38:13) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxjc3JmX2lkIiVlNjk5ZjBm |
| ZmVmNzA1YTVmYTk2YTYzOGRhYTU5NWJmYQ==--fbd869137b53b2116610b6770b3c65992be67f74 |
| Parameters: {"action"=>"index", "controller"=>"tallers"} |
| [4;36;1mTaller Load (0.004316)[0m [0;1mSELECT * FROM "tallers" ORDER BY fecha, hora ASC[0m |
| Rendering template within layouts/normal |
| Rendering tallers/index |
| [4;35;1mUser Load (0.000493)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| Completed in 0.04408 (22 reqs/sec) | Rendering: 0.02873 (65%) | DB: 0.00481 (10%) | 200 OK [http://0.0.0.0/tallers] |
|
|
| Processing TallersController#index (for 127.0.0.1 at 2009-08-30 16:38:15) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiVlNjk5ZjBmZmVmNzA1YTVmYTk2 |
| YTYzOGRhYTU5NWJmYSIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f910a4913005424ede6ac0bab801cc04823b4cc6 |
| Parameters: {"action"=>"index", "controller"=>"tallers"} |
| [4;36;1mTaller Load (0.001548)[0m [0;1mSELECT * FROM "tallers" ORDER BY fecha, hora ASC[0m |
| Rendering template within layouts/normal |
| Rendering tallers/index |
| [4;35;1mUser Load (0.000401)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| Completed in 0.06269 (15 reqs/sec) | Rendering: 0.04438 (70%) | DB: 0.00195 (3%) | 200 OK [http://0.0.0.0/tallers] |
|
|
| Processing TallersController#index (for 127.0.0.1 at 2009-08-30 16:39:23) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxjc3JmX2lkIiVlNjk5ZjBm |
| ZmVmNzA1YTVmYTk2YTYzOGRhYTU5NWJmYQ==--fbd869137b53b2116610b6770b3c65992be67f74 |
| Parameters: {"action"=>"index", "controller"=>"tallers"} |
| [4;36;1mTaller Load (0.001609)[0m [0;1mSELECT * FROM "tallers" ORDER BY fecha, hora ASC[0m |
| Rendering template within layouts/normal |
| Rendering tallers/index |
| [4;35;1mUser Load (0.000392)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| Completed in 0.03541 (28 reqs/sec) | Rendering: 0.02409 (68%) | DB: 0.00200 (5%) | 200 OK [http://0.0.0.0/tallers] |
|
|
| Processing TallersController#index (for 127.0.0.1 at 2009-08-30 16:39:26) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiVlNjk5ZjBmZmVmNzA1YTVmYTk2 |
| YTYzOGRhYTU5NWJmYSIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f910a4913005424ede6ac0bab801cc04823b4cc6 |
| Parameters: {"action"=>"index", "controller"=>"tallers"} |
| [4;36;1mTaller Load (0.001546)[0m [0;1mSELECT * FROM "tallers" ORDER BY fecha, hora ASC[0m |
| Rendering template within layouts/normal |
| Rendering tallers/index |
| [4;35;1mUser Load (0.000421)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| Completed in 0.13648 (7 reqs/sec) | Rendering: 0.12438 (91%) | DB: 0.00197 (1%) | 200 OK [http://0.0.0.0/tallers] |
|
|
| Processing TallersController#index (for 127.0.0.1 at 2009-08-30 16:39:41) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxjc3JmX2lkIiVlNjk5ZjBm |
| ZmVmNzA1YTVmYTk2YTYzOGRhYTU5NWJmYQ==--fbd869137b53b2116610b6770b3c65992be67f74 |
| Parameters: {"action"=>"index", "controller"=>"tallers"} |
| [4;36;1mTaller Load (0.001545)[0m [0;1mSELECT * FROM "tallers" ORDER BY fecha, hora DESC[0m |
| Rendering template within layouts/normal |
| Rendering tallers/index |
| [4;35;1mUser Load (0.000408)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| Completed in 0.03498 (28 reqs/sec) | Rendering: 0.02311 (66%) | DB: 0.00195 (5%) | 200 OK [http://0.0.0.0/tallers] |
|
|
| Processing JuegosController#index (for 127.0.0.1 at 2009-08-30 17:13:23) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiVlNjk5ZjBmZmVmNzA1YTVmYTk2 |
| YTYzOGRhYTU5NWJmYSIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f910a4913005424ede6ac0bab801cc04823b4cc6 |
| Parameters: {"action"=>"index", "controller"=>"juegos"} |
|
|
| NoMethodError (undefined method `normal' for #<JuegosController:0xb68cdb54>): |
| /vendor/rails/actionpack/lib/action_controller/layout.rb:227:in `send!' |
| /vendor/rails/actionpack/lib/action_controller/layout.rb:227:in `active_layout' |
| /vendor/rails/actionpack/lib/action_controller/layout.rb:287:in `pick_layout' |
| /vendor/rails/actionpack/lib/action_controller/layout.rb:247:in `render_without_benchmark' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render' |
| /vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:8:in `realtime' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1157:in `default_render' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1163:in `perform_action_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:580:in `call_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' |
| /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' |
| /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support' |
| /vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
|
|
| Processing JuegosController#index (for 127.0.0.1 at 2009-08-30 17:14:24) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxjc3JmX2lkIiVlNjk5ZjBm |
| ZmVmNzA1YTVmYTk2YTYzOGRhYTU5NWJmYQ==--fbd869137b53b2116610b6770b3c65992be67f74 |
| Parameters: {"action"=>"index", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/index |
| [4;36;1mUser Load (0.000452)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| Completed in 0.01868 (53 reqs/sec) | Rendering: 0.01596 (85%) | DB: 0.00045 (2%) | 200 OK [http://0.0.0.0/juegos] |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-08-30 17:14:31) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiVlNjk5ZjBmZmVmNzA1YTVmYTk2 |
| YTYzOGRhYTU5NWJmYSIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f910a4913005424ede6ac0bab801cc04823b4cc6 |
| Parameters: {"action"=>"inscribirseFoF", "controller"=>"juegos"} |
| [4;35;1mUser Load (0.000399)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
|
|
| ActiveRecord::StatementInvalid (Could not find table 'fo_f_players'): |
| /vendor/rails/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb:29:in `table_structure' |
| /vendor/rails/activesupport/lib/active_support/core_ext/object/misc.rb:28:in `returning' |
| /vendor/rails/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb:28:in `table_structure' |
| /vendor/rails/activerecord/lib/active_record/connection_adapters/sqlite_adapter.rb:189:in `columns' |
| /vendor/rails/activerecord/lib/active_record/base.rb:1145:in `columns' |
| /vendor/rails/activerecord/lib/active_record/base.rb:2598:in `attributes_from_column_definition_without_lock' |
| /vendor/rails/activerecord/lib/active_record/locking/optimistic.rb:55:in `attributes_from_column_definition' |
| /vendor/rails/activerecord/lib/active_record/base.rb:2126:in `initialize' |
| /app/controllers/juegos_controller.rb:8:in `new' |
| /app/controllers/juegos_controller.rb:8:in `inscribirseFoF' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `perform_action_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:580:in `call_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' |
| /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' |
| /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support' |
| /vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
| DEPRECATION WARNING: config.action_view.cache_template_extensions option has been deprecated and has no affect. Please remove it from your config files. See http://www.rubyonrails.org/deprecation for details. (called from send at /media/disk/home/fitoria/code/sfd-reg/config/../vendor/rails/railties/lib/initializer.rb:455) |
| [4;36;1mSQL (0.001512)[0m [0;1m SELECT name |
| FROM sqlite_master |
| WHERE type = 'table' AND NOT name = 'sqlite_sequence' |
| [0m |
| [4;35;1mSQL (0.000907)[0m [0mSELECT version FROM schema_migrations[0m |
| [4;36;1mSQL (0.000726)[0m [0;1mSELECT version FROM schema_migrations[0m |
| [4;35;1mSQL (0.000704)[0m [0mSELECT version FROM schema_migrations[0m |
| [4;36;1mSQL (0.000702)[0m [0;1mSELECT version FROM schema_migrations[0m |
| [4;35;1mSQL (0.000691)[0m [0mSELECT version FROM schema_migrations[0m |
| [4;36;1mSQL (0.000702)[0m [0;1mSELECT version FROM schema_migrations[0m |
| [4;35;1mSQL (0.000698)[0m [0mSELECT version FROM schema_migrations[0m |
| [4;36;1mSQL (0.000718)[0m [0;1mSELECT version FROM schema_migrations[0m |
| [4;35;1mSQL (0.000694)[0m [0mSELECT version FROM schema_migrations[0m |
| [4;36;1mSQL (0.000690)[0m [0;1mSELECT version FROM schema_migrations[0m |
| [4;35;1mSQL (0.000701)[0m [0mSELECT version FROM schema_migrations[0m |
| [4;36;1mSQL (0.000732)[0m [0;1mSELECT version FROM schema_migrations[0m |
| [4;35;1mSQL (0.000887)[0m [0mSELECT version FROM schema_migrations[0m |
| [4;36;1mSQL (0.000750)[0m [0;1mSELECT version FROM schema_migrations[0m |
| [4;35;1mSQL (0.000714)[0m [0mSELECT version FROM schema_migrations[0m |
| [4;36;1mSQL (0.000699)[0m [0;1mSELECT version FROM schema_migrations[0m |
| Migrating to CreateTallers (1) |
| [4;35;1mSQL (0.000711)[0m [0mSELECT version FROM schema_migrations[0m |
| Migrating to CreateConferencias (2) |
| [4;36;1mSQL (0.000737)[0m [0;1mSELECT version FROM schema_migrations[0m |
| Migrating to CreateUniversidads (3) |
| [4;35;1mSQL (0.000706)[0m [0mSELECT version FROM schema_migrations[0m |
| Migrating to CreateEmpresas (4) |
| [4;36;1mSQL (0.000700)[0m [0;1mSELECT version FROM schema_migrations[0m |
| Migrating to CreateUsers (5) |
| [4;35;1mSQL (0.000883)[0m [0mSELECT version FROM schema_migrations[0m |
| Migrating to AddUserRole (6) |
| [4;36;1mSQL (0.000984)[0m [0;1mSELECT version FROM schema_migrations[0m |
| Migrating to CreateParticipantes (7) |
| [4;35;1mSQL (0.001002)[0m [0mSELECT version FROM schema_migrations[0m |
| Migrating to AddHorasFinales (8) |
| [4;36;1mSQL (0.000964)[0m [0;1mSELECT version FROM schema_migrations[0m |
| Migrating to AddUniversidadId (9) |
| [4;35;1mSQL (0.001001)[0m [0mSELECT version FROM schema_migrations[0m |
| Migrating to AddParticipanteTallerTable (10) |
| [4;36;1mSQL (0.000960)[0m [0;1mSELECT version FROM schema_migrations[0m |
| Migrating to CorregirParticipantesTaller (11) |
| [4;35;1mSQL (0.000950)[0m [0mSELECT version FROM schema_migrations[0m |
| Migrating to AddUserToParticipante (12) |
| [4;36;1mSQL (0.000972)[0m [0;1mSELECT version FROM schema_migrations[0m |
| Migrating to AgregarCupoTaller (13) |
| [4;35;1mSQL (0.005455)[0m [0mSELECT version FROM schema_migrations[0m |
| Migrating to CreateFretsOnFires (20080908203124) |
| [4;36;1mSQL (0.001070)[0m [0;1mSELECT version FROM schema_migrations[0m |
| Migrating to CreateDistros (20080917191920) |
| [4;35;1mSQL (0.000953)[0m [0mSELECT version FROM schema_migrations[0m |
| Migrating to CreateInstalacions (20080917192859) |
| [4;36;1mSQL (0.000951)[0m [0;1mSELECT version FROM schema_migrations[0m |
| Migrating to CreateFoFPlayers (20090830220527) |
| [4;35;1mSQL (0.000969)[0m [0mSELECT version FROM schema_migrations[0m |
| [4;36;1mSQL (0.000273)[0m [0;1mselect sqlite_version(*)[0m |
| [4;35;1mSQL (0.002934)[0m [0mCREATE TABLE "fo_f_players" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "modalidad" varchar(255) DEFAULT NULL NULL, "created_at" datetime DEFAULT NULL NULL, "updated_at" datetime DEFAULT NULL NULL) [0m |
| [4;36;1mSQL (0.003381)[0m [0;1mINSERT INTO schema_migrations (version) VALUES ('20090830220527')[0m |
| [4;35;1mSQL (0.001246)[0m [0mSELECT version FROM schema_migrations[0m |
| [4;36;1mSQL (0.000830)[0m [0;1m SELECT name |
| FROM sqlite_master |
| WHERE type = 'table' AND NOT name = 'sqlite_sequence' |
| [0m |
| [4;35;1mSQL (0.000109)[0m [0mPRAGMA index_list("conferencias")[0m |
| [4;36;1mSQL (0.000083)[0m [0;1mPRAGMA index_list("distros")[0m |
| [4;35;1mSQL (0.000121)[0m [0mPRAGMA index_list("empresas")[0m |
| [4;36;1mSQL (0.000084)[0m [0;1mPRAGMA index_list("fo_f_players")[0m |
| [4;35;1mSQL (0.000083)[0m [0mPRAGMA index_list("frets_on_fires")[0m |
| [4;36;1mSQL (0.000081)[0m [0;1mPRAGMA index_list("instalacions")[0m |
| [4;35;1mSQL (0.000116)[0m [0mPRAGMA index_list("participantes")[0m |
| [4;36;1mSQL (0.000084)[0m [0;1mPRAGMA index_list("participantes_tallers")[0m |
| [4;35;1mSQL (0.000100)[0m [0mPRAGMA index_list("tallers")[0m |
| [4;36;1mSQL (0.000160)[0m [0;1mPRAGMA index_list("universidads")[0m |
| [4;35;1mSQL (0.000082)[0m [0mPRAGMA index_list("users")[0m |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-08-30 17:14:54) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxjc3JmX2lkIiVlNjk5ZjBm |
| ZmVmNzA1YTVmYTk2YTYzOGRhYTU5NWJmYQ==--fbd869137b53b2116610b6770b3c65992be67f74 |
| Parameters: {"action"=>"inscribirseFoF", "controller"=>"juegos"} |
| [4;36;1mUser Load (0.000423)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| [4;35;1mParticipante Load (0.000345)[0m [0mSELECT * FROM "participantes" WHERE ("participantes".user_id = 9) LIMIT 1[0m |
|
|
| NoMethodError (undefined method `participante=' for #<FoFPlayer:0xb6a50e7c>): |
| /vendor/rails/activerecord/lib/active_record/attribute_methods.rb:251:in `method_missing' |
| /app/controllers/juegos_controller.rb:9:in `inscribirseFoF' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `perform_action_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:580:in `call_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' |
| /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' |
| /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support' |
| /vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-08-30 17:17:03) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiVlNjk5ZjBmZmVmNzA1YTVmYTk2 |
| YTYzOGRhYTU5NWJmYSIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f910a4913005424ede6ac0bab801cc04823b4cc6 |
| Parameters: {"action"=>"inscribirseFoF", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/inscribirseFoF |
| ERROR: compiling _run_erb_47app47views47juegos47inscribirseFoF46html46erb RAISED compile error |
| /media/disk/home/fitoria/code/sfd-reg/app/views/juegos/inscribirseFoF.html.erb:13: syntax error, unexpected ';' |
| ; form_for :FoFPlayer |form| ; _erbout.concat "\n <ta... |
| ^ |
| /media/disk/home/fitoria/code/sfd-reg/app/views/juegos/inscribirseFoF.html.erb:33: syntax error, unexpected kEND, expecting $end |
| Function body: def _run_erb_47app47views47juegos47inscribirseFoF46html46erb(local_assigns) |
| _erbout = ''; _erbout.concat "<h1>Inscribirse en Frets On Fire</h1>\n" |
| ; unless flash[:notice].blank? ; _erbout.concat "\n\t <div id=\"notification\">" |
| ; _erbout.concat(( flash[:notice]).to_s); _erbout.concat " </div>\n\t\t" |
| ; end ; _erbout.concat "\n" |
| ; unless flash[:error].blank? ; _erbout.concat "\n <div id=\"error\">" |
| ; _erbout.concat(( flash[:error] ).to_s); _erbout.concat "</div>\n" |
| ; end; _erbout.concat "\n\n<br/>\n<br/>\nPara esto necesitamos que elija una modalidad entre: facil, medio o experto. Solo se permite participar en una sola modalidad.\n\n" |
|
|
|
|
|
| ; form_for :FoFPlayer |form| ; _erbout.concat "\n <table>\n <tr>\n <td>\n Modalidad:\n </td>\n <td>\n " |
|
|
|
|
|
|
| ; _erbout.concat(( form.text_field :modalidad).to_s); _erbout.concat "\n </td>\n </tr>\n <tr>\n <td colspan=\"2\" align=\"right\">\n " |
|
|
|
|
| ; _erbout.concat(( submit_tag :Inscribirse).to_s); _erbout.concat "\n </td>\n </tr>\n </table>\n" |
|
|
|
| ; end; _erbout.concat "\n\n\n" |
|
|
| ; _erbout |
| end |
| Backtrace: /media/disk/home/fitoria/code/sfd-reg/app/views/juegos/inscribirseFoF.html.erb:33:in `compile_template' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_view/template.rb:55:in `prepare!' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_view/template.rb:34:in `render' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_view/template.rb:22:in `render_template' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_view/base.rb:245:in `render_file' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/base.rb:1108:in `render_for_file' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/base.rb:841:in `render_with_no_layout' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/layout.rb:251:in `render_without_benchmark' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:8:in `realtime' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/base.rb:1157:in `default_render' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/base.rb:1163:in `perform_action_without_filters' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/filters.rb:580:in `call_filters' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
|
| ActionView::TemplateError (compile error |
| /media/disk/home/fitoria/code/sfd-reg/app/views/juegos/inscribirseFoF.html.erb:13: syntax error, unexpected ';' |
| ; form_for :FoFPlayer |form| ; _erbout.concat "\n <ta... |
| ^ |
| /media/disk/home/fitoria/code/sfd-reg/app/views/juegos/inscribirseFoF.html.erb:33: syntax error, unexpected kEND, expecting $end) on line #13 of juegos/inscribirseFoF.html.erb: |
| 10: <br/> |
| 11: Para esto necesitamos que elija una modalidad entre: facil, medio o experto. Solo se permite participar en una sola modalidad. |
| 12: |
| 13: <%form_for :FoFPlayer |form| %> |
| 14: <table> |
| 15: <tr> |
| 16: <td> |
|
| app/views/juegos/inscribirseFoF.html.erb:33:in `compile_template' |
| vendor/rails/actionpack/lib/action_view/template.rb:55:in `prepare!' |
| vendor/rails/actionpack/lib/action_view/template.rb:34:in `render' |
| vendor/rails/actionpack/lib/action_view/template.rb:22:in `render_template' |
| vendor/rails/actionpack/lib/action_view/base.rb:245:in `render_file' |
| vendor/rails/actionpack/lib/action_controller/base.rb:1108:in `render_for_file' |
| vendor/rails/actionpack/lib/action_controller/base.rb:841:in `render_with_no_layout' |
| vendor/rails/actionpack/lib/action_controller/layout.rb:251:in `render_without_benchmark' |
| vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render' |
| vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:8:in `realtime' |
| vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render' |
| vendor/rails/actionpack/lib/action_controller/base.rb:1157:in `default_render' |
| vendor/rails/actionpack/lib/action_controller/base.rb:1163:in `perform_action_without_filters' |
| vendor/rails/actionpack/lib/action_controller/filters.rb:580:in `call_filters' |
| vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark' |
| vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' |
| vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching' |
| vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' |
| vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' |
| vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache' |
| vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' |
| vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send' |
| vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters' |
| vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support' |
| vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process' |
| vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-08-30 17:17:05) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxjc3JmX2lkIiVlNjk5ZjBm |
| ZmVmNzA1YTVmYTk2YTYzOGRhYTU5NWJmYQ==--fbd869137b53b2116610b6770b3c65992be67f74 |
| Parameters: {"action"=>"inscribirseFoF", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/inscribirseFoF |
| ERROR: compiling _run_erb_47app47views47juegos47inscribirseFoF46html46erb RAISED compile error |
| /media/disk/home/fitoria/code/sfd-reg/app/views/juegos/inscribirseFoF.html.erb:13: syntax error, unexpected ';' |
| ; form_for :FoFPlayer |form| ; _erbout.concat "\n <ta... |
| ^ |
| /media/disk/home/fitoria/code/sfd-reg/app/views/juegos/inscribirseFoF.html.erb:33: syntax error, unexpected kEND, expecting $end |
| Function body: def _run_erb_47app47views47juegos47inscribirseFoF46html46erb(local_assigns) |
| _erbout = ''; _erbout.concat "<h1>Inscribirse en Frets On Fire</h1>\n" |
| ; unless flash[:notice].blank? ; _erbout.concat "\n\t <div id=\"notification\">" |
| ; _erbout.concat(( flash[:notice]).to_s); _erbout.concat " </div>\n\t\t" |
| ; end ; _erbout.concat "\n" |
| ; unless flash[:error].blank? ; _erbout.concat "\n <div id=\"error\">" |
| ; _erbout.concat(( flash[:error] ).to_s); _erbout.concat "</div>\n" |
| ; end; _erbout.concat "\n\n<br/>\n<br/>\nPara esto necesitamos que elija una modalidad entre: facil, medio o experto. Solo se permite participar en una sola modalidad.\n\n" |
|
|
|
|
|
| ; form_for :FoFPlayer |form| ; _erbout.concat "\n <table>\n <tr>\n <td>\n Modalidad:\n </td>\n <td>\n " |
|
|
|
|
|
|
| ; _erbout.concat(( form.text_field :modalidad).to_s); _erbout.concat "\n </td>\n </tr>\n <tr>\n <td colspan=\"2\" align=\"right\">\n " |
|
|
|
|
| ; _erbout.concat(( submit_tag :Inscribirse).to_s); _erbout.concat "\n </td>\n </tr>\n </table>\n" |
|
|
|
| ; end; _erbout.concat "\n\n\n" |
|
|
| ; _erbout |
| end |
| Backtrace: /media/disk/home/fitoria/code/sfd-reg/app/views/juegos/inscribirseFoF.html.erb:33:in `compile_template' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_view/template.rb:55:in `prepare!' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_view/template.rb:34:in `render' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_view/template.rb:22:in `render_template' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_view/base.rb:245:in `render_file' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/base.rb:1108:in `render_for_file' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/base.rb:841:in `render_with_no_layout' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/layout.rb:251:in `render_without_benchmark' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:8:in `realtime' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/base.rb:1157:in `default_render' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/base.rb:1163:in `perform_action_without_filters' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/filters.rb:580:in `call_filters' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /media/disk/home/fitoria/code/sfd-reg/vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
|
| ActionView::TemplateError (compile error |
| /media/disk/home/fitoria/code/sfd-reg/app/views/juegos/inscribirseFoF.html.erb:13: syntax error, unexpected ';' |
| ; form_for :FoFPlayer |form| ; _erbout.concat "\n <ta... |
| ^ |
| /media/disk/home/fitoria/code/sfd-reg/app/views/juegos/inscribirseFoF.html.erb:33: syntax error, unexpected kEND, expecting $end) on line #13 of juegos/inscribirseFoF.html.erb: |
| 10: <br/> |
| 11: Para esto necesitamos que elija una modalidad entre: facil, medio o experto. Solo se permite participar en una sola modalidad. |
| 12: |
| 13: <%form_for :FoFPlayer |form| %> |
| 14: <table> |
| 15: <tr> |
| 16: <td> |
|
| app/views/juegos/inscribirseFoF.html.erb:33:in `compile_template' |
| vendor/rails/actionpack/lib/action_view/template.rb:55:in `prepare!' |
| vendor/rails/actionpack/lib/action_view/template.rb:34:in `render' |
| vendor/rails/actionpack/lib/action_view/template.rb:22:in `render_template' |
| vendor/rails/actionpack/lib/action_view/base.rb:245:in `render_file' |
| vendor/rails/actionpack/lib/action_controller/base.rb:1108:in `render_for_file' |
| vendor/rails/actionpack/lib/action_controller/base.rb:841:in `render_with_no_layout' |
| vendor/rails/actionpack/lib/action_controller/layout.rb:251:in `render_without_benchmark' |
| vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render' |
| vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:8:in `realtime' |
| vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render' |
| vendor/rails/actionpack/lib/action_controller/base.rb:1157:in `default_render' |
| vendor/rails/actionpack/lib/action_controller/base.rb:1163:in `perform_action_without_filters' |
| vendor/rails/actionpack/lib/action_controller/filters.rb:580:in `call_filters' |
| vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark' |
| vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' |
| vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching' |
| vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' |
| vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' |
| vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache' |
| vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' |
| vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send' |
| vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters' |
| vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support' |
| vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process' |
| vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-08-30 17:20:47) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiVlNjk5ZjBmZmVmNzA1YTVmYTk2 |
| YTYzOGRhYTU5NWJmYSIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f910a4913005424ede6ac0bab801cc04823b4cc6 |
| Parameters: {"action"=>"inscribirseFoF", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/inscribirseFoF |
|
|
| ActionView::TemplateError (undefined method `fo_f_players_path' for #<ActionView::Base:0xb69740f8>) on line #13 of juegos/inscribirseFoF.html.erb: |
| 10: <br/> |
| 11: Para esto necesitamos que elija una modalidad entre: facil, medio o experto. Solo se permite participar en una sola modalidad. |
| 12: |
| 13: <%form_for @fof_player do |form| %> |
| 14: <table> |
| 15: <tr> |
| 16: <td> |
|
| vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:101:in `send!' |
| vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:101:in `polymorphic_url' |
| vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:108:in `polymorphic_path' |
| vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:269:in `apply_form_for_options!' |
| vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:248:in `form_for' |
| app/views/juegos/inscribirseFoF.html.erb:13:in `_run_erb_47app47views47juegos47inscribirseFoF46html46erb' |
| vendor/rails/actionpack/lib/action_view/base.rb:338:in `send' |
| vendor/rails/actionpack/lib/action_view/base.rb:338:in `execute' |
| vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `send' |
| vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `render' |
| vendor/rails/actionpack/lib/action_view/template.rb:35:in `render' |
| vendor/rails/actionpack/lib/action_view/template.rb:22:in `render_template' |
| vendor/rails/actionpack/lib/action_view/base.rb:245:in `render_file' |
| vendor/rails/actionpack/lib/action_controller/base.rb:1108:in `render_for_file' |
| vendor/rails/actionpack/lib/action_controller/base.rb:841:in `render_with_no_layout' |
| vendor/rails/actionpack/lib/action_controller/layout.rb:251:in `render_without_benchmark' |
| vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render' |
| vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:8:in `realtime' |
| vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render' |
| vendor/rails/actionpack/lib/action_controller/base.rb:1157:in `default_render' |
| vendor/rails/actionpack/lib/action_controller/base.rb:1163:in `perform_action_without_filters' |
| vendor/rails/actionpack/lib/action_controller/filters.rb:580:in `call_filters' |
| vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark' |
| vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' |
| vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching' |
| vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' |
| vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' |
| vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache' |
| vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' |
| vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send' |
| vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters' |
| vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support' |
| vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process' |
| vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-08-30 17:20:50) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxjc3JmX2lkIiVlNjk5ZjBm |
| ZmVmNzA1YTVmYTk2YTYzOGRhYTU5NWJmYQ==--fbd869137b53b2116610b6770b3c65992be67f74 |
| Parameters: {"action"=>"inscribirseFoF", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/inscribirseFoF |
|
|
| ActionView::TemplateError (undefined method `fo_f_players_path' for #<ActionView::Base:0xb6a2f2b8>) on line #13 of juegos/inscribirseFoF.html.erb: |
| 10: <br/> |
| 11: Para esto necesitamos que elija una modalidad entre: facil, medio o experto. Solo se permite participar en una sola modalidad. |
| 12: |
| 13: <%form_for @fof_player do |form| %> |
| 14: <table> |
| 15: <tr> |
| 16: <td> |
|
| vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:101:in `send!' |
| vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:101:in `polymorphic_url' |
| vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:108:in `polymorphic_path' |
| vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:269:in `apply_form_for_options!' |
| vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:248:in `form_for' |
| app/views/juegos/inscribirseFoF.html.erb:13:in `_run_erb_47app47views47juegos47inscribirseFoF46html46erb' |
| vendor/rails/actionpack/lib/action_view/base.rb:338:in `send' |
| vendor/rails/actionpack/lib/action_view/base.rb:338:in `execute' |
| vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `send' |
| vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `render' |
| vendor/rails/actionpack/lib/action_view/template.rb:35:in `render' |
| vendor/rails/actionpack/lib/action_view/template.rb:22:in `render_template' |
| vendor/rails/actionpack/lib/action_view/base.rb:245:in `render_file' |
| vendor/rails/actionpack/lib/action_controller/base.rb:1108:in `render_for_file' |
| vendor/rails/actionpack/lib/action_controller/base.rb:841:in `render_with_no_layout' |
| vendor/rails/actionpack/lib/action_controller/layout.rb:251:in `render_without_benchmark' |
| vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render' |
| vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:8:in `realtime' |
| vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render' |
| vendor/rails/actionpack/lib/action_controller/base.rb:1157:in `default_render' |
| vendor/rails/actionpack/lib/action_controller/base.rb:1163:in `perform_action_without_filters' |
| vendor/rails/actionpack/lib/action_controller/filters.rb:580:in `call_filters' |
| vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark' |
| vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' |
| vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching' |
| vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' |
| vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' |
| vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache' |
| vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' |
| vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send' |
| vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters' |
| vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support' |
| vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process' |
| vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-08-30 17:21:44) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiVlNjk5ZjBmZmVmNzA1YTVmYTk2 |
| YTYzOGRhYTU5NWJmYSIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f910a4913005424ede6ac0bab801cc04823b4cc6 |
| Parameters: {"action"=>"inscribirseFoF", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/inscribirseFoF |
|
|
| ActionView::TemplateError (undefined method `fo_f_players_path' for #<ActionView::Base:0xb68c5af8>) on line #13 of juegos/inscribirseFoF.html.erb: |
| 10: <br/> |
| 11: Para esto necesitamos que elija una modalidad entre: facil, medio o experto. Solo se permite participar en una sola modalidad. |
| 12: |
| 13: <%form_for @fof_player do |form| %> |
| 14: <table> |
| 15: <tr> |
| 16: <td> |
|
| vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:101:in `send!' |
| vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:101:in `polymorphic_url' |
| vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:108:in `polymorphic_path' |
| vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:269:in `apply_form_for_options!' |
| vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:248:in `form_for' |
| app/views/juegos/inscribirseFoF.html.erb:13:in `_run_erb_47app47views47juegos47inscribirseFoF46html46erb' |
| vendor/rails/actionpack/lib/action_view/base.rb:338:in `send' |
| vendor/rails/actionpack/lib/action_view/base.rb:338:in `execute' |
| vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `send' |
| vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `render' |
| vendor/rails/actionpack/lib/action_view/template.rb:35:in `render' |
| vendor/rails/actionpack/lib/action_view/template.rb:22:in `render_template' |
| vendor/rails/actionpack/lib/action_view/base.rb:245:in `render_file' |
| vendor/rails/actionpack/lib/action_controller/base.rb:1108:in `render_for_file' |
| vendor/rails/actionpack/lib/action_controller/base.rb:841:in `render_with_no_layout' |
| vendor/rails/actionpack/lib/action_controller/layout.rb:251:in `render_without_benchmark' |
| vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render' |
| vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:8:in `realtime' |
| vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render' |
| vendor/rails/actionpack/lib/action_controller/base.rb:1157:in `default_render' |
| vendor/rails/actionpack/lib/action_controller/base.rb:1163:in `perform_action_without_filters' |
| vendor/rails/actionpack/lib/action_controller/filters.rb:580:in `call_filters' |
| vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark' |
| vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' |
| vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching' |
| vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' |
| vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' |
| vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache' |
| vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' |
| vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send' |
| vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters' |
| vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support' |
| vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process' |
| vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-08-30 17:22:01) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxjc3JmX2lkIiVlNjk5ZjBm |
| ZmVmNzA1YTVmYTk2YTYzOGRhYTU5NWJmYQ==--fbd869137b53b2116610b6770b3c65992be67f74 |
| Parameters: {"action"=>"inscribirseFoF", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/inscribirseFoF |
| [4;36;1mUser Load (0.000384)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| Completed in 0.02409 (41 reqs/sec) | Rendering: 0.01595 (66%) | DB: 0.00038 (1%) | 200 OK [http://0.0.0.0/juegos/inscribirseFoF] |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-08-30 17:22:09) [POST] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiVlNjk5ZjBmZmVmNzA1YTVmYTk2 |
| YTYzOGRhYTU5NWJmYSIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f910a4913005424ede6ac0bab801cc04823b4cc6 |
| Parameters: {"commit"=>"Inscribirse", "authenticity_token"=>"ab57f10df31b860820bc44f7dbd9d4d2726ecc1a", "action"=>"inscribirseFoF", "controller"=>"juegos", "FoFPlayer"=>{"modalidad"=>"facil"}} |
| [4;35;1mUser Load (0.000409)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| [4;36;1mParticipante Load (0.000289)[0m [0;1mSELECT * FROM "participantes" WHERE ("participantes".user_id = 9) LIMIT 1[0m |
|
|
| NoMethodError (undefined method `participante=' for #<FoFPlayer:0xb6845a9c>): |
| /vendor/rails/activerecord/lib/active_record/attribute_methods.rb:251:in `method_missing' |
| /app/controllers/juegos_controller.rb:11:in `inscribirseFoF' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `perform_action_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:580:in `call_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' |
| /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' |
| /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support' |
| /vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
| DEPRECATION WARNING: config.action_view.cache_template_extensions option has been deprecated and has no affect. Please remove it from your config files. See http://www.rubyonrails.org/deprecation for details. (called from send at ./script/../config/../vendor/rails/railties/lib/initializer.rb:455) |
| DEPRECATION WARNING: config.action_view.cache_template_extensions option has been deprecated and has no affect. Please remove it from your config files. See http://www.rubyonrails.org/deprecation for details. (called from send at /media/disk/home/fitoria/code/sfd-reg/config/../vendor/rails/railties/lib/initializer.rb:455) |
| [4;36;1mSQL (0.001387)[0m [0;1m SELECT name |
| FROM sqlite_master |
| WHERE type = 'table' AND NOT name = 'sqlite_sequence' |
| [0m |
| [4;35;1mSQL (0.000877)[0m [0mSELECT version FROM schema_migrations[0m |
| [4;36;1mSQL (0.000781)[0m [0;1mSELECT version FROM schema_migrations[0m |
| [4;35;1mSQL (0.000746)[0m [0mSELECT version FROM schema_migrations[0m |
| [4;36;1mSQL (0.000732)[0m [0;1mSELECT version FROM schema_migrations[0m |
| [4;35;1mSQL (0.000727)[0m [0mSELECT version FROM schema_migrations[0m |
| [4;36;1mSQL (0.000854)[0m [0;1mSELECT version FROM schema_migrations[0m |
| [4;35;1mSQL (0.000785)[0m [0mSELECT version FROM schema_migrations[0m |
| [4;36;1mSQL (0.000744)[0m [0;1mSELECT version FROM schema_migrations[0m |
| [4;35;1mSQL (0.000751)[0m [0mSELECT version FROM schema_migrations[0m |
| [4;36;1mSQL (0.000748)[0m [0;1mSELECT version FROM schema_migrations[0m |
| [4;35;1mSQL (0.000732)[0m [0mSELECT version FROM schema_migrations[0m |
| [4;36;1mSQL (0.000798)[0m [0;1mSELECT version FROM schema_migrations[0m |
| [4;35;1mSQL (0.000768)[0m [0mSELECT version FROM schema_migrations[0m |
| [4;36;1mSQL (0.000732)[0m [0;1mSELECT version FROM schema_migrations[0m |
| [4;35;1mSQL (0.000802)[0m [0mSELECT version FROM schema_migrations[0m |
| [4;36;1mSQL (0.000761)[0m [0;1mSELECT version FROM schema_migrations[0m |
| [4;35;1mSQL (0.000765)[0m [0mSELECT version FROM schema_migrations[0m |
| Migrating to CreateTallers (1) |
| [4;36;1mSQL (0.000789)[0m [0;1mSELECT version FROM schema_migrations[0m |
| Migrating to CreateConferencias (2) |
| [4;35;1mSQL (0.000736)[0m [0mSELECT version FROM schema_migrations[0m |
| Migrating to CreateUniversidads (3) |
| [4;36;1mSQL (0.000724)[0m [0;1mSELECT version FROM schema_migrations[0m |
| Migrating to CreateEmpresas (4) |
| [4;35;1mSQL (0.000752)[0m [0mSELECT version FROM schema_migrations[0m |
| Migrating to CreateUsers (5) |
| [4;36;1mSQL (0.000765)[0m [0;1mSELECT version FROM schema_migrations[0m |
| Migrating to AddUserRole (6) |
| [4;35;1mSQL (0.000741)[0m [0mSELECT version FROM schema_migrations[0m |
| Migrating to CreateParticipantes (7) |
| [4;36;1mSQL (0.000720)[0m [0;1mSELECT version FROM schema_migrations[0m |
| Migrating to AddHorasFinales (8) |
| [4;35;1mSQL (0.000827)[0m [0mSELECT version FROM schema_migrations[0m |
| Migrating to AddUniversidadId (9) |
| [4;36;1mSQL (0.000741)[0m [0;1mSELECT version FROM schema_migrations[0m |
| Migrating to AddParticipanteTallerTable (10) |
| [4;35;1mSQL (0.000778)[0m [0mSELECT version FROM schema_migrations[0m |
| Migrating to CorregirParticipantesTaller (11) |
| [4;36;1mSQL (0.000726)[0m [0;1mSELECT version FROM schema_migrations[0m |
| Migrating to AddUserToParticipante (12) |
| [4;35;1mSQL (0.000723)[0m [0mSELECT version FROM schema_migrations[0m |
| Migrating to AgregarCupoTaller (13) |
| [4;36;1mSQL (0.000726)[0m [0;1mSELECT version FROM schema_migrations[0m |
| Migrating to CreateFretsOnFires (20080908203124) |
| [4;35;1mSQL (0.000728)[0m [0mSELECT version FROM schema_migrations[0m |
| Migrating to CreateDistros (20080917191920) |
| [4;36;1mSQL (0.000722)[0m [0;1mSELECT version FROM schema_migrations[0m |
| Migrating to CreateInstalacions (20080917192859) |
| [4;35;1mSQL (0.000726)[0m [0mSELECT version FROM schema_migrations[0m |
| Migrating to CreateFoFPlayers (20090830220527) |
| [4;36;1mSQL (0.000745)[0m [0;1mSELECT version FROM schema_migrations[0m |
| Migrating to CorregirFofPlayer (20090830232456) |
| [4;35;1mSQL (0.000769)[0m [0mSELECT version FROM schema_migrations[0m |
| [4;36;1mSQL (0.023910)[0m [0;1mDROP TABLE "fo_f_players"[0m |
| [4;35;1mSQL (0.000234)[0m [0mselect sqlite_version(*)[0m |
| [4;36;1mSQL (0.003384)[0m [0;1mCREATE TABLE "fo_f_players" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "participante_id" integer DEFAULT NULL NULL, "modalidad" varchar(255) DEFAULT NULL NULL, "created_at" datetime DEFAULT NULL NULL, "updated_at" datetime DEFAULT NULL NULL) [0m |
| [4;35;1mSQL (0.006857)[0m [0mINSERT INTO schema_migrations (version) VALUES ('20090830232456')[0m |
| [4;36;1mSQL (0.000942)[0m [0;1mSELECT version FROM schema_migrations[0m |
| [4;35;1mSQL (0.000627)[0m [0m SELECT name |
| FROM sqlite_master |
| WHERE type = 'table' AND NOT name = 'sqlite_sequence' |
| [0m |
| [4;36;1mSQL (0.000123)[0m [0;1mPRAGMA index_list("conferencias")[0m |
| [4;35;1mSQL (0.000064)[0m [0mPRAGMA index_list("distros")[0m |
| [4;36;1mSQL (0.000064)[0m [0;1mPRAGMA index_list("empresas")[0m |
| [4;35;1mSQL (0.000066)[0m [0mPRAGMA index_list("fo_f_players")[0m |
| [4;36;1mSQL (0.000069)[0m [0;1mPRAGMA index_list("frets_on_fires")[0m |
| [4;35;1mSQL (0.000069)[0m [0mPRAGMA index_list("instalacions")[0m |
| [4;36;1mSQL (0.000063)[0m [0;1mPRAGMA index_list("participantes")[0m |
| [4;35;1mSQL (0.000061)[0m [0mPRAGMA index_list("participantes_tallers")[0m |
| [4;36;1mSQL (0.000099)[0m [0;1mPRAGMA index_list("tallers")[0m |
| [4;35;1mSQL (0.000066)[0m [0mPRAGMA index_list("universidads")[0m |
| [4;36;1mSQL (0.000060)[0m [0;1mPRAGMA index_list("users")[0m |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-08-30 17:27:19) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxjc3JmX2lkIiVlNjk5ZjBm |
| ZmVmNzA1YTVmYTk2YTYzOGRhYTU5NWJmYQ==--fbd869137b53b2116610b6770b3c65992be67f74 |
| Parameters: {"action"=>"inscribirseFoF", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/inscribirseFoF |
| [4;35;1mUser Load (0.000406)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| Completed in 0.02739 (36 reqs/sec) | Rendering: 0.01725 (62%) | DB: 0.00041 (1%) | 200 OK [http://0.0.0.0/juegos/inscribirseFoF] |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-08-30 17:27:22) [POST] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiVlNjk5ZjBmZmVmNzA1YTVmYTk2 |
| YTYzOGRhYTU5NWJmYSIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f910a4913005424ede6ac0bab801cc04823b4cc6 |
| Parameters: {"commit"=>"Inscribirse", "authenticity_token"=>"ab57f10df31b860820bc44f7dbd9d4d2726ecc1a", "action"=>"inscribirseFoF", "controller"=>"juegos", "FoFPlayer"=>{"modalidad"=>"face"}} |
| [4;36;1mUser Load (0.000417)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| [4;35;1mParticipante Load (0.000289)[0m [0mSELECT * FROM "participantes" WHERE ("participantes".user_id = 9) LIMIT 1[0m |
|
|
| NoMethodError (undefined method `participante=' for #<FoFPlayer:0xb688b394>): |
| /vendor/rails/activerecord/lib/active_record/attribute_methods.rb:251:in `method_missing' |
| /app/controllers/juegos_controller.rb:11:in `inscribirseFoF' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `perform_action_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:580:in `call_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' |
| /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' |
| /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support' |
| /vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-08-30 17:31:23) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxjc3JmX2lkIiVlNjk5ZjBm |
| ZmVmNzA1YTVmYTk2YTYzOGRhYTU5NWJmYQ==--fbd869137b53b2116610b6770b3c65992be67f74 |
| Parameters: {"action"=>"inscribirseFoF", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/inscribirseFoF |
| [4;36;1mUser Load (0.000396)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| Completed in 0.02713 (36 reqs/sec) | Rendering: 0.01649 (60%) | DB: 0.00040 (1%) | 200 OK [http://0.0.0.0/juegos/inscribirseFoF] |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-08-30 17:31:26) [POST] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiVlNjk5ZjBmZmVmNzA1YTVmYTk2 |
| YTYzOGRhYTU5NWJmYSIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f910a4913005424ede6ac0bab801cc04823b4cc6 |
| Parameters: {"commit"=>"Inscribirse", "authenticity_token"=>"ab57f10df31b860820bc44f7dbd9d4d2726ecc1a", "action"=>"inscribirseFoF", "controller"=>"juegos", "FoFPlayer"=>{"modalidad"=>"asdfasd"}} |
| [4;35;1mUser Load (0.000411)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| [4;36;1mParticipante Load (0.000322)[0m [0;1mSELECT * FROM "participantes" WHERE ("participantes".user_id = 9) LIMIT 1[0m |
|
|
| NoMethodError (undefined method `participante=' for #<FoFPlayer:0xb68d2f28>): |
| /vendor/rails/activerecord/lib/active_record/attribute_methods.rb:251:in `method_missing' |
| /app/controllers/juegos_controller.rb:11:in `inscribirseFoF' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `perform_action_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:580:in `call_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' |
| /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' |
| /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support' |
| /vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
| DEPRECATION WARNING: config.action_view.cache_template_extensions option has been deprecated and has no affect. Please remove it from your config files. See http://www.rubyonrails.org/deprecation for details. (called from send at ./script/../config/../vendor/rails/railties/lib/initializer.rb:455) |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-08-30 17:36:37) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxjc3JmX2lkIiVlNjk5ZjBm |
| ZmVmNzA1YTVmYTk2YTYzOGRhYTU5NWJmYQ==--fbd869137b53b2116610b6770b3c65992be67f74 |
| Parameters: {"action"=>"inscribirseFoF", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/inscribirseFoF |
| [4;36;1mUser Load (0.000502)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| Completed in 0.03351 (29 reqs/sec) | Rendering: 0.02358 (70%) | DB: 0.00050 (1%) | 200 OK [http://0.0.0.0/juegos/inscribirseFoF] |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-08-30 17:36:41) [POST] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiVlNjk5ZjBmZmVmNzA1YTVmYTk2 |
| YTYzOGRhYTU5NWJmYSIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f910a4913005424ede6ac0bab801cc04823b4cc6 |
| Parameters: {"commit"=>"Inscribirse", "authenticity_token"=>"ab57f10df31b860820bc44f7dbd9d4d2726ecc1a", "action"=>"inscribirseFoF", "controller"=>"juegos", "FoFPlayer"=>{"modalidad"=>"asdfasdf"}} |
| [4;35;1mUser Load (0.000418)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| [4;36;1mParticipante Load (0.000295)[0m [0;1mSELECT * FROM "participantes" WHERE ("participantes".user_id = 9) LIMIT 1[0m |
|
|
| NoMethodError (undefined method `participante=' for #<FoFPlayer:0xb6838374>): |
| /vendor/rails/activerecord/lib/active_record/attribute_methods.rb:251:in `method_missing' |
| /app/controllers/juegos_controller.rb:11:in `inscribirseFoF' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `perform_action_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:580:in `call_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' |
| /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' |
| /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support' |
| /vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
| DEPRECATION WARNING: config.action_view.cache_template_extensions option has been deprecated and has no affect. Please remove it from your config files. See http://www.rubyonrails.org/deprecation for details. (called from send at /media/disk/home/fitoria/code/sfd-reg/config/../vendor/rails/railties/lib/initializer.rb:455) |
| [4;36;1mFoFPlayer Load (0.000966)[0m [0;1mSELECT * FROM "fo_f_players" [0m |
| DEPRECATION WARNING: config.action_view.cache_template_extensions option has been deprecated and has no affect. Please remove it from your config files. See http://www.rubyonrails.org/deprecation for details. (called from send at /media/disk/home/fitoria/code/sfd-reg/config/../vendor/rails/railties/lib/initializer.rb:455) |
| DEPRECATION WARNING: config.action_view.cache_template_extensions option has been deprecated and has no affect. Please remove it from your config files. See http://www.rubyonrails.org/deprecation for details. (called from send at /media/disk/home/fitoria/code/sfd-reg/config/../vendor/rails/railties/lib/initializer.rb:455) |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-08-30 17:38:50) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxjc3JmX2lkIiVlNjk5ZjBm |
| ZmVmNzA1YTVmYTk2YTYzOGRhYTU5NWJmYQ==--fbd869137b53b2116610b6770b3c65992be67f74 |
| Parameters: {"action"=>"inscribirseFoF", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/inscribirseFoF |
| [4;35;1mUser Load (0.000413)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| Completed in 0.02587 (38 reqs/sec) | Rendering: 0.01573 (60%) | DB: 0.00041 (1%) | 200 OK [http://0.0.0.0/juegos/inscribirseFoF] |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-08-30 17:38:52) [POST] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiVlNjk5ZjBmZmVmNzA1YTVmYTk2 |
| YTYzOGRhYTU5NWJmYSIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f910a4913005424ede6ac0bab801cc04823b4cc6 |
| Parameters: {"commit"=>"Inscribirse", "authenticity_token"=>"ab57f10df31b860820bc44f7dbd9d4d2726ecc1a", "action"=>"inscribirseFoF", "controller"=>"juegos", "FoFPlayer"=>{"modalidad"=>"asdfs"}} |
| [4;36;1mUser Load (0.000405)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| [4;35;1mParticipante Load (0.000279)[0m [0mSELECT * FROM "participantes" WHERE ("participantes".user_id = 9) LIMIT 1[0m |
| [4;36;1mFoFPlayer Create (0.000568)[0m [0;1mINSERT INTO "fo_f_players" ("created_at", "modalidad", "updated_at", "participante_id") VALUES('2009-08-30 17:38:52', NULL, '2009-08-30 17:38:52', NULL)[0m |
| Redirected to http://0.0.0.0:3000/juegos |
| Completed in 0.03452 (28 reqs/sec) | DB: 0.00125 (3%) | 302 Found [http://0.0.0.0/juegos/inscribirseFoF] |
|
|
| Processing JuegosController#index (for 127.0.0.1 at 2009-08-30 17:38:52) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewY6C25vdGljZSJAU2UgaGEgaW5zY3JpdG8gZW4g |
| RnJldHMgT24gRmlyZS4gRXNwZXJhbW9zIHByYWN0aXF1ZSBtdWNobyEGOgpA |
| dXNlZHsGOwdGOgxjc3JmX2lkIiVlNjk5ZjBmZmVmNzA1YTVmYTk2YTYzOGRh |
| YTU5NWJmYQ==--b661569f7d732b5c6a80f41153baf10d8468e6a5 |
| Parameters: {"action"=>"index", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/index |
| [4;35;1mUser Load (0.000442)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| Completed in 0.03168 (31 reqs/sec) | Rendering: 0.02521 (79%) | DB: 0.00044 (1%) | 200 OK [http://0.0.0.0/juegos] |
| [4;36;1mFoFPlayer Load (0.001098)[0m [0;1mSELECT * FROM "fo_f_players" LIMIT 1[0m |
|
|
| Processing JuegosController#index (for 127.0.0.1 at 2009-08-30 17:44:18) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiVlNjk5ZjBmZmVmNzA1YTVmYTk2 |
| YTYzOGRhYTU5NWJmYSIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiQFNlIGhhIGluc2NyaXRvIGVuIEZy |
| ZXRzIE9uIEZpcmUuIEVzcGVyYW1vcyBwcmFjdGlxdWUgbXVjaG8hBjoKQHVz |
| ZWR7BjsIVA==--cd76c9ab760ee60e949bbabd48e9efbbe86571d7 |
| Parameters: {"action"=>"index", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/index |
| [4;36;1mUser Load (0.000397)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| Completed in 0.01731 (57 reqs/sec) | Rendering: 0.01457 (84%) | DB: 0.00040 (2%) | 200 OK [http://0.0.0.0/juegos] |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-08-30 17:45:56) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxjc3JmX2lkIiVlNjk5ZjBm |
| ZmVmNzA1YTVmYTk2YTYzOGRhYTU5NWJmYQ==--fbd869137b53b2116610b6770b3c65992be67f74 |
| Parameters: {"action"=>"inscribirseFoF", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/inscribirseFoF |
| [4;35;1mUser Load (0.000389)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| Completed in 0.02460 (40 reqs/sec) | Rendering: 0.01547 (62%) | DB: 0.00039 (1%) | 200 OK [http://0.0.0.0/juegos/inscribirseFoF] |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-08-30 17:45:58) [POST] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiVlNjk5ZjBmZmVmNzA1YTVmYTk2 |
| YTYzOGRhYTU5NWJmYSIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f910a4913005424ede6ac0bab801cc04823b4cc6 |
| Parameters: {"commit"=>"Inscribirse", "authenticity_token"=>"ab57f10df31b860820bc44f7dbd9d4d2726ecc1a", "action"=>"inscribirseFoF", "controller"=>"juegos", "FoFPlayer"=>{"modalidad"=>"asdfas"}} |
| [4;36;1mUser Load (0.000389)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| [4;35;1mParticipante Load (0.000303)[0m [0mSELECT * FROM "participantes" WHERE ("participantes".user_id = 9) LIMIT 1[0m |
| [4;36;1mFoFPlayer Create (0.000385)[0m [0;1mINSERT INTO "fo_f_players" ("created_at", "modalidad", "updated_at", "participante_id") VALUES('2009-08-30 17:45:59', NULL, '2009-08-30 17:45:59', NULL)[0m |
| Redirected to http://0.0.0.0:3000/juegos |
| Completed in 0.19355 (5 reqs/sec) | DB: 0.00108 (0%) | 302 Found [http://0.0.0.0/juegos/inscribirseFoF] |
|
|
| Processing JuegosController#index (for 127.0.0.1 at 2009-08-30 17:45:59) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewY6C25vdGljZSJAU2UgaGEgaW5zY3JpdG8gZW4g |
| RnJldHMgT24gRmlyZS4gRXNwZXJhbW9zIHByYWN0aXF1ZSBtdWNobyEGOgpA |
| dXNlZHsGOwdGOgxjc3JmX2lkIiVlNjk5ZjBmZmVmNzA1YTVmYTk2YTYzOGRh |
| YTU5NWJmYQ==--b661569f7d732b5c6a80f41153baf10d8468e6a5 |
| Parameters: {"action"=>"index", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/index |
| [4;35;1mUser Load (0.000490)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| Completed in 0.03086 (32 reqs/sec) | Rendering: 0.02742 (88%) | DB: 0.00049 (1%) | 200 OK [http://0.0.0.0/juegos] |
| [4;35;1mFoFPlayer Load (0.001373)[0m [0mSELECT * FROM "fo_f_players" [0m |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-08-30 17:46:34) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiVlNjk5ZjBmZmVmNzA1YTVmYTk2 |
| YTYzOGRhYTU5NWJmYSIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiQFNlIGhhIGluc2NyaXRvIGVuIEZy |
| ZXRzIE9uIEZpcmUuIEVzcGVyYW1vcyBwcmFjdGlxdWUgbXVjaG8hBjoKQHVz |
| ZWR7BjsIVA==--cd76c9ab760ee60e949bbabd48e9efbbe86571d7 |
| Parameters: {"action"=>"inscribirseFoF", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/inscribirseFoF |
| [4;36;1mUser Load (0.000454)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| Completed in 0.03449 (28 reqs/sec) | Rendering: 0.02324 (67%) | DB: 0.00045 (1%) | 200 OK [http://0.0.0.0/juegos/inscribirseFoF] |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-08-30 17:46:37) [POST] |
| Session ID: BAh7CDoMdXNlcl9pZGkOIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxjc3JmX2lkIiVlNjk5ZjBm |
| ZmVmNzA1YTVmYTk2YTYzOGRhYTU5NWJmYQ==--fbd869137b53b2116610b6770b3c65992be67f74 |
| Parameters: {"commit"=>"Inscribirse", "authenticity_token"=>"ab57f10df31b860820bc44f7dbd9d4d2726ecc1a", "action"=>"inscribirseFoF", "controller"=>"juegos", "FoFPlayer"=>{"modalidad"=>"asdfsd"}} |
| [4;35;1mUser Load (0.000426)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| [4;36;1mParticipante Load (0.000301)[0m [0;1mSELECT * FROM "participantes" WHERE ("participantes".user_id = 9) LIMIT 1[0m |
| [4;35;1mFoFPlayer Create (0.000376)[0m [0mINSERT INTO "fo_f_players" ("created_at", "modalidad", "updated_at", "participante_id") VALUES('2009-08-30 17:46:37', NULL, '2009-08-30 17:46:37', NULL)[0m |
| Redirected to http://0.0.0.0:3000/juegos |
| Completed in 0.04195 (23 reqs/sec) | DB: 0.00110 (2%) | 302 Found [http://0.0.0.0/juegos/inscribirseFoF] |
|
|
| Processing JuegosController#index (for 127.0.0.1 at 2009-08-30 17:46:37) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiVlNjk5ZjBmZmVmNzA1YTVmYTk2 |
| YTYzOGRhYTU5NWJmYSIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiQFNlIGhhIGluc2NyaXRvIGVuIEZy |
| ZXRzIE9uIEZpcmUuIEVzcGVyYW1vcyBwcmFjdGlxdWUgbXVjaG8hBjoKQHVz |
| ZWR7BjsIRg==--0e457d21fe032df6a1cf6bedf85a5e6731e2ca20 |
| Parameters: {"action"=>"index", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/index |
| [4;36;1mUser Load (0.000427)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| Completed in 0.01910 (52 reqs/sec) | Rendering: 0.01656 (86%) | DB: 0.00043 (2%) | 200 OK [http://0.0.0.0/juegos] |
| [4;36;1mFoFPlayer Load (0.001591)[0m [0;1mSELECT * FROM "fo_f_players" [0m |
| DEPRECATION WARNING: config.action_view.cache_template_extensions option has been deprecated and has no affect. Please remove it from your config files. See http://www.rubyonrails.org/deprecation for details. (called from send at ./script/../config/../vendor/rails/railties/lib/initializer.rb:455) |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:04:57) [GET] |
| Session ID: 861c89e2a6cce5f7f2e2e239204622df |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.04408 (22 reqs/sec) | Rendering: 0.04140 (93%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:05:29) [GET] |
| Session ID: 7208e08399a3b07040d158368df5ce93 |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00407 (245 reqs/sec) | Rendering: 0.00190 (46%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:06:43) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00420 (237 reqs/sec) | Rendering: 0.00205 (48%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:07:07) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00410 (244 reqs/sec) | Rendering: 0.00190 (46%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:07:07) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00415 (241 reqs/sec) | Rendering: 0.00194 (46%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:07:49) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00394 (254 reqs/sec) | Rendering: 0.00180 (45%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:08:31) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00426 (234 reqs/sec) | Rendering: 0.00200 (46%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:08:37) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00530 (188 reqs/sec) | Rendering: 0.00203 (38%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:08:49) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00402 (248 reqs/sec) | Rendering: 0.00186 (46%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:09:10) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00462 (216 reqs/sec) | Rendering: 0.00246 (53%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:09:32) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00405 (246 reqs/sec) | Rendering: 0.00182 (44%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:10:31) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00417 (240 reqs/sec) | Rendering: 0.00189 (45%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:10:42) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00687 (145 reqs/sec) | Rendering: 0.00211 (30%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:10:48) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00785 (127 reqs/sec) | Rendering: 0.00503 (64%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:11:09) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00405 (247 reqs/sec) | Rendering: 0.00184 (45%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:11:33) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00401 (249 reqs/sec) | Rendering: 0.00188 (46%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:11:45) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00452 (221 reqs/sec) | Rendering: 0.00194 (43%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:11:56) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00400 (249 reqs/sec) | Rendering: 0.00182 (45%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:12:14) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00523 (191 reqs/sec) | Rendering: 0.00237 (45%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:12:31) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00436 (229 reqs/sec) | Rendering: 0.00201 (46%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:14:56) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00545 (183 reqs/sec) | Rendering: 0.00250 (45%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:16:46) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00440 (227 reqs/sec) | Rendering: 0.00206 (46%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:18:23) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00552 (181 reqs/sec) | Rendering: 0.00260 (47%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:18:55) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00391 (255 reqs/sec) | Rendering: 0.00181 (46%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:19:37) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00411 (243 reqs/sec) | Rendering: 0.00182 (44%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:21:13) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.01184 (84 reqs/sec) | Rendering: 0.00967 (81%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:21:19) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00456 (219 reqs/sec) | Rendering: 0.00241 (52%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:21:35) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00426 (234 reqs/sec) | Rendering: 0.00204 (48%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:21:41) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00400 (250 reqs/sec) | Rendering: 0.00184 (45%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:48:33) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00504 (198 reqs/sec) | Rendering: 0.00230 (45%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:49:03) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00411 (243 reqs/sec) | Rendering: 0.00191 (46%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:49:33) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00562 (177 reqs/sec) | Rendering: 0.00248 (44%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-01 21:49:48) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00413 (241 reqs/sec) | Rendering: 0.00190 (45%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
| DEPRECATION WARNING: config.action_view.cache_template_extensions option has been deprecated and has no affect. Please remove it from your config files. See http://www.rubyonrails.org/deprecation for details. (called from send at ./script/../config/../vendor/rails/railties/lib/initializer.rb:455) |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-04 22:54:58) [GET] |
| Session ID: 6592c9a35c6c5ebe76cd5717936601aa |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.03782 (26 reqs/sec) | Rendering: 0.03544 (93%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-04 22:55:05) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00412 (243 reqs/sec) | Rendering: 0.00186 (45%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-04 22:55:06) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00496 (201 reqs/sec) | Rendering: 0.00276 (55%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-04 22:56:00) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00416 (240 reqs/sec) | Rendering: 0.00188 (45%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-04 22:56:51) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.00406 (246 reqs/sec) | Rendering: 0.00189 (46%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
| DEPRECATION WARNING: config.action_view.cache_template_extensions option has been deprecated and has no affect. Please remove it from your config files. See http://www.rubyonrails.org/deprecation for details. (called from send at ./script/../config/../vendor/rails/railties/lib/initializer.rb:455) |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-06 16:51:18) [GET] |
| Session ID: 2f94aaace174d6d50aa870a731b7d772 |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.03712 (26 reqs/sec) | Rendering: 0.03464 (93%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing JuegosController#index (for 127.0.0.1 at 2009-09-06 16:51:20) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"index", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/index |
| Completed in 0.02393 (41 reqs/sec) | Rendering: 0.02176 (90%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/juegos] |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-06 16:51:23) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| Completed in 0.01104 (90 reqs/sec) | Rendering: 0.00532 (48%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing ConferenciasController#index (for 127.0.0.1 at 2009-09-06 16:51:25) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"index", "controller"=>"conferencias"} |
| [4;36;1mConferencia Load (0.049644)[0m [0;1mSELECT * FROM "conferencias" [0m |
| Rendering template within layouts/normal |
| Rendering conferencias/index |
| Completed in 0.09309 (10 reqs/sec) | Rendering: 0.02815 (30%) | DB: 0.04964 (53%) | 200 OK [http://0.0.0.0/conferencias] |
|
|
| Processing JuegosController#index (for 127.0.0.1 at 2009-09-06 16:51:28) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"index", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/index |
| Completed in 0.00420 (238 reqs/sec) | Rendering: 0.00204 (48%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/juegos] |
|
|
| Processing AccountController#login (for 127.0.0.1 at 2009-09-06 16:51:33) [GET] |
| Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo |
| SGFzaHsABjoKQHVzZWR7AA==--1d2b86bba507d0957b4380e88a16435272c55e3d |
| Parameters: {"action"=>"login", "controller"=>"account"} |
| Rendering template within layouts/normal |
| Rendering account/login |
| Completed in 0.03624 (27 reqs/sec) | Rendering: 0.03040 (83%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/account/login] |
|
|
| Processing AccountController#login (for 127.0.0.1 at 2009-09-06 16:51:38) [POST] |
| Session ID: BAh7BzoMY3NyZl9pZCIlMWE5NDQxOGY4NDMzYmIzYmM3MWVhNmYwMDVmNmE3 |
| MjYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh |
| c2h7AAY6CkB1c2VkewA=--5fefe235c28b4e31eddda616e3968b357d0be850 |
| Parameters: {"commit"=>"Iniciar Sesion", "authenticity_token"=>"3956d456ec7f9a75a6e0c9692ee26574e075aeda", "action"=>"login", "controller"=>"account", "user"=>{"login"=>"fitoria", "password"=>"qwerty"}} |
| [4;35;1mUser Load (0.000549)[0m [0mSELECT * FROM "users" WHERE ("users"."password" = 'ba0d78f4f642cd3bef63fe9b62233c79949cee13' AND "users"."login" = 'fitoria') LIMIT 1[0m |
| Redirected to http://0.0.0.0:3000/admin |
| Completed in 0.04514 (22 reqs/sec) | DB: 0.00055 (1%) | 302 Found [http://0.0.0.0/account/login] |
|
|
| Processing AdminController#index (for 127.0.0.1 at 2009-09-06 16:51:38) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewYiC25vdGljZSIUSW5pY2lvIGV4aXN0b3NvBjoK |
| QHVzZWR7BkAIRjoMY3NyZl9pZCIlMWE5NDQxOGY4NDMzYmIzYmM3MWVhNmYw |
| MDVmNmE3MjY=--3e70ccd9313867ffeb13d2517328b912a1922a75 |
| Parameters: {"action"=>"index", "controller"=>"admin"} |
| [4;36;1mUser Load (0.000570)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| Rendering template within layouts/admin |
| Rendering admin/index |
| Completed in 0.04724 (21 reqs/sec) | Rendering: 0.03315 (70%) | DB: 0.00057 (1%) | 200 OK [http://0.0.0.0/admin] |
|
|
| Processing ApplicationController#index (for 127.0.0.1 at 2009-09-06 16:51:38) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcx |
| ZWE2ZjAwNWY2YTcyNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsGIgtub3RpY2UiFEluaWNpbyBleGlzdG9zbwY6CkB1 |
| c2VkewZACVQ=--feaca3c5bf1dd38ef47db79697ed526e322a2915 |
| Parameters: {} |
|
|
| ActionController::RoutingError (No route matches "/javascripts/scriptaculous/prototype.js" with {:method=>:get}): |
| /vendor/rails/actionpack/lib/action_controller/routing/recognition_optimisation.rb:67:in `recognize_path' |
| /vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:384:in `recognize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:148:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found) |
|
|
| Processing ApplicationController#index (for 127.0.0.1 at 2009-09-06 16:51:38) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcx |
| ZWE2ZjAwNWY2YTcyNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsGIgtub3RpY2UiFEluaWNpbyBleGlzdG9zbwY6CkB1 |
| c2VkewZACVQ=--feaca3c5bf1dd38ef47db79697ed526e322a2915 |
| Parameters: {} |
|
|
| ActionController::RoutingError (No route matches "/javascripts/scriptaculous/scriptaculous.js" with {:method=>:get}): |
| /vendor/rails/actionpack/lib/action_controller/routing/recognition_optimisation.rb:67:in `recognize_path' |
| /vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:384:in `recognize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:148:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found) |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-06 16:51:41) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxjc3JmX2lkIiUxYTk0NDE4 |
| Zjg0MzNiYjNiYzcxZWE2ZjAwNWY2YTcyNg==--77a97a289e5699e3fc44179a1607ab4c9b74ed66 |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| [4;35;1mUser Load (0.000445)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| Completed in 0.01809 (55 reqs/sec) | Rendering: 0.01553 (85%) | DB: 0.00044 (2%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing JuegosController#index (for 127.0.0.1 at 2009-09-06 16:52:04) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcx |
| ZWE2ZjAwNWY2YTcyNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--3f2568d10aad69496da89bef41646891b5ff7efd |
| Parameters: {"action"=>"index", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/index |
| [4;36;1mUser Load (0.000593)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| Completed in 0.01916 (52 reqs/sec) | Rendering: 0.01629 (84%) | DB: 0.00059 (3%) | 200 OK [http://0.0.0.0/juegos] |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-09-06 16:52:27) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxjc3JmX2lkIiUxYTk0NDE4 |
| Zjg0MzNiYjNiYzcxZWE2ZjAwNWY2YTcyNg==--77a97a289e5699e3fc44179a1607ab4c9b74ed66 |
| Parameters: {"action"=>"inscribirseFoF", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/inscribirseFoF |
| [4;35;1mUser Load (0.000438)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| Completed in 0.06778 (14 reqs/sec) | Rendering: 0.03389 (50%) | DB: 0.00044 (0%) | 200 OK [http://0.0.0.0/juegos/inscribirseFoF] |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-09-06 16:52:31) [POST] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcx |
| ZWE2ZjAwNWY2YTcyNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--3f2568d10aad69496da89bef41646891b5ff7efd |
| Parameters: {"commit"=>"Inscribirse", "authenticity_token"=>"3956d456ec7f9a75a6e0c9692ee26574e075aeda", "action"=>"inscribirseFoF", "controller"=>"juegos", "FoFPlayer"=>{"modalidad"=>"facil"}} |
| [4;36;1mUser Load (0.000405)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| [4;35;1mParticipante Load (0.000352)[0m [0mSELECT * FROM "participantes" WHERE ("participantes".user_id = 9) LIMIT 1[0m |
| [4;36;1mFoFPlayer Create (0.000679)[0m [0;1mINSERT INTO "fo_f_players" ("created_at", "modalidad", "updated_at", "participante_id") VALUES('2009-09-06 16:52:31', NULL, '2009-09-06 16:52:31', NULL)[0m |
| Redirected to http://0.0.0.0:3000/juegos |
| Completed in 0.13745 (7 reqs/sec) | DB: 0.00144 (1%) | 302 Found [http://0.0.0.0/juegos/inscribirseFoF] |
|
|
| Processing JuegosController#index (for 127.0.0.1 at 2009-09-06 16:52:31) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewY6C25vdGljZSJAU2UgaGEgaW5zY3JpdG8gZW4g |
| RnJldHMgT24gRmlyZS4gRXNwZXJhbW9zIHByYWN0aXF1ZSBtdWNobyEGOgpA |
| dXNlZHsGOwdGOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcxZWE2ZjAw |
| NWY2YTcyNg==--a9894d37c026039d226270ca6318cbff745ceec8 |
| Parameters: {"action"=>"index", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/index |
| [4;35;1mUser Load (0.000486)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| Completed in 0.02372 (42 reqs/sec) | Rendering: 0.01844 (77%) | DB: 0.00049 (2%) | 200 OK [http://0.0.0.0/juegos] |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-09-06 16:54:09) [POST] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcx |
| ZWE2ZjAwNWY2YTcyNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiQFNlIGhhIGluc2NyaXRvIGVuIEZy |
| ZXRzIE9uIEZpcmUuIEVzcGVyYW1vcyBwcmFjdGlxdWUgbXVjaG8hBjoKQHVz |
| ZWR7BjsIVA==--c36217f916ddd292bef0133b282a065ac34caa1d |
| Parameters: {"commit"=>"Inscribirse", "authenticity_token"=>"3956d456ec7f9a75a6e0c9692ee26574e075aeda", "action"=>"inscribirseFoF", "controller"=>"juegos", "FoFPlayer"=>{"modalidad"=>"facil"}} |
| [4;36;1mUser Load (0.000386)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| [4;35;1mParticipante Load (0.000341)[0m [0mSELECT * FROM "participantes" WHERE ("participantes".user_id = 9) LIMIT 1[0m |
|
|
| NoMethodError (undefined method `save?' for #<FoFPlayer:0xb68eb744>): |
| /vendor/rails/activerecord/lib/active_record/attribute_methods.rb:251:in `method_missing' |
| /app/controllers/juegos_controller.rb:12:in `inscribirseFoF' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `perform_action_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:580:in `call_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' |
| /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' |
| /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support' |
| /vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-09-06 16:57:49) [POST] |
| Session ID: BAh7CDoMdXNlcl9pZGkOIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxjc3JmX2lkIiUxYTk0NDE4 |
| Zjg0MzNiYjNiYzcxZWE2ZjAwNWY2YTcyNg==--77a97a289e5699e3fc44179a1607ab4c9b74ed66 |
| Parameters: {"commit"=>"Inscribirse", "authenticity_token"=>"3956d456ec7f9a75a6e0c9692ee26574e075aeda", "action"=>"inscribirseFoF", "controller"=>"juegos", "FoFPlayer"=>{"modalidad"=>"facil"}} |
| [4;36;1mUser Load (0.000459)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| [4;35;1mParticipante Load (0.000310)[0m [0mSELECT * FROM "participantes" WHERE ("participantes".user_id = 9) LIMIT 1[0m |
|
|
| NoMethodError (undefined method `save?' for #<FoFPlayer:0xb6a1f250>): |
| /vendor/rails/activerecord/lib/active_record/attribute_methods.rb:251:in `method_missing' |
| /app/controllers/juegos_controller.rb:12:in `inscribirseFoF' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `perform_action_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:580:in `call_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' |
| /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' |
| /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support' |
| /vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-09-06 16:58:03) [POST] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcx |
| ZWE2ZjAwNWY2YTcyNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--3f2568d10aad69496da89bef41646891b5ff7efd |
| Parameters: {"commit"=>"Inscribirse", "authenticity_token"=>"3956d456ec7f9a75a6e0c9692ee26574e075aeda", "action"=>"inscribirseFoF", "controller"=>"juegos", "FoFPlayer"=>{"modalidad"=>"facil"}} |
| [4;36;1mUser Load (0.000503)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| [4;35;1mParticipante Load (0.000374)[0m [0mSELECT * FROM "participantes" WHERE ("participantes".user_id = 9) LIMIT 1[0m |
| [4;36;1mFoFPlayer Create (0.000377)[0m [0;1mINSERT INTO "fo_f_players" ("created_at", "modalidad", "updated_at", "participante_id") VALUES('2009-09-06 16:58:03', NULL, '2009-09-06 16:58:03', NULL)[0m |
| Redirected to http://0.0.0.0:3000/juegos |
| Completed in 0.03136 (31 reqs/sec) | DB: 0.00125 (3%) | 302 Found [http://0.0.0.0/juegos/inscribirseFoF] |
|
|
| Processing JuegosController#index (for 127.0.0.1 at 2009-09-06 16:58:03) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewY6C25vdGljZSJAU2UgaGEgaW5zY3JpdG8gZW4g |
| RnJldHMgT24gRmlyZS4gRXNwZXJhbW9zIHByYWN0aXF1ZSBtdWNobyEGOgpA |
| dXNlZHsGOwdGOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcxZWE2ZjAw |
| NWY2YTcyNg==--a9894d37c026039d226270ca6318cbff745ceec8 |
| Parameters: {"action"=>"index", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/index |
| [4;35;1mUser Load (0.000423)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 9) LIMIT 1[0m |
| Completed in 0.02027 (49 reqs/sec) | Rendering: 0.01763 (87%) | DB: 0.00042 (2%) | 200 OK [http://0.0.0.0/juegos] |
|
|
| Processing AccountController#logout (for 127.0.0.1 at 2009-09-06 16:59:25) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkOOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcx |
| ZWE2ZjAwNWY2YTcyNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiQFNlIGhhIGluc2NyaXRvIGVuIEZy |
| ZXRzIE9uIEZpcmUuIEVzcGVyYW1vcyBwcmFjdGlxdWUgbXVjaG8hBjoKQHVz |
| ZWR7BjsIVA==--c36217f916ddd292bef0133b282a065ac34caa1d |
| Parameters: {"action"=>"logout", "controller"=>"account"} |
| Rendering template within layouts/normal |
| Rendering account/logout |
| Completed in 0.01095 (91 reqs/sec) | Rendering: 0.00882 (80%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/account/logout] |
|
|
| Processing AccountController#login (for 127.0.0.1 at 2009-09-06 16:59:28) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZDAiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZs |
| YXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA6DGNzcmZfaWQiJTFhOTQ0MThm |
| ODQzM2JiM2JjNzFlYTZmMDA1ZjZhNzI2--937430868f25693f8bd359097d5527374e7be36f |
| Parameters: {"action"=>"login", "controller"=>"account"} |
| Rendering template within layouts/normal |
| Rendering account/login |
| Completed in 0.00505 (198 reqs/sec) | Rendering: 0.00290 (57%) | DB: 0.00000 (0%) | 200 OK [http://0.0.0.0/account/login] |
|
|
| Processing AccountController#signup (for 127.0.0.1 at 2009-09-06 16:59:29) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZDA6DGNzcmZfaWQiJTFhOTQ0MThmODQzM2JiM2JjNzFl |
| YTZmMDA1ZjZhNzI2IgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpGbGFz |
| aDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsA--ee5f850d68f0f6caf9a69a8a3c0a97e62db92e04 |
| Parameters: {"action"=>"signup", "controller"=>"account"} |
| [4;36;1mUniversidad Load (0.003923)[0m [0;1mSELECT * FROM "universidads" [0m |
| Rendering template within layouts/normal |
| Rendering account/signup |
| Completed in 0.10786 (9 reqs/sec) | Rendering: 0.02338 (21%) | DB: 0.00392 (3%) | 200 OK [http://0.0.0.0/account/signup] |
|
|
| Processing AccountController#signup (for 127.0.0.1 at 2009-09-06 16:59:51) [POST] |
| Session ID: BAh7CDoMdXNlcl9pZDAiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZs |
| YXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA6DGNzcmZfaWQiJTFhOTQ0MThm |
| ODQzM2JiM2JjNzFlYTZmMDA1ZjZhNzI2--937430868f25693f8bd359097d5527374e7be36f |
| Parameters: {"commit"=>"Crear Usuario", "universidad"=>"UCA", "password_confirmation"=>"fitoria", "authenticity_token"=>"3956d456ec7f9a75a6e0c9692ee26574e075aeda", "action"=>"signup", "controller"=>"account", "participante"=>{"telefono"=>"232434", "nombre"=>"gema jimenez", "email"=>"hask@hask.com"}, "user"=>{"login"=>"hask", "password"=>"fiotira"}} |
| [4;35;1mUniversidad Load (0.001442)[0m [0mSELECT * FROM "universidads" [0m |
| [4;36;1mUniversidad Load (0.000429)[0m [0;1mSELECT * FROM "universidads" WHERE ("universidads"."nombre" = 'UCA') LIMIT 1[0m |
| [4;35;1mSQL (0.000675)[0m [0mSELECT "login" FROM "users" WHERE ("users".login = 'hask') [0m |
| [4;36;1mCACHE (0.000000)[0m [0;1mSELECT "login" FROM "users" WHERE ("users".login = 'hask') [0m |
| [4;35;1mUser Create (0.000353)[0m [0mINSERT INTO "users" ("role", "login", "password") VALUES('asistente', 'hask', '5a420dc43aeb3c86c802a8d34c914e4121ef6720')[0m |
| [4;36;1mParticipante Create (0.000339)[0m [0;1mINSERT INTO "participantes" ("telefono", "created_at", "nombre", "updated_at", "user_id", "universidad_id", "email") VALUES('232434', '2009-09-06 16:59:51', 'gema jimenez', '2009-09-06 16:59:51', 37, 4, 'hask@hask.com')[0m |
| [4;35;1mUser Load (0.000494)[0m [0mSELECT * FROM "users" WHERE ("users"."password" = '5a420dc43aeb3c86c802a8d34c914e4121ef6720' AND "users"."login" = 'hask') LIMIT 1[0m |
| Sent mail to hask@hask.com |
|
| Date: Sun, 6 Sep 2009 16:59:51 -0600 |
| From: noreply@registro.linuxtour.org |
| To: hask@hask.com |
| Subject: =?utf-8?Q?Confirmaci=c3=b3n_de_suscripcion_para_el_SFD_Nicaragua_=32=30=30=39?= |
| Mime-Version: 1.0 |
| Content-Type: text/plain; charset=utf-8 |
|
| gema jimenez |
|
| Gracias por suscribirse al evento mas grande de Software Libre en Nicaragua y al mejor evento por dos años consecutivos a nivel mundial. |
|
| Manténgase informado en: http://linuxtour.org/sfd |
|
|
| Net::SMTPSyntaxError (503 AUTH command used when not advertised |
| ): |
| /usr/lib/ruby/1.8/net/smtp.rb:948:in `check_auth_continue' |
| /usr/lib/ruby/1.8/net/smtp.rb:740:in `auth_login' |
| /usr/lib/ruby/1.8/net/smtp.rb:921:in `critical' |
| /usr/lib/ruby/1.8/net/smtp.rb:739:in `auth_login' |
| /usr/lib/ruby/1.8/net/smtp.rb:725:in `send' |
| /usr/lib/ruby/1.8/net/smtp.rb:725:in `authenticate' |
| /usr/lib/ruby/1.8/net/smtp.rb:566:in `do_start' |
| /usr/lib/ruby/1.8/net/smtp.rb:525:in `start' |
| /usr/lib/ruby/1.8/net/smtp.rb:463:in `start' |
| /vendor/rails/actionmailer/lib/action_mailer/base.rb:627:in `perform_delivery_smtp' |
| /vendor/rails/actionmailer/lib/action_mailer/base.rb:508:in `__send__' |
| /vendor/rails/actionmailer/lib/action_mailer/base.rb:508:in `deliver!' |
| /vendor/rails/actionmailer/lib/action_mailer/base.rb:383:in `method_missing' |
| /app/controllers/account_controller.rb:35:in `signup' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `perform_action_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:580:in `call_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' |
| /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' |
| /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support' |
| /vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
|
|
| Processing IndexController#welcome (for 127.0.0.1 at 2009-09-06 16:59:59) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkqOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcx |
| ZWE2ZjAwNWY2YTcyNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiGUluc2NyaXBjaW9uIEV4aXRvc2Eu |
| BjoKQHVzZWR7BjsIRg==--93c142f66e90cbe54f98b249408189ba69bc93f8 |
| Parameters: {"action"=>"welcome", "controller"=>"index"} |
| Rendering template within layouts/normal |
| Rendering index/welcome |
| [4;36;1mUser Load (0.000551)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| Completed in 0.02278 (43 reqs/sec) | Rendering: 0.01934 (84%) | DB: 0.00055 (2%) | 200 OK [http://0.0.0.0/] |
|
|
| Processing JuegosController#index (for 127.0.0.1 at 2009-09-06 17:00:21) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkqIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewY6C25vdGljZSIZSW5zY3JpcGNpb24gRXhpdG9z |
| YS4GOgpAdXNlZHsGOwdUOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcx |
| ZWE2ZjAwNWY2YTcyNg==--1ed3fcc558e9f65a652522826ecba74de88adf2f |
| Parameters: {"action"=>"index", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/index |
| [4;35;1mUser Load (0.000471)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| Completed in 0.01765 (56 reqs/sec) | Rendering: 0.01479 (83%) | DB: 0.00047 (2%) | 200 OK [http://0.0.0.0/juegos] |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-09-06 17:00:24) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkqOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcx |
| ZWE2ZjAwNWY2YTcyNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--839f977343d29d6b8cdcf3027b9f0dd21ebb0fce |
| Parameters: {"action"=>"inscribirseFoF", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/inscribirseFoF |
| [4;36;1mUser Load (0.000479)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| Completed in 0.02487 (40 reqs/sec) | Rendering: 0.01521 (61%) | DB: 0.00048 (1%) | 200 OK [http://0.0.0.0/juegos/inscribirseFoF] |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-09-06 17:00:28) [POST] |
| Session ID: BAh7CDoMdXNlcl9pZGkqIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxjc3JmX2lkIiUxYTk0NDE4 |
| Zjg0MzNiYjNiYzcxZWE2ZjAwNWY2YTcyNg==--48d64b50aefbb44bc7f19ebde2e3f23b04a7ad6c |
| Parameters: {"commit"=>"Inscribirse", "authenticity_token"=>"3956d456ec7f9a75a6e0c9692ee26574e075aeda", "action"=>"inscribirseFoF", "controller"=>"juegos", "FoFPlayer"=>{"modalidad"=>"facil"}} |
| [4;35;1mUser Load (0.000385)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| [4;36;1mParticipante Load (0.000552)[0m [0;1mSELECT * FROM "participantes" WHERE ("participantes".user_id = 37) LIMIT 1[0m |
| [4;35;1mFoFPlayer Create (0.000361)[0m [0mINSERT INTO "fo_f_players" ("created_at", "modalidad", "updated_at", "participante_id") VALUES('2009-09-06 17:00:28', NULL, '2009-09-06 17:00:28', 38)[0m |
| Redirected to http://0.0.0.0:3000/juegos |
| Completed in 0.03278 (30 reqs/sec) | DB: 0.00130 (3%) | 302 Found [http://0.0.0.0/juegos/inscribirseFoF] |
|
|
| Processing JuegosController#index (for 127.0.0.1 at 2009-09-06 17:00:28) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkqOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcx |
| ZWE2ZjAwNWY2YTcyNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiQFNlIGhhIGluc2NyaXRvIGVuIEZy |
| ZXRzIE9uIEZpcmUuIEVzcGVyYW1vcyBwcmFjdGlxdWUgbXVjaG8hBjoKQHVz |
| ZWR7BjsIRg==--b87ce260f47bfe152f9ebb07cb5182725a247c7b |
| Parameters: {"action"=>"index", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/index |
| [4;36;1mUser Load (0.000407)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| Completed in 0.02121 (47 reqs/sec) | Rendering: 0.01859 (87%) | DB: 0.00041 (1%) | 200 OK [http://0.0.0.0/juegos] |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-09-06 17:02:07) [POST] |
| Session ID: BAh7CDoMdXNlcl9pZGkqIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewY6C25vdGljZSJAU2UgaGEgaW5zY3JpdG8gZW4g |
| RnJldHMgT24gRmlyZS4gRXNwZXJhbW9zIHByYWN0aXF1ZSBtdWNobyEGOgpA |
| dXNlZHsGOwdUOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcxZWE2ZjAw |
| NWY2YTcyNg==--2751b0971a226f2759b668a1681e9852c1a4d9a0 |
| Parameters: {"commit"=>"Inscribirse", "authenticity_token"=>"3956d456ec7f9a75a6e0c9692ee26574e075aeda", "action"=>"inscribirseFoF", "controller"=>"juegos", "FoFPlayer"=>{"modalidad"=>"facil"}} |
| [4;35;1mUser Load (0.000557)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| [4;36;1mParticipante Load (0.000524)[0m [0;1mSELECT * FROM "participantes" WHERE ("participantes".user_id = 37) LIMIT 1[0m |
| [4;35;1mFoFPlayer Create (0.000448)[0m [0mINSERT INTO "fo_f_players" ("created_at", "modalidad", "updated_at", "participante_id") VALUES('2009-09-06 17:02:07', 'facil', '2009-09-06 17:02:07', 38)[0m |
| Redirected to http://0.0.0.0:3000/juegos |
| Completed in 0.03739 (26 reqs/sec) | DB: 0.00153 (4%) | 302 Found [http://0.0.0.0/juegos/inscribirseFoF] |
|
|
| Processing JuegosController#index (for 127.0.0.1 at 2009-09-06 17:02:08) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkqOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcx |
| ZWE2ZjAwNWY2YTcyNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiQFNlIGhhIGluc2NyaXRvIGVuIEZy |
| ZXRzIE9uIEZpcmUuIEVzcGVyYW1vcyBwcmFjdGlxdWUgbXVjaG8hBjoKQHVz |
| ZWR7BjsIRg==--b87ce260f47bfe152f9ebb07cb5182725a247c7b |
| Parameters: {"action"=>"index", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/index |
| [4;36;1mUser Load (0.000466)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| Completed in 0.01652 (60 reqs/sec) | Rendering: 0.01393 (84%) | DB: 0.00047 (2%) | 200 OK [http://0.0.0.0/juegos] |
|
|
| Processing JuegosController#cancelarFoF (for 127.0.0.1 at 2009-09-06 17:07:37) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkqIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewY6C25vdGljZSJAU2UgaGEgaW5zY3JpdG8gZW4g |
| RnJldHMgT24gRmlyZS4gRXNwZXJhbW9zIHByYWN0aXF1ZSBtdWNobyEGOgpA |
| dXNlZHsGOwdUOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcxZWE2ZjAw |
| NWY2YTcyNg==--2751b0971a226f2759b668a1681e9852c1a4d9a0 |
| Parameters: {"action"=>"cancelarFoF", "controller"=>"juegos"} |
| [4;35;1mUser Load (0.000406)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| [4;36;1mParticipante Load (0.000536)[0m [0;1mSELECT * FROM "participantes" WHERE ("participantes".user_id = 37) LIMIT 1[0m |
| [4;35;1mSQL (0.000728)[0m [0m SELECT name |
| FROM sqlite_master |
| WHERE type = 'table' AND NOT name = 'sqlite_sequence' |
| [0m |
|
|
| NoMethodError (undefined method `find_by_participante' for #<Class:0xb6a21aa0>): |
| /vendor/rails/activerecord/lib/active_record/base.rb:1613:in `method_missing' |
| /app/controllers/juegos_controller.rb:23:in `cancelarFoF' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `perform_action_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:580:in `call_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' |
| /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' |
| /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support' |
| /vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
|
|
| Processing JuegosController#cancelarFoF (for 127.0.0.1 at 2009-09-06 17:08:46) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkqOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcx |
| ZWE2ZjAwNWY2YTcyNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--839f977343d29d6b8cdcf3027b9f0dd21ebb0fce |
| Parameters: {"action"=>"cancelarFoF", "controller"=>"juegos"} |
| [4;36;1mUser Load (0.000488)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| [4;35;1mParticipante Load (0.000639)[0m [0mSELECT * FROM "participantes" WHERE ("participantes".user_id = 37) LIMIT 1[0m |
| [4;36;1mSQL (0.001269)[0m [0;1m SELECT name |
| FROM sqlite_master |
| WHERE type = 'table' AND NOT name = 'sqlite_sequence' |
| [0m |
|
|
| NoMethodError (undefined method `find_by_participantes' for #<Class:0xb6907f0c>): |
| /vendor/rails/activerecord/lib/active_record/base.rb:1613:in `method_missing' |
| /app/controllers/juegos_controller.rb:23:in `cancelarFoF' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `perform_action_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:580:in `call_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' |
| /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' |
| /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support' |
| /vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
| DEPRECATION WARNING: config.action_view.cache_template_extensions option has been deprecated and has no affect. Please remove it from your config files. See http://www.rubyonrails.org/deprecation for details. (called from send at /media/disk/home/fitoria/code/sfd-reg/config/../vendor/rails/railties/lib/initializer.rb:455) |
| [4;36;1mSQL (0.001431)[0m [0;1m SELECT name |
| FROM sqlite_master |
| WHERE type = 'table' AND NOT name = 'sqlite_sequence' |
| [0m |
| [4;35;1mSQL (0.001913)[0m [0m SELECT name |
| FROM sqlite_master |
| WHERE type = 'table' AND NOT name = 'sqlite_sequence' |
| [0m |
| [4;36;1mFoFPlayer Load (0.000598)[0m [0;1mSELECT * FROM "fo_f_players" WHERE ("fo_f_players"."participante_id" IS NULL) LIMIT 1[0m |
| [4;35;1mFoFPlayer Load (0.000576)[0m [0mSELECT * FROM "fo_f_players" WHERE ("fo_f_players"."participante_id" = 380) LIMIT 1[0m |
| [4;36;1mFoFPlayer Load (0.001017)[0m [0;1mSELECT * FROM "fo_f_players" WHERE ("fo_f_players"."participante_id" = 38) LIMIT 1[0m |
|
|
| Processing JuegosController#cancelarFoF (for 127.0.0.1 at 2009-09-06 17:09:43) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkqIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxjc3JmX2lkIiUxYTk0NDE4 |
| Zjg0MzNiYjNiYzcxZWE2ZjAwNWY2YTcyNg==--48d64b50aefbb44bc7f19ebde2e3f23b04a7ad6c |
| Parameters: {"action"=>"cancelarFoF", "controller"=>"juegos"} |
| [4;35;1mUser Load (0.000499)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| [4;36;1mParticipante Load (0.000621)[0m [0;1mSELECT * FROM "participantes" WHERE ("participantes".user_id = 37) LIMIT 1[0m |
| [4;35;1mFoFPlayer Load (0.000475)[0m [0mSELECT * FROM "fo_f_players" WHERE ("fo_f_players"."participante_id" = 38) LIMIT 1[0m |
|
|
| NoMethodError (undefined method `delete' for #<FoFPlayer:0xb6a1e148>): |
| /vendor/rails/activerecord/lib/active_record/attribute_methods.rb:256:in `method_missing' |
| /app/controllers/juegos_controller.rb:24:in `cancelarFoF' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `perform_action_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:580:in `call_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' |
| /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' |
| /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support' |
| /vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
|
|
| Processing JuegosController#cancelarFoF (for 127.0.0.1 at 2009-09-06 17:09:43) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkqIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxjc3JmX2lkIiUxYTk0NDE4 |
| Zjg0MzNiYjNiYzcxZWE2ZjAwNWY2YTcyNg==--48d64b50aefbb44bc7f19ebde2e3f23b04a7ad6c |
| Parameters: {"action"=>"cancelarFoF", "controller"=>"juegos"} |
| [4;36;1mUser Load (0.000378)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| [4;35;1mParticipante Load (0.000523)[0m [0mSELECT * FROM "participantes" WHERE ("participantes".user_id = 37) LIMIT 1[0m |
| [4;36;1mFoFPlayer Load (0.000547)[0m [0;1mSELECT * FROM "fo_f_players" WHERE ("fo_f_players"."participante_id" = 38) LIMIT 1[0m |
|
|
| NoMethodError (undefined method `delete' for #<FoFPlayer:0xb68f6ae0>): |
| /vendor/rails/activerecord/lib/active_record/attribute_methods.rb:256:in `method_missing' |
| /app/controllers/juegos_controller.rb:24:in `cancelarFoF' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `perform_action_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:580:in `call_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' |
| /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' |
| /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support' |
| /vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
| [4;35;1mFoFPlayer Load (0.001066)[0m [0mSELECT * FROM "fo_f_players" WHERE ("fo_f_players"."participante_id" = 38) LIMIT 1[0m |
| [4;36;1mFoFPlayer Delete all (0.004100)[0m [0;1mDELETE FROM "fo_f_players" WHERE ("id" IN (7)) [0m |
|
|
| Processing JuegosController#cancelarFoF (for 127.0.0.1 at 2009-09-06 17:13:02) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkqOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcx |
| ZWE2ZjAwNWY2YTcyNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--839f977343d29d6b8cdcf3027b9f0dd21ebb0fce |
| Parameters: {"action"=>"cancelarFoF", "controller"=>"juegos"} |
| [4;35;1mUser Load (0.000398)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| [4;36;1mParticipante Load (0.000550)[0m [0;1mSELECT * FROM "participantes" WHERE ("participantes".user_id = 37) LIMIT 1[0m |
| [4;35;1mFoFPlayer Load (0.000263)[0m [0mSELECT * FROM "fo_f_players" WHERE ("fo_f_players"."participante_id" = 38) LIMIT 1[0m |
| [4;36;1mFoFPlayer Delete all (0.000350)[0m [0;1mDELETE FROM "fo_f_players" WHERE ("id" IN (NULL)) [0m |
| Redirected to http://0.0.0.0:3000/juegos |
| Completed in 0.03268 (30 reqs/sec) | DB: 0.00156 (4%) | 302 Found [http://0.0.0.0/juegos/cancelarFoF] |
|
|
| Processing JuegosController#index (for 127.0.0.1 at 2009-09-06 17:13:02) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkqIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewY6C25vdGljZSI0c2UgaGEgZWxpbWluYWRvIHN1 |
| IHBhcnRpY2lwYWNpb24gZW4gZWwgY29uY3Vyc28GOgpAdXNlZHsGOwdGOgxj |
| c3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcxZWE2ZjAwNWY2YTcyNg==--b29c8f51a0daba5099a19bf894b8bc6a7dad9c63 |
| Parameters: {"action"=>"index", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/index |
| [4;35;1mUser Load (0.000420)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| Completed in 0.01634 (61 reqs/sec) | Rendering: 0.01385 (84%) | DB: 0.00042 (2%) | 200 OK [http://0.0.0.0/juegos] |
| [4;35;1mSQL (0.001930)[0m [0m SELECT name |
| FROM sqlite_master |
| WHERE type = 'table' AND NOT name = 'sqlite_sequence' |
| [0m |
| [4;36;1mFoFPlayer Load (0.000609)[0m [0;1mSELECT * FROM "fo_f_players" WHERE ("fo_f_players"."modalidad" = 'facil') LIMIT 1[0m |
| [4;35;1mFoFPlayer Load (0.000622)[0m [0mSELECT * FROM "fo_f_players" WHERE ("fo_f_players"."modalidad" = 'facil') LIMIT 1[0m |
| [4;36;1mFoFPlayer Load (0.000590)[0m [0;1mSELECT * FROM "fo_f_players" WHERE ("fo_f_players"."modalidad" = 'facil') LIMIT 1[0m |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-09-06 17:19:18) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkqOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcx |
| ZWE2ZjAwNWY2YTcyNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiNHNlIGhhIGVsaW1pbmFkbyBzdSBw |
| YXJ0aWNpcGFjaW9uIGVuIGVsIGNvbmN1cnNvBjoKQHVzZWR7BjsIVA==--305a7d9a5c614a96eee0430b0dd95e70adbf5af4 |
| Parameters: {"action"=>"inscribirseFoF", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/inscribirseFoF |
| [4;36;1mUser Load (0.000431)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| Completed in 0.02478 (40 reqs/sec) | Rendering: 0.01615 (65%) | DB: 0.00043 (1%) | 200 OK [http://0.0.0.0/juegos/inscribirseFoF] |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-09-06 17:19:22) [POST] |
| Session ID: BAh7CDoMdXNlcl9pZGkqIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxjc3JmX2lkIiUxYTk0NDE4 |
| Zjg0MzNiYjNiYzcxZWE2ZjAwNWY2YTcyNg==--48d64b50aefbb44bc7f19ebde2e3f23b04a7ad6c |
| Parameters: {"commit"=>"Inscribirse", "authenticity_token"=>"3956d456ec7f9a75a6e0c9692ee26574e075aeda", "action"=>"inscribirseFoF", "controller"=>"juegos", "FoFPlayer"=>{"modalidad"=>"facil"}} |
| [4;35;1mUser Load (0.000432)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| [4;36;1mParticipante Load (0.000582)[0m [0;1mSELECT * FROM "participantes" WHERE ("participantes".user_id = 37) LIMIT 1[0m |
| [4;35;1mFoFPlayer Create (0.000363)[0m [0mINSERT INTO "fo_f_players" ("created_at", "modalidad", "updated_at", "participante_id") VALUES('2009-09-06 17:19:22', 'facil', '2009-09-06 17:19:22', 38)[0m |
| Redirected to http://0.0.0.0:3000/juegos |
| Completed in 0.03420 (29 reqs/sec) | DB: 0.00138 (4%) | 302 Found [http://0.0.0.0/juegos/inscribirseFoF] |
|
|
| Processing JuegosController#index (for 127.0.0.1 at 2009-09-06 17:19:22) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkqOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcx |
| ZWE2ZjAwNWY2YTcyNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiQFNlIGhhIGluc2NyaXRvIGVuIEZy |
| ZXRzIE9uIEZpcmUuIEVzcGVyYW1vcyBwcmFjdGlxdWUgbXVjaG8hBjoKQHVz |
| ZWR7BjsIRg==--b87ce260f47bfe152f9ebb07cb5182725a247c7b |
| Parameters: {"action"=>"index", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/index |
| [4;36;1mUser Load (0.000393)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| Completed in 0.01613 (62 reqs/sec) | Rendering: 0.01363 (84%) | DB: 0.00039 (2%) | 200 OK [http://0.0.0.0/juegos] |
| [4;35;1mFoFPlayer Load (0.001115)[0m [0mSELECT * FROM "fo_f_players" WHERE ("fo_f_players"."modalidad" = 'facil') LIMIT 1[0m |
| [4;36;1mFoFPlayer Load (0.000426)[0m [0;1mSELECT * FROM "fo_f_players" WHERE ("fo_f_players"."modalidad" = 'facil') LIMIT 1[0m |
| [4;35;1mFoFPlayer Load (0.001046)[0m [0mSELECT * FROM "fo_f_players" WHERE ("fo_f_players"."modalidad" = 'facil') LIMIT 1[0m |
| [4;36;1mFoFPlayer Load (0.001147)[0m [0;1mSELECT * FROM "fo_f_players" WHERE ("fo_f_players"."modalidad" = 'facil') LIMIT 1[0m |
| [4;35;1mFoFPlayer Load (0.001072)[0m [0mSELECT * FROM "fo_f_players" WHERE ("fo_f_players"."modalidad" = 'facil') LIMIT 1[0m |
| [4;36;1mSQL (0.000780)[0m [0;1mSELECT count(*) AS count_all FROM "fo_f_players" [0m |
| [4;35;1mSQL (0.000783)[0m [0mSELECT count(*) AS count_all FROM "fo_f_players" [0m |
| [4;36;1mSQL (0.002342)[0m [0;1m SELECT name |
| FROM sqlite_master |
| WHERE type = 'table' AND NOT name = 'sqlite_sequence' |
| [0m |
| [4;35;1mSQL (0.001983)[0m [0m SELECT name |
| FROM sqlite_master |
| WHERE type = 'table' AND NOT name = 'sqlite_sequence' |
| [0m |
| DEPRECATION WARNING: config.action_view.cache_template_extensions option has been deprecated and has no affect. Please remove it from your config files. See http://www.rubyonrails.org/deprecation for details. (called from send at /media/disk/home/fitoria/code/sfd-reg/config/../vendor/rails/railties/lib/initializer.rb:455) |
| [4;36;1mSQL (0.001408)[0m [0;1m SELECT name |
| FROM sqlite_master |
| WHERE type = 'table' AND NOT name = 'sqlite_sequence' |
| [0m |
| [4;35;1mSQL (0.001935)[0m [0m SELECT name |
| FROM sqlite_master |
| WHERE type = 'table' AND NOT name = 'sqlite_sequence' |
| [0m |
| [4;36;1mFoFPlayer Load (0.001042)[0m [0;1mSELECT * FROM "fo_f_players" [0m |
| [4;35;1mFoFPlayer Load (0.001026)[0m [0mSELECT * FROM "fo_f_players" [0m |
| [4;36;1mFoFPlayer Load (0.001018)[0m [0;1mSELECT * FROM "fo_f_players" [0m |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-09-06 17:37:26) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkqIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewY6C25vdGljZSJAU2UgaGEgaW5zY3JpdG8gZW4g |
| RnJldHMgT24gRmlyZS4gRXNwZXJhbW9zIHByYWN0aXF1ZSBtdWNobyEGOgpA |
| dXNlZHsGOwdUOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcxZWE2ZjAw |
| NWY2YTcyNg==--2751b0971a226f2759b668a1681e9852c1a4d9a0 |
| Parameters: {"action"=>"inscribirseFoF", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/inscribirseFoF |
| [4;35;1mUser Load (0.000530)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| Completed in 0.03223 (31 reqs/sec) | Rendering: 0.02055 (63%) | DB: 0.00053 (1%) | 200 OK [http://0.0.0.0/juegos/inscribirseFoF] |
| [4;35;1mFoFPlayer Load (0.001009)[0m [0mSELECT * FROM "fo_f_players" [0m |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-09-06 17:38:18) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkqOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcx |
| ZWE2ZjAwNWY2YTcyNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--839f977343d29d6b8cdcf3027b9f0dd21ebb0fce |
| Parameters: {"action"=>"inscribirseFoF", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/inscribirseFoF |
| [4;36;1mUser Load (0.000398)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| Completed in 0.02455 (40 reqs/sec) | Rendering: 0.01584 (64%) | DB: 0.00040 (1%) | 200 OK [http://0.0.0.0/juegos/inscribirseFoF] |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-09-06 17:38:21) [POST] |
| Session ID: BAh7CDoMdXNlcl9pZGkqIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxjc3JmX2lkIiUxYTk0NDE4 |
| Zjg0MzNiYjNiYzcxZWE2ZjAwNWY2YTcyNg==--48d64b50aefbb44bc7f19ebde2e3f23b04a7ad6c |
| Parameters: {"commit"=>"Inscribirse", "authenticity_token"=>"3956d456ec7f9a75a6e0c9692ee26574e075aeda", "action"=>"inscribirseFoF", "controller"=>"juegos", "FoFPlayer"=>{"modalidad"=>"medio"}} |
| [4;35;1mUser Load (0.000568)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| [4;36;1mParticipante Load (0.000654)[0m [0;1mSELECT * FROM "participantes" WHERE ("participantes".user_id = 37) LIMIT 1[0m |
| [4;35;1mSQL (0.000335)[0m [0mSELECT count(*) AS count_all FROM "fo_f_players" [0m |
| [4;36;1mFoFPlayer Create (0.000619)[0m [0;1mINSERT INTO "fo_f_players" ("created_at", "modalidad", "updated_at", "participante_id") VALUES('2009-09-06 17:38:21', 'medio', '2009-09-06 17:38:21', 38)[0m |
| Redirected to http://0.0.0.0:3000/juegos |
| Completed in 0.07714 (12 reqs/sec) | DB: 0.00218 (2%) | 302 Found [http://0.0.0.0/juegos/inscribirseFoF] |
|
|
| Processing JuegosController#index (for 127.0.0.1 at 2009-09-06 17:38:21) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkqOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcx |
| ZWE2ZjAwNWY2YTcyNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiQFNlIGhhIGluc2NyaXRvIGVuIEZy |
| ZXRzIE9uIEZpcmUuIEVzcGVyYW1vcyBwcmFjdGlxdWUgbXVjaG8hBjoKQHVz |
| ZWR7BjsIRg==--b87ce260f47bfe152f9ebb07cb5182725a247c7b |
| Parameters: {"action"=>"index", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/index |
| [4;35;1mUser Load (0.000385)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| Completed in 0.01591 (62 reqs/sec) | Rendering: 0.01344 (84%) | DB: 0.00039 (2%) | 200 OK [http://0.0.0.0/juegos] |
| [4;36;1mFoFPlayer Load (0.001373)[0m [0;1mSELECT * FROM "fo_f_players" [0m |
| [4;35;1mFoFPlayer Load (0.001266)[0m [0mSELECT * FROM "fo_f_players" [0m |
|
|
| Processing ApplicationController#inscribirseFoF (for 127.0.0.1 at 2009-09-06 17:39:59) [POST] |
| Session ID: BAh7CDoMdXNlcl9pZGkqIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewY6C25vdGljZSJAU2UgaGEgaW5zY3JpdG8gZW4g |
| RnJldHMgT24gRmlyZS4gRXNwZXJhbW9zIHByYWN0aXF1ZSBtdWNobyEGOgpA |
| dXNlZHsGOwdUOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcxZWE2ZjAw |
| NWY2YTcyNg==--2751b0971a226f2759b668a1681e9852c1a4d9a0 |
| Parameters: {"commit"=>"Inscribirse", "authenticity_token"=>"3956d456ec7f9a75a6e0c9692ee26574e075aeda", "action"=>"inscribirseFoF", "controller"=>"juegos", "FoFPlayer"=>{"modalidad"=>"experto"}} |
|
|
| SyntaxError (/media/disk/home/fitoria/code/sfd-reg/app/controllers/juegos_controller.rb:36: syntax error, unexpected $end, expecting kEND): |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:215:in `load_without_new_constant_marking' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:215:in `load_file' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:214:in `load_file' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:95:in `require_or_load' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:260:in `load_missing_constant' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:467:in `const_missing' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:479:in `const_missing' |
| /vendor/rails/activesupport/lib/active_support/inflector.rb:283:in `constantize' |
| /vendor/rails/activesupport/lib/active_support/core_ext/string/inflections.rb:143:in `constantize' |
| /vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:386:in `recognize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:148:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
|
|
| Processing ApplicationController#inscribirseFoF (for 127.0.0.1 at 2009-09-06 17:40:17) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkqOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcx |
| ZWE2ZjAwNWY2YTcyNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--839f977343d29d6b8cdcf3027b9f0dd21ebb0fce |
| Parameters: {"action"=>"inscribirseFoF", "controller"=>"juegos"} |
|
|
| SyntaxError (/media/disk/home/fitoria/code/sfd-reg/app/controllers/juegos_controller.rb:36: syntax error, unexpected $end, expecting kEND): |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:215:in `load_without_new_constant_marking' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:215:in `load_file' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:214:in `load_file' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:95:in `require_or_load' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:260:in `load_missing_constant' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:467:in `const_missing' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:479:in `const_missing' |
| /vendor/rails/activesupport/lib/active_support/inflector.rb:283:in `constantize' |
| /vendor/rails/activesupport/lib/active_support/core_ext/string/inflections.rb:143:in `constantize' |
| /vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:386:in `recognize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:148:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
|
|
| Processing ApplicationController#inscribirseFoF (for 127.0.0.1 at 2009-09-06 17:40:20) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkqIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxjc3JmX2lkIiUxYTk0NDE4 |
| Zjg0MzNiYjNiYzcxZWE2ZjAwNWY2YTcyNg==--48d64b50aefbb44bc7f19ebde2e3f23b04a7ad6c |
| Parameters: {"action"=>"inscribirseFoF", "controller"=>"juegos"} |
|
|
| SyntaxError (/media/disk/home/fitoria/code/sfd-reg/app/controllers/juegos_controller.rb:36: syntax error, unexpected $end, expecting kEND): |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:215:in `load_without_new_constant_marking' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:215:in `load_file' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:214:in `load_file' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:95:in `require_or_load' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:260:in `load_missing_constant' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:467:in `const_missing' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:479:in `const_missing' |
| /vendor/rails/activesupport/lib/active_support/inflector.rb:283:in `constantize' |
| /vendor/rails/activesupport/lib/active_support/core_ext/string/inflections.rb:143:in `constantize' |
| /vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:386:in `recognize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:148:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
|
|
| Processing ApplicationController#inscribirseFoF (for 127.0.0.1 at 2009-09-06 17:41:30) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkqOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcx |
| ZWE2ZjAwNWY2YTcyNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--839f977343d29d6b8cdcf3027b9f0dd21ebb0fce |
| Parameters: {"action"=>"inscribirseFoF", "controller"=>"juegos"} |
|
|
| SyntaxError (/media/disk/home/fitoria/code/sfd-reg/app/controllers/juegos_controller.rb:37: syntax error, unexpected $end, expecting kEND): |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:215:in `load_without_new_constant_marking' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:215:in `load_file' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:214:in `load_file' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:95:in `require_or_load' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:260:in `load_missing_constant' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:467:in `const_missing' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:479:in `const_missing' |
| /vendor/rails/activesupport/lib/active_support/inflector.rb:283:in `constantize' |
| /vendor/rails/activesupport/lib/active_support/core_ext/string/inflections.rb:143:in `constantize' |
| /vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:386:in `recognize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:148:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
|
|
| Processing ApplicationController#inscribirseFoF (for 127.0.0.1 at 2009-09-06 17:41:31) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkqIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxjc3JmX2lkIiUxYTk0NDE4 |
| Zjg0MzNiYjNiYzcxZWE2ZjAwNWY2YTcyNg==--48d64b50aefbb44bc7f19ebde2e3f23b04a7ad6c |
| Parameters: {"action"=>"inscribirseFoF", "controller"=>"juegos"} |
|
|
| SyntaxError (/media/disk/home/fitoria/code/sfd-reg/app/controllers/juegos_controller.rb:37: syntax error, unexpected $end, expecting kEND): |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:215:in `load_without_new_constant_marking' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:215:in `load_file' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:214:in `load_file' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:95:in `require_or_load' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:260:in `load_missing_constant' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:467:in `const_missing' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:479:in `const_missing' |
| /vendor/rails/activesupport/lib/active_support/inflector.rb:283:in `constantize' |
| /vendor/rails/activesupport/lib/active_support/core_ext/string/inflections.rb:143:in `constantize' |
| /vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:386:in `recognize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:148:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
|
|
| Processing ApplicationController#inscribirseFoF (for 127.0.0.1 at 2009-09-06 17:41:31) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkqOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcx |
| ZWE2ZjAwNWY2YTcyNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--839f977343d29d6b8cdcf3027b9f0dd21ebb0fce |
| Parameters: {"action"=>"inscribirseFoF", "controller"=>"juegos"} |
|
|
| SyntaxError (/media/disk/home/fitoria/code/sfd-reg/app/controllers/juegos_controller.rb:37: syntax error, unexpected $end, expecting kEND): |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:215:in `load_without_new_constant_marking' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:215:in `load_file' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:214:in `load_file' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:95:in `require_or_load' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:260:in `load_missing_constant' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:467:in `const_missing' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:479:in `const_missing' |
| /vendor/rails/activesupport/lib/active_support/inflector.rb:283:in `constantize' |
| /vendor/rails/activesupport/lib/active_support/core_ext/string/inflections.rb:143:in `constantize' |
| /vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:386:in `recognize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:148:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
|
|
| Processing ApplicationController#inscribirseFoF (for 127.0.0.1 at 2009-09-06 17:41:31) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkqOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcx |
| ZWE2ZjAwNWY2YTcyNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--839f977343d29d6b8cdcf3027b9f0dd21ebb0fce |
| Parameters: {"action"=>"inscribirseFoF", "controller"=>"juegos"} |
|
|
| SyntaxError (/media/disk/home/fitoria/code/sfd-reg/app/controllers/juegos_controller.rb:37: syntax error, unexpected $end, expecting kEND): |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:215:in `load_without_new_constant_marking' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:215:in `load_file' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:214:in `load_file' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:95:in `require_or_load' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:260:in `load_missing_constant' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:467:in `const_missing' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:479:in `const_missing' |
| /vendor/rails/activesupport/lib/active_support/inflector.rb:283:in `constantize' |
| /vendor/rails/activesupport/lib/active_support/core_ext/string/inflections.rb:143:in `constantize' |
| /vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:386:in `recognize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:148:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-09-06 17:42:58) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkqIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsAOgxjc3JmX2lkIiUxYTk0NDE4 |
| Zjg0MzNiYjNiYzcxZWE2ZjAwNWY2YTcyNg==--48d64b50aefbb44bc7f19ebde2e3f23b04a7ad6c |
| Parameters: {"action"=>"inscribirseFoF", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/inscribirseFoF |
| [4;36;1mUser Load (0.000414)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| Completed in 0.02502 (39 reqs/sec) | Rendering: 0.01480 (59%) | DB: 0.00041 (1%) | 200 OK [http://0.0.0.0/juegos/inscribirseFoF] |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-09-06 17:43:02) [POST] |
| Session ID: BAh7CDoMdXNlcl9pZGkqOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcx |
| ZWE2ZjAwNWY2YTcyNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--839f977343d29d6b8cdcf3027b9f0dd21ebb0fce |
| Parameters: {"commit"=>"Inscribirse", "authenticity_token"=>"3956d456ec7f9a75a6e0c9692ee26574e075aeda", "action"=>"inscribirseFoF", "controller"=>"juegos", "FoFPlayer"=>{"modalidad"=>"medio"}} |
| [4;35;1mUser Load (0.000415)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| [4;36;1mParticipante Load (0.000548)[0m [0;1mSELECT * FROM "participantes" WHERE ("participantes".user_id = 37) LIMIT 1[0m |
| [4;35;1mSQL (0.000318)[0m [0mSELECT count(*) AS count_all FROM "fo_f_players" [0m |
| [4;36;1mCACHE (0.000000)[0m [0;1mSELECT count(*) AS count_all FROM "fo_f_players" [0m |
| Redirected to http://0.0.0.0:3000/juegos |
| [4;35;1mFoFPlayer Create (0.000363)[0m [0mINSERT INTO "fo_f_players" ("created_at", "modalidad", "updated_at", "participante_id") VALUES('2009-09-06 17:43:02', 'medio', '2009-09-06 17:43:02', 38)[0m |
|
|
| ActionController::DoubleRenderError (Render and/or redirect were called multiple times in this action. Please note that you may only call render OR redirect, and at most once per action. Also note that neither redirect nor render terminate execution of the action, so if you want to exit an action after redirecting, you need to do something like "redirect_to(...) and return".): |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1052:in `redirect_to' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1065:in `redirect_to' |
| /app/controllers/juegos_controller.rb:21:in `inscribirseFoF' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `perform_action_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:580:in `call_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' |
| /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' |
| /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support' |
| /vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-09-06 17:43:50) [POST] |
| Session ID: BAh7CDoMdXNlcl9pZGkqIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewc6CmVycm9yIhtVc3RlZCB5YSBzZSBpbnNjcmli |
| acOzOgtub3RpY2UiQFNlIGhhIGluc2NyaXRvIGVuIEZyZXRzIE9uIEZpcmUu |
| IEVzcGVyYW1vcyBwcmFjdGlxdWUgbXVjaG8hBjoKQHVzZWR7BzsHRjsIRjoM |
| Y3NyZl9pZCIlMWE5NDQxOGY4NDMzYmIzYmM3MWVhNmYwMDVmNmE3MjY=--0700818249ad5aaa0ffc5d942a43cdef9e342dda |
| Parameters: {"commit"=>"Inscribirse", "authenticity_token"=>"3956d456ec7f9a75a6e0c9692ee26574e075aeda", "action"=>"inscribirseFoF", "controller"=>"juegos", "FoFPlayer"=>{"modalidad"=>"medio"}} |
| [4;36;1mUser Load (0.000391)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| [4;35;1mParticipante Load (0.000611)[0m [0mSELECT * FROM "participantes" WHERE ("participantes".user_id = 37) LIMIT 1[0m |
| [4;36;1mSQL (0.000376)[0m [0;1mSELECT count(*) AS count_all FROM "fo_f_players" [0m |
| [4;35;1mCACHE (0.000000)[0m [0mSELECT count(*) AS count_all FROM "fo_f_players" [0m |
| [4;36;1mFoFPlayer Create (0.000414)[0m [0;1mINSERT INTO "fo_f_players" ("created_at", "modalidad", "updated_at", "participante_id") VALUES('2009-09-06 17:43:50', 'medio', '2009-09-06 17:43:50', 38)[0m |
| Redirected to http://0.0.0.0:3000/juegos |
| Completed in 0.05567 (17 reqs/sec) | DB: 0.00179 (3%) | 302 Found [http://0.0.0.0/juegos/inscribirseFoF] |
|
|
| Processing JuegosController#index (for 127.0.0.1 at 2009-09-06 17:43:51) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkqOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcx |
| ZWE2ZjAwNWY2YTcyNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsHOgplcnJvciIbVXN0ZWQgeWEgc2UgaW5zY3JpYmnD |
| szoLbm90aWNlIkBTZSBoYSBpbnNjcml0byBlbiBGcmV0cyBPbiBGaXJlLiBF |
| c3BlcmFtb3MgcHJhY3RpcXVlIG11Y2hvIQY6CkB1c2Vkewc7CEY7CUY=--23a5c22768321e7f3e6582a65c3dca89dbd521a5 |
| Parameters: {"action"=>"index", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/index |
| [4;35;1mUser Load (0.000395)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| Completed in 0.01748 (57 reqs/sec) | Rendering: 0.01427 (81%) | DB: 0.00039 (2%) | 200 OK [http://0.0.0.0/juegos] |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-09-06 17:44:29) [POST] |
| Session ID: BAh7CDoMdXNlcl9pZGkqIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewc6CmVycm9yIhtVc3RlZCB5YSBzZSBpbnNjcmli |
| acOzOgtub3RpY2UiQFNlIGhhIGluc2NyaXRvIGVuIEZyZXRzIE9uIEZpcmUu |
| IEVzcGVyYW1vcyBwcmFjdGlxdWUgbXVjaG8hBjoKQHVzZWR7BzsHVDsIVDoM |
| Y3NyZl9pZCIlMWE5NDQxOGY4NDMzYmIzYmM3MWVhNmYwMDVmNmE3MjY=--f18e5891f129e380f16d8cae56431c80838ba9a4 |
| Parameters: {"commit"=>"Inscribirse", "authenticity_token"=>"3956d456ec7f9a75a6e0c9692ee26574e075aeda", "action"=>"inscribirseFoF", "controller"=>"juegos", "FoFPlayer"=>{"modalidad"=>"medio"}} |
| [4;36;1mUser Load (0.000486)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| [4;35;1mParticipante Load (0.000650)[0m [0mSELECT * FROM "participantes" WHERE ("participantes".user_id = 37) LIMIT 1[0m |
| [4;36;1mSQL (0.000338)[0m [0;1mSELECT count(*) AS count_all FROM "fo_f_players" [0m |
| [4;35;1mCACHE (0.000000)[0m [0mSELECT count(*) AS count_all FROM "fo_f_players" [0m |
| Redirected to http://0.0.0.0:3000/juegos |
| [4;36;1mFoFPlayer Create (0.000385)[0m [0;1mINSERT INTO "fo_f_players" ("created_at", "modalidad", "updated_at", "participante_id") VALUES('2009-09-06 17:44:29', 'medio', '2009-09-06 17:44:29', 38)[0m |
|
|
| ActionController::DoubleRenderError (Render and/or redirect were called multiple times in this action. Please note that you may only call render OR redirect, and at most once per action. Also note that neither redirect nor render terminate execution of the action, so if you want to exit an action after redirecting, you need to do something like "redirect_to(...) and return".): |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1052:in `redirect_to' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1065:in `redirect_to' |
| /app/controllers/juegos_controller.rb:21:in `inscribirseFoF' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `perform_action_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:580:in `call_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' |
| /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' |
| /vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' |
| /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' |
| /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache' |
| /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters' |
| /vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support' |
| /vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process' |
| /vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' |
| /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:112:in `handle_dispatch' |
| /vendor/rails/railties/lib/webrick_server.rb:78:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' |
| /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' |
| /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' |
| /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' |
| /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' |
| /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' |
| /vendor/rails/railties/lib/webrick_server.rb:62:in `dispatch' |
| /vendor/rails/railties/lib/commands/servers/webrick.rb:66 |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' |
| /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in' |
| /vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require' |
| /vendor/rails/railties/lib/commands/server.rb:39 |
| script/server:3:in `require' |
| script/server:3 |
|
| Rendering /media/disk/home/fitoria/code/sfd-reg/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-09-06 17:46:11) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkqOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcx |
| ZWE2ZjAwNWY2YTcyNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsHOgplcnJvciIbVXN0ZWQgeWEgc2UgaW5zY3JpYmnD |
| szoLbm90aWNlIkBTZSBoYSBpbnNjcml0byBlbiBGcmV0cyBPbiBGaXJlLiBF |
| c3BlcmFtb3MgcHJhY3RpcXVlIG11Y2hvIQY6CkB1c2Vkewc7CEY7CUY=--23a5c22768321e7f3e6582a65c3dca89dbd521a5 |
| Parameters: {"action"=>"inscribirseFoF", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/inscribirseFoF |
| [4;35;1mUser Load (0.000444)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| Completed in 0.03119 (32 reqs/sec) | Rendering: 0.01814 (58%) | DB: 0.00044 (1%) | 200 OK [http://0.0.0.0/juegos/inscribirseFoF] |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-09-06 17:46:16) [POST] |
| Session ID: BAh7CDoMdXNlcl9pZGkqIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewc6CmVycm9yIhtVc3RlZCB5YSBzZSBpbnNjcmli |
| acOzOgtub3RpY2UiQFNlIGhhIGluc2NyaXRvIGVuIEZyZXRzIE9uIEZpcmUu |
| IEVzcGVyYW1vcyBwcmFjdGlxdWUgbXVjaG8hBjoKQHVzZWR7BzsHVDsIVDoM |
| Y3NyZl9pZCIlMWE5NDQxOGY4NDMzYmIzYmM3MWVhNmYwMDVmNmE3MjY=--f18e5891f129e380f16d8cae56431c80838ba9a4 |
| Parameters: {"commit"=>"Inscribirse", "authenticity_token"=>"3956d456ec7f9a75a6e0c9692ee26574e075aeda", "action"=>"inscribirseFoF", "controller"=>"juegos", "FoFPlayer"=>{"modalidad"=>"medio"}} |
| [4;36;1mUser Load (0.000402)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| [4;35;1mParticipante Load (0.000544)[0m [0mSELECT * FROM "participantes" WHERE ("participantes".user_id = 37) LIMIT 1[0m |
| [4;36;1mSQL (0.000310)[0m [0;1mSELECT count(*) AS count_all FROM "fo_f_players" [0m |
| [4;35;1mCACHE (0.000000)[0m [0mSELECT count(*) AS count_all FROM "fo_f_players" [0m |
| Rendering template within layouts/normal |
| Rendering juegos/inscribirseFoF |
| [4;36;1mCACHE (0.000000)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| Completed in 0.03600 (27 reqs/sec) | Rendering: 0.00428 (11%) | DB: 0.00126 (3%) | 200 OK [http://0.0.0.0/juegos/inscribirseFoF] |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-09-06 17:46:19) [POST] |
| Session ID: BAh7CDoMdXNlcl9pZGkqOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcx |
| ZWE2ZjAwNWY2YTcyNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsGOgplcnJvciIbVXN0ZWQgeWEgc2UgaW5zY3JpYmnD |
| swY6CkB1c2VkewY7CEY=--e94ddde004f8daeeae79c9fb19aa41f700cdb5aa |
| Parameters: {"commit"=>"Inscribirse", "authenticity_token"=>"3956d456ec7f9a75a6e0c9692ee26574e075aeda", "action"=>"inscribirseFoF", "controller"=>"juegos", "FoFPlayer"=>{"modalidad"=>"experto"}} |
| [4;35;1mUser Load (0.000390)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| [4;36;1mParticipante Load (0.000522)[0m [0;1mSELECT * FROM "participantes" WHERE ("participantes".user_id = 37) LIMIT 1[0m |
| [4;35;1mSQL (0.000308)[0m [0mSELECT count(*) AS count_all FROM "fo_f_players" [0m |
| [4;36;1mCACHE (0.000000)[0m [0;1mSELECT count(*) AS count_all FROM "fo_f_players" [0m |
| Rendering template within layouts/normal |
| Rendering juegos/inscribirseFoF |
| [4;35;1mCACHE (0.000000)[0m [0mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| Completed in 0.03761 (26 reqs/sec) | Rendering: 0.00463 (12%) | DB: 0.00122 (3%) | 200 OK [http://0.0.0.0/juegos/inscribirseFoF] |
|
|
| Processing JuegosController#inscribirseFoF (for 127.0.0.1 at 2009-09-06 17:46:38) [POST] |
| Session ID: BAh7CDoMdXNlcl9pZGkqIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpG |
| bGFzaDo6Rmxhc2hIYXNoewY6CmVycm9yIhtVc3RlZCB5YSBzZSBpbnNjcmli |
| acOzBjoKQHVzZWR7BjsHRjoMY3NyZl9pZCIlMWE5NDQxOGY4NDMzYmIzYmM3 |
| MWVhNmYwMDVmNmE3MjY=--eb1e356d69d17e9d8328246e68be2f976923d030 |
| Parameters: {"commit"=>"Inscribirse", "authenticity_token"=>"3956d456ec7f9a75a6e0c9692ee26574e075aeda", "action"=>"inscribirseFoF", "controller"=>"juegos", "FoFPlayer"=>{"modalidad"=>"fácil"}} |
| [4;36;1mUser Load (0.000387)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| [4;35;1mParticipante Load (0.000613)[0m [0mSELECT * FROM "participantes" WHERE ("participantes".user_id = 37) LIMIT 1[0m |
| [4;36;1mSQL (0.000306)[0m [0;1mSELECT count(*) AS count_all FROM "fo_f_players" [0m |
| [4;35;1mCACHE (0.000000)[0m [0mSELECT count(*) AS count_all FROM "fo_f_players" [0m |
| Redirected to http://0.0.0.0:3000/juegos |
| Completed in 0.10958 (9 reqs/sec) | DB: 0.00131 (1%) | 302 Found [http://0.0.0.0/juegos/inscribirseFoF] |
|
|
| Processing JuegosController#index (for 127.0.0.1 at 2009-09-06 17:46:38) [GET] |
| Session ID: BAh7CDoMdXNlcl9pZGkqOgxjc3JmX2lkIiUxYTk0NDE4Zjg0MzNiYjNiYzcx |
| ZWE2ZjAwNWY2YTcyNiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh |
| c2g6OkZsYXNoSGFzaHsGOgplcnJvciIbVXN0ZWQgeWEgc2UgaW5zY3JpYmnD |
| swY6CkB1c2VkewY7CEY=--e94ddde004f8daeeae79c9fb19aa41f700cdb5aa |
| Parameters: {"action"=>"index", "controller"=>"juegos"} |
| Rendering template within layouts/normal |
| Rendering juegos/index |
| [4;36;1mUser Load (0.000482)[0m [0;1mSELECT * FROM "users" WHERE ("users"."id" = 37) LIMIT 1[0m |
| Completed in 0.01675 (59 reqs/sec) | Rendering: 0.01412 (84%) | DB: 0.00048 (2%) | 200 OK [http://0.0.0.0/juegos] |