Processing Rails::InfoController#properties (for 127.0.0.1 at 2011-01-28 15:29:30) [GET] SQL (0.3ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  Completed in 9ms (View: 1, DB: 0) | 200 OK [http://localhost/rails/info/properties] Processing RailsServicesController#info_services to json (for 0:0:0:0:0:0:0:1 at 2011-01-28 15:44:05) [GET] Completed in 37ms (View: 4, DB: 0) | 200 OK [http://localhost/info.json] Processing Rails::InfoController#properties (for 0:0:0:0:0:0:0:1 at 2011-01-28 15:44:18) [GET] Completed in 64ms (View: 9, DB: 0) | 200 OK [http://localhost/rails/info/properties] Processing RailsServicesController#info_services to json (for 0:0:0:0:0:0:0:1 at 2011-01-28 15:49:29) [GET] Completed in 37ms (View: 6, DB: 0) | 200 OK [http://localhost/info.json] SQL (1.0ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (201.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  SQL (1.0ms) SELECT name, sql FROM sqlite_master WHERE tbl_name = "schema_migrations" AND type = 'index' SQL (141.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") SQL (1.0ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (0.0ms) SELECT version FROM schema_migrations Migrating to CreateAuthors (20110128215001) SQL (0.0ms) CREATE TABLE "authors" ("id" integer primary key autoincrement not null, "name" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (0.0ms) SELECT last_insert_rowid() Migrating to CreatePosts (20110128215003) SQL (0.0ms) CREATE TABLE "posts" ("id" integer primary key autoincrement not null, "author_id" integer, "text" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (0.0ms) SELECT last_insert_rowid() SQL (0.0ms) SELECT version FROM schema_migrations SQL (0.0ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (0.0ms) SELECT name, sql FROM sqlite_master WHERE tbl_name = "authors" AND type = 'index' SQL (1.0ms) SELECT name, sql FROM sqlite_master WHERE tbl_name = "posts" AND type = 'index' Processing RailsServicesController#info_services to json (for 0:0:0:0:0:0:0:1 at 2011-01-28 15:52:38) [GET] Completed in 112ms (View: 27, DB: 0) | 200 OK [http://localhost/info.json] Processing RailsServicesController#info_resource to json (for 0:0:0:0:0:0:0:1 at 2011-01-28 15:52:44) [GET] Parameters: {"resource"=>"post"} Completed in 44ms (View: 8, DB: 0) | 200 OK [http://localhost/info/post.json] Processing RailsServicesController#info_resource to json (for 0:0:0:0:0:0:0:1 at 2011-01-28 15:52:52) [GET] Parameters: {"resource"=>"author"} Completed in 24ms (View: 7, DB: 0) | 200 OK [http://localhost/info/author.json] Processing RailsServicesController#info_resource to json (for 0:0:0:0:0:0:0:1 at 2011-01-28 15:52:56) [GET] Parameters: {"resource"=>"post"} Completed in 32ms (View: 7, DB: 0) | 200 OK [http://localhost/info/post.json]