1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
|
# Logfile created on Tue Nov 03 11:31:25 +0900 2009 [4;36;1mSQL (0.6ms)[0m [0;1m SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
[0m
[4;36;1mSQL (0.4ms)[0m [0;1m SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
[0m
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]
[4;35;1mArticle Load (0.0ms)[0m [0mSQLite3::SQLException: no such table: articles: SELECT * FROM "articles" [0m
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)
[4;36;1mSQL (0.6ms)[0m [0;1m SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
[0m
[4;35;1mSQL (0.4ms)[0m [0mselect sqlite_version(*)[0m
[4;36;1mSQL (34.4ms)[0m [0;1mCREATE 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) [0m
[4;35;1mSQL (0.4ms)[0m [0m SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
[0m
[4;36;1mSQL (4.4ms)[0m [0;1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
[4;35;1mSQL (4.7ms)[0m [0mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
[4;36;1mSQL (0.4ms)[0m [0;1m SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
[0m
[4;35;1mSQL (0.2ms)[0m [0mSELECT version FROM "schema_migrations"[0m
[4;36;1mSQL (17.9ms)[0m [0;1mINSERT INTO "schema_migrations" (version) VALUES ('1')[0m
[4;36;1mSQL (1.2ms)[0m [0;1m SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
[0m
[4;35;1mSQL (0.3ms)[0m [0mSELECT version FROM schema_migrations[0m
Processing ArticlesController#index (for 127.0.0.1 at 2009-11-03 11:40:13) [GET]
[4;36;1mArticle Load (0.5ms)[0m [0;1mSELECT * FROM "articles" [0m
Rendering template within layouts/articles
Rendering articles/index
[4;35;1mArticle Load (0.8ms)[0m [0mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
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
[4;36;1mArticle Load (0.4ms)[0m [0;1mSELECT * FROM "articles" ORDER BY lastupdate desc, id desc[0m
Completed in 101ms (View: 87, DB: 0) | 200 OK [http://localhost/articles/new]
|