# Logfile created on Tue Nov 03 11:31:25 +0900 2009 SQL (0.6ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (0.4ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  Processing ApplicationController#index (for 127.0.0.1 at 2009-11-03 11:38:52) [GET] ActionController::RoutingError (No route matches "/test" with {:method=>:get}): /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' Rendering rescues/layout (not_found) Processing ApplicationController#index (for 127.0.0.1 at 2009-11-03 11:38:59) [GET] ActionController::RoutingError (No route matches "/sample" with {:method=>:get}): /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' Rendering rescues/layout (not_found) Processing ArticlesController#index (for 127.0.0.1 at 2009-11-03 11:39:11) [GET] Article Load (0.0ms) SQLite3::SQLException: no such table: articles: SELECT * FROM "articles"  ActiveRecord::StatementInvalid (SQLite3::SQLException: no such table: articles: SELECT * FROM "articles" ): app/controllers/articles_controller.rb:17:in `index' /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' Rendered rescues/_trace (63.2ms) Rendered rescues/_request_and_response (2.2ms) Rendering rescues/layout (internal_server_error) SQL (0.6ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (0.4ms) select sqlite_version(*) SQL (34.4ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) DEFAULT '' NOT NULL, "description" text DEFAULT '' NOT NULL, "lastupdate" date, "created_at" datetime, "updated_at" datetime)  SQL (0.4ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (4.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  SQL (4.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") SQL (0.4ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (0.2ms) SELECT version FROM "schema_migrations" SQL (17.9ms) INSERT INTO "schema_migrations" (version) VALUES ('1') SQL (1.2ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (0.3ms) SELECT version FROM schema_migrations Processing ArticlesController#index (for 127.0.0.1 at 2009-11-03 11:40:13) [GET] Article Load (0.5ms) SELECT * FROM "articles"  Rendering template within layouts/articles Rendering articles/index Article Load (0.8ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc Completed in 218ms (View: 208, DB: 1) | 200 OK [http://localhost/articles] Processing ArticlesController#new (for 127.0.0.1 at 2009-11-03 11:40:20) [GET] Rendering template within layouts/articles Rendering articles/new Article Load (0.4ms) SELECT * FROM "articles" ORDER BY lastupdate desc, id desc Completed in 101ms (View: 87, DB: 0) | 200 OK [http://localhost/articles/new]