Project

General

Profile

« Previous | Next » 

Revision 15ec0432

Added by Marc Dequènes over 15 years ago

  • ID 15ec0432f55c2dbd78f671bbf82addce8ea1fa76

[fix] remove external or app data files from the RCS

View differences:

.htaccess
# General Apache options
<IfModule mod_fastcgi.c>
AddHandler fastcgi-script .fcgi
</IfModule>
<IfModule mod_fcgid.c>
AddHandler fcgid-script .fcgi
</IfModule>
<IfModule mod_cgi.c>
AddHandler cgi-script .cgi
</IfModule>
Options +FollowSymLinks +ExecCGI
# If you don't want Rails to look in certain directories,
# use the following rewrite rules so that Apache won't rewrite certain requests
#
# Example:
# RewriteCond %{REQUEST_URI} ^/notrails.*
# RewriteRule .* - [L]
# Redirect all requests not available on the filesystem to Rails
# By default the cgi dispatcher is used which is very slow
#
# For better performance replace the dispatcher with the fastcgi one
#
# Example:
# RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
RewriteEngine On
# If your Rails application is accessed via an Alias directive,
# then you MUST also set the RewriteBase in this htaccess file.
#
# Example:
# Alias /myrailsapp /path/to/myrailsapp/public
# RewriteBase /myrailsapp
RewriteRule ^$ index.html [QSA]
RewriteRule ^([^.]+)$ $1.html [QSA]
RewriteCond %{REQUEST_FILENAME} !-f
#<IfModule mod_fastcgi.c>
# RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
#</IfModule>
#<IfModule mod_fcgid.c>
# RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
#</IfModule>
<IfModule mod_cgi.c>
RewriteRule ^(.*)$ dispatch.cgi [QSA,L]
</IfModule>
# In case Rails experiences terminal errors
# Instead of displaying this message you can supply a file here which will be rendered instead
#
# Example:
# ErrorDocument 500 /500.html
ErrorDocument 500 "<h2>Application error</h2>Rails application failed to start properly"
log/development.log
Processing InfoController#properties (for 79.88.186.236 at 2008-07-26 16:36:28) [GET]
Session ID: fac34fd0526192089f51f860662b5ec3
Parameters: {"action"=>"properties", "controller"=>"rails/info"}
Processing InfoController#properties (for 79.88.186.236 at 2008-07-26 16:36:28) [GET]
Session ID: fac34fd0526192089f51f860662b5ec3
Parameters: {"action"=>"properties", "controller"=>"rails/info"}
SQLite3::CantOpenException (could not open database: unable to open database file):
/usr/lib/ruby/1.8/sqlite3/errors.rb:62:in `check'
/usr/lib/ruby/1.8/sqlite3/database.rb:79:in `initialize'
/vendor/rails/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb:13:in `new'
/vendor/rails/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb:13:in `sqlite3_connection'
/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:291:in `send'
/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:291:in `connection='
/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:259:in `retrieve_connection'
/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb:78:in `connection'
/vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
/vendor/rails/actionpack/lib/action_controller/caching.rb:677:in `perform_action'
/vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
/vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
/vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
/vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
Processing InfoController#properties (for 79.88.186.236 at 2008-07-26 17:05:14) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"properties", "controller"=>"rails/info"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000089) SET SQL_AUTO_IS_NULL=0
Completed in 0.00133 (751 reqs/sec) | Rendering: 0.00004 (3%) | DB: 0.00009 (6%) | 500 Internal Server Error [http://perso.duckcorp.org/duck/jmb/public/rails/info/properties]
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000089) SET SQL_AUTO_IS_NULL=0
SQL (0.000288) SHOW VARIABLES LIKE 'character_set_database'
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000094) SET SQL_AUTO_IS_NULL=0
SQL (0.000000) Mysql::Error: #42S02Table 'perso_jmb.schema_info' doesn't exist: SELECT version FROM schema_info
Processing ApplicationController#index (for 79.88.186.236 at 2008-07-27 00:28:46) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {}
ActionController::RoutingError (No route matches "/" with {:method=>:get}):
/vendor/rails/actionpack/lib/action_controller/routing.rb:1441:in `recognize_path'
/vendor/rails/actionpack/lib/action_controller/routing.rb:1424:in `recognize'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found)
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000090) SET SQL_AUTO_IS_NULL=0
SQL (0.000000) Mysql::Error: #42S02Table 'perso_jmb.schema_info' doesn't exist: SELECT * FROM schema_info
SQL (0.000460) SHOW TABLES
SQL (0.000720) SHOW FIELDS FROM `conditions`
SQL (0.000660) describe `conditions`
SQL (0.000792) SHOW KEYS FROM `conditions`
SQL (0.000766) SHOW FIELDS FROM `exhibition_work`
SQL (0.000744) describe `exhibition_work`
SQL (0.000839) SHOW KEYS FROM `exhibition_work`
SQL (0.000962) SHOW FIELDS FROM `exhibitions`
SQL (0.000958) describe `exhibitions`
SQL (0.000828) SHOW KEYS FROM `exhibitions`
SQL (0.000768) SHOW FIELDS FROM `groups`
SQL (0.000757) describe `groups`
SQL (0.000827) SHOW KEYS FROM `groups`
SQL (0.000608) SHOW FIELDS FROM `materials`
SQL (0.000619) describe `materials`
SQL (0.001817) SHOW KEYS FROM `materials`
SQL (0.000749) SHOW FIELDS FROM `placereasons`
SQL (0.000710) describe `placereasons`
SQL (0.000871) SHOW KEYS FROM `placereasons`
SQL (0.000728) SHOW FIELDS FROM `sets`
SQL (0.000838) describe `sets`
SQL (0.000933) SHOW KEYS FROM `sets`
SQL (0.001132) SHOW FIELDS FROM `sizes`
SQL (0.000806) describe `sizes`
SQL (0.001016) SHOW KEYS FROM `sizes`
SQL (0.000881) SHOW FIELDS FROM `steps`
SQL (0.000824) describe `steps`
SQL (0.000983) SHOW KEYS FROM `steps`
SQL (0.000676) SHOW FIELDS FROM `technique_work`
SQL (0.000742) describe `technique_work`
SQL (0.000908) SHOW KEYS FROM `technique_work`
SQL (0.000698) SHOW FIELDS FROM `techniques`
SQL (0.001196) describe `techniques`
SQL (0.000927) SHOW KEYS FROM `techniques`
SQL (0.001290) SHOW FIELDS FROM `works`
SQL (0.001220) describe `works`
SQL (0.000747) SHOW KEYS FROM `works`
Processing ApplicationController#index (for 79.88.186.236 at 2008-07-27 00:39:08) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"index", "controller"=>"welcome"}
NameError (uninitialized constant WelcomeController):
/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:266:in `load_missing_constant'
/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:453:in `const_missing'
/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:465:in `const_missing'
/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/inflector.rb:257:in `constantize'
/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/core_ext/string/inflections.rb:148:in `constantize'
/vendor/rails/actionpack/lib/action_controller/routing.rb:1426:in `recognize'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
Processing WelcomeController#index (for 79.88.186.236 at 2008-07-27 00:40:47) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"index", "controller"=>"welcome"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000090) SET SQL_AUTO_IS_NULL=0
Rendering welcome/index
Completed in 0.00281 (356 reqs/sec) | Rendering: 0.00115 (40%) | DB: 0.00009 (3%) | 200 OK [http://perso.duckcorp.org/duck/jmb/public/]
Processing WelcomeController#index (for 79.88.186.236 at 2008-07-27 02:55:28) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"index", "controller"=>"welcome"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000090) SET SQL_AUTO_IS_NULL=0
Rendering template within layouts/application
Rendering welcome/index
ActionView::TemplateError (You have a nil object when you didn't expect it!
The error occurred while evaluating nil.app_name) on line #16 of layouts/application.rhtml:
13: </head>
14: <body>
15: <div id="header">
16: <h1><%= link_to_unless_current "~°~ #{@config.app_name || Priam::Info::app_name} ~°~", { :controller => 'welcome', :action => 'index' } %></h1>
17: <div class="centering-box">
18: <ul class="nav" id="menu">
19: <li><strong>Manage FAI Configurations</strong>
app/views/layouts/application.rhtml:16:in `_run_erb_47app47views47layouts47application46rhtml'
vendor/rails/actionpack/lib/action_view/base.rb:637:in `send'
vendor/rails/actionpack/lib/action_view/base.rb:637:in `compile_and_render_template'
vendor/rails/actionpack/lib/action_view/base.rb:365:in `render_template'
vendor/rails/actionpack/lib/action_view/base.rb:316:in `render_file'
vendor/rails/actionpack/lib/action_controller/layout.rb:268:in `render_without_benchmark'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
vendor/rails/actionpack/lib/action_controller/base.rb:1153:in `default_render'
vendor/rails/actionpack/lib/action_controller/base.rb:1164:in `perform_action_without_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:689: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:199:in `perform_action_without_caching'
vendor/rails/actionpack/lib/action_controller/caching.rb:678: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.rb:677:in `perform_action'
vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
Processing WelcomeController#index (for 79.88.186.236 at 2008-07-27 14:35:54) [GET]
Session ID: 2d2e29746fa83e595e2c5103d49b3aaa
Parameters: {"action"=>"index", "controller"=>"welcome"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000089) SET SQL_AUTO_IS_NULL=0
Rendering template within layouts/application
Rendering welcome/index
ActionView::TemplateError (You have a nil object when you didn't expect it!
The error occurred while evaluating nil.app_name) on line #16 of layouts/application.rhtml:
13: </head>
14: <body>
15: <div id="header">
16: <h1><%= link_to_unless_current "~°~ #{@config.app_name || MyCyma::Info::app_name} ~°~", { :controller => 'welcome', :action => 'index' } %></h1>
17: <div class="centering-box">
18: <ul class="nav" id="menu">
19: <li><strong>Manage FAI Configurations</strong>
app/views/layouts/application.rhtml:16:in `_run_erb_47app47views47layouts47application46rhtml'
vendor/rails/actionpack/lib/action_view/base.rb:637:in `send'
vendor/rails/actionpack/lib/action_view/base.rb:637:in `compile_and_render_template'
vendor/rails/actionpack/lib/action_view/base.rb:365:in `render_template'
vendor/rails/actionpack/lib/action_view/base.rb:316:in `render_file'
vendor/rails/actionpack/lib/action_controller/layout.rb:268:in `render_without_benchmark'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
vendor/rails/actionpack/lib/action_controller/base.rb:1153:in `default_render'
vendor/rails/actionpack/lib/action_controller/base.rb:1164:in `perform_action_without_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:689: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:199:in `perform_action_without_caching'
vendor/rails/actionpack/lib/action_controller/caching.rb:678: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.rb:677:in `perform_action'
vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
Processing WelcomeController#index (for 79.88.186.236 at 2008-07-27 14:38:02) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"index", "controller"=>"welcome"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000090) SET SQL_AUTO_IS_NULL=0
Rendering template within layouts/application
Rendering welcome/index
ActionView::TemplateError (You have a nil object when you didn't expect it!
The error occurred while evaluating nil.app_name) on line #16 of layouts/application.rhtml:
13: </head>
14: <body>
15: <div id="header">
16: <h1><%= link_to_unless_current "~°~ #{@config.app_name || MyCyma::Info::app_name} ~°~", { :controller => 'welcome', :action => 'index' } %></h1>
17: <div class="centering-box">
18: <ul class="nav" id="menu">
19: <li><strong>Manage FAI Configurations</strong>
app/views/layouts/application.rhtml:16:in `_run_erb_47app47views47layouts47application46rhtml'
vendor/rails/actionpack/lib/action_view/base.rb:637:in `send'
vendor/rails/actionpack/lib/action_view/base.rb:637:in `compile_and_render_template'
vendor/rails/actionpack/lib/action_view/base.rb:365:in `render_template'
vendor/rails/actionpack/lib/action_view/base.rb:316:in `render_file'
vendor/rails/actionpack/lib/action_controller/layout.rb:268:in `render_without_benchmark'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
vendor/rails/actionpack/lib/action_controller/base.rb:1153:in `default_render'
vendor/rails/actionpack/lib/action_controller/base.rb:1164:in `perform_action_without_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:689: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:199:in `perform_action_without_caching'
vendor/rails/actionpack/lib/action_controller/caching.rb:678: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.rb:677:in `perform_action'
vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
Processing WelcomeController#index (for 79.88.186.236 at 2008-07-27 14:42:30) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"index", "controller"=>"welcome"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000089) SET SQL_AUTO_IS_NULL=0
Rendering template within layouts/application
Rendering welcome/index
ActionView::TemplateError (undefined local variable or method `render_flash_messages' for #<ActionView::Base:0x2b014cd183a0>) on line #38 of layouts/application.rhtml:
35: <div id="user_info" style="float: right;text-align: center;"><%= session[:login] ? "Loggued in as '#{session[:login]}'<br/>(#{link_to "logout", { :controller => 'logon', :action => 'logout'}})" : "Not loggued in" %></div>
36: </div>
37: <div style="clear: both;"></div>
38: <%= render_flash_messages %>
39: <div id="content">
40: <%= @content_for_layout %>
41: </div>
app/views/layouts/application.rhtml:38:in `_run_erb_47app47views47layouts47application46rhtml'
vendor/rails/actionpack/lib/action_view/base.rb:637:in `send'
vendor/rails/actionpack/lib/action_view/base.rb:637:in `compile_and_render_template'
vendor/rails/actionpack/lib/action_view/base.rb:365:in `render_template'
vendor/rails/actionpack/lib/action_view/base.rb:316:in `render_file'
vendor/rails/actionpack/lib/action_controller/layout.rb:268:in `render_without_benchmark'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
vendor/rails/actionpack/lib/action_controller/base.rb:1153:in `default_render'
vendor/rails/actionpack/lib/action_controller/base.rb:1164:in `perform_action_without_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:689: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:199:in `perform_action_without_caching'
vendor/rails/actionpack/lib/action_controller/caching.rb:678: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.rb:677:in `perform_action'
vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
Processing WelcomeController#index (for 79.88.186.236 at 2008-07-27 14:44:11) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"index", "controller"=>"welcome"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000089) SET SQL_AUTO_IS_NULL=0
Rendering template within layouts/application
Rendering welcome/index
Completed in 0.00627 (159 reqs/sec) | Rendering: 0.00464 (74%) | DB: 0.00009 (1%) | 200 OK [http://perso.duckcorp.org/duck/jmb/public/]
Processing ApplicationController#index (for 79.88.186.236 at 2008-07-27 14:44:12) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {}
ActionController::RoutingError (No route matches "/stylesheets/default.css" with {:method=>:get}):
/vendor/rails/actionpack/lib/action_controller/routing.rb:1441:in `recognize_path'
/vendor/rails/actionpack/lib/action_controller/routing.rb:1424:in `recognize'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found)
Processing WelcomeController#index (for 79.88.186.236 at 2008-07-27 14:45:35) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"index", "controller"=>"welcome"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000090) SET SQL_AUTO_IS_NULL=0
Rendering template within layouts/application
Rendering welcome/index
Completed in 0.00639 (156 reqs/sec) | Rendering: 0.00476 (74%) | DB: 0.00009 (1%) | 200 OK [http://perso.duckcorp.org/duck/jmb/public/]
Processing WelcomeController#index (for 79.88.186.236 at 2008-07-27 14:45:58) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"index", "controller"=>"welcome"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000090) SET SQL_AUTO_IS_NULL=0
Rendering template within layouts/application
Rendering welcome/index
Completed in 0.00640 (156 reqs/sec) | Rendering: 0.00477 (74%) | DB: 0.00009 (1%) | 200 OK [http://perso.duckcorp.org/duck/jmb/public/]
Processing WelcomeController#index (for 79.88.186.236 at 2008-07-27 14:46:51) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"index", "controller"=>"welcome"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000091) SET SQL_AUTO_IS_NULL=0
Rendering template within layouts/application
Rendering welcome/index
Completed in 0.00641 (155 reqs/sec) | Rendering: 0.00477 (74%) | DB: 0.00009 (1%) | 200 OK [http://perso.duckcorp.org/duck/jmb/public/]
Processing WelcomeController#index (for 79.88.186.236 at 2008-07-27 14:47:15) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"index", "controller"=>"welcome"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000089) SET SQL_AUTO_IS_NULL=0
Rendering template within layouts/application
Rendering welcome/index
Completed in 0.00626 (159 reqs/sec) | Rendering: 0.00465 (74%) | DB: 0.00009 (1%) | 200 OK [http://perso.duckcorp.org/duck/jmb/public/]
Processing WelcomeController#index (for 79.88.186.236 at 2008-07-27 14:48:35) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"index", "controller"=>"welcome"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000089) SET SQL_AUTO_IS_NULL=0
Rendering template within layouts/application
Rendering welcome/index
Completed in 0.00589 (169 reqs/sec) | Rendering: 0.00425 (72%) | DB: 0.00009 (1%) | 200 OK [http://perso.duckcorp.org/duck/jmb/public/]
Processing WelcomeController#index (for 79.88.186.236 at 2008-07-27 15:02:13) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"index", "controller"=>"welcome"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000089) SET SQL_AUTO_IS_NULL=0
Rendering template within layouts/application
Rendering welcome/index
Completed in 0.00605 (165 reqs/sec) | Rendering: 0.00441 (72%) | DB: 0.00009 (1%) | 200 OK [http://perso.duckcorp.org/duck/jmb/public/]
Processing ApplicationController#index (for 79.88.186.236 at 2008-07-27 15:03:54) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {}
ActionController::RoutingError (No route matches "/mycyma/test" with {:method=>:get}):
/vendor/rails/actionpack/lib/action_controller/routing.rb:1441:in `recognize_path'
/vendor/rails/actionpack/lib/action_controller/routing.rb:1424:in `recognize'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found)
Processing MycymaController#test (for 79.88.186.236 at 2008-07-27 15:04:44) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"test", "controller"=>"mycyma"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000090) SET SQL_AUTO_IS_NULL=0
ActionController::UnknownAction (No action responded to test):
/vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:689: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:199:in `perform_action_without_caching'
/vendor/rails/actionpack/lib/action_controller/caching.rb:678: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.rb:677:in `perform_action'
/vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
/vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
/vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
/vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found)
Processing ApplicationController#index (for 79.88.186.236 at 2008-07-27 15:57:20) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {}
ActionController::RoutingError (No route matches "/size/" with {:method=>:get}):
/vendor/rails/actionpack/lib/action_controller/routing.rb:1441:in `recognize_path'
/vendor/rails/actionpack/lib/action_controller/routing.rb:1424:in `recognize'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found)
Processing ApplicationController#index (for 79.88.186.236 at 2008-07-27 16:07:25) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {}
ActionController::RoutingError (No route matches "/size/" with {:method=>:get}):
/vendor/rails/actionpack/lib/action_controller/routing.rb:1441:in `recognize_path'
/vendor/rails/actionpack/lib/action_controller/routing.rb:1424:in `recognize'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found)
Processing ApplicationController#index (for 79.88.186.236 at 2008-07-27 16:07:29) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {}
ActionController::RoutingError (No route matches "/size/list" with {:method=>:get}):
/vendor/rails/actionpack/lib/action_controller/routing.rb:1441:in `recognize_path'
/vendor/rails/actionpack/lib/action_controller/routing.rb:1424:in `recognize'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found)
Processing ApplicationController#index (for 79.88.186.236 at 2008-07-27 16:07:50) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {}
ActionController::RoutingError (No route matches "/size/list" with {:method=>:get}):
/vendor/rails/actionpack/lib/action_controller/routing.rb:1441:in `recognize_path'
/vendor/rails/actionpack/lib/action_controller/routing.rb:1424:in `recognize'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found)
Processing ApplicationController#index (for 79.88.186.236 at 2008-07-27 16:08:26) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {}
ActionController::RoutingError (No route matches "/size/list" with {:method=>:get}):
/vendor/rails/actionpack/lib/action_controller/routing.rb:1441:in `recognize_path'
/vendor/rails/actionpack/lib/action_controller/routing.rb:1424:in `recognize'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:170:in `handle_request'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found)
Processing SizesController#list (for 79.88.186.236 at 2008-07-27 16:15:09) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"list", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000089) SET SQL_AUTO_IS_NULL=0
Rendering template within layouts/application
Rendering sizes/list
Size Load (0.009484) SELECT * FROM `sizes` 
Completed in 0.01836 (54 reqs/sec) | Rendering: 0.00754 (41%) | DB: 0.00957 (52%) | 200 OK [http://perso.duckcorp.org/duck/jmb/public/sizes/list]
Processing SizesController#list (for 79.88.186.236 at 2008-07-27 16:24:06) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"list", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000091) SET SQL_AUTO_IS_NULL=0
Rendering template within layouts/application
Rendering sizes/list
Size Load (0.000286) SELECT * FROM `sizes` 
Completed in 0.00938 (106 reqs/sec) | Rendering: 0.00776 (82%) | DB: 0.00038 (4%) | 200 OK [http://perso.duckcorp.org/duck/jmb/public/sizes/list]
Processing SizesController#create (for 79.88.186.236 at 2008-07-27 16:24:09) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"create", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000091) SET SQL_AUTO_IS_NULL=0
ActionController::UnknownAction (No action responded to create):
/vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:689: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:199:in `perform_action_without_caching'
/vendor/rails/actionpack/lib/action_controller/caching.rb:678: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.rb:677:in `perform_action'
/vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
/vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
/vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
/vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found)
Processing SizesController#index (for 79.88.186.236 at 2008-07-27 16:24:17) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"index", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000090) SET SQL_AUTO_IS_NULL=0
Rendering template within layouts/application
ActionController::MissingTemplate (Missing template sizes/index.html.erb in view path /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/app/views):
/vendor/rails/actionpack/lib/action_controller/base.rb:1269:in `assert_existence_of_template_file'
/vendor/rails/actionpack/lib/action_controller/base.rb:1098:in `render_for_file'
/vendor/rails/actionpack/lib/action_controller/base.rb:836:in `render_with_no_layout'
/vendor/rails/actionpack/lib/action_controller/layout.rb:262:in `render_without_benchmark'
/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
/vendor/rails/actionpack/lib/action_controller/base.rb:1153:in `default_render'
/vendor/rails/actionpack/lib/action_controller/base.rb:1159:in `perform_action_without_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:689: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:199:in `perform_action_without_caching'
/vendor/rails/actionpack/lib/action_controller/caching.rb:678: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.rb:677:in `perform_action'
/vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
/vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
/vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
/vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
Processing SizesController#index (for 79.88.186.236 at 2008-07-27 16:27:25) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"index", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000091) SET SQL_AUTO_IS_NULL=0
Rendering template within layouts/application
Rendering sizes/index
Size Load (0.000287) SELECT * FROM `sizes` 
Completed in 0.00926 (108 reqs/sec) | Rendering: 0.00764 (82%) | DB: 0.00038 (4%) | 200 OK [http://perso.duckcorp.org/duck/jmb/public/sizes]
Processing SizesController#create (for 79.88.186.236 at 2008-07-27 16:27:29) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"create", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000090) SET SQL_AUTO_IS_NULL=0
ActionController::UnknownAction (No action responded to create):
/vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:689: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:199:in `perform_action_without_caching'
/vendor/rails/actionpack/lib/action_controller/caching.rb:678: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.rb:677:in `perform_action'
/vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
/vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
/vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
/vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found)
Processing SizesController#create (for 79.88.186.236 at 2008-07-27 16:27:54) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"create", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000090) SET SQL_AUTO_IS_NULL=0
Rendering template within layouts/application
ActionController::MissingTemplate (Missing template sizes/create.html.erb in view path /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/app/views):
/vendor/rails/actionpack/lib/action_controller/base.rb:1269:in `assert_existence_of_template_file'
/vendor/rails/actionpack/lib/action_controller/base.rb:1098:in `render_for_file'
/vendor/rails/actionpack/lib/action_controller/base.rb:836:in `render_with_no_layout'
/vendor/rails/actionpack/lib/action_controller/layout.rb:262:in `render_without_benchmark'
/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
/vendor/rails/actionpack/lib/action_controller/base.rb:1153:in `default_render'
/vendor/rails/actionpack/lib/action_controller/base.rb:1159:in `perform_action_without_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:689: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:199:in `perform_action_without_caching'
/vendor/rails/actionpack/lib/action_controller/caching.rb:678: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.rb:677:in `perform_action'
/vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
/vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
/vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
/vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
Processing SizesController#create (for 79.88.186.236 at 2008-07-27 16:41:38) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"create", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000112) SET SQL_AUTO_IS_NULL=0
NameError (undefined local variable or method `render_404' for #<SizesController:0x2b5816a0e058>):
/app/controllers/sizes_controller.rb:21:in `find_size'
/vendor/rails/actionpack/lib/action_controller/filters.rb:469:in `send!'
/vendor/rails/actionpack/lib/action_controller/filters.rb:469:in `call'
/vendor/rails/actionpack/lib/action_controller/filters.rb:441:in `run'
/vendor/rails/actionpack/lib/action_controller/filters.rb:716:in `run_before_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:695:in `call_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:689: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:199:in `perform_action_without_caching'
/vendor/rails/actionpack/lib/action_controller/caching.rb:678: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.rb:677:in `perform_action'
/vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
/vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
/vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
/vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
Processing SizesController#create (for 79.88.186.236 at 2008-07-27 16:49:08) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"create", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000090) SET SQL_AUTO_IS_NULL=0
NameError (undefined local variable or method `render_404' for #<SizesController:0x2b09f5d8eff8>):
/app/controllers/sizes_controller.rb:21:in `find_size'
/vendor/rails/actionpack/lib/action_controller/filters.rb:469:in `send!'
/vendor/rails/actionpack/lib/action_controller/filters.rb:469:in `call'
/vendor/rails/actionpack/lib/action_controller/filters.rb:441:in `run'
/vendor/rails/actionpack/lib/action_controller/filters.rb:716:in `run_before_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:695:in `call_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:689: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:199:in `perform_action_without_caching'
/vendor/rails/actionpack/lib/action_controller/caching.rb:678: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.rb:677:in `perform_action'
/vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
/vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
/vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
/vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
Processing SizesController#create (for 79.88.186.236 at 2008-07-27 16:50:35) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"create", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000090) SET SQL_AUTO_IS_NULL=0
Rendering template within layouts/application
Rendering common/404 (404)
ActionView::TemplateError (undefined method `html_title' for #<ActionView::Base:0x2b2f14c84ee8>) on line #6 of common/404.rhtml:
3: <p>Not Found</p>
4: <p><a href="javascript:history.back()">Back</a></p>
5:
6: <% html_title '404' %>
app/views/common/404.rhtml:6:in `_run_erb_47app47views47common4740446rhtml'
vendor/rails/actionpack/lib/action_view/base.rb:637:in `send'
vendor/rails/actionpack/lib/action_view/base.rb:637:in `compile_and_render_template'
vendor/rails/actionpack/lib/action_view/base.rb:365:in `render_template'
vendor/rails/actionpack/lib/action_view/base.rb:316:in `render_file'
vendor/rails/actionpack/lib/action_controller/base.rb:1100:in `render_for_file'
vendor/rails/actionpack/lib/action_controller/base.rb:861:in `render_with_no_layout'
vendor/rails/actionpack/lib/action_controller/layout.rb:262:in `render_without_benchmark'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
app/controllers/application.rb:18:in `render_404'
app/controllers/sizes_controller.rb:21:in `find_size'
vendor/rails/actionpack/lib/action_controller/filters.rb:469:in `send!'
vendor/rails/actionpack/lib/action_controller/filters.rb:469:in `call'
vendor/rails/actionpack/lib/action_controller/filters.rb:441:in `run'
vendor/rails/actionpack/lib/action_controller/filters.rb:716:in `run_before_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:695:in `call_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:689: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:199:in `perform_action_without_caching'
vendor/rails/actionpack/lib/action_controller/caching.rb:678: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.rb:677:in `perform_action'
vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
Processing SizesController#create (for 79.88.186.236 at 2008-07-27 16:57:20) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"create", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000088) SET SQL_AUTO_IS_NULL=0
Rendering template within layouts/application
Rendering common/404 (404)
Filter chain halted as [#<ActionController::Filters::ClassMethods::SymbolFilter:0x2b0d638796c8 @filter=:find_size>] rendered_or_redirected.
Completed in 0.00641 (155 reqs/sec) | Rendering: 0.00438 (68%) | DB: 0.00009 (1%) | 404 Not Found [http://perso.duckcorp.org/duck/jmb/public/sizes/create]
Processing SizesController#create (for 79.88.186.236 at 2008-07-27 16:57:40) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"create", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000091) SET SQL_AUTO_IS_NULL=0
Rendering template within layouts/application
Rendering common/404 (404)
Filter chain halted as [#<ActionController::Filters::ClassMethods::SymbolFilter:0x2b5289f37670 @filter=:find_size>] rendered_or_redirected.
Completed in 0.00625 (160 reqs/sec) | Rendering: 0.00426 (68%) | DB: 0.00009 (1%) | 404 Not Found [http://perso.duckcorp.org/duck/jmb/public/sizes/create]
Processing SizesController#create (for 79.88.186.236 at 2008-07-27 17:16:47) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"create", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000089) SET SQL_AUTO_IS_NULL=0
Size Columns (0.000867) SHOW FIELDS FROM `sizes`
Rendering template within layouts/application
Rendering sizes/create
ActionView::TemplateError (undefined method `sizes_path' for #<ActionView::Base:0x2b6102c50290>) on line #3 of sizes/create.rhtml:
1: <h2>Nouvelle Dimension</h2>
2:
3: <% form_for @size do |f| %>
4: <%= f.label :height, 'Hauteur' %>: <%= f.text_field :height %><br />
5: <%= f.label :height, 'Hauteur' %>: <%= f.text_field :height %><br />
6: <%= f.label :standard, "Courante ?" %>: <%= f.check_box :standard %><br/>
vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:27:in `send!'
vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:27:in `polymorphic_url'
vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb:31:in `polymorphic_path'
vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:200:in `apply_form_for_options!'
vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:179:in `form_for'
app/views/sizes/create.rhtml:3:in `_run_erb_47app47views47sizes47create46rhtml'
vendor/rails/actionpack/lib/action_view/base.rb:637:in `send'
vendor/rails/actionpack/lib/action_view/base.rb:637:in `compile_and_render_template'
vendor/rails/actionpack/lib/action_view/base.rb:365:in `render_template'
vendor/rails/actionpack/lib/action_view/base.rb:316:in `render_file'
vendor/rails/actionpack/lib/action_controller/base.rb:1100:in `render_for_file'
vendor/rails/actionpack/lib/action_controller/base.rb:836:in `render_with_no_layout'
vendor/rails/actionpack/lib/action_controller/layout.rb:262:in `render_without_benchmark'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
vendor/rails/actionpack/lib/action_controller/base.rb:1153:in `default_render'
vendor/rails/actionpack/lib/action_controller/base.rb:1159:in `perform_action_without_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:689: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:199:in `perform_action_without_caching'
vendor/rails/actionpack/lib/action_controller/caching.rb:678: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.rb:677:in `perform_action'
vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
Processing SizesController#show (for 79.88.186.236 at 2008-07-27 17:24:03) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"show", "id"=>"create", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000089) SET SQL_AUTO_IS_NULL=0
ActionController::UnknownAction (No action responded to show):
/vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:689: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:199:in `perform_action_without_caching'
/vendor/rails/actionpack/lib/action_controller/caching.rb:678: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.rb:677:in `perform_action'
/vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
/vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
/vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
/vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found)
Processing SizesController#new (for 79.88.186.236 at 2008-07-27 17:44:31) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--14ef1262b911cd52f430f02e2cc7384f74df17f1
Parameters: {"action"=>"new", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000096) SET SQL_AUTO_IS_NULL=0
Size Columns (0.000856) SHOW FIELDS FROM `sizes`
Rendering template within layouts/application
Rendering sizes/new
ActionView::TemplateError (undefined method `submit_tag' for #<ActionView::Helpers::FormBuilder:0x2ae7261a2560>) on line #7 of sizes/new.rhtml:
4: <%= f.label :height, 'Hauteur' %>: <%= f.text_field :height %><br />
5: <%= f.label :height, 'Hauteur' %>: <%= f.text_field :height %><br />
6: <%= f.label :standard, "Courante ?" %>: <%= f.check_box :standard %><br/>
7: <%= f.submit_tag "Ajouter" %>
8: <% end %>
app/views/sizes/new.rhtml:7:in `_run_erb_47app47views47sizes47new46rhtml'
vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:248:in `fields_for'
vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:184:in `form_for'
app/views/sizes/new.rhtml:3:in `_run_erb_47app47views47sizes47new46rhtml'
vendor/rails/actionpack/lib/action_view/base.rb:637:in `send'
vendor/rails/actionpack/lib/action_view/base.rb:637:in `compile_and_render_template'
vendor/rails/actionpack/lib/action_view/base.rb:365:in `render_template'
vendor/rails/actionpack/lib/action_view/base.rb:316:in `render_file'
vendor/rails/actionpack/lib/action_controller/base.rb:1100:in `render_for_file'
vendor/rails/actionpack/lib/action_controller/base.rb:836:in `render_with_no_layout'
vendor/rails/actionpack/lib/action_controller/layout.rb:262:in `render_without_benchmark'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
vendor/rails/actionpack/lib/action_controller/base.rb:1153:in `default_render'
vendor/rails/actionpack/lib/action_controller/base.rb:1159:in `perform_action_without_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:689: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:199:in `perform_action_without_caching'
vendor/rails/actionpack/lib/action_controller/caching.rb:678: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.rb:677:in `perform_action'
vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
Processing SizesController#new (for 79.88.186.236 at 2008-07-27 17:47:46) [GET]
Session ID: BAh7BzoMY3NyZl9pZCIlMGEyM2NjY2FkMTZlNTRkMjk3OWZjZWY3YzFmMmQ3%0AZGUiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--8ab2ebee845126388fe9b7ffe09918cdb0c11d97
Parameters: {"action"=>"new", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000090) SET SQL_AUTO_IS_NULL=0
Size Columns (0.000888) SHOW FIELDS FROM `sizes`
Rendering template within layouts/application
Rendering sizes/new
ActionView::TemplateError (No route matches {:controller=>"mycyma", :action=>"test"}) on line #21 of layouts/application.rhtml:
18: <ul class="nav" id="menu">
19: <li><strong>Manage Cyma</strong>
20: <ul>
21: <li><%= link_to "Test", { :controller => 'mycyma', :action => 'test' } %></li>
22: </ul>
23: </li>
24: <li><strong>About</strong>
vendor/rails/actionpack/lib/action_controller/routing.rb:1408:in `generate'
vendor/rails/actionpack/lib/action_controller/url_rewriter.rb:124:in `rewrite_path'
vendor/rails/actionpack/lib/action_controller/url_rewriter.rb:103:in `rewrite_url'
vendor/rails/actionpack/lib/action_controller/url_rewriter.rb:81:in `rewrite'
vendor/rails/actionpack/lib/action_controller/base.rb:616:in `url_for'
vendor/rails/actionpack/lib/action_view/helpers/url_helper.rb:71:in `send'
vendor/rails/actionpack/lib/action_view/helpers/url_helper.rb:71:in `url_for'
vendor/rails/actionpack/lib/action_view/helpers/url_helper.rb:144:in `link_to'
app/views/layouts/application.rhtml:21:in `_run_erb_47app47views47layouts47application46rhtml'
vendor/rails/actionpack/lib/action_view/base.rb:637:in `send'
vendor/rails/actionpack/lib/action_view/base.rb:637:in `compile_and_render_template'
vendor/rails/actionpack/lib/action_view/base.rb:365:in `render_template'
vendor/rails/actionpack/lib/action_view/base.rb:316:in `render_file'
vendor/rails/actionpack/lib/action_controller/layout.rb:268:in `render_without_benchmark'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
vendor/rails/actionpack/lib/action_controller/base.rb:1153:in `default_render'
vendor/rails/actionpack/lib/action_controller/base.rb:1159:in `perform_action_without_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:689: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:199:in `perform_action_without_caching'
vendor/rails/actionpack/lib/action_controller/caching.rb:678: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.rb:677:in `perform_action'
vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
Processing SizesController#new (for 79.88.186.236 at 2008-07-27 17:48:21) [GET]
Session ID: BAh7BzoMY3NyZl9pZCIlMGEyM2NjY2FkMTZlNTRkMjk3OWZjZWY3YzFmMmQ3%0AZGUiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--8ab2ebee845126388fe9b7ffe09918cdb0c11d97
Parameters: {"action"=>"new", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000089) SET SQL_AUTO_IS_NULL=0
Size Columns (0.000882) SHOW FIELDS FROM `sizes`
Rendering template within layouts/application
Rendering sizes/new
Completed in 0.01131 (88 reqs/sec) | Rendering: 0.00678 (59%) | DB: 0.00097 (8%) | 200 OK [http://perso.duckcorp.org/duck/jmb/public/sizes/new]
Processing SizesController#create (for 79.88.186.236 at 2008-07-27 17:48:37) [POST]
Session ID: BAh7BzoMY3NyZl9pZCIlMGEyM2NjY2FkMTZlNTRkMjk3OWZjZWY3YzFmMmQ3%0AZGUiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--8ab2ebee845126388fe9b7ffe09918cdb0c11d97
Parameters: {"commit"=>"Ajouter", "size"=>{"height"=>"7", "standard"=>"0"}, "authenticity_token"=>"1c01808707320d8ce2394657f4be8e65ebcb18ec", "action"=>"create", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000091) SET SQL_AUTO_IS_NULL=0
Rendering template within layouts/application
ActionController::MissingTemplate (Missing template sizes/create.html.erb in view path /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/app/views):
/vendor/rails/actionpack/lib/action_controller/base.rb:1269:in `assert_existence_of_template_file'
/vendor/rails/actionpack/lib/action_controller/base.rb:1098:in `render_for_file'
/vendor/rails/actionpack/lib/action_controller/base.rb:836:in `render_with_no_layout'
/vendor/rails/actionpack/lib/action_controller/layout.rb:262:in `render_without_benchmark'
/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
/vendor/rails/actionpack/lib/action_controller/base.rb:1153:in `default_render'
/vendor/rails/actionpack/lib/action_controller/base.rb:1159:in `perform_action_without_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:689: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:199:in `perform_action_without_caching'
/vendor/rails/actionpack/lib/action_controller/caching.rb:678: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.rb:677:in `perform_action'
/vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
/vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
/vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
/vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
Processing SizesController#index (for 79.88.186.236 at 2008-07-27 17:50:37) [GET]
Session ID: BAh7BzoMY3NyZl9pZCIlMGEyM2NjY2FkMTZlNTRkMjk3OWZjZWY3YzFmMmQ3%0AZGUiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--8ab2ebee845126388fe9b7ffe09918cdb0c11d97
Parameters: {"action"=>"index", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000089) SET SQL_AUTO_IS_NULL=0
Rendering template within layouts/application
Rendering sizes/index
Size Load (0.000287) SELECT * FROM `sizes` 
Completed in 0.00925 (108 reqs/sec) | Rendering: 0.00758 (81%) | DB: 0.00038 (4%) | 200 OK [http://perso.duckcorp.org/duck/jmb/public/sizes]
Processing SizesController#new (for 79.88.186.236 at 2008-07-27 17:50:44) [GET]
Session ID: BAh7BzoMY3NyZl9pZCIlMGEyM2NjY2FkMTZlNTRkMjk3OWZjZWY3YzFmMmQ3%0AZGUiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--8ab2ebee845126388fe9b7ffe09918cdb0c11d97
Parameters: {"action"=>"new", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000091) SET SQL_AUTO_IS_NULL=0
Size Columns (0.000859) SHOW FIELDS FROM `sizes`
Rendering template within layouts/application
Rendering sizes/new
Completed in 0.01129 (88 reqs/sec) | Rendering: 0.00678 (60%) | DB: 0.00095 (8%) | 200 OK [http://perso.duckcorp.org/duck/jmb/public/sizes/new]
Processing SizesController#create (for 79.88.186.236 at 2008-07-27 17:50:47) [POST]
Session ID: BAh7BzoMY3NyZl9pZCIlMGEyM2NjY2FkMTZlNTRkMjk3OWZjZWY3YzFmMmQ3%0AZGUiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--8ab2ebee845126388fe9b7ffe09918cdb0c11d97
Parameters: {"commit"=>"Ajouter", "size"=>{"height"=>"", "standard"=>"0"}, "authenticity_token"=>"1c01808707320d8ce2394657f4be8e65ebcb18ec", "action"=>"create", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000090) SET SQL_AUTO_IS_NULL=0
Rendering template within layouts/application
ActionController::MissingTemplate (Missing template sizes/create.html.erb in view path /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/app/views):
/vendor/rails/actionpack/lib/action_controller/base.rb:1269:in `assert_existence_of_template_file'
/vendor/rails/actionpack/lib/action_controller/base.rb:1098:in `render_for_file'
/vendor/rails/actionpack/lib/action_controller/base.rb:836:in `render_with_no_layout'
/vendor/rails/actionpack/lib/action_controller/layout.rb:262:in `render_without_benchmark'
/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
/vendor/rails/actionpack/lib/action_controller/base.rb:1153:in `default_render'
/vendor/rails/actionpack/lib/action_controller/base.rb:1159:in `perform_action_without_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:689: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:199:in `perform_action_without_caching'
/vendor/rails/actionpack/lib/action_controller/caching.rb:678: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.rb:677:in `perform_action'
/vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
/vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
/vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
/vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
Processing SizesController#create (for 79.88.186.236 at 2008-07-27 18:03:37) [POST]
Session ID: BAh7BzoMY3NyZl9pZCIlMGEyM2NjY2FkMTZlNTRkMjk3OWZjZWY3YzFmMmQ3%0AZGUiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--8ab2ebee845126388fe9b7ffe09918cdb0c11d97
Parameters: {"commit"=>"Ajouter", "size"=>{"height"=>"7", "standard"=>"0"}, "authenticity_token"=>"1c01808707320d8ce2394657f4be8e65ebcb18ec", "action"=>"create", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000092) SET SQL_AUTO_IS_NULL=0
Size Columns (0.000917) SHOW FIELDS FROM `sizes`
SQL (0.000075) BEGIN
Size Create (0.000000) Mysql::Error: #23000Column 'width' cannot be null: INSERT INTO `sizes` (`height`, `standard`, `width`) VALUES(7.0, 0, NULL)
SQL (0.000058) ROLLBACK
ActiveRecord::StatementInvalid (Mysql::Error: #23000Column 'width' cannot be null: INSERT INTO `sizes` (`height`, `standard`, `width`) VALUES(7.0, 0, NULL)):
/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:150:in `log'
/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:281:in `execute'
/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:156:in `insert_sql'
/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:291:in `insert_sql'
/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:44:in `insert_without_query_dirty'
/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:19:in `insert'
/vendor/rails/activerecord/lib/active_record/base.rb:2272:in `create_without_callbacks'
/vendor/rails/activerecord/lib/active_record/callbacks.rb:226:in `create_without_timestamps'
/vendor/rails/activerecord/lib/active_record/timestamp.rb:29:in `create'
/vendor/rails/activerecord/lib/active_record/base.rb:2238:in `create_or_update_without_callbacks'
/vendor/rails/activerecord/lib/active_record/callbacks.rb:213:in `create_or_update'
/vendor/rails/activerecord/lib/active_record/base.rb:1972:in `save_without_validation'
/vendor/rails/activerecord/lib/active_record/validations.rb:934:in `save_without_transactions'
/vendor/rails/activerecord/lib/active_record/transactions.rb:108:in `save'
/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:66:in `transaction'
/vendor/rails/activerecord/lib/active_record/transactions.rb:80:in `transaction'
/vendor/rails/activerecord/lib/active_record/transactions.rb:100:in `transaction'
/vendor/rails/activerecord/lib/active_record/transactions.rb:108:in `save'
/vendor/rails/activerecord/lib/active_record/transactions.rb:120:in `rollback_active_record_state!'
/vendor/rails/activerecord/lib/active_record/transactions.rb:108:in `save'
/vendor/rails/activerecord/lib/active_record/base.rb:572:in `create'
/app/controllers/sizes_controller.rb:25:in `create'
/vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `send'
/vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `perform_action_without_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:689: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:199:in `perform_action_without_caching'
/vendor/rails/actionpack/lib/action_controller/caching.rb:678: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.rb:677:in `perform_action'
/vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
/vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
/vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
/vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
Processing SizesController#new (for 79.88.186.236 at 2008-07-27 18:05:02) [GET]
Session ID: BAh7BzoMY3NyZl9pZCIlMGEyM2NjY2FkMTZlNTRkMjk3OWZjZWY3YzFmMmQ3%0AZGUiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--8ab2ebee845126388fe9b7ffe09918cdb0c11d97
Parameters: {"action"=>"new", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000091) SET SQL_AUTO_IS_NULL=0
Size Columns (0.000872) SHOW FIELDS FROM `sizes`
Rendering template within layouts/application
Rendering sizes/new
Completed in 0.01125 (88 reqs/sec) | Rendering: 0.00668 (59%) | DB: 0.00096 (8%) | 200 OK [http://perso.duckcorp.org/duck/jmb/public/sizes/new]
Processing SizesController#create (for 79.88.186.236 at 2008-07-27 18:05:07) [POST]
Session ID: BAh7BzoMY3NyZl9pZCIlMGEyM2NjY2FkMTZlNTRkMjk3OWZjZWY3YzFmMmQ3%0AZGUiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--8ab2ebee845126388fe9b7ffe09918cdb0c11d97
Parameters: {"commit"=>"Ajouter", "size"=>{"height"=>"7", "standard"=>"0", "width"=>"12"}, "authenticity_token"=>"1c01808707320d8ce2394657f4be8e65ebcb18ec", "action"=>"create", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000114) SET SQL_AUTO_IS_NULL=0
Size Columns (0.000886) SHOW FIELDS FROM `sizes`
SQL (0.000077) BEGIN
Size Create (0.010795) INSERT INTO `sizes` (`height`, `standard`, `width`) VALUES(7.0, 0, 12.0)
SQL (0.000057) COMMIT
Redirected to http://perso.duckcorp.org/duck/jmb/public/sizes
Completed in 0.01753 (57 reqs/sec) | DB: 0.01193 (68%) | 302 Found [http://perso.duckcorp.org/duck/jmb/public/sizes]
Processing SizesController#index (for 79.88.186.236 at 2008-07-27 18:05:07) [GET]
Session ID: BAh7BzoMY3NyZl9pZCIlMGEyM2NjY2FkMTZlNTRkMjk3OWZjZWY3YzFmMmQ3%0AZGUiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--8ab2ebee845126388fe9b7ffe09918cdb0c11d97
Parameters: {"action"=>"index", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000091) SET SQL_AUTO_IS_NULL=0
Rendering template within layouts/application
Rendering sizes/index
Size Load (0.000412) SELECT * FROM `sizes` 
Size Columns (0.000800) SHOW FIELDS FROM `sizes`
Completed in 0.01074 (93 reqs/sec) | Rendering: 0.00817 (76%) | DB: 0.00130 (12%) | 200 OK [http://perso.duckcorp.org/duck/jmb/public/sizes]
Processing SizesController#index (for 79.88.186.236 at 2008-07-27 18:05:11) [GET]
Session ID: BAh7BzoMY3NyZl9pZCIlMGEyM2NjY2FkMTZlNTRkMjk3OWZjZWY3YzFmMmQ3%0AZGUiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--8ab2ebee845126388fe9b7ffe09918cdb0c11d97
Parameters: {"action"=>"index", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000089) SET SQL_AUTO_IS_NULL=0
Rendering template within layouts/application
Rendering sizes/index
Size Load (0.000309) SELECT * FROM `sizes` 
Size Columns (0.000853) SHOW FIELDS FROM `sizes`
Completed in 0.01076 (92 reqs/sec) | Rendering: 0.00824 (76%) | DB: 0.00125 (11%) | 200 OK [http://perso.duckcorp.org/duck/jmb/public/sizes]
Processing SizesController#new (for 79.88.186.236 at 2008-07-27 18:05:17) [GET]
Session ID: BAh7BzoMY3NyZl9pZCIlMGEyM2NjY2FkMTZlNTRkMjk3OWZjZWY3YzFmMmQ3%0AZGUiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--8ab2ebee845126388fe9b7ffe09918cdb0c11d97
Parameters: {"action"=>"new", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000090) SET SQL_AUTO_IS_NULL=0
Size Columns (0.000855) SHOW FIELDS FROM `sizes`
Rendering template within layouts/application
Rendering sizes/new
Completed in 0.01132 (88 reqs/sec) | Rendering: 0.00680 (60%) | DB: 0.00095 (8%) | 200 OK [http://perso.duckcorp.org/duck/jmb/public/sizes/new]
Processing SizesController#create (for 79.88.186.236 at 2008-07-27 18:05:23) [POST]
Session ID: BAh7BzoMY3NyZl9pZCIlMGEyM2NjY2FkMTZlNTRkMjk3OWZjZWY3YzFmMmQ3%0AZGUiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--8ab2ebee845126388fe9b7ffe09918cdb0c11d97
Parameters: {"commit"=>"Ajouter", "size"=>{"height"=>"7", "standard"=>"0", "width"=>"12"}, "authenticity_token"=>"1c01808707320d8ce2394657f4be8e65ebcb18ec", "action"=>"create", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000092) SET SQL_AUTO_IS_NULL=0
Size Columns (0.000893) SHOW FIELDS FROM `sizes`
SQL (0.000074) BEGIN
Size Create (0.000000) Mysql::Error: #23000Duplicate entry '7-12' for key 2: INSERT INTO `sizes` (`height`, `standard`, `width`) VALUES(7.0, 0, 12.0)
SQL (0.000061) ROLLBACK
ActiveRecord::StatementInvalid (Mysql::Error: #23000Duplicate entry '7-12' for key 2: INSERT INTO `sizes` (`height`, `standard`, `width`) VALUES(7.0, 0, 12.0)):
/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:150:in `log'
/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:281:in `execute'
/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:156:in `insert_sql'
/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:291:in `insert_sql'
/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:44:in `insert_without_query_dirty'
/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:19:in `insert'
/vendor/rails/activerecord/lib/active_record/base.rb:2272:in `create_without_callbacks'
/vendor/rails/activerecord/lib/active_record/callbacks.rb:226:in `create_without_timestamps'
/vendor/rails/activerecord/lib/active_record/timestamp.rb:29:in `create'
/vendor/rails/activerecord/lib/active_record/base.rb:2238:in `create_or_update_without_callbacks'
/vendor/rails/activerecord/lib/active_record/callbacks.rb:213:in `create_or_update'
/vendor/rails/activerecord/lib/active_record/base.rb:1972:in `save_without_validation'
/vendor/rails/activerecord/lib/active_record/validations.rb:934:in `save_without_transactions'
/vendor/rails/activerecord/lib/active_record/transactions.rb:108:in `save'
/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:66:in `transaction'
/vendor/rails/activerecord/lib/active_record/transactions.rb:80:in `transaction'
/vendor/rails/activerecord/lib/active_record/transactions.rb:100:in `transaction'
/vendor/rails/activerecord/lib/active_record/transactions.rb:108:in `save'
/vendor/rails/activerecord/lib/active_record/transactions.rb:120:in `rollback_active_record_state!'
/vendor/rails/activerecord/lib/active_record/transactions.rb:108:in `save'
/vendor/rails/activerecord/lib/active_record/base.rb:572:in `create'
/app/controllers/sizes_controller.rb:25:in `create'
/vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `send'
/vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `perform_action_without_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:689: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:199:in `perform_action_without_caching'
/vendor/rails/actionpack/lib/action_controller/caching.rb:678: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.rb:677:in `perform_action'
/vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
/vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
/vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
/vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
/vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
/pages-perso/duck/jmb/public/dispatch.cgi:12
Rendering /www/sites/duckcorp/perso.duckcorp.org/duck/jmb/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
Processing SizesController#create (for 79.88.186.236 at 2008-07-27 18:05:39) [POST]
Session ID: BAh7BzoMY3NyZl9pZCIlMGEyM2NjY2FkMTZlNTRkMjk3OWZjZWY3YzFmMmQ3%0AZGUiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--8ab2ebee845126388fe9b7ffe09918cdb0c11d97
Parameters: {"commit"=>"Ajouter", "size"=>{"height"=>"9", "standard"=>"1", "width"=>"12"}, "authenticity_token"=>"1c01808707320d8ce2394657f4be8e65ebcb18ec", "action"=>"create", "controller"=>"sizes"}
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
SQL (0.000090) SET SQL_AUTO_IS_NULL=0
Size Columns (0.000859) SHOW FIELDS FROM `sizes`
SQL (0.000078) BEGIN
Size Create (0.000151) INSERT INTO `sizes` (`height`, `standard`, `width`) VALUES(9.0, 1, 12.0)
SQL (0.000056) COMMIT
Redirected to http://perso.duckcorp.org/duck/jmb/public/sizes
Completed in 0.00682 (146 reqs/sec) | DB: 0.00123 (18%) | 302 Found [http://perso.duckcorp.org/duck/jmb/public/sizes]
Processing SizesController#index (for 79.88.186.236 at 2008-07-27 18:05:40) [GET]
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff