26 KiB
26 KiB
Processing UtilisateursController#index (for 127.0.0.1 at 2007-11-06 16:55:22) [GET]
Session ID: ebdec02688b41592bff1775fab8da692
Parameters: {"action"=>"index", "controller"=>"utilisateurs"}
SQL (0.000391) SET NAMES 'utf8'
SQL (0.000354) SET SQL_AUTO_IS_NULL=0
Utilisateur Load (0.002877) SELECT * FROM utilisateurs
Rendering layoutfalsecontent_typetext/htmlactionindex within layouts/utilisateurs
Rendering utilisateurs/index
ActionView::TemplateError (undefined method `nom' for #<Utilisateur:0xb72d2eec>) on line #19 of app/views/utilisateurs/index.rhtml:
16:
17: <% for utilisateur in @utilisateurs %>
18: <tr>
19: <td><%=h utilisateur.nom %></td>
20: <td><%=h utilisateur.prenom %></td>
21: <td><%=h utilisateur.classe %></td>
22: <td><%=h utilisateur.email %></td>
/usr/lib/ruby/gems/1.8/gems/activerecord-1.15.5/lib/active_record/base.rb:1863:in `method_missing'
/home/3dossmanno/P5b/ruby/3dossmanno_annuaire/app/views/utilisateurs/index.rhtml:19:in `_run_rhtml_47app47views47utilisateurs47index46rhtml'
/home/3dossmanno/P5b/ruby/3dossmanno_annuaire/app/views/utilisateurs/index.rhtml:17:in `each'
/home/3dossmanno/P5b/ruby/3dossmanno_annuaire/app/views/utilisateurs/index.rhtml:17:in `_run_rhtml_47app47views47utilisateurs47index46rhtml'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_view/base.rb:325:in `send'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_view/base.rb:325:in `compile_and_render_template'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_view/base.rb:301:in `render_template'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_view/base.rb:260:in `render_file'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:812:in `render_file'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:744:in `render_with_no_layout'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:869:in `render_without_layout'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:804:in `render_action'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:754:in `render_with_no_layout'
/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/deprecation.rb:44:in `silence'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:753:in `render_with_no_layout'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/layout.rb:244:in `render_without_benchmark'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:50:in `render'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:50:in `render'
/home/3dossmanno/P5b/ruby/3dossmanno_annuaire/app/controllers/utilisateurs_controller.rb:7:in `index'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/mime_responds.rb:167:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/mime_responds.rb:167:in `respond'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/mime_responds.rb:161:in `each'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/mime_responds.rb:161:in `respond'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/mime_responds.rb:105:in `respond_to'
/home/3dossmanno/P5b/ruby/3dossmanno_annuaire/app/controllers/utilisateurs_controller.rb:7:in `index'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `send'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `perform_action_without_filters'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:696:in `call_filters'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/rescue.rb:83:in `perform_action'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `send'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `process_without_filters'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:684:in `process_without_session_management_support'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/session_management.rb:114:in `process'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:334:in `process'
/usr/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:41:in `dispatch'
/usr/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/webrick_server.rb:113:in `handle_dispatch'
/usr/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/webrick_server.rb:79:in `service'
/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
/usr/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/webrick_server.rb:63:in `dispatch'
/usr/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/webrick.rb:59
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require'
/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in'
/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require'
/usr/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
script/server:3
Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error)
SQL (0.000346) SET NAMES 'utf8'
SQL (0.000330) SET SQL_AUTO_IS_NULL=0
SQL (0.000000) Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11))
SQL (0.000000) Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11))
SQL (0.022462) SELECT version FROM schema_info
SQL (0.000648) SELECT * FROM schema_info
SQL (0.001260) SHOW TABLES
SQL (0.004494) SHOW FIELDS FROM addresses
SQL (0.002046) SHOW KEYS FROM addresses
SQL (0.002521) SHOW FIELDS FROM customers
SQL (0.002087) SHOW KEYS FROM customers
SQL (0.003737) SHOW FIELDS FROM products
SQL (0.002598) SHOW KEYS FROM products
SQL (0.003038) SHOW FIELDS FROM suppliers
SQL (0.001972) SHOW KEYS FROM suppliers
SQL (0.002987) SHOW FIELDS FROM utilisateurs0
SQL (0.001915) SHOW KEYS FROM utilisateurs0
SQL (0.000324) SET NAMES 'utf8'
SQL (0.000273) SET SQL_AUTO_IS_NULL=0
SQL (0.000000) Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11))
SQL (0.000000) Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11))
SQL (0.000576) SELECT version FROM schema_info
SQL (0.001038) SELECT * FROM schema_info
SQL (0.000964) SHOW TABLES
SQL (0.002343) SHOW FIELDS FROM addresses
SQL (0.002067) SHOW KEYS FROM addresses
SQL (0.002952) SHOW FIELDS FROM customers
SQL (0.002650) SHOW KEYS FROM customers
SQL (0.002664) SHOW FIELDS FROM products
SQL (0.002058) SHOW KEYS FROM products
SQL (0.002585) SHOW FIELDS FROM suppliers
SQL (0.002202) SHOW KEYS FROM suppliers
SQL (0.003190) SHOW FIELDS FROM utilisateurs0
SQL (0.002052) SHOW KEYS FROM utilisateurs0
SQL (0.000327) SET NAMES 'utf8'
SQL (0.000335) SET SQL_AUTO_IS_NULL=0
SQL (0.000000) Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11))
SQL (0.000000) Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11))
SQL (0.000615) SELECT version FROM schema_info
SQL (0.000554) SELECT * FROM schema_info
SQL (0.001139) SHOW TABLES
SQL (0.002539) SHOW FIELDS FROM addresses
SQL (0.001794) SHOW KEYS FROM addresses
SQL (0.002117) SHOW FIELDS FROM customers
SQL (0.002836) SHOW KEYS FROM customers
SQL (0.005304) SHOW FIELDS FROM products
SQL (0.001824) SHOW KEYS FROM products
SQL (0.003148) SHOW FIELDS FROM suppliers
SQL (0.001822) SHOW KEYS FROM suppliers
SQL (0.000324) SET NAMES 'utf8'
SQL (0.000316) SET SQL_AUTO_IS_NULL=0
SQL (0.000321) SET NAMES 'utf8'
SQL (0.000577) SET SQL_AUTO_IS_NULL=0
SQL (0.000000) Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11))
SQL (0.000000) Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11))
SQL (0.000590) SELECT version FROM schema_info
SQL (0.000495) SELECT * FROM schema_info
SQL (0.001012) SHOW TABLES
SQL (0.002332) SHOW FIELDS FROM addresses
SQL (0.002280) SHOW KEYS FROM addresses
SQL (0.002149) SHOW FIELDS FROM customers
SQL (0.001880) SHOW KEYS FROM customers
SQL (0.004202) SHOW FIELDS FROM products
SQL (0.001842) SHOW KEYS FROM products
SQL (0.003232) SHOW FIELDS FROM suppliers
SQL (0.002026) SHOW KEYS FROM suppliers
SQL (0.000344) SET NAMES 'utf8'
SQL (0.000322) SET SQL_AUTO_IS_NULL=0
SQL (0.000000) Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11))
SQL (0.000000) Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11))
SQL (0.000619) SELECT version FROM schema_info
SQL (0.000462) SELECT * FROM schema_info
SQL (0.001309) SHOW TABLES
SQL (0.007139) SHOW FIELDS FROM addresses
SQL (0.003189) SHOW KEYS FROM addresses
SQL (0.003171) SHOW FIELDS FROM customers
SQL (0.003555) SHOW KEYS FROM customers
SQL (0.003635) SHOW FIELDS FROM products
SQL (0.001912) SHOW KEYS FROM products
SQL (0.002762) SHOW FIELDS FROM suppliers
SQL (0.001890) SHOW KEYS FROM suppliers
SQL (0.000317) SET NAMES 'utf8'
SQL (0.000278) SET SQL_AUTO_IS_NULL=0
SQL (0.000683) SET NAMES 'utf8'
SQL (0.000319) SET SQL_AUTO_IS_NULL=0
SQL (0.000329) SET NAMES 'utf8'
SQL (0.000274) SET SQL_AUTO_IS_NULL=0
SQL (0.000324) SET NAMES 'utf8'
SQL (0.000282) SET SQL_AUTO_IS_NULL=0
SQL (0.000000) Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11))
SQL (0.000000) Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11))
SQL (0.000521) SELECT DATABASE() as db
SQL (0.012236) ALTER DATABASE 073dossmanno_dev CHARACTER SET utf8 COLLATE utf8_general_ci
SQL (0.000509) SELECT version FROM schema_info
SQL (0.000509) SELECT * FROM schema_info
SQL (0.000950) SHOW TABLES
SQL (0.003472) SHOW FIELDS FROM addresses
SQL (0.002259) SHOW KEYS FROM addresses
SQL (0.002701) SHOW FIELDS FROM customers
SQL (0.002017) SHOW KEYS FROM customers
SQL (0.002611) SHOW FIELDS FROM products
SQL (0.001984) SHOW KEYS FROM products
SQL (0.002393) SHOW FIELDS FROM suppliers
SQL (0.002449) SHOW KEYS FROM suppliers
SQL (0.000329) SET NAMES 'utf8'
SQL (0.000316) SET SQL_AUTO_IS_NULL=0
SQL (0.000000) Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11))
SQL (0.000000) Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11))
SQL (0.000779) SELECT DATABASE() as db
SQL (0.000577) ALTER DATABASE 073dossmanno_dev CHARACTER SET utf8 COLLATE utf8_general_ci
SQL (0.000632) SELECT version FROM schema_info
SQL (0.000588) SELECT * FROM schema_info
SQL (0.001240) SHOW TABLES
SQL (0.003601) SHOW FIELDS FROM addresses
SQL (0.001946) SHOW KEYS FROM addresses
SQL (0.002402) SHOW FIELDS FROM customers
SQL (0.001833) SHOW KEYS FROM customers
SQL (0.002700) SHOW FIELDS FROM products
SQL (0.001880) SHOW KEYS FROM products
SQL (0.002815) SHOW FIELDS FROM suppliers
SQL (0.001944) SHOW KEYS FROM suppliers
SQL (0.000322) SET NAMES 'utf8'
SQL (0.000276) SET SQL_AUTO_IS_NULL=0
SQL (0.000000) Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11))
SQL (0.000446) SELECT version FROM schema_info
SQL (0.000403) SELECT version FROM schema_info
SQL (0.000000) Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11))
SQL (0.000623) SELECT DATABASE() as db
SQL (0.000526) ALTER DATABASE 073dossmanno_dev CHARACTER SET utf8 COLLATE utf8_general_ci
SQL (0.000530) SELECT version FROM schema_info
Migrating to CreateUtilisateurs (1)
SQL (0.000000) Mysql::Error: #42S02Unknown table 'utilisateurs': DROP TABLE utilisateurs
SQL (0.000317) SET NAMES 'utf8'
SQL (0.000281) SET SQL_AUTO_IS_NULL=0
SQL (0.000000) Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11))
SQL (0.000000) Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11))
SQL (0.000722) SELECT DATABASE() as db
SQL (0.000765) ALTER DATABASE 073dossmanno_dev CHARACTER SET utf8 COLLATE utf8_general_ci
SQL (0.000464) SELECT version FROM schema_info
SQL (0.000457) SELECT * FROM schema_info
SQL (0.000916) SHOW TABLES
SQL (0.002459) SHOW FIELDS FROM addresses
SQL (0.001870) SHOW KEYS FROM addresses
SQL (0.002171) SHOW FIELDS FROM customers
SQL (0.001915) SHOW KEYS FROM customers
SQL (0.002727) SHOW FIELDS FROM products
SQL (0.001986) SHOW KEYS FROM products
SQL (0.004044) SHOW FIELDS FROM suppliers
SQL (0.002829) SHOW KEYS FROM suppliers
Processing UtilisateursController#index (for 127.0.0.1 at 2007-11-06 17:19:40) [GET]
Session ID: ebdec02688b41592bff1775fab8da692
Parameters: {"action"=>"index", "controller"=>"utilisateurs"}
Utilisateur Load (0.000000) Mysql::Error: #42S02Table '073dossmanno_dev.utilisateurs' doesn't exist: SELECT * FROM utilisateurs
ActiveRecord::StatementInvalid (Mysql::Error: #42S02Table '073dossmanno_dev.utilisateurs' doesn't exist: SELECT * FROM utilisateurs ):
/usr/lib/ruby/gems/1.8/gems/activerecord-1.15.5/lib/active_record/connection_adapters/abstract_adapter.rb:128:in `log'
/usr/lib/ruby/gems/1.8/gems/activerecord-1.15.5/lib/active_record/connection_adapters/mysql_adapter.rb:243:in `execute'
/usr/lib/ruby/gems/1.8/gems/activerecord-1.15.5/lib/active_record/connection_adapters/mysql_adapter.rb:399:in `select'
/usr/lib/ruby/gems/1.8/gems/activerecord-1.15.5/lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all'
/usr/lib/ruby/gems/1.8/gems/activerecord-1.15.5/lib/active_record/base.rb:427:in `find_by_sql'
/usr/lib/ruby/gems/1.8/gems/activerecord-1.15.5/lib/active_record/base.rb:997:in `find_every'
/usr/lib/ruby/gems/1.8/gems/activerecord-1.15.5/lib/active_record/base.rb:418:in `find'
/home/3dossmanno/P5b/ruby/3dossmanno_annuaire/app/controllers/utilisateurs_controller.rb:5:in `index'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `send'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `perform_action_without_filters'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:696:in `call_filters'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/rescue.rb:83:in `perform_action'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `send'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `process_without_filters'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:684:in `process_without_session_management_support'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/session_management.rb:114:in `process'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:334:in `process'
/usr/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:41:in `dispatch'
/usr/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/webrick_server.rb:113:in `handle_dispatch'
/usr/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/webrick_server.rb:79:in `service'
/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
/usr/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/webrick_server.rb:63:in `dispatch'
/usr/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/webrick.rb:59
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require'
/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in'
/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require'
/usr/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
./script/server:3
Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error)
SQL (0.000319) SET NAMES 'utf8'
SQL (0.000279) SET SQL_AUTO_IS_NULL=0
SQL (0.000000) Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11))
SQL (0.000000) Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11))
SQL (0.000713) SELECT DATABASE() as db
SQL (0.000554) ALTER DATABASE 073dossmanno_dev CHARACTER SET utf8 COLLATE utf8_general_ci
SQL (0.000445) SELECT version FROM schema_info
SQL (0.000507) SELECT * FROM schema_info
SQL (0.001107) SHOW TABLES
SQL (0.002537) SHOW FIELDS FROM addresses
SQL (0.001859) SHOW KEYS FROM addresses
SQL (0.002061) SHOW FIELDS FROM customers
SQL (0.001905) SHOW KEYS FROM customers
SQL (0.003183) SHOW FIELDS FROM products
SQL (0.002289) SHOW KEYS FROM products
SQL (0.002503) SHOW FIELDS FROM suppliers
SQL (0.001893) SHOW KEYS FROM suppliers
SQL (0.000364) SET NAMES 'utf8'
SQL (0.001224) SET SQL_AUTO_IS_NULL=0
SQL (0.000000) Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11))
SQL (0.000000) Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11))
SQL (0.000591) SELECT DATABASE() as db
SQL (0.000540) ALTER DATABASE 073dossmanno_dev CHARACTER SET utf8 COLLATE utf8_general_ci
SQL (0.000439) SELECT version FROM schema_info
SQL (0.000649) SELECT * FROM schema_info
SQL (0.000913) SHOW TABLES
SQL (0.002435) SHOW FIELDS FROM addresses
SQL (0.002132) SHOW KEYS FROM addresses
SQL (0.002260) SHOW FIELDS FROM customers
SQL (0.001886) SHOW KEYS FROM customers
SQL (0.003226) SHOW FIELDS FROM products
SQL (0.002654) SHOW KEYS FROM products
SQL (0.003384) SHOW FIELDS FROM suppliers
SQL (0.001831) SHOW KEYS FROM suppliers
SQL (0.000451) SET NAMES 'utf8'
SQL (0.000278) SET SQL_AUTO_IS_NULL=0
SQL (0.000000) Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11))
SQL (0.000000) Mysql::Error: #42S01Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11))
SQL (0.000537) SELECT DATABASE() as db
SQL (0.001057) ALTER DATABASE 073dossmanno_dev CHARACTER SET utf8 COLLATE utf8_general_ci
SQL (0.000505) SELECT version FROM schema_info
SQL (0.000430) SELECT * FROM schema_info
SQL (0.000894) SHOW TABLES
SQL (0.002388) SHOW FIELDS FROM addresses
SQL (0.001876) SHOW KEYS FROM addresses
SQL (0.002298) SHOW FIELDS FROM customers
SQL (0.002201) SHOW KEYS FROM customers
SQL (0.004052) SHOW FIELDS FROM products
SQL (0.002114) SHOW KEYS FROM products
SQL (0.002437) SHOW FIELDS FROM suppliers
SQL (0.002394) SHOW KEYS FROM suppliers